• 0 Posts
  • 7 Comments
Joined 1 month ago
cake
Cake day: March 30th, 2025

help-circle
  • In the old days, a few motivated nerds could write a browser. Now all you can realistically do is take a browser engine and build some user interface around it. That what most “alternative browsers” do - tweaking or repackaging.

    These days, a browser is like it’s own operating system with sandboxing, various Interfaces to periphery devices, hardware acceleration for GPU and all the bells and whistles taken for granted now.

    I’d say that imagining it to be on a scale similar to working on the Linux Kernel is more right than wrong.

    So we definitely very much want Firefox to survive, or it will be much worse than the Linux/Mac/Windows trilemma. Microsoft Edge is chromium under the hood too. Any many desktop “apps”.



  • How is that useful to OP who asked for something “without terminals”? Unless that was a joke.

    Because I’ve been using Arch Linux for 15 years and live in the terminal, but even though I like the idea of NixOS, it’s not only scary because it is alien and I have neither motivation nor enough free time to learn a parallel world and gain non-transferable skills for a niche solution. And that with being interested in what NixOS is doing.

    I would say it is horrible advice to a novice, unless you want to scare people away from learning terminals and configs and managing an operating system without GUI tools.




  • Nice! I’d love to use Rust at work, I was a Haskell guy for hobby things, rather recently switched to Rust for that, and I enjoy it a lot. Taking 80% of the good lessons from functional programming while staying performant and practical and just have nice tooling - whoever designed Rust are wise people who know what is important for happy developers.

    My job is mainly C++, and if you have seen the bright side of life, it is difficult not to be frustrated by the language and tooling. I think C++ without clang-tidy is almost as horrible as Python without types and linters. Undefined behavior and foot guns everywhere!