Skip Navigation

User banner
Posts
11
Comments
398
Joined
2 yr. ago

  • Pickup trucks everywhere. No public transportation usually. General Tso's chicken is a typical Chinese food you get. Weed products are available almost everywhere legally. Light beer. No proper lager beer even in small breweries. How people drive. No sidewalks most of the time. The whole health industry. Electric sockets. So many churches. The general war against trans people. The general war against women.

  • Bias

    Jump
  • Luckily I learned in school already that God is dead.

  • It's great if you're a programmer. Even better if your whole team uses it, so you can trivially standardize the build env of the project. NixOS manages the whole OS with nix, but you don't need it to be a part of the gang.

    I've been using NixOS everywhere for years, and written long comments on Lemmy about it, so check my history if you want to read reasons why nix :)

  • I use foot together with foot-server. The client opens in less than a millisecond, and I usually have tens of terminal windows open at the same time. Tabbing comes from the window manager.

  • In this job we got to choose whichever computer we want to put the budget on and could just install whatever OS gets the job done. It's been like this for the past 10 years, but I typically work in tech companies with around 10-100 people.

    Went with NixOS as always.

  • We are the bean eaters, and we are the beaners of the bean... I'll give up.

  • Good CAT

    Jump
  • Make sure the plants don't grow too big. Make sure you clean the toilet floor regularly by puking there. Make sure my hand has at least one soft belly to touch every night.

  • Yep. Endless focus groups to rate which songs to play. Extremely small playlists and the hosts are so annoying you want to punch them. Thank god for the internet and endless amounts of music, I never need to listen to radio anymore.

    There used to be good stations, with hosts choosing the music they want to play and having a good taste -- even better if it's different from mine so I can hear something new.

    All gone now...

  • There are quite a many websites just showing a white page if JavaScript is off...

  • A bot that would send us the content as email, which we'd read using Emacs. I can see that happening.

  • Best of all you do not need to click the link, load the website, enable JavaScript because there is nothing without it and then tap the cookie banner away disabling all of the cookies first.

  • Maybe adding a warning to my previous comment. Going full-on NixOS is like learning vim for the first time. It is complex, takes a lot of time and you need to re-learn lots of things. Maybe evaluate are the good parts enough for you to spend a year re-learning how you use computers worth it. For me it definitely was.

  • If you happen to customize your OS a lot, with NixOS you can define everything from one configuration: all your packages, your shell aliases, kernel parameters or for example the desktop wallpaper.

    You can push this config to GitHub and clone it to another NixOS machine and that one will have exactly the same packages, kernel parameters, shell aliases and wallpaper. Even the package versions, including all the libraries will be the same everywhere.

    You can even patch your tools from these configs, have custom kernels and go really crazy. When you commit your changes, they work exactly the same in all your machines. And on boot, you get a list of configurations, so you can boot to the previous config of your current changes broke something, go fix what you broke and retry.

    And, with nix the tool, your team can provide the flake.nix and flake.lock files in the software project you all work for. It will then make sure everybody gets the right versions from the dependencies, compilers, linters, etc. If it works for one, it works for all.

    Nix the tool let's you try this out in systems like other Linux distros or removed. NixOS is an OS that is taking a step further and requiring you to define the whole system with Nix.

    Oh, and a sibling project Home Manager is great for reproducible dotfiles.

  • NixOS was for me the thing that stopped me from distro hopping and re-installations. I just don't care anymore to switch to anything, everything works how I want and I can focus on using it.

  • Love it. Thanks for making!

  • Yep. Also had a 21" CRT and very wonky window decorations with Enlightenment.

    Nowadays I can't use non-tiling window managers anymore, so I'm stuck with sway.

  • Not until somebody challenges it in court and wins...

  • My mom lives in a different country, is retired and can very easily use Signal to msg me and do video calls. She has no technical education, and is not very good with the devices. But... she could install Signal and use it every day.

  • rule

    Jump
  • "Are we going to call you a dad or a father?"

  • Traces of the Rust work gets merged in every version. They come in small pieces, and now the next version has even more abstractions that are needed for the M1 GPU driver to eventually get there.