• 1 Post
  • 26 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle





  • And yet I can understand the skepticism and fear. We have not had yet a big scale “experiment” (i.e. a whole country implementing it). It will have bigger yet to resolve implications (e.g. what’s the effect on migration etc.).

    (And I’m a big proponent of UBI)

    But I think it’s just a matter of time that this will become reality, we’re to rich (in the western world) to fiddle around with “annoyances” like poor people, and I strongly believe that it will increase creativity, innovation and thus also GDP which may be probably the biggest argument for policy makers.


  • No it’s not, the money you have monthly might be the same for a lot. But there’s a big differences psychologically and socially, that you don’t have to work just to survive. I can quit my job without having to fear how I’ll survive. I can decide to get further education without having to think about how I’ll do that financially (at least in Europe). Etc.

    It’s very big difference compared to just lowering taxes (granted we’re not talking about negative income tax which may indeed result in the same thing as UBI).






  • Yep tinkering with the system is probably the main issue (for that NixOS is awesome btw.). But even when you’re not constantly tinkering. System-State accumulates over time, bugs are also apparent in (upgrading of) distros, and the maintainers of a distro cannot realistically handle every upgrade time-point x -> y, so stuff will likely break after some time.

    But even when I have fixed all the issues in my previous at some time broken distros, at some point it just feels good to have a freshly installed system without all that dirty accumulated state (NixOS + impermanence and you’ll have that every reboot :P, see also this)


  • You probably don’t have much on that system and/or you have a lot of discipline…

    I did reinstall it after max 1 1/2 years (Arch btw.), either because of breakage, or weird behavior, or it was a chaotic dumpster fire.

    At some point I discovered NixOS and was sold (and am still sold after 3 1/2 years using it). But it has a steep learning curve, though it certainly got better over that time.




  • It’s not for everyone. I think it’s almost a requirement to be a programmer, and to be familiar with functional programming. It also has quite a few (necessary?) quirks/magic (module system, overlays, typing, config overrides etc.).

    Actually one of my colleagues just switched from Pop OS! since System76 put all focus into their new desktop environment (while the current distro is barely maintained), which will be available on NixOS too, when it’s ready (which is his plan to use, and mine too).





  • Rust has exactly the same problems with depreciation as many Frameworks rely on experimental features which are subject to change.

    Rust has actually quite a good record with depreciation and backwards-compatibilty etc. They are changing the language in non-backwards compatible way over editions, but the changes are mostly very manageable.

    But to not end up being another C++ (syntax-wise it’s a disaster IMHO), a few non-backwards-compatible changes every few years are the way to go, when it’s manageable.


  • Learning curve is steep in the beginning, I agree (I wouldn’t argue painful though, maybe if you have to unlearn bad practices, like interior mutability though etc.).

    But I think it pays off after some time. I’m now faster in Rust than in C# with similar experience, and the quality of the code is definitely higher as well (which can be credited to the strict kinda opinionated design of Rust IMO).

    It composes really well, better than most (non-functional) popular languages. I think this is probably the Sell for Rust, as it additionally works remarkably well over the entire stack (kernel -> frontend) (in each abstraction level might be better/easier to use languages to be fair though).