

That does sound like a bit much for my daily driver; I’ll have to check it out in a VM sometime. It warms my heart that a distro community can have such longevity, and I think the simplicity has to be a big part of that.
That does sound like a bit much for my daily driver; I’ll have to check it out in a VM sometime. It warms my heart that a distro community can have such longevity, and I think the simplicity has to be a big part of that.
Isn’t the lack of dependency management a huge pain on Slackware? I think Gentoo is my forever distro, but I’m very curious about Slackware.
It’s redundant but it still works; doing it that way does not imply they haven’t actually used it.
You’re absolutely right, you could take any binary that runs under an OS and set up a bootloader to execute it directly without an OS.
The problem is that all programs, even ones in C, rely invisibly and enormously on the OS abstracting away hardware for them. The python interpreter doesn’t know the first thing about how to parse the raw bytes on a hard drive to find the location of the bytes that belong to a given file path. Files and filesystems are ‘fake’ when you get down to it, and the OS creates that fiction so each program doesn’t have to be customized per PC setup.
So, ironically, to be able to truly kernel hack in python like you want would require writing tons of C to replace all OS hooks (like fopen
to interact with a file, e.g.) with code that knows how to directly manipulate your hardware (speaking PCIe/NVMe to get to the disk, speaking GPT to find the partition on the disk, speaking ext4 to find the file in the partition, e.g.).
OSes are complex as hell for a reason, and by retrofitting python to run on bare metal like that would require recreating that complexity in the interpreter.
How do you mean in terms of Unreal?
If you’ve got a complex and potentially nested object, what does the body of this simple function look like? That’s what they mean.
Ugh and that happens a lot if your email domain has an even slightly unusual TLD too.
Ayy, Pomo Post is super cute! Cool to bump into a dev on Lemmy.
I love that the Playdate is inspiring people to make tools that are also beautiful and fun like a good toy. The whole system makes me just plain happy :)
Yeah, being a niche product without the economies of scale elsewhere in gaming makes the price really awkward. My hope is that will improve over time if the install base keeps growing.
I use mine just about every day, I’ve been fully obsessed with a game on multiple occasions, and I’m excited every time there are new things in the catalog. Easily worth full game-console price for the joy I’ve gotten out of it. But, that doesn’t really help anybody else, I know.
It really is a lot less of a gimmick than it might seem. The final game of the first season is a shockingly polished gameboy-zelda-style adventure that I’ve played start-to-finish more than once.
RIP xtranormal
C is a little older than namespacing and object orientation. C++ wasn’t even a glimmer in Bjarne’s eye when these conventions were laid down.
And yes, having to google it is part of the design. Originally C programmers would have had to read actual manuals about this stuff. Once you learn the names you don’t really forget so it works well enough even now for ubiquitous standard library functions.
And yet, C was an ergonomic revelation to programmers of the time. Now it’s the arcane grandpa that most youngsters don’t put up with.
He’s absolutely right! He’d be violating a trademark, not copyright.
Gentoo or Manjaro are to Arch? What do you mean? Those two are very different from each other especially in their relationships to Arch.
Turns out massively parallel computation has applications beyond video rendering.
Not an unreasonable interpretation!
Is it surprising that people might miss that, though? Especially if they don’t already agree with the antifascist message.
4 in particular I think is more open to interpretation based on ones existing biases than people seem to think. Being over the top doesn’t necessarily have to be mockery and authorial intent is peanuts to a random personwatching a movie.
The other points IIRC are individual moments rather than recurring themes. It’s not surprising to me that significant numbers of people overlook them.
Is it really that mind-boggling? ST has always seemed to me to read whichever way you are already predisposed to. How does everybody dying make it an anti-war movie? I would be shocked if the kind of person who believes in the good of a war machine were surprised that lots of people die in war.
Maybe my memory is a bit hazy, but the bugs actually annihilate a city, right? What is the human response supposed to be? The extreme nature of the government and military only come across as insane if you’ve already been educated about fascism. Desperate times do indeed call for desperate measures, which muddies the antifascist message in my opinion.
It’s a great movie, but anyone who thinks it’s going to change anyone’s mind from their preconceptions is fooling themselves.
What am I missing?
A friend gave me the 6-CD “power pack” of Mandrake 10 that could install a quite wide range of optional software completely offline. Hooked me too.