[-] [email protected] 8 points 19 hours ago

She can morph into a spaceball - I can believe the detached shoulders.

[-] [email protected] 10 points 19 hours ago

No, because she'd be a new character instead of a lazy, crappy rewrite of already established characters. Which is why I hate current Luke Skywalker, but not Miles Morales. It's why I hate current Klingons, but not Baldur's Gate 3 (haven't played it (yet), but I know there are gay characters involved, which is fine by me).

[-] [email protected] 1 points 5 days ago

I tried it a little - being able to run rye sync and not even having to worry about Python versioning is sooooo nice.

[-] [email protected] 2 points 5 days ago* (last edited 5 days ago)

Might want to look at Pixi - written in Rust, BTW, but effectively seems to be a drop-in replacement that's at least faster than Conda.

edit: link: https://prefix.dev/

[-] [email protected] 2 points 5 days ago* (last edited 5 days ago)

It comes with built-in ruff and uv, and can handle Python versioning for you!

Not sure if they want to eventually dissolve Rye into uv or what, but for now it's one of the best (better than Poetry, IMO)

edit: it also uses the pypoetry.toml standard, something Poetry doesn't (because Poetry predates pyproject.toml becoming a standard).

One possible downside: I've heard Rye doesn't honor XDG, which means it has its own location for its config. I don't mind, but perhaps you do.

A second possible downside is that Rye doesn't let you centralize your venvs, so each .venv goes into each project folder, so no using virtualenvwrapper with workon to jump between projects. zoxide can alleviate that problem, or presuming you have a ~/dev folder or similar, you could write a bash function that ls' that folder and lets you select a folder via fzf? Go ask ChatGPT about it or something.

edit2: link: https://rye.astral.sh/guide/installation/

[-] [email protected] 5 points 6 days ago

Does multiple research papers count? All of them related to the Relational Model, the foundation for relational database management systems. I'm also currently digging through the Postgres manual (only 3000 pages short).

[-] [email protected] 1 points 1 week ago

While yes, the way I had it structured looked like a CSV if you squinted a little, I do fully agree AWK can't be used for just any old JSON.

jq is dope, but that language still feels pretty confusing IMO.

[-] [email protected] 17 points 1 week ago

Would that not mean that AIs aren't stealing either? 🤔

It would undermine the exact point OP is making, but I understand what he means, so that still stands.

[-] [email protected] 6 points 1 week ago

Yesterday, when I had a file with a list of JSON objects, and I wanted to move the date field at the end to the beginning, so I used regex find and replace to move it. Something like \{(.*?), ("date": ".*?") in Search, and then {$2, $1 in replace (or something close to it).

Yes, I refactor code and data using regex. I can't be arsed to learn AWK (even though I should).

[-] [email protected] 1 points 2 weeks ago

You might also want to check the latest Ladybird update: https://youtu.be/cbw0KrMGHvc

60
submitted 2 weeks ago by [email protected] to c/[email protected]

Ladybird, the browser from SerentityOS, now has a non-profit behind it! The guy in the video is not Andreas, but Chris Wanstrath (former CEO from Github), and he's pumping some financial backing into this non-profit.

I for one am happy we're getting an alternative to the Chrome/Firefox duality we're stuck with.

https://ladybird.org/

[-] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

Source: BaalBuddy

He's pretty gooood!

[-] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago)

Doing a rough comparison: 500k KWh * 365 / 240 billion KWh= ChatGPT uses ~0.076% of the power that Crypto uses.

Just to put Crypto into perspective.

PS: The 500k is from the article (which states it's per day), and the 240 billion for crypto is the first result I saw from Google, so take with a grain of salt.

edit: I only just now saw which space (?) this is from. Please don't bully me, I'm only here for the discussion (which so far has been civil).

view more: next ›

NostraDavid

joined 1 year ago