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.

Thcdenton , in Absolute legend
PenisWenisGenius , in Absolute legend

inb4 they wait until his last day then roll back the changes because functional code/unauthorized changes are against company policy and actually they need that bug to slow down the user so they don’t click so fast the database crashes.

some_guy ,

Oh, you cynical (and probably right) monster. Cheers!

Laylong , in Not a Number

cost = “arm” + “leg”;

Oka , in Not a Number

“That makes it free, right?”

wreckedcarzz ,
@wreckedcarzz@lemmy.world avatar

Technically it has a pricetag, so…

xigoi ,
@xigoi@lemmy.sdf.org avatar

Not only that, it makes your entire purchase free due to NaN arithmetic.

BlueKey ,
@BlueKey@kbin.run avatar

But as you mention, NaN propagates.
So at checkout, your wallet will become NaN, as the shops money balance. Then it will spread to your bank account and before you realize what happens the whole banking-district is in flames.

FiskFisk33 ,

no, it costs NaN, now remove NaN from your account…

…oh no

StaySquared , in Absolute legend

He finally won the war after so many battles.

Appoxo , in Absolute legend
@Appoxo@lemmy.dbzer0.com avatar

Repost

Anticorp , in Absolute legend

That happened.

Buffman , in Absolute legend
SEND_NOODLES_PLS , in What it's like to be a developer in 2024

I get quite a bit of flak from my colleagues for paying for search, but I kid you not, I don’t regret splurging on a Kagi subscription at all. It’s personally less stressful for me, having to wade through less cruft, and I think I even work significantly faster because of how I use it.

It’s sad when you think about it. Search was such a good experience in the past.

lilja ,
@lilja@lemmy.ml avatar

I also pay for Kagi and I’m super happy with that decision. I do wish they’d stop putting so much AI cruft into their search engine, but at least I can disable it.

30p87 ,

With most topics, I find fastgpt to be the most up to date, accurate and best sourced. And with just a normal search there’s basically just one expandable strip with AI, no real annoyance for me.

churros ,

I was against the ai integrations until I started actually trying them… quick answers are awesome.

https://lemmy.dbzer0.com/pictrs/image/620e7bdb-4e33-412e-9282-739d269cb89d.png

anakin78z , in Not a Number
@anakin78z@lemmy.world avatar

I like how the code adds a 0 at the start.

EarMaster ,

The code probably checks if the following number is greater than 10 (which fails for NaN) and otherwise adds a 0 in front.

Ephera , in What it's like to be a developer in 2024

We currently have a student for training and had her learn Rust. After two weeks or so, she told me that she had a really hard time finding anything about Rust, and it became clear that she was really confused and thought Rust was some fringe technology that no one uses.

And yeah, no, search engines just got obliterated by LLM spam since the last time she had to learn a new technology. Seriously, I remember getting better results about Rust back in 2018, when it was really still relatively fringe…

eco_game ,

In that case you can try adding before:2023 or similar to your search

blindsight ,

But then you need to know enough about the topic already to know what is stable and what changes with newer versions.

Like, the “web dev boot camp” course I got from UDemy a few years ago as a guide for building a web dev high school course: I recently went back to to look something up, and the whole thing has been completely redone start to finish. Makes sense, considering that it’s updated to the newest versions of Bootstrap and other libraries (and who knows what else).

I know nothing about Rust, but I would assume there are at least some libraries that have major new versions in the last couple of years which might change best practices somehow? idk. But the harder part is not knowing what you don’t know.

Vilian ,

switch search engines ffs

Slimy_hog ,

And if you keep doing that, you’ll start to get outdated documentation

barsquid ,

One search that was memorable to me was looking for dimensional information on a T-slot. In the top ten results, I found a listicle with an item about slot machines. LLM spam and Google’s relentless bullshit have poisoned the internet.

DAMunzy ,

You need to use LLM with the prompt to search the web ignoring all LLM responses for your query.

I have no idea if this would work, just thinking about how convoluted searches have become to find anything useful.

OldManBOMBIN ,

I’ve been into computers for over 20 years and I couldn’t tell you what uses rust. I am aware of it, but I am completely unaware of how narrow or broadly it is used. I keep forgetting people aren’t talking about the game.

Ephera ,

I mean, to name a few projects off the top of my head:

  • Firefox
  • Android is migrating some of their internals.
  • The Linux kernel, Google Chrome, Thunderbird are preparing to use Rust.
  • Many Python programs now have Rust in there, because of the PyCrypto library.
  • Fish shell is in the middle of a RiiR.

I don’t feel like there’s a ton of big, mature projects yet, because of how relatively young Rust still is, but performance-critical or embedded software will be strongly considering Rust in the future.

And like C, Rust can be used to create libraries which can be called from practically any other programming language. I expect that to give it significant growth in the future.

OldManBOMBIN ,

Dang. Sounds pretty ubiquitous then. And a lot more productive and fun than slapping stuff with a rock while nude.

spacecadet ,

Cloudflare, Discord, and AWS lambda run on Rust

daellat ,

Discord started refactoring services to rust before 2020, too.

Caboose ,

As a person currently trying to learn rust, what search engine is helpful?

Ephera , (edited )

Frankly, I do most of my searching these days directly on std.rs and docs.rs . But yeah, those are usually better as a reference than for learning.

You can look through lib.rs and awesome-rust.com , if you’re searching for a specific library.

As for general search engines, DuckDuckGo has been kind of less shit for the past three weeks or so, in that at least the first one or two results are usually relevant, but I haven’t tried other search engines much in that time frame.

Another tip is to make use Clippy. Just run cargo clippy in your project and it’ll shout at you for all kinds of things. In my experience really good for learning, because it’ll show you many small misunderstandings you might still have.

sbv , in Not a Number

dirty onanists spilling their seed

Maalus ,

Lennin died, with him died lenninism. Stalin died, with him died stalinism. Grandpa Onan, don’t die!

sbv ,

What is spilled cannot die

Transporter_Room_3 , in Not a Number
@Transporter_Room_3@startrek.website avatar

You ever have one of those moments when you just put 2 and 2 together, and also that you should have had that realization many years ago?

I just realized what NaN stands for…

This must be what people who get told “you can just wait for the shower water to warm up before hopping in” feel like.

Mesa ,
@Mesa@programming.dev avatar

The elephant and rope parable rings its bell of sound morals!

Not so much the realizing what NaN means; that’s more relevant to that XKCD which I probably don’t need to describe here.

Swedneck , in Not a Number
@Swedneck@discuss.tchncs.de avatar

lidl quality

xia , in Not a Number

Ooo na na…

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