There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

DmMacniel , in Only 14.99$

Red Hat edition?

cupcakezealot , in Only 14.99$
@cupcakezealot@lemmy.blahaj.zone avatar

I’ll wait for Linux Millennium Edition to come out first

snor10 ,

I heard it is buggy, I think I’ll wait for Linux Vista to be released.

Xanvial , in Finally

Most of the codes I copied from GPT doesn’t even work Seems I spent more time fixing it compared to thinking it myself

jflorez , in Ask Lemmy

I’m sorry but stackoverflow will give you a tardigrade and swear to you that it was a frog when they tried it on their PC

juliorapido , in Firmware

Wtf i’m only realizing this now! Wtf after 30 years!!! Aaarrgggg

HangingFruit ,
@HangingFruit@czech-lemmy.eu avatar

Even now it took me 30 minutes to figure it out.

gravitas_deficiency , in Firmware

To extend on the theme, can we start calling the codebases of platforms that have undergone enshitification “chodeware”?

Kerrangutan , in Firmware

Wait until you learn about wetware.

ImpossibleRubiksCube , in Only 14.99$

This. This is what we get for crossing the 3% mark.

Screw it! I’m switching to BSD.

mygnu , in Where did the name Bison come from anyway?

What? and I am a programmer 😅

lemmyng ,
@lemmyng@lemmy.ca avatar

Compiler compiler (cc) -> yet another compiler compiler (yacc) -> bison (because yacc sounds like “yak”)

lemmyng , in Where did the name Bison come from anyway?
@lemmyng@lemmy.ca avatar

Less is more.

Haus , in Where did the name Bison come from anyway?
@Haus@kbin.social avatar

Not so much of a joke as a cute story. There was once a programmer with a dog named Biff who would bark at the mailman every time he delivered the mail. The programmer wrote a program to monitor incoming email and beep when you got a message, and named it biff.

Kerb , in Where did the name Bison come from anyway?
@Kerb@discuss.tchncs.de avatar

cat (as in concatenate)
prints a file to stdout

head & tail print the beginning / end of a file

skomposzczet , in Too close to home

I think that’s the only thing I dislike about rust. Not having to use * to dereference but later having to use is tad confusing. I know it’s still clever solution but in this case I prefer c++'s straightforward consistency.

Using ampersand never was problematic for me.

Pfosten ,

C++ does have the problem that references are not objects, which introduces many subtle issues. For example, you cannot use a type like std::vector<int&>, so that templated code will often have to invoke std::remove_reference<T> and so on. Rust opts for a more consistent data model, but then introduces auto-deref (and the Deref trait) to get about the same usability C++ has with references and operator->. Note that C++ will implicitly chain operator-> calls until a plain pointer is reached, whereas Rust will stop dereferencing once a type with a matching method/field is found. Having deep knowledge of both languages, I’m not convinced that C++ features “straightforward consistency” here…

Von_Broheim , in Ask Lemmy

I find ChatGPT more coherent than stackoverflow in many cases. Sure it hallucinates and sometimes acts like it has dementia but at the very least it won’t write 5 paragraphs about how the framework behind my issue works without giving any examples.

Stackoverflow is good for finding alternative approaches, getting explanations for how stuff works in the framework, and error investigations. Useless for getting information on stuff you don’t already know.

raubarno , in Too close to home

So… now the rustc borrow checker is the new video game boss that is nearly impossible to beat for newcomers, right?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines