

there’s nothing open about OpenAI
there’s nothing open about OpenAI
Never heard about it, but seems like it is, indeed. Thank you.
Not sure where I fall into this chart =)
Favorite OS: OpenSuse Tumbleweed
Favorite browser: Librewolf
Favorite Apps: Vim/Neovim (not even close to anything else)
Least cluttered Windows Desktop:
Duck me in the ark tonight
Goated movie. They don’t make them like that anymore.
You can put egregious amount of cheese on anything and it would taste atleast half as good as pizza.
Hey, why isn’t China more green? I’d think the CCP hates western spyware OSes.
I remember seeing lemmy maybe 4+ years ago on some open-source subreddit. It had practically non-existent user base, so I’ve ignored it. After that, I remember a first wave of people making mastodon accounts (even before elon). There I’ve first heard of concept of “fediverse”. I liked the idea but I honestly thought it had zero chances to compete with mainstream social media.
And then everything turned to shit, making a gap between something like lemmy and reddit a lot smaller. So I’ve jumped the ship with everyone after the API shitstorm.
Oh, and GBA rom is included with game files.
I believe for many companies, developers work on giant codebases with many hundred thousands or even millions of lines of code.
With such large codebase you have no control over any system. Because control is split between groups of devs.
If you want to refactor a single subsystem it would take coordination of all groups working on that part and will halt development, probably for months. But first you have to convince all the management people, that refactor is needed, that on itself could take eternity.
So instead you patch it on your end and call it a day.
Meanwhile Nim:
echo "I am still worthy"
let a = r"I hate the ugly '\' at the end of " &
"multiline statements"
for x in 0..9:
if x == 6: echo x
echo x # this is error in Nim, but not in python. Insane!
assert false + 1 # this is an error (python devs in shambles)
assert true - 1 # see above
Thanks for coming to my Ted-talk.
More here: Nim for Python Programmers
Ubuntu: 😮why?
For a lot of people Ubuntu is the linux. Canonical is just good at marketing. For all it worth, Ubuntu is not the bad choice for average user who’s not into ricing and not bothered by bloat.
Manjaro: haven’t you managed to kill it yet?
I’ve been using Arch and Manjaro for couple years each and in my experience they both break regularly. But, for some weird reason, Arch Linux is praised, when Manjaro is shamed upon.
Mint: ex windows guy?
Aren’t we all?
The most stable rolling distro.
Then you just wait until somebody enters in.
When the person opens the door you run to them and yell “wait wait wait” while frantically gesturing. After you enter - say quick “thank you” and disappear.
Zip is fine (I prefer 7z), until you want to preserve attributes like ownership and read/write/execute rights.
Some zip programs support saving unix attributes, other - do not. So when you download a zip file from the internet - it’s always a gamble.
Tar + gzip/bz2/xz is more Linux-friendly in that regard.
Also, zip compresses each file separately and then collects all of them in one archive.
Tar collects all the files first, then you compress the tarball into an archive, which is more efficient and produces smaller size.
https://youtu.be/DrYRpPxBEaU