on the contrary, why do so many old apps waste all the space in the title bar just for the title and 3 buttons? it makes no sense.
- 0 Posts
- 9 Comments
using nushell is my little rebellion against POSIX tyranny
using irc is near outcast level? well damn…
I’m not following, do you need the bitlocker key when Linux is on a separate disk? is there something extra you need to keep in mind compared to just running windows?
Which language would you say is not memory safe then? Is there any serious language out there where you should expect memory issues if you don’t make any mistakes?
sure, maybe, but performance doesn’t matter for deciding if a language is memory-safe or not. And C++ isn’t memory-safe by any commonly used interpretation of that word.
You may of course decide that the downsides of memory-safety aren’t worth it for your use-case, that is a separate issue
I agree that experienced users can write code that leaks less than in C, leaving aside the bottomless pit of despair that is undefined behaviour. But the the language isn’t memory safe, it doesn’t even prevent you from returning a reference to a local or helpnwitg iterator invalidation. you don’t have to jump through any hoops to enable making that mistake.
well, its possible to check if a rust equivalent would be riddled with raw pointers: just check the Servo code base.
personally I think its a good thing to have another browser implementation, regardless of specific choices they make about language or license



personally I love the way gnome apps use CSD, but then I only ever use gnome. I’m not a fan of the absolute statements people make here, either saying CSD is terrible or superior, I feel like their actual usage is a personal preference.
that said, I would prefer if the gnome project made much more of an effort to integrate its apps into the wider ecosystem. They could add an option that GTK listens to that turns the title bar into just a menu bar, allowing SSD desktops to provide their own decoration. and the gnome desktop could also provide default decorations for apps that don’t have CSD. I think this would provide a better experience for both gnome users and users of other desktops