I hate that I understood the joke immediately…
I hate that I understood the joke immediately…
We made a (so far internal) tool at work that takes your activity from Github, your calendar, and the issue tracker, feeds that to a local LLM, which spits out a report of what you have been doing for the week. It messes up sometimes, but speeds up the process of writing the report dramatically. This is one of those cases where an LLM actually fits.
They only dedup runtimes, not individual dependencies.
Not sure I follow you entirely, but I think we agree.
No, not quite. Flatpak is containers - it just stuffs every dependency that an application needs in a directory with no way to deduplicate or update independently. Gobo is a bit more nuanced, since dependencies are shared between applications when the versions match.
I think the main premise is that every version of every software has its own installation prefix. This allows you to mix&match different versions, perform atomic upgrades, etc. You can think of it as a proto-Nix. TBH I don’t see much point in it now that Nix(OS) and Guix exist, or, if you don’t like their purity, stal/IX.
Why -z? I have no idea.
From man test
(note that [ <expr> ]
is just sugar for test <expr>
):
-n STRING
the length of STRING is nonzero
-z STRING
the length of STRING is zero
So, -z
stands for Zero.
Hope this helps you remember it!
To be clear, NVidia supplies Linux drivers, but they are proprietary semi-broken nonsense.
Yep, NixOS as a base + some Flatpak store for installing apps. In fact, use impermanence to just drop all OS state apart from logs, network settings and flatpaks. That way, “turn it off and then on again” will almost always work to fix the OS.
Seconded, it somehow manages to lag on my overclocked 5950X w/ 64GB of RAM. (this may be related to the Dark Mode extension or some shit, however it’s still absolutely inexcusable)
It’s not too bad tho, we’ve already replaced this with Github actions: https://github.com/NixOS/nixpkgs/pull/356023
I don’t think it’s a solution for this, it would just mean maintaining many distro-agnostic repos. Forks and alternatives always thrive in the FOSS world.
Well, now I want a cervelat sandwich, but vegan sausage is too damn expensive :/
I stand corrected! I’ll have to tune my internal AI detector a bit :)
If you look closesly there’s a lot of nonsensical details, like the quite high water tower in the top right, window layout on the side of the building facing us, different lengths and angles of fire escape stairs, a weird semi-reflective “thing” (scaffolding?) on the left of the image (and if it is indeed reflective, the reflection doesn’t match the original), extremely weird-looking humans on the hoist and artifacts on the hoist railing. None of these are a dead giveaway, but the general vibe is off.
Image likely generated by GenAI, funnily enough
Statistically speaking most LGBTQ+ ARE mentally ill. This is not hate speech and you’re a brainwashed idiot if you think it is.
It’s disingenuous to equate statements like “Most LGBT people suffer from anxiety and depression” and “Being gay is a mental illness”. It’s the second kind that is the problem, and I don’t think anyone is worrying about the first. In fact it’s probably in the interest of the LGBT community to spread this message around and get more help.
You are so far up your own ass you somehow blamed the censorship of an operating system within a social media website on the entire far right. <…> How about you blame the oligarchs and big tech CEOs for reprogramming your mind to think and dislike what they want you to think and dislike.
“They” in the second paragraph seems to refer to the people in power, I don’t see where they are blaming “the entire far right”.
The funny bit is that I’ve seen multiple references to “Meta/Facebook finally stops censorship” from right-wing-ish sources (probably because they stopped fact-checking and removed some moderation guidelines). And now, this…
Anything more complicated than business logic in JS/Python sends LLMs into a guessing game that can take you those 3 hours to get out of. Try asking it to write embedded software in C, hardware-interfacing code in Rust, or any non-trivial TemplateHaskell.