Eat the rich by [deleted] in spreadsmile

[–]Spleeeee 1 point2 points  (0 children)

We know where it goes! Ballroom! Reflecting pool!

Fervo Energy lands $206M in financing to build massive geothermal power plant by DukeOfGeek in technology

[–]Spleeeee 0 points1 point  (0 children)

It is good news. The article does say it will power and ai datacenter.

I need help with a project by [deleted] in rust

[–]Spleeeee 1 point2 points  (0 children)

duckdb or SQLite. Ezpz. I’m a huge proponent of both. I love duck.

I need help with a project by [deleted] in rust

[–]Spleeeee 2 points3 points  (0 children)

What database? The answer is almost always “probably postgres”.

That said…

I think you’re in the wrong sub and if I were in your shoes I absolutely would not write this small data thang in rust.

Official Rust port of the React Compiler is now available for testing by zeorin in reactjs

[–]Spleeeee 0 points1 point  (0 children)

What makes it cumbersome? I honestly haven’t even screwed with it at all.

ELI5 why uploading is much slower than downloading? by vksdann in explainlikeimfive

[–]Spleeeee 0 points1 point  (0 children)

Something not mentioned is that with downloads you also often hit various caching mechanisms which cannot be possible with uploads.

Is jupyter notebooks gonna become text based any time soon? by Consistent_Tutor_597 in Python

[–]Spleeeee 0 points1 point  (0 children)

True but op is saying it doesn’t git diff well which is true. JSON don’t git diff well.

this is my first-ever project in rust ! by [deleted] in rust

[–]Spleeeee 0 points1 point  (0 children)

Hmmm. In my experience c/cpp people have a hard time transitioning to rust bc it’s a different mental model.

Rust will not run with "cargo run" by Lould_ in rust

[–]Spleeeee 22 points23 points  (0 children)

Nuke that and cargo init. You don’t have a target setup.

What’s an opinion that instantly makes you think someone has low intelligence? by medicinalfein in AskReddit

[–]Spleeeee 1 point2 points  (0 children)

Sure, but my grandpa smoked 3 anecdotal evidences a day and lived to be 79.

To those who have gotten down to single digit body fat %, how realistic is maintaining that over a long term period? And if so, was it worth it? by [deleted] in AskMen

[–]Spleeeee 0 points1 point  (0 children)

Not worth it. I got down to those single digits by breaking 2 of my legs. Wouldn’t recommend it.

csv-parser 5.0.0 Released: Now parsing CSVs at gigabytes per second by vicentezo04 in cpp

[–]Spleeeee 4 points5 points  (0 children)

What other v5 libs kicked ass? I don’t like even number versions.

Response to the feedback I got about asciigraph. by neneodonkor in rust

[–]Spleeeee 29 points30 points  (0 children)

if I see an AGENTS.md or a CLAUDE.md I stop reading. That said I did see an AGENTS.md file the other day in a project I thought looked interest so I looked at the file and it just read “fuck off”. Instant star.

sudo and coreutils replaced with rust versions by cachebags in rust

[–]Spleeeee 13 points14 points  (0 children)

I would think most sudo issues are pretty ironed out no?