I've been installing a lot of things written in rust recently, and I've noticed a trend between them. They're all stable, fast, and very user-friendly. I don't really have to fiddle with them nearly as much. I think there's a lot that goes into this, but it really boils down to: rust is safer and prevents huge categories of bugs, it's incredibly stable and requires less debugging and maintenance, it has extremely high level abstractions to make development quick and less verbose, and it has the best tooling I have seen for any language. It enables developers so effectictively that the things that are usually tedious and difficult become easy and potentially mandatory, and so you just get better software.
I know that sounds pretty abstract and opinionated, but having used the language for several years now, and especially coming from Java, I have really felt an incredible difference - I stopped having to constantly fix breaking Gradle builds and JVM version management, I stopped getting null pointer exceptions, and I had much more powerful tools for building abstractions. When you see how much control and power rust gives you while still keeping you safe, it's just night and day compared to the especially old languages like C.
Basically, anything written in rust will be better if it can enable developers to spend their time working on useful features instead of fixing bugs, fiddling with build systems and fragile legacy infrastructure cobbled together from dozens of third party tools.
Rust. I've been using it for a while, and I've been using more software written in it lately. Stuff you make with it is just better in most ways. In other languages, you have to go above and beyond to make your code fully correct, safe, user friendly, and every trait I value in software. Rust makes those things easy, and so people are more willing to do them, and so things that get made in it are better. Oftentimes it's just a matter of pulling in a crate and adding a few lines of code.
one of my favorite things about helix is how easily you can check the keybinds for certain actions - just space-? and then you can see a list of every command available (by description) and their keybinds, if they have one
I remember back in the day I thought one of my favorite games, Elite: Dangerous, would never run on Linux. I dualbooted for a while just so I could play it. After a while I stopped playing it much and figured I could get rid of Windows, so I did. About a year later the community came out with a complicated setup you could perform to get it running on Linux through wine. It's just as you said, lots of manually finding and installing libraries, tweaking environments, and eventually got it working (jankily) at a pretty mediocre framerate. I thought that was the best I was going to get. Another two years and it was running seamlessly on proton with no configuration or tweaking at all. It really is incredible what Valve has done for Linux gaming.
if you hold a view that is intolerant, I will not tolerate you. simple as. we don't have to agree but you can have basic fucking decency (don't be racist)
going vegan doesn't help animals much either. we live in an overproductive society that wastes most of what it produces anyways - even if your personal choice marginally reduces demand, the abuse is ongoing. we need systemic solutions. we need to destroy the meat industry. veganism will never be popular enough to create systemic change on its own.
solves nothing. you eliminate a negligible amount of carbon emissions. focusing on our individual impact is a waste of time when there are companies and their leaders doing orders of magnitude more damage.
people learn things all the time despite phones existing. the issue is not solely being more entertaining. people need to find their learning meaningful and aligned with their own interests and goals. students don't, and so they go on their phones. go to a college classroom and you'll see people more engaged on average. still far from perfect, and that system is broken in many ways too, but people are at least studying something they chose and are presumably interested in.
"I'm really rooting for you to figure this out" rings hollow. we all need to be part of the solution. gen Z feels like it's carrying the expectation of fixing literally every societal problem right now and it sucks.
you can't be 100% sure about a relationship until you try it. it might work out, it might not. age is not going to be an obvious problem upfront if she seems mature. you just have to accept that you're taking a risk.
why don't we store code unformatted and have everybody's IDE display it with their preferred format applied? it would make everything easier and stop people bickering over pointless things.
Thank you for this. So sick of pretending our problems are unsolvable when we have both the resources and the knowledge to solve them. "It's just too big/complex to tackle!" is capitalist propaganda.
I've been installing a lot of things written in rust recently, and I've noticed a trend between them. They're all stable, fast, and very user-friendly. I don't really have to fiddle with them nearly as much. I think there's a lot that goes into this, but it really boils down to: rust is safer and prevents huge categories of bugs, it's incredibly stable and requires less debugging and maintenance, it has extremely high level abstractions to make development quick and less verbose, and it has the best tooling I have seen for any language. It enables developers so effectictively that the things that are usually tedious and difficult become easy and potentially mandatory, and so you just get better software.
I know that sounds pretty abstract and opinionated, but having used the language for several years now, and especially coming from Java, I have really felt an incredible difference - I stopped having to constantly fix breaking Gradle builds and JVM version management, I stopped getting null pointer exceptions, and I had much more powerful tools for building abstractions. When you see how much control and power rust gives you while still keeping you safe, it's just night and day compared to the especially old languages like C.
Basically, anything written in rust will be better if it can enable developers to spend their time working on useful features instead of fixing bugs, fiddling with build systems and fragile legacy infrastructure cobbled together from dozens of third party tools.