

But the reason it’s based on address is because the person you vote for has power over that location. In this system, what would that person have power over?
But the reason it’s based on address is because the person you vote for has power over that location. In this system, what would that person have power over?
To quote one of their posts directly: “I view people as more tools than anything, and I’m working on being nicer. I say this with 100% honesty, not because I’m being mean. I still feel like I deserve friends, though.”. They also post about calling their basketball teammates useless and about hiding behind other players so they aren’t actually open to receive passes (but somehow this is a failure of the team’s strategy?)
If it’s a real person, then I wouldn’t necessarily call them malicious but definitely lacking in empathy. But I’m leaning more towards it being a troll.
Thanks for the summary, I did a bit of reading myself. It’s interesting the dynamics at play here - you’ve got a long, long term contributor in Hellwig who’s been a maintainer since before Rust even existed, then you’ve got quite a few people championing Rust being introduced into the kernel. I feel like Hellwig’s concerns must have more to do with the long term sustainability of the Rust code - like will there be enough Rust developers 10, 20, 30 years down the line. I mean, even if it stays maintained, having multiple languages in a codebase increases complexity and makes it harder to contribute. Then you have Filho resigning from the Rust for Linux project, which in itself kind of calls into question the long term sustainability of the project. It seems like Rust would have quite a few benefits for the Linux kernel, but the question remains of if it’s still gonna be any good in a few decades. This is juicy stuff!
Anyone got more context on this I can read through? I haven’t kept up with this other than Linus’s notorious attitude.
I think mint is crazy better these days compared to 10 years ago, and it probably just came down to “we want to be user friendly to those who need their hands held” crashing into “actual users who need their hand held are trying it out.” 10 years ago, I think there simply wasn’t enough interested in Linux outside of Linux circles to properly test and figure things out, not to mention the strides the software itself has made in supporting more hardware more seamlessly.
The thing about RTFM is that users don’t, and the users that stuff like Mint is geared towards is those who when asked to read a wiki page, will simply give up. Windows has a cottage industry of people who do various things to make it easier for that kind of user. For example, just installing Windows on a device for you (albeit with bloatware usually) complete with all the drivers for your hardware. For most of the hardware on a laptop (audio, internet, HIDs, USB), that’ll have you set for life without having to touch anything and for the graphics that’ll at least have you set for several years without having to touch anything. And it’s not like Linux doesn’t have this level of support, it’s just that Windows has this level of support for consumers and Linux typically has it relegated to the enterprise sphere.
That being said, it’s insane how easy it is now to just install Mint, or PopOS, or even Ubuntu and have a working system. But most users don’t even install their Windows, much less a completely foreign OS.
It’s remarkable, really.
Is it really any different than, say, a cookbook? I mean, Babish has to pay his bills and most of his content is still free videos which show you how to cook things including proportions and measurements for the ingredients.
Four! I mean five! I mean fire!
Yeah but they’re the good guys right?
Serious question, is there actually a FOSS project out there at the scale of something like Firefox that survives on only donations?
And then their non standard file format turns out to just be a zip file or gzipped JSON data 😂
Thanks sailor moon, you’ve never let me down
from a bussy
I assume that word also means something else than what I’m thinking…
But it’s good that viable alternatives exist in case Microsoft ever considers shutting down the Java edition.
I had never even considered that as a possibility but now it seems all too possible and I’m gonna have to sit with that for a while…
I’ve actually used this to my advantage. I bought some cheap speaker/light combos which basically made the lights dance to the music. The only power connector was a wire that comes straight out of the device and into an outlet. But it did have a USB port for loading music from a USB stick. So naturally I plugged one side of a USB A into the port and the other side into a power bank and it just straight up worked.
I prefer a hybrid approach. A document explaining some common things to do and generally the idea behind why the API is structured that way (shows me you actually thought about it, and makes it more logical to find different parts of it without necessarily looking it up), and then an API spec showing all the parameters.
From the stories I’ve heard from corporate software employees, this does sound like exactly the kind of thing you gotta do to show some manager the guy is buddy-buddy with that they’re actually not doing their job. And even then they didn’t listen.
We have to work under the assumption that most development is done by inexperienced or, to put it bluntly, bad programmers. I would MUCH rather have bad JS code than bad assembly. One may crash a single tab in my browser, the other may crash my entire computer.
This level of effort is probably geared more towards those who create the torrents, not those who consume them.
That was exactly what the .NET family of languages was back in the day. Still is, I guess? You could write in VB, C#, or F#, make use of the same standard library and general principles, but then it would all get compiled to the same IL code in the end.