• 38 Posts
  • 292 Comments
Joined 10 months ago
cake
Cake day: December 28th, 2023

help-circle
  • It’s going to confuse everyday users

    Call me a conspiracy theorist, but I believe this is the intention. I think big companies deliberately put in confusing and bad design to “test the waters” and see if people will still buy their products. It’s the same with the apple mouse charging on the bottom, or why companies keep making their logos uglier with each iteration. It’s a psy-op to condition the masses into accepting worse products without complaining.








  • I really wish email had a built-in aliases feature. Like, so you can create unlimited new addresses that just point to your normal inbox. That would help so much with spam, since you could just block individual aliases. I know some email providers have this feature, but usually it’s paid. Plus Addressing is also nice, but it does nothing to hide your “real” address. Also I’m disappointed that end-to-end encrypted email is basically never used by normal people.







  • Maybe I’m confused, but from what I understand, “declarative” means you tell the computer what you want the final thing to look like, and “imperative” means you tell the computer what steps to take. So Dockerfile would be imperative because it’s a set of commands that are executed in-order to create the image. Meanwhile docker-compose.yml is declarative because you say which containers are used with what options and how they’re interconnected. IDK tho, as far as I understand the definitions aren’t that rigid



  • This (and systemd bugs) is the main reason I moved away from nixos on my homeserver. Nowadays if I want declarative configuration, I just cram everything into docker containers and write a huge docker-compose.yml for everything that I want to run. Would still recommend nixos for things that don’t require a lot of tweaking. Like if I had to set up a simple website for a small business or something. I love how you can set up SSL certificates for nginx with autorenewal just by switching it on in configuration.nix.