I mean… Isn’t there though? You do a one time investment, and then you earn money for 20 years with negligible operating costs.
Shouldn’t every capitalist get a priapism from this idea?
I mean… Isn’t there though? You do a one time investment, and then you earn money for 20 years with negligible operating costs.
Shouldn’t every capitalist get a priapism from this idea?


It’s a very steep curve to start, with some additional minor steep parts along the way, but it’s not a long curve. Once you got the core concepts and the basic language constructs, you’ve learned most of what you’ll ever need.
Two nice resources: search.nixos.org is super handy, and you can search GitHub with language:nix and a search term to get tons of examples from other people.
Oh, and nix and just is actually a pretty common combo!


Yep, exactly.
To be fair, if you use Debian, Arch, Fedora,… long enough, you also know how to tweak your machine for every purpose. In Nix, it’s just somewhat of a self-fulfilling prophecy, because you have to know how to tweak your system to achieve… anything, and then it’s the same tweaking mechanics for every other purpose as well.


My Steam Deck also runs NixOS.
Because this way I can much more comfortably configure it, plus everything game related I automated through nix for my Desktop (e.g. mod installs, reShade config,…) immediately and without any extra steps also applies to the Steam Deck.


Yes. Everything is NixOS. Because it’s perfect for everything.


Not to dimish your work at all, but: the Sonarr upgrades absolutely do work.


Definitely, but not categorically different.
Also I just re-read my comment and realized it could sound like I’m trying to defend Duolingo. I’m not. It’s shit. My issue was with the “only total immersion” aspect. While no doubt immersion can help boost your learning and motivation, it also seems to have turned into a buzzword used by (a subset of) (mainly the English-native) language learning community, to the point where I’m now weary of people using the word because far too often it’s not used as “you should actually use the new language!” and instead as “textbooks and grammar studying are useless, just watch anime 8hr/day until you are fluent”.
Sorry if I projected that frustration on your original comment. The above is just the abstract of a rant I’ve been itching to write for a while 😄


Duo is not going to make anyone fluent. No single program or method will. It also isn’t, for most people, something that will make you educated in a language in a day or a week or a year, or probably ten. Nothing short of total immersial will do that.
That’s just patently untrue. School systems in most non-English speaking countries spit out fluent English speakers after a time investment of fewer than 4hrs/week, for a maximum of 8-9 years.


Thanks, I just woke my partner because I burst out laughing. Comment of the week for me.


Awesome! And good job, looks great!


Why are there no screenshots in the README.
Yes I know I can just install the app, but for an app that primarily seems to define itself by its UI improvements over the established competitor, the screenshots are the deciding factor in the question “Should I download and install this?”, and no screenshots defaults to “no”.
I mean, how can we feel superior if we are not wasting huge amounts of time setting things up!?
Why, by boasting that it’s so easy, just look at that, it is only two options you need to set thanks to the 80 custom modules I’ve written to abstract the abstractions from nixpkgs!
I WISH I could put an /s here, but I cannot.


Interesting discussion on this from yesterday on the NixOS forums:
https://discourse.nixos.org/t/compliance-with-u-s-age-verification-laws/75791
Ehm… I’m also on Nixos and I’d say it’s super trivial.
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";
};
};
users.users.<name>.openssh.authorizedKeys.keys = [ list of pubkeys ideally read from file in repo ];
Eh, the machine is actually in one of my wireguard nets anyways, but for different purposes.
The nice thing about SSH key-based access is, I either have the key and login succeeds, or I have no business trying to log in.
That’s why my remote root server bans via fail2ban after a single failed login.
Yes I’ve had to write support to get a KVM. Yes it’s still configured like this.


Yeah the UX for setting it up was not great. Conversely though, the UX for using it has been fantastic so far. My biggest concern was that the clients would feel dated (on Android esp), but no, they’re surprisingly polished!


Oh no! And just when I finally got around to setting up an XMPP server, too!
🤡
More scary than that is that the technologies are starting to keep up or exceed their expectations.
🤡 🤡 🤡
Is this some sort of public tracker issue I’m too private trackers and Usenet only to understand?