

Seems like the more important take is that 68.5% do not want (or at least does not prefer) the most popular candidate, that’s a level of fractured that should be prompting some introspection from the party.
Seems like the more important take is that 68.5% do not want (or at least does not prefer) the most popular candidate, that’s a level of fractured that should be prompting some introspection from the party.
I was a “ironically” racist as a young teen, it took me till my early adulthood to realise that being ironically racist is just being racist, and the edgy “humour” that is made at others expense isn’t funny or clever, and is incompatible with the kind, empathetic person I wanted to be.
Cringing at my teen self pushes me further into deprogramming myself from that shit, but I’m encouraged by the adage “if you don’t look at yourself from a decade ago and cringe, you wasted that decade”.
I remember old Tesla and Firepro drivers had a jank, proprietary alternative to SR-IOV but didn’t think any vendor (except Intel with i915’s GVT-g) had an implementation for their consumer devices.
Software to allow partitioning gpu resources among multiple virtual machines instead of just assigning the one PCIe device to a single VM. Very useful for having a single GPU do 3D acceleration on a host and multiple guests at the same time.
Your personal files e.g. ~/Documents are not recreated, you’ll still need backups of those.
caveats are you’ve got to use:
But all this can be written in the one flake, so yes nixos-install --flake <GIT URL>#<HOSTNAME>
Is sufficient for me to rebuild my desktop, laptop or server from the same repository.
I’ve never used Gentoo, and I’m sure there are other methods of achieving the same level of reproducibility but I don’t know what they are.
Nixos can be as modifiable as Gentoo with the caveat being it’s a massive pain in the ass to do some things. I have a flake for making aarch64-musl systems which has been an endeavour, and… It works? I have a running system that works on 2 different SoCs. I do have to compile everything quite often though.
There are efforts to recreate Nixos without systemd, but that’s a huge effort; because it’s very “infrastructure as code”, you have to change a lot of code where editing a build script would’ve sufficed on arch/Gentoo.
As for nix vs guix, guix was described to me as “if you only ever want to write in scheme”, whereas nix feels much more like a means to an end with practical compromises spattered throughout.
Perhaps, but when I accidentally nuked my system by dd’ing to one of the hard drives, being able to install the exact same system back onto it by pointing the installer to my git repository was an excellent experience.
I don’t see the problem, I also don’t see how this is a novel situation.
The technical merits of system level protocols only really affect the user insofar as they make it easier for userspace application writers to make their software. This is why we have the distinction, so that users never have to change the underlying software, and when they choose to it’s because everything just works.
Sure but why open their code without getting the integration benefits?
Likely a combination of 4 things:
They have third party firmware in their blobs that they are under NDA regarding the source code.
They believe in the source code is a large part of their success and don’t want to reveal it.
They believe giving out the source code will allow many inferior variants of the software, impacting their brand.
Control; the more source code they have in mesa the more of their code can be rejected by mesa. Keeping their stuff as blobs allows them to put in whatever hacks they want.
Spyro the Dragon on PS1
Blaming the creation of a new law on anybody except the lawmakers is a pretty shit take, but blaming it on 150 year old colonialism is actually infantilistic.
NT is not the majority of windows code though; for windows to be multi architecture, all of windows needs to work with the new architecture; NT, drivers & userspace.
For Linux, if an existing userspace application doesn’t work in aarch64, somebody somewhere will build a port. For windows, so much of their stuff is proprietary that Microsoft are the only ones able to build that port.
Not because “windows bad”, just a consequence of such a locked down system which doesn’t have anything open source to inherit.
Memory safety is likely to prevent a lot of bugs. Not necessarily in the kernel proper, I honestly don’t see it being used widely there for a while.
In third party drivers is where I see the largest benefit; there are plenty of manufacturers who will build a shitty driver for their device, say that it targets Linux 4.19, and then never support/update it. I have seen quite a few third party drivers for my work and I am not impressed; security flaws, memory leaks, disabling of sensible warnings. Having future drivers written in rust would force these companies to build a working driver that didn’t require months of trawling through to fix issues.
Now that I think about it, in 10 years I’ll probably be complaining about massive unsafe blocks everywhere…
Any government which makes caffeine illegal must be prepared to enforce that law with mass violence, or let it be ignored.
Given how unlikely your average cop is going to enforce a law they regularly brea… Oh, nevermind. Yeah it’d be a shit show. Demonstrations, arrests, black markets, the whole nine yards.
If you
a) can get feedback about how good the code entered was, and can use the users code in followup generation.
b) have deep enough pockets to sustain giving this for ‘free’ to plenty of people for a while.
c) are willing to be focused enough to make sure this LLM only touches code.
Once your product is good enough and enough people rely on it for productivity you can basically name your price to any business. The key is how deep their pockets are and how big a risk they want to make.
Yeah, in Australia we don’t have fixed rate mortgages for more than a few years.
I was. I was making 100k AUD, able to support another through University and easily pay my relatively small mortgage.
With interest rates gone up, I’m paying 50% more for the mortgage, and bigger increase than that on food, gas, electricity, rates and hot water. We are on the edge of comfortable, though our budget still has a little fat we can trim. I don’t like the effective pay decrease I’ve had this last while, so no; I would be happy going back to two years ago levels of comfort.
I’m thinking more of the opposite; mainboard does/needs replacing and you can get a new one and not change the GPU
If it makes you feel any better, you won’t notice the years pass by while you’re travelling.
Just make sure to take your loved ones with you…
C because it’s what is used for low-end linux & embedded work.
Shell scripts because they’re the caulk that holds a Linux distro together.
Rust when possible because it’s how I wish systems programming could be.