[-] barubary@infosec.exchange 0 points 6 days ago

"markdown quotes" 😆

[-] barubary@infosec.exchange 54 points 4 weeks ago

@yogthos

Crane decided to ask his AI agent why it went through with its dastardly database deletion deed. [...] So, the agent ‘knew’ it was in the wrong.

No, you asked the confabulation machine to confabulate a reason/excuse after the fact, and it confabulated something that looks like a reason/excuse. At no point was there knowledge or introspection.

[-] barubary@infosec.exchange 22 points 9 months ago* (last edited 9 months ago)

I like the original.

[-] barubary@infosec.exchange 70 points 9 months ago

If you had let me write the C++ code, I could have literally destroyed your dataset in a couple of seconds.

[-] barubary@infosec.exchange 16 points 10 months ago

C) It's an obvious joke.

[-] barubary@infosec.exchange 18 points 11 months ago

Because let x: y is syntactically unambiguous, but you need to know that y names a type in order to correctly parse y x. (Or at least that's the case in C where a(b) may be a variable declaration or a function call depending on what typedefs are in scope.)

[-] barubary@infosec.exchange 16 points 11 months ago* (last edited 11 months ago)

POV: You open vim for the first time.

[-] barubary@infosec.exchange 16 points 1 year ago

The same is true of std::endl. std::endl is simply defined as << '\n' << std::flush; nothing more, nothing less. In all cases where endl gives you a "properly translated" newline, so does \n.

[-] barubary@infosec.exchange 33 points 1 year ago

std::endl provides zero portability benefits. C++ does have a portable newline abstraction, but it is called \n, not endl.

[-] barubary@infosec.exchange 71 points 1 year ago

Strictly speaking, it should be

Unsafe block syntax in C++

{  ...}
[-] barubary@infosec.exchange 15 points 2 years ago

@hstde @Spore Even better, the alphabetical index of function names was generated in English first and then translated, meaning the documentation looks like a scrambled mess in any other language because it is alphabetized according to what the English equivalent would be. #excel

view more: next ›

barubary

joined 3 years ago