#general

1 messages · Page 409 of 1

scenic maple
#

neovim saves the neovim user a lot of time

wooden dust
#

Wym

#

Well I still prefer code you can have your own custom setting too

scenic maple
#

it doesnt matter what you are using

#

every tool saves time

#

you can pick custom settings in almost every editor

#

we just use the one we like

wooden dust
scenic maple
#

yes for you

wooden dust
#

Saves so much time for you to type keywords

scenic maple
#

not for everyone

wooden dust
#

lol ok

austere sigil
#

I was joking 🙃

wooden dust
#

Lol

austere sigil
# wooden dust Lol

I can’t be serious about everything like @green kite or @sturdy thistle

mystic harbor
sturdy thistle
#

Vim all the way

wooden dust
#

Just buy a monitor and screen share it

austere sigil
sturdy thistle
supple plume
sturdy thistle
#

But if you want to edit 2 lines in a file, so u start vscode everytime?

mystic harbor
wooden dust
#

Windows > arch
Windows > chrome
Windows > Debian

sturdy thistle
wooden dust
#

Hahah

wooden dust
#

I’m not pro

supple plume
#

WHAT IS GOING ON HERE

alpine pumice
#

who's yelling i just woke up

austere sigil
wooden dust
austere sigil
wooden dust
alpine pumice
austere sigil
supple plume
#

how do you use only linux in vim psy4

austere sigil
#

I’m in a very goofy mood today

wooden dust
vestal tusk
#

hello, quick question, is student plan available for egypt ?

sturdy thistle
#

I can’t believe what I’m reading

austere sigil
supple plume
sturdy thistle
#

Typical weird shit

sturdy thistle
#

Not cool

supple plume
supple plume
vestal tusk
#

and i dont live in the desert

supple plume
#

is there any pyramid at least?

austere sigil
vestal tusk
#

yup there is

#

there are camels usually around the pyramids but i never went there

fiery copper
alpine pumice
#

nice bbl

silver forge
#

I played a bit more of that Infinite Arena Breakout pepecoffee Now most of missions I face are kill other human persons, it's getting harder than killing bots hmmmHug

fiery copper
#

@supple plume are you a SOC Analyst or a bad person

#

to know how to answer

mystic harbor
undone fossil
#

what

sturdy thistle
#

@austere sinew

fiery copper
#

oh yall tagging random people

#

let me tag a random too

#

<t:1768761145:F>

#

@ornate ibex

silver forge
#

@scenic maple hmmmHug

scenic maple
#

hmmmHug sup

silver forge
#

ooh

#

😊

scenic maple
#

😄

zealous charm
mystic harbor
#

😀

fiery copper
#

bro I got ghost pinged

#

frick u

austere sigil
#

Mod aboose

fiery copper
devout sail
fiery copper
devout sail
#

Do not ping her @mystic harbor

#

She's busy

undone fossil
#

ah yes

mystic harbor
#

Her

undone fossil
#
[[nodiscard]] static constexpr std::optional<Boolean> decode(const std::span<const uint8_t> bytes) noexcept
mystic harbor
#

She

#

I see

mystic harbor
#

HER SHE EYES

scenic maple
mystic harbor
wooden dust
#

C++ is getting replacing get ready to rust

#

Microsoft planning to use rust instead of C++

#

The change won’t be so fast

undone fossil
#

that's a research project

wooden dust
#

Rust I think it better than C++

#

C++ mad old which is consider better than rust. But the safety no longer met people’s requirements

#

This proof no matter what language, use the one that met your requirements lol

alpine pumice
wooden dust
# alpine pumice fake news

I know I don’t believe it too. Bc if they will want to replace it there are billions line of code need to be change

undone fossil
#

nice ragebait

#

👍

wooden dust
alpine pumice
#

you're spreading misinformation

elder inlet
wooden dust
#

According to AI reconnaissance from different website

Yes, Microsoft is actively transitioning away from C++ to Rust for new development in core systems like Windows and Azure to improve security and memory safety, using AI tools to automate large-scale code translation, though a full, immediate replacement of all existing C++ code is a long-term, research-driven goal, not a sudden overhaul. While initial reports suggested a complete C++ elimination by 2030, Microsoft clarified this is a multi-year research effort to develop migration tech, not a hard deadline to rewrite everything, focusing on incrementally replacing vulnerable parts with Rus

rapid badger
#

ai rust

thread fl2_worker_thread panicked: called Result::unwrap() on an Err value
wooden dust
undone fossil
wooden dust
#

They might use AI to translate those codes

alpine pumice
undone fossil
#

^^^

alpine pumice
#

from the horses mouth

wooden dust
silver forge
#

horses make tasty sausage hmmmHug

undone fossil
#

thanks for spreading misinformation

silver forge
#

what? horses are delicious.

undone fossil
#

not you

scenic maple
#

windows should be re written in c++

undone fossil
#

re-writing windows is a much much larger task than many think of, even if it comes to a single core piece

wooden dust
#

It might get replace it soon

#

Who’s knows

undone fossil
#

reason being compilers place optimisations in place of undefined behaviour, and these undefined behaviours end up becoming behaviours that software comes to rely on

#

translating these weird quirks into another language is a nightmare, and very very hard to create test cases for

wooden dust
#

Yep unless they can hire enough people to rewrite the whole windows with rust

scenic maple
#

i never liked undefined behaviors

#

but they have always liked me

#

i could neevr avoid

undone fossil
#

easiest block of my life

scenic maple
#

when you know its ragebait you should enjoy it

silver forge
molten bobcat
#

heya froj

#

im gonna finish the cdsa path today

scenic maple
silver forge
#

I just wish they gave webassembly native DOM access. javascript would be dead within 3 months.

undone fossil
#
  • highest market saturation
  • easiest to AI generate
  • its js 💀
alpine pumice
scenic maple
wooden dust
scenic maple
#

even if they have the chance

scenic maple
undone fossil
silver forge
alpine pumice
#

first flaw of js is having the world java in its name

scenic maple
#

but i am also using shit ton of js

undone fossil
#

yeah but the JS is optional

#

elixir actually provided something good

scenic maple
#

how lol without it there is no frontend

undone fossil
#

you can write frontend easily in so many other langs

#

however

#

erlang is goated for comms

scenic maple
#

cant blame eich for it tho he thought it would be a lightweight language that nobody would use and made it in 10 days

#

elixr has always been on my side quest language hitlist

vestal tusk
#

@molten bobcat thanks man, did it

wooden dust
silver forge
#

elixir is wonderful prayge

undone fossil
#

Been learning how to write "modern C++" past few days.

scenic maple
#

21?

undone fossil
#
class Boolean final
{
public:
    explicit constexpr Boolean(bool val) noexcept
        : m_value{ val } {}

    constexpr bool value() const noexcept { return m_value; }

    [[nodiscard]] static constexpr std::optional<Boolean> decode(const std::span<const uint8_t> bytes) noexcept
    {
        // A boolean should be in the format { tag=1, length=1, value (non-zero = true) }.
        constexpr uint8_t tag = static_cast<uint8_t>(UniversalType::Boolean);
        constexpr uint8_t length = 1;
        constexpr uint8_t false_value = 0x00;

        if (bytes.size() < 3)
            return std::nullopt;

        if (bytes[0] != tag || bytes[1] != length)
            return std::nullopt;

        return Boolean(bytes[2] != false_value);
    }

    [[nodiscard]] constexpr std::array<uint8_t, 3> encode() const noexcept
    {
        constexpr uint8_t tag = static_cast<uint8_t>(UniversalType::Boolean);
        constexpr uint8_t length = 1;
        constexpr uint8_t true_value = 0xff;
        constexpr uint8_t false_value = 0x00;

        return { tag, length, m_value ? true_value : false_value };
    }
private:
    bool m_value;
};
#

23

scenic maple
#

dang thats bleeding edge

undone fossil
#

definitely an interesting way of thinking. Usually I just write "C with basic C++ features" like function/operator overloading, classes, some basic STL bits

molten bobcat
#

finally able to get splunk to show me wtf i want

silver forge
#

and this would be what, 5 lines in python, and actuall understandable

undone fossil
#

Yeah but this already exists in python

undone fossil
#

And also I dont want to write an implant in python Kek

wooden dust
scenic maple
#

scripting language kek

alpine pumice
#

C is king

wanton dock
wooden dust
#

You still writing codes

silver forge
#

now that GIL is more or less gone, python is improving fast

scenic maple
#

Wonder how much blood has been spilt in the language wars.

undone fossil
#

python's solid love the language

scenic maple
#

hmmmHug loves py but hates js and ruby

#

interesting

undone fossil
#

yeah because python is actually decent

#

js is just objectively bad

mystic harbor
#

💀

scenic maple
#

and ruby?

undone fossil
#

ruby is fine i just rarely see it used

molten bobcat
#

AAAAAAAARGH IM LOST AGAIN

#

FUCK

scenic maple
#

well its less used now

#

cause of js in the server

alpine pumice
silver forge
#

I learnt so much from why the lucky stiff.. I wish he was still active FeelsBadMan

scenic maple
#

i know i write it but i genuinely think it wasnt meant for servers

#

shit really hit the fan there

rapid badger
#

What is the best backend lang and why is it Go ? waz

devout sail
#

Yes

undone fossil
#

depends on your goal prayge

wooden dust
undone fossil
#

noway

wooden dust
#

Modern tech cpu or gpu is going fast which makes Python execution faster

scenic maple
#

Today's hype is tomorrows incident

silver forge
alpine pumice
#

angry you are high on your own supply

eternal mango
#

Dipping straight back out

#

Game time

wooden dust
undone fossil
#

pretty sure its just ragebait lol

#

rarely block but this was a w_ choice

silver forge
alpine pumice
silver forge
molten bobcat
#

I have this stupid query narrowed down to 33 events

#

I will now manually review all of them.

cedar plover
#

hi can anyone tell me how can i start my journey as a completly new person to all of this

wooden dust
west lynxBOT
alpine pumice
silver forge
#

I got today my first Encrypted Archive thing in raid... People hunted me relentlessly HECK I got out, barely, after running out of ammo and meds

wanton dock
#

has anyone played arc raiders

alpine pumice
#

hell no

wanton dock
#

why not

#

ive never played it

alpine pumice
#

cuz i play tarkov

wooden dust
alpine pumice
#

arc raiders is baby's first extraction shooter

molten bobcat
#

I am

#

losing my mind

eternal mango
#

so nice to get some social time with them

gray wraith
#

I was supposed to do more Labs tday

silver forge
#

Tarkov = people are proud of playing ass game. That's why I didn't choose it, I chose a more chill gaming experience.

gray wraith
#

But chose to play h3 instead and take a mental break

#

But still had to brain the fuck outta this game kek

alpine pumice
#

someone yesterday tried telling me cod was better than cs

gray wraith
#

Mw, mw2

wooden dust
gray wraith
#

Bo 1

alpine pumice
silver forge
#

I have couple thousand hours in CS in overall, and I wouldn't say it's really that brilliant game lol

alpine pumice
wanton dock
#

itd be cool if there were a new titanfall

#

id actually play that

alpine pumice
#

titanfall was pretty dope

deft flame
#

i can't ping academy targets, or connect to the web site. any idea?

molten bobcat
#

not connected to the vpn

silver forge
#

I also bought a key from market, and on my first raid I got red item from a safe pepecoffee

deft flame
molten bobcat
#

some content they don't

deft flame
scenic maple
#

this is how i feel when @undone fossil and @silver forge are here

wooden dust
gray wraith
eternal mango
#

Tried ZERO Sievert? Basically single player tarkov... I think? (haven't played tarkov personally, but seen some footage)

#

That's quite fun.

alpine pumice
#

cs requires precision

gray wraith
eternal mango
#

Not FPS style, top down pixel art

alpine pumice
#

apex is pretty fun, but doesn't require precision like cs

devout sail
#

Top down pixel art is best

silver forge
# eternal mango That's quite fun.

2/3 of the time "playing" Tarkov is spent on the inventory view. then you queue for 15 minutes for a round, and get insta-gibbed by an aim botter.

alpine pumice
gray wraith
#

On high level it does, you have to be very precise to keep the tracking up, especially against these strafing mfs

silver forge
# alpine pumice only if you stink

watch any streamer, they yap on the inventory screen for 20-30 minutes and then they queue, and the round takes 30-90 seconds usually LUL

stable tiger
#

i have changed my opinion on cachy

#

everyone needs to be alerted

wooden dust
stable tiger
#

@sturdy thistle you were right i was wrong

mystic harbor
#

I have lost interest in everything

sturdy thistle
stable tiger
sturdy thistle
#

i want that CPU

stable tiger
#

look at the ram

#

and gpu youre a linux user why would you want nvdia?

alpine pumice
stable tiger
alpine pumice
#

i was too late, i wanted to upgrade from 32gb to like 96

#

now 96 is like 1k

stable tiger
#

steal from your local ai datacenter

alpine pumice
#

i'm glad froj has turned his bullying off me and to golam

exotic pendant
#

😄

scenic maple
exotic pendant
#

golang peepoTea

wooden dust
molten bobcat
#

its fine im always gonna be a target

stable tiger
terse dirge
undone fossil
#

honestly for most use cases golang isnt a bad choice

stable tiger
#

i think he meant @scenic maple

undone fossil
#

i personally dont like it because the syntax is 🤮

exotic pendant
#

Rust is the superior language

undone fossil
#

but otherwise okay

scenic maple
undone fossil
wooden dust
alpine pumice
gray wraith
#

Its awful

stable tiger
wooden dust
#

The syntax of golang 📉

undone fossil
#

Jarvis write me a crate i can publish and never maintain

undone fossil
#

Jarvis lemme spam .copy and fill my codebase with anti patterns

stable tiger
terse dirge
wooden dust
eternal mango
#

Go implementation of multi threading is nice iirc

#

Not done much, but when I made something that needed it, it was smooth with a capital smoo

wooden dust
#

var: str= “”

var String= “”

stable tiger
undone fossil
#

they're so far apart 😅

eternal mango
#

The ease of cross platform targets for compiling is sweet too

alpine pumice
stable tiger
wooden dust
undone fossil
#

yeah but if you bring python into the mix that's a whole different ball game

stable tiger
#

its memory safe pseudocode C for the most part

undone fossil
#

inspired by yes

#

otherwise nah

stable tiger
#

wdym

undone fossil
#

depends what form of pseudocode you're looking at

stable tiger
#

*it looks like english

undone fossil
#

Okay yeah that's very different

#

pseudocode generally has two flavours

molten bobcat
#

froj they stole my boy wilksonsins fuckin ticket

#

the scoundrels

undone fossil
#

not wilksonsin

stable tiger
undone fossil
#

yeah i figured, and python is far more featureful than that

stable tiger
#

I was also not being 100% literal lol

undone fossil
#

bored and arguing is fun

stable tiger
#

😭

undone fossil
#

4u

rapid badger
#

Dang thats a cool froggy

wooden dust
undone fossil
# undone fossil ```cpp class Boolean final { public: explicit constexpr Boolean(bool val) no...

To whoever said it'd be 3 lines of python. Funnily enough it's the same line count

class Boolean:
    def __init__(self, val: bool):
        self.__value = val
    
    def value(self) -> bool:
        return self.__value
    
    @classmethod
    def decode(cls, bytes: bytes) -> Self|None:
        tag = UniversalType.Boolean.value
        length = 1
        false_value = 0x00

        if len(bytes) < 3:
            return None

        if bytes[0] != tag or bytes[1] != 1:
            return None
        
        return cls(bytes[3] != false_value)
    
    def encode(self) -> bytes:
        tag = UniversalType.Boolean.value
        length = 1
        true_value = 0xff
        false_value = 0x00
        return bytes([tag, length, true_value if self.__value else false_value])
#

wait i lie i cant count lmfao

stable tiger
#

can we not put C++ in general

undone fossil
#

albeit if i wanted "final" and such it'd be longer

stable tiger
#

i like not feeling suicidal

undone fossil
#

if C++ causes you suicidal ideations i dont think that's a c++ problem

#

i shall continue C++posting

undone fossil
#

nah

#

what's wrong with [[nodiscard]] static constexpr std::optional<Boolean> decode(const std::span<const uint8_t> bytes) noexcept

#

is this not evidently clear that you have a static method called decode that can be evaluated at compile time and inlined that cant raise exceptions takes a view of an array of bytes and on success returns a Boolean of which shouldnt be ignored?

silver forge
undone fossil
#

yeah ofc, im just writing verbosely

#

but given the speed difference & LOC similarity it's not too bad, rare W for C++ honestly

fiery copper
undone fossil
#

alternatively, remove your ear drums

scenic maple
#

will 2026 be the year of c++

devout sail
#

if u join

scenic maple
#

also whatever the heck happened to googles carbon lang

undone fossil
#

ded

#

(no idea tbh)

eternal mango
#

So, it might be.. carbgone?

gloomy grail
#

Hi everybody

undone fossil
#

btw banger resource if anyone's interested in implementing LDAP parsing / packet generation

scenic maple
#

maybe its soon to be on killedbygoogle

undone fossil
#

Combine this with wireshark as a source of ground truth and you're golden. (To show it in wireshark Edit -> Preferences -> Protocols -> BER -> Show internal BER encapsulation tokens and look at any LDAP packet)

devout sail
#

Bright 😎

undone fossil
#

flashbang 4 u all

scenic maple
#

all c devs use light theme

#

there are no exceptions

undone fossil
#

I would never

scenic maple
#

lets see paul allens theme

undone fossil
#

god that light theme is so abhorrently shit

scenic maple
#

i like ayu

undone fossil
#

i use this onedarkpro usually

scenic maple
#

neat

undone fossil
#

what theme do you use eyes

#

(i will judge you heavily and also not care)

scenic maple
#

ayu dark

undone fossil
#

this one but middle?

#

If so, honestly not bad

#

Only gripe is that the light blue is somewhat complementary with the background, which would probably cause eye strain for myself

scenic maple
#

yeah

undone fossil
#

my eyes are fucked Sadge Sadge

#

It looks very neat but I couldnt use it

scenic maple
#

u could use the mirage one if u want

undone fossil
#

the light one?

#

hell nah

scenic maple
#

we all have pref i guess

undone fossil
#

ye

scenic maple
#

nah mirage one is cream one

undone fossil
#

.env?

fiery copper
undone fossil
#

stealing it

#

yeah <div>centered</div> easy

scenic maple
#

just put extra spaces bro

fiery copper
scenic maple
#

easiest option is flex justify-content and align-items

undone fossil
#

I'll explain that if you explain the purpose of an operating system

scenic maple
#

but if u just have text then u can just do text-align center

#

assuming its a blog level element

#

else u can do margin 0 auto

stable tiger
#

!!!! so eloquent

undone fossil
#

good

#

yes

scenic maple
fiery copper
undone fossil
#

yeah but the "purpose of an operating system" is an interesting question

fiery copper
undone fossil
#

also i use winblows

molten bobcat
#

finally found the freakin

#

answer

fiery copper
molten bobcat
#

to this module

stable tiger
#

i know os chat

molten bobcat
#

reeeee

undone fossil
#

fuck 11

#

they let the js users invade usermode

stable tiger
#

it just wouldnt install security patches

#

nothing else was done

undone fossil
#

i singlehandedly blame golam for the enshittification of windows 11

#

for no reason other than he knows js

stable tiger
#

bars

scenic maple
#

funny how 11 comes with react native and u cant remove it

stable tiger
#

unironially tho microsoft needs a new ceo

scenic maple
#

froj might hate windows now

cerulean knoll
undone fossil
#

woah madman

#

dont burn that i built a business on it

undone fossil
#

i just use win11 for exp dev because "must be the latest OS or die"

scenic maple
#

more people need that mentality

stable tiger
#

what the fuck is this shit microsoft

undone fossil
#

i have that on my work pc

stable tiger
#

bro there isnt even an option to deline

silver forge
undone fossil
#

ye its liveable, i just cant do that for a work pc Sadge

#

then again i just dev in an ubuntu vm and ignore the host

#

so its not tooooo bad

stable tiger
#

i ragequit 11 today

#

im now on arch

#

two days ago i was hating on linux as host and now i suffer the consequences

alpine pumice
#

corporate hates this one trick

tidal yoke
hardy frigate
#

Hey guys whats wrong with this thing

#

Why does it have weird symbols

undone fossil
#

modules/69

undone fossil
hardy frigate
#

Bro this has the same symbols for the calculus class I dropped out of in high school

stable tiger
#

i think i might kill myself

undone fossil
stable tiger
#

i still dont like linux as a host

undone fossil
#

nooooo dont do it ur too close to a cve

brittle quail
#

yo can anyone vc

undone fossil
#

technically yes

brittle quail
#

ACTUALLY resetting now

#

keep putting it off

stable tiger
#

resetting what

brittle quail
undone fossil
#

re-setting my ballz in yo jawz

stable tiger
#

all my homies waiting for the day Satya Nadella gets replaced and we can actually have windows again 💔

ornate ermine
#

Hey, is the dashboard working fine?? I am unable to scroll!

stable tiger
#

the lion installs linux just to give his fullscreen windows virtual machine 32 gis of ram

brittle quail
#

where are the vcs

#

theres none?

stable tiger
#

i ragequit deleted my win11 vm

#

i still have og pe bear on this bro 😭

undone fossil
#

bro 💀

stable tiger
#

bro to what

#

theres so many bro things there

#

the fact it still has edge, the default kde wallpaper or the ram

#

you gotta be specific

brittle quail
stable tiger
#

vmware pro is free now

#

get on ts twin

brittle quail
#

bet

stable tiger
#

u got some broadcom fuckery to deal w tho

#

u gotta make an account now

#

not me tho

#

AUR

undone fossil
#

vmware on linoox

#

6 processors

#

😭

stable tiger
#

are u suggesting i add more or less

undone fossil
#

non multiple of 2 is cursed

#

its like using a 3 space-width indent

#

war crime

stable tiger
#

yeah fair

alpine pumice
stable tiger
#

lowkey its slow as fuck so its clearly an arch issue

#

fuck me

alpine pumice
#

true and real fact

undone fossil
#

if you're on arch, kvm / qemu tbh

stable tiger
stable tiger
undone fossil
#

ok valid

stable tiger
#

3 hours of network configs

molten bobcat
#

i should make coffee

#

im dozing off over here

ornate ermine
stable tiger
#

i just have purple rank because i pay

ornate ermine
stable tiger
#

vmware?

#

dawg your account needed approval?

#

😭

ornate ermine
stable tiger
#

what is broadcom doing bro 😭

ornate ermine
#

approval pending

stable tiger
#

genuinely free you

#

screenshot

undone fossil
#

ber length decoding works now

#

pog

stable tiger
#

pog

#

hey at least windows 10 looks nice now

#

i gutted that shit

lime trout
#

or other various things

#

tl;dr we only do it when we have a legal requirement to

stable tiger
#

he meant vmware

lime trout
#

oh

stable tiger
#

broadcom moment

lime trout
#

i thought it was HTB

stable tiger
#

nah i did too

#

he wasnt specific

lime trout
#

tbf i think they do the same but stricter

#

since iirc it falls under OFAC export controlled goods

stable tiger
#

broadcom moment

#

i miss vmware pre broadcom

azure remnant
#

b42

azure remnant
ember breach
#

Eyo guys Sup

stable tiger
azure remnant
#

Bars of what 🥀

wanton dock
#

i genuinely found the assessment difficult

wanton dock
#

thanks

#

literally just because sqlmap took forever and now the next module is sqlmap essentials xd

molten bobcat
#

pretty major erratum

#

in CDSA

#

how fun

stable tiger
#

show!

undone fossil
#

mfw rdp = ssh

#

mmm

molten bobcat
#

just so baffling

#

im sitting here staring at the logs

stable tiger
#

i love splunk

molten bobcat
#

and it says someone managed 5 failed auths

#

thats it

#

and its asking me for "events over 30"

#

mf I'm looking at the logs with my eyes rn

#

there are none

vivid flower
#

That sounds normal

undone fossil
molten bobcat
#

the moment I tried the above RDP query

undone fossil
molten bobcat
#

it revealed thousands

#

of failed rdp logons

#

like bro

undone fossil
#

ye question typo then

#

shrimple as

molten bobcat
#

yeah i raised the issue

undone fossil
#

im still writing my BER encoder/decoder Sadge

vivid flower
#

BER?

undone fossil
#

basic encoding rules

#

it's a base TLV implementation for a ton of protocols (e.g. ldap)

vivid flower
undone fossil
#

X.690 is an ITU-T standard specifying several ASN.1 encoding formats:

Basic Encoding Rules (BER)
Canonical Encoding Rules (CER)
Distinguished Encoding Rules (DER)
The Basic Encoding Rules (BER) were the original rules laid out by the ASN.1 standard for encoding data into a binary format. The rules, collectively referred to as a transfer syntax...

undone fossil
#

TLV is just "Tag-Length-Value" where Tag indicates the type of packet/structure, Length is the value's length (or 0 if no value), Value is well, the data

signal mica
molten bobcat
#

good ol "WinDomain"

#

yo

#

its an absolute vibe

#

watching classic tv

#

while studying

#

reminds me of home

wooden dust
#

TOUGHBOOK cf-33 i5-10gen 16gb ram do you think it a good device for personal use

stable tiger
#

put ubuntu on it and yea

wooden dust
#

Windows work better I guess. All driver supported

#

27fps in blender is not bad I guess

stable tiger
#

offline ai with no gpu?

#

and an i5?

#

not the besttt idea but

wooden dust
#

IGPU

stable tiger
#

i meant an external

wooden dust
#

The AI works

#

But very slow

wooden dust
#

It soldered

#

Ai is slow but not slow

wanton dock
supple plume
upbeat tangle
#

Good night

#

had enough malding for today

supple plume
supple plume
fiery copper
#

He stood unshaken, a voice in the storm
A man of conviction, a heart reborn
He spoke the truth when the cost was high
He lived for Terry Davis, unafraid to die

We are programmers, we carry the flame
We'll fight for the Gospel, we'll honor his name
We are programmers, his courage our own
Together unbroken, we'll make Heaven known

#

ye guys I know what I`ve done

wanton dock
wanton dock
#

🫵 crylaugh embed fail

fiery copper
#

actually if you lose some weight youd look great bald

wanton dock
#

yes because i am bald

#

clearly

molten bobcat
wanton dock
#

Nice

molten bobcat
wanton dock
#

almost there

#

im like 40% done the web pentester path atm

molten bobcat
#

this module is going to kill me or I'll learn RCT

fiery copper
molten bobcat
#

womp womp

fiery copper
molten bobcat
#

facial hair

#

not head hair

fiery copper
#

or excessive testosterone

wanton dock
#

or you know my test can be normal and u can just cope

fiery copper
#

@molten bobcat Im lucky that my father aint balding, bro he has heart issues and I like drinking coffee

fiery copper
molten bobcat
#

i have low test

#

he doesn't

fiery copper
molten bobcat
#

IQ is a bad measurement in the first place

fiery copper
#

I dunno how much test I have, never checked

molten bobcat
#

it requires an early morning blood test

fiery copper
molten bobcat
#

thems the brakes

#

testosterone is in your blood

fiery copper
#

@wanton dock you are around stage 4 of baldness

#

or 3

wanton dock
#

whatever that means

winged kettle
fiery copper
#

prolly will start playing on a guitar if I move in another city

winged kettle
#

guitars cool

#

electric or acoustic?

fiery copper
#

acoustic

molten bobcat
#

Hey ult

winged kettle
#

baller, what kinda songs you like?

#

hello

molten bobcat
#

I am

#

One module away from having the CDSA path complete

fiery copper
winged kettle
#

im not sure wtf a csda is but im sure its epic

molten bobcat
#

Oh, HTB cert for blueys

fiery copper
winged kettle
#

icic

molten bobcat
#

Just finished the splunk module for detecting windows attacks

winged kettle
#

im about to drink another gram of caffeine and lock in all night prayge inshallah

molten bobcat
#

My partner ordered food

winged kettle
#

baller

winged kettle
fiery copper
chrome lichen
spark latch
#

Yo y'all

zealous pond
#

ha ha

coral plinth
remote iris
#

just finishing digital forensics as I only had it unlocked

fiery copper
mystic patio
wooden dust
loud epoch
#

*** guess the letters

wooden dust
#

Is an inside?

loud epoch
#

nop

wooden dust
#

S

loud epoch
#

no

wooden dust
#

L

loud epoch
#

oh wait

#

yes

#

S

#

yesyes

#

S

wooden dust
#

See

loud epoch
#

mbmb

#

no

#

not see

#

its abbreviation

wooden dust
#

Whats u mean the answer is abbreviation or something else

loud epoch
#

yeah the answer is abbreviation

wooden dust
#

It 3 letters

loud epoch
#

unfortunately I can't diclose it but he knows c:

loud epoch
wooden dust
fiery copper
#

BREAD

molten bobcat
loud epoch
#

can u break bread

gusty aurora
#

too easy next quesiton

loud epoch
#

watchout

loud epoch
#

true story

loud epoch
#

🙁

ornate ibex
#

Get a job

fiery copper
ornate ibex
#

And let me sleep lol

rugged dune
#

Did htb remove generating pictures like that for the machine couldn't find it

eternal mango
rugged dune
#

Please look at my screenshot 🙂

eternal mango
#

I don't recall another one to be honest. Perhaps what you are referencing has not been implemented in the new UI.

rugged dune
#

share machine not achievement

#

allow me to show you an example

#

this is the one you mean

eternal mango
#

I know.

rugged dune
#

am talking about

eternal mango
#

That was the only one I knew of

#

The share link now only shares a link to the machines path on app.hackthebox. So, as I said, I assume it has not been implemented on the new UI.

#

Believe it or not, I am trying to help.

#

I'm even checking the routes on the backend to be sure.

muted olive
#

iirc not all features in the old UI made it to the first stage of the new UI

#

is what I was told anyway

#

I assume this is one of those

rugged dune
eternal mango
#

Use /feedback

#

That goes direct to the team.

rugged dune
#

can't share screenshoot there

#

i was like hmm how can i explain this ?

muted olive
eternal mango
#

Just describe that it's the machine profile image link, not the owned l ink, and not the share link to the machine page on app.hackthebox

#

It's not too complicated, I'm sure our team will understand.

#

Indeed, from what I can see that image route for sharing a machine is no longer available as it stands. We welcome feedback, and /feedback is the best way to give it

rugged dune
#

thank you @eternal mango , i was writing the feedback and sent the screenshot in imgur hope it will come back , i love using it in my blogs that why
appreciate the help prayge

silent oasis
vivid flower
frigid mountain
#

what's up?

eternal mango
rugged dune
#

noo i just used it last month

eternal mango
#

Must've been moved out of that route then to another method. I've not touched the code in.. a while

rugged dune
#

last time i used it 2025-10-08

#

in DarkZero machine

frigid mountain
#

guys...I don't have enough time for everything I'm interested in.

#

help!

eternal mango
#

Damn it I have to find the merge now lol, it's gonna annoy me

rugged dune
#

it actually a cool feature

ornate ibex
#

@fiery copper , sorry for being bitter earlier today.

brisk plaza
#

hey everyone, im still new to all this and have a lot to learn, but i wanted to share something i've been working on and get your opinion.
its a tor transport bridge for sliver c2 - basically creates a hidden service that proxies traffic to sliver so your real ip stays hidden during engagements.
https://github.com/Otsmane-Ahmed/sliver-tor-bridge
any feedback or suggestions would be really appreciated, still learning and trying to improve

GitHub

Tor transport bridge for Sliver C2 - anonymous command and control - Otsmane-Ahmed/sliver-tor-bridge

rapid badger
#

man that was a good module

vivid flower
# frigid mountain what's up?

Finishing up crto coursework pondering how tf to get hired. I keep finding senior pentesters who only have oscp from like 2017 on linkedin and i cant get any interviews

#

I have so much real life pressure on me right now i feel so sad

#

Like who do I have to blow to get a job

frigid mountain
alpine pumice
#

isn't blowing itself a job

frigid mountain
#

^^

vivid flower
frigid mountain
#

I have a question? How enthusiastic are you about creating value for shareholders in an ever-changing digital landscape?

rapid badger
#

sadglas 🚬

vivid flower
frigid mountain
#

down bad for the shareholders

#

i dont' recommend putting that in your cover letters

rapid badger
#

technically my bum ass is a shareholder by having money in a pension fund and that itself being invested in in the stock. So go ahead buddy

vivid flower
#

Im an investor in milady nft's you go first im trusted

rapid badger
frigid mountain
#

I'm going on roadtrip to the coast with my best friend for the next 2-3 days 🙂

#

Gulf Coast

vivid flower
#

Sounds fun

frigid mountain
#

not East Coast

#

Not West Coast

#

South Coast

terse dirge
#

is it programming time chat? I think it might be programming time 🔥

rapid badger
#

bruh we had 10 inches of snow 2 days ago lol

frigid mountain
terse dirge
#

I got my soju and everything 🔥

vivid flower
#

I got a new heavier fighting stick today

frigid mountain
#

Do you own a kilt?

vivid flower
#

Learned rinka doa

#

No i dont

frigid mountain
#

fix that

#

😄

#

jk i don't have a kilt

vivid flower
#

Why? Only redditors think man kilts are cool and im not scottish

frigid mountain
#

there's irish kilts too

#

redditors and swingers

#

but I'm redundant

fiery copper
vivid flower
#

I really want to get some good corduroy trousers

frigid mountain
#

nice

#

I love corduroy

#

I wanna eat some damn shrimp and oysters this week

#

on a pobody

#

*poboy

#

not pobody

vivid flower
#

❤️ oysters

frigid mountain
#

you ever have southern style fried oysters?

vivid flower
#

I've had fried oysters. I'm not sure if they were southern

frigid mountain
#

probably as that's kinda of the style

#

😄

fiery copper
#

Ngl Id have a terrible day if I go to the interview and discover that I didnt get the job

vivid flower
#

Tillamook has the hugest oysters you will ever see in your life

fiery copper
#

I wrote 74 pages on my notebook and tried to study for the requirements the company requires

wanton dock
#

the day i make a fucking dollar on the internet i will be happy

fiery copper
#

Wrote like SQL commands with definitions, syntax and examples, wrote some SQL problems, wrotes note on Manual Testing and wrote notes on Windows and Excel Troubleshooting

fiery copper
wanton dock
#

yeah i could do 3d modeling at the moment, whatever, it's just i don't want to make a career out of that

vivid flower
#

Pay people for vouches and you will get passive internet money

#

Ezpz

wanton dock
#

lol

vivid flower
#

Its true and there are methods you just have to put work in

rapid badger
#

just find apple 0-click exploits

vivid flower
#

Same deal running virtual camwhore panels or selling digital goods on private servers

rapid badger
#

focusing on web pen ,since I have exp in backend servers. Gotta focus and find your niche feels like

wanton dock
#

yeah im just trying to get better in this

#

idk how to do bounties though

vivid flower
#

I used to tutor people for oscp using teamviewer for 20 dollars an hour

wanton dock
#

something like that isn't a bad idea once i'm actually knowledgeable

vivid flower
#

That's how I paid my way when I was traveling around southeast asia

#

Now that I'm back in the states it doesn't really go as far

wanton dock
vivid flower
#

Like , you can make an e book about how to set up a shopify store with the oberlo extension

wanton dock
#

why wouldn't someone just consult ai for stuff like that

vivid flower
#

Well , it used to be more lucrative before ai

wanton dock
#

i can imagine yeah

#

i really want to do something niche though, something that requires skill that i can work towards

vivid flower
#

Are you pursuing any cyber security certifications

wanton dock
#

yeah

#

not any particular ones

vivid flower
#

What are you doing or do you have any yet

wanton dock
#

im just doing htb academy going through the web pentester job route

#

havent looked at htb certs

rapid badger
#

An expert spending considerable time to give you his knowledge is better than 99% of llm repsponses.

vivid flower
#

If I could start over, I would do htb academy and CPTS

crisp steppe
#

:o

wanton dock
vivid flower
wanton dock
#

i might see if i can work help desk at my local community college, idrk what im gonna do

#

i really just dont want to be working retail or fast food

#

or in a warehouse

#

if you get what i mean

#

i did that shit

maiden anvil
#

I'm about " this close to a random crashout

wanton dock
#

well i did retail and commercial house cleaning

crisp steppe
vivid flower
#

Are you looking for a job also

wanton dock
#

im considering working at a warehouse unfortunately ups has a hiring freeze and that was gonna be one of my first picks

#

so i could advance from warehouse to ups driver

rapid badger
#

ups is a nightmare

#

been there

vivid flower
#

That sounds awful Why do that to yourself

wanton dock
#

i dont know what else to do

vivid flower
#

You should do what you want or nothing at all

rapid badger
#

there are plenty of warehouse jobs that are 100x better than ups

wanton dock
#

im inside my house all day thats the issue

#

i feel like im going insane

#

i just want to get out of here

vivid flower
#

I don't even pay rent , so I don't really have to force myself to do stuff like that

wanton dock
#

i want to leave my parents house and try to find a way to socialize with people because basically everyday is just grinding doing something

vivid flower
#

If you live with your parents , then great use that time to learn how to do what you really want to do

#

You pick up a job that you hate , then they're just going to make you do it more and that creates expectations

rapid badger
#

bruh u cant just sit in the house all day and wonder why depressed, seriously

maiden anvil
#

and it can be very lucrative for your career to do so

#

on that same note money cant buy happiness

vivid flower
#

The idea of a work ethic is satanic

#

You should do what you are called to do

maiden anvil
#

welcome to the party pal

rapid badger
#

and like does it feel good ?>

crisp steppe
vivid flower
#

I care

crisp steppe
vivid flower
crisp steppe
#

-# i thought i would be safe in this server 😭 😭

vivid flower
#

Lol

crisp steppe
#

🔥

wanton dock
#

id enlist in the military if i could theyd give me some bullshit to do and id be around people

vivid flower
#

Join the chair force

rapid badger
#

isnt navy the cybersec force

wanton dock
#

if i were to join any branch it'd either be the air force or the army, i would want to work cyber even though apparently that's not guaranteed

wanton dock
vivid flower
#

Yeah navy is going big into cybersec

crisp steppe
#

do people here do assembly and binary exploitation stuff? or is it usually like kali and high level

wanton dock
#

experienced people do the former

#

they are here

crisp steppe
vivid flower
#

I do BOFing and assembly ye

crisp steppe
vivid flower
#

Buffer overflow

crisp steppe
#

ohhh

#

lets go 🔥

wanton dock
crisp steppe
wanton dock
#

it's apart of the DoD i think

vivid flower
#

Military background does help. But you have to live with the fact that you helped the great satan

wanton dock
#

i don't mind to be honest

maiden anvil
#

it was great

vivid flower
wanton dock
#

probably CNO developer

#

sounds cool

vivid flower
#

That is a cool gig

maiden anvil
#

do they still have ultra strict and incessant requirements for enlisted roles?

vivid flower
#

Do it

maiden anvil
#

there was a time I was interested in 1B4 in the AF
but they wanted people with degrees and some special EPR bullshit

#

so now I hack for ecommerce

#

fk the gd gov

#

they have absolutely no clue how to pick talent, or didn't when I was in

wanton dock
#

how was your experience in the military did you try to switch occupational specialty

maiden anvil
#

it was a -2/10, I tried to switch and was denied because I didn't have enough gold stars to impress some fucking idiot

wanton dock
#

damn

maiden anvil
#

I think they stopped treating people like garbage after the mass exodus ~10 years ago

#

probably different now

#

I have heard it's better these days

wanton dock
#

once i get certified i'll apply for a job somewhere

#

i think that's gonna be my goal

crisp steppe
wanton dock
#

i was studying for CCNA but didn't really have much of a valid reason why

#

still gonna do that though

crisp steppe
wooden dust
#

Apple is making gaming laptop 😮

#

Apple chip very powerful already and it ARM