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.

DiamondDemon , in lolcalhost

For me, they both bad servers

Blackthorn , in Too close to home

Follow up of: “Mmm… should I put lifecycle annotation in these 10 structs or just use and Rc and call it a day?”. Rc and Box FTW.

roofuskit , in Job interview be like
@roofuskit@kbin.social avatar

My biggest weakness is bad interview questions.

pulaskiwasright , in Too close to home

I thought it was randomly adding Send and Sync traits to function signatures until rustc is happy.

theory OP ,
@theory@feddit.uk avatar

That too

charolastra ,

Randomly wrapping things in Arc::new()

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?

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.

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…

ImpossibleRubiksCube , in Only 14.99$

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

Screw it! I’m switching to BSD.

gravitas_deficiency , in Firmware

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

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

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

BaroqueInMind , in Only 14.99$
@BaroqueInMind@kbin.social avatar

This is real. And you can have your own fake activation watermark here.

slice ,

It’a surprisingly detailed installation description 🤔

platysalty ,

Joke project gets bonsai treatment, production gets one comment in docker compose.

pazukaza ,

Actual question. Isn’t installing stuff from third party repos like super dangerous? The package scripts run with root access, right?

So, I guess you could tell if the hash of the package matches the hash of the code after you build it… But, what about upgrades on that package after it is installed? They could change the setup scripts and screw a lot of people right?

Not saying these guys do it, just wondering about security stuff.

whou ,

quote stolen directly from the repo:

“Science isn’t about WHY. It’s about WHY NOT. Why is so much of our science dangerous? Why not marry safe science if you love it so much. In fact, why not invent a special safety door that won’t hit you on the butt on the way out, because you are fired.” — Cave Johnson (Portal 2)

normalmighty , in It's almost done

I feel attacked.

clb92 , in If everything runs fine, do not touch
@clb92@kbin.social avatar
jeltebr , in If everything runs fine, do not touch
@jeltebr@feddit.nl avatar

Copilot go brrrr

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