• 1 post
  • 22 comments
Joined 2 years ago
Cake day: January 8th, 2024
  • That hasn’t happened for me, but it has shifted from desktop to mobile for me, because, for me, desktop Linux is just about fucking perfect, and I see no need to change it. But, I do very much enjoy playing around with different things like lineage OS, and possibly post-market OS on phones.

    I’d say my phone is my primary computing device so it’s what I like to mess with and the laptop is just a system that I need to work whenever I pick it up and therefore it gets Linux installed on it and doesn’t get many changes.

    I would say my laptop is more like an appliance similar to my toaster. When I turn on my toaster, I expect it to work. And it’s the same thing with my laptop for the little bit that I need it. And my phone is the device that I mess with, primarily.

  • I started with Ubuntu version 10.10 and currently my computer runs Linux Mint Debian 7.

    Though I am seriously considering giving NixOS another spin. I gave it a try once, and it didn’t quite work for me, but I think I might try it again. I am getting pretty convinced that immutability is the future because then the operating system developer can work on the operating system and the user space can focus on the user space. And user space applications can’t do things to the operating system that would screw it up and bork it. I’m primarily thinking of when an application gets uninstalled and then uninstalls some shared library that’s needed by another application and fucks it up.

    I know immutable systems and self-contained applications require more disk space, but that’s a worthy sacrifice in my opinion. Disk space is pretty damn cheap.

  • I don’t know if it’s possible, but have you considered trying to install Windows in a virtual machine and just use Linux as your primary system? I started out this way too, where I had a dual-boot Linux and Windows system, and eventually I realized that I was booting into Windows so little that I just installed Windows in a virtual machine for the, like, very few times I ever needed it. And then, eventually I found out I didn’t need it at all anymore, and just killed the VM, and I haven’t used Windows for years.

  • I think that would depend a lot on the amount of servers serving that service.

    If you’ve only got one server, then the proof of work is going to ramp up quite quickly because of the fact that it can only serve so many requests at a time. If you have 10,000 servers serving the same website, then the proof of work would ramp up pretty slowly because then you can serve a ton more requests at once before needing to kick the proof of work up. Tor currently has a zero proof of work if the service is not under load at all, and then ramps the proof of work up as the service comes under more requests. My thought would be to not have any point where there’s a zero proof of work and have a minimum proof of work required of one.