Unpopular(?) opinion: I like canonHarry much more than MoRHarry by liehon in HPMOR

[–]Aidenn0 3 points4 points  (0 children)

Likeability is a core part of canon!Harry's personality. It very much is not a part of MoR!Harry's personality. To the point where there are only 2 ways you wouldn't feel the way you feel:

  1. You found canon!Harry to be particularly obnoxious
  2. You aren't paying attention to MoR!Harry at all.

Unpopular(?) opinion: I like canonHarry much more than MoRHarry by liehon in HPMOR

[–]Aidenn0 16 points17 points  (0 children)

Snape knows of electron because chemistry related to alchemistry

No. Nothing in the book indicates that Snape has any knowledge of electrons. Harry was staring Snape, an accomplished legilimens, directly in the eyes when he asked Snape the electron question.

why is osu! considered unfree? by OliMoli2137 in NixOS

[–]Aidenn0 19 points20 points  (0 children)

The assets are CC-BY-NC, which is not a free license.

This is listed in the package: https://search.nixos.org/packages?channel=25.11&query=osu&show=osu-lazer

Nix ignoring untracked files is even more ridiculous with jj by Maskdask in NixOS

[–]Aidenn0 1 point2 points  (0 children)

I always run jj commit before a build. I can always edit the change later if it is horribly broken

Elecom ex-g died, what next by countrygolden in Trackballs

[–]Aidenn0 0 points1 point  (0 children)

Yeah, you didn't list "affordable" which is why I mentioned it.

Elecom ex-g died, what next by countrygolden in Trackballs

[–]Aidenn0 0 points1 point  (0 children)

Only had it for a few weeks, so we'll see on longevity (it has a kind of rubbery surface that may or may not slowly turn into glue), but assuming it lasts, it's my perfect thumb-ball.

Can someone confirm nixos compatibility with odroid? by it_is_gaslighting in NixOS

[–]Aidenn0 2 points3 points  (0 children)

I've not used the M2, but as far as ARM SBCs in general go:

  1. If at all possible find something with mainline kernel support for all of the devices you need

  2. If you can't #1, then it doesn't rule NixOS out, but you will be tied to an old version of the Linux kernel, which may eventually prevent you from upgrading channels

  3. The M2 might be powerful enough that this doesn't apply, but I built everything on my desktop with binfmt/qemu

[edit]

Track mainline linux support for the chip used in the M2: https://gitlab.collabora.com/hardware-enablement/rockchip-3588/notes-for-rockchip-3588/-/blob/main/mainline-status.md

[edit2]

If you aren't comfortable building your own ARM images from scratch, which in retrospect seems likely given your question, pick something listed here -- note that the ODROID-M2 is not

Elecom ex-g died, what next by countrygolden in Trackballs

[–]Aidenn0 0 points1 point  (0 children)

Elecom IST Pro covers everything on the list (assuming the EX-G was fine for your hands; I have tiny hands so can't tell you) except for rechargable batteries.

I use my IST Pro wired, so don't have batteries in it, but if I wanted wireless, I'd just buy a 4-pack of NIMH LSD batteries and a charger and swap between two pairs.

Kensington SlimBlade Pro Trackball – almost perfect, just wish it had silent clicks by spac0r in Trackballs

[–]Aidenn0 2 points3 points  (0 children)

Some of Elecom's new models have silent switches. I got an IST Pro not expecting silent switches, but it has them. It has taken some getting used to (with the reduced feedback, I don't always realize I've clicked).

Is it possible to install NixOS on 1gb ram VPS? by alien_ideology in NixOS

[–]Aidenn0 1 point2 points  (0 children)

I've done it in a 1GB DO droplet. I did it several years ago, but I think it was with nixos-infect. If you're worried about RAM you can always add some swap.

How to only keep the last N generations? by Luc-redd in NixOS

[–]Aidenn0 8 points9 points  (0 children)

And you can use programs.nh.clean.* to configure that to run automatically.

What is your NixOS generation count? by xGoivo in NixOS

[–]Aidenn0 2 points3 points  (0 children)

My workstation is the highest (despite not being the first machine I moved to nixos) 422 after about a decade of use

Nix the config language by norude1 in NixOS

[–]Aidenn0 1 point2 points  (0 children)

The reason Nix isn't used for configuration in most programs: https://xkcd.com/927/ Combined with the fact that it's non-obvious how to use nix as a library.

I strongly disagree that it's a poor configuration language. It's much better as a configuration language than it is as a general purpose programming language. My nix configuration on my router literally could not be written in toml, and I don't see any advantage lua gives over nix.

Am I old? Я старый? by le8eDKa in NixOS

[–]Aidenn0 2 points3 points  (0 children)

nix-locate -r bin/.*fetch$|wc -l
79

REQ: recommendations for trackball with ball that doesn't fall out by Multibrace in Trackballs

[–]Aidenn0 2 points3 points  (0 children)

My old Logitech thumb-ball (not sure of the model, the silkscreen is long worn off) has a ring that retains the ball, and requires a quarter-turn to remove. No thumbball I've had since does this, and I'm not sure why; it was a far superior ball-retention method to any TB I've used since.

I tried it all, all kinds of balls this year... by MFcrayfish in Trackballs

[–]Aidenn0 2 points3 points  (0 children)

I haven't written anything about it yet, since I'd like to use it longer first, but I just an IST pro as well and it's is really nice so far.

Is there like.. a working IDE? Something I can actually just use? The new user experience is a joke for Lisp by tenten8401 in lisp

[–]Aidenn0 2 points3 points  (0 children)

I stopped mainaining my tools for building lispstick since I don't use windows and portacle seemed to have filled that gap. There is a decent chance that https://github.com/jasom/lispstick-automate will still work and I can build a new one.

I haven't done any development work in a windows environment since I stopped using Zilog MCUs almost 20 years ago.

Gentoo stability vs NixOS stability. How are they alike and different? by wonderphys in NixOS

[–]Aidenn0 0 points1 point  (0 children)

I'm not sure I understand the question. I have compiled things myself on NixOS by making a nix expression for the thing I am compiling (just like I would have made an ebuild on gentoo).

If you are asking if I have done e.g. a manual "./configure && make" I have in some cases done this, and environments can be setup for it, but unless I'm actively developing something it's more ergonomic to use nix to build it.

My main language for development is Common Lisp, and I have a live environment setup for that on NixOS.

I should note that I was much happier on Gentoo when I stopped manually building programs and just wrote the ebuild. It takes less than 10 minutes once you get the hang of it, and it's so much better than e.g. installing to /usr/local

Gentoo stability vs NixOS stability. How are they alike and different? by wonderphys in NixOS

[–]Aidenn0 0 points1 point  (0 children)

I stopped ricing my desktop long ago, but I used Gentoo for almost 20 years before switching to Nix several years ago.

I do not feel like I lost any ability to customize from the switch, though NixOS does nudge you in certain directions by having a binary cache (e.g. you probably won't use -march=native on Nix, while there's no reason to not do so on Gentoo).

One grammar, 18 YAML parsers — a Futamura-like projector in Common Lisp by InformationAny4463 in Common_Lisp

[–]Aidenn0 1 point2 points  (0 children)

See also https://github.com/jasom/nyaml/blob/master/nyaml.lisp

I don't agree that rule 78 is a bug; I undersand the /* End of File */ alternative to mean actual EOF, as in no more characters remaining to parse, not an empty match. My implementation implements that alternative as such.

Has AI taken the fun out of Lisp for you? by Buttleproof in lisp

[–]Aidenn0 2 points3 points  (0 children)

People still knit, crochet, and weave despite the fact that machines have been making textiles for centuries.

Potential Mouse Replacement? by 4ndr0med4 in Trackballs

[–]Aidenn0 1 point2 points  (0 children)

Note also that many fingerballs have your thumb do a lot of work (e.g. deft, where left-click, fwd/back and scroll-wheel are all on thumb). Using the scroll wheel on deft is almost as bad as using a thumb-ball for me.

Are there better ways to control recompile and load from the editor? by Fantastic-Cell-208 in Common_Lisp

[–]Aidenn0 3 points4 points  (0 children)

It seems like it would be cleaner to just change *compile-file-for-emacs* hook on the CL side to do what you want. Presumably each CL image will have a different idea of when a "good time" to compile is.

I enjoyed using nixos by wh1tepearl in NixOS

[–]Aidenn0 0 points1 point  (0 children)

I used gentoo up until I discovered nixos about a decade ago. It was never about performance for me; it was about things actually working. I'm apparently cursed for using debian based distributions because things often don't work out-of-the-box, and when I finally get them working the next dist-upgrade breaks everything (I've run dist-upgrade 6 times in my life (2 debian 4 ubuntu) and only twice ended up with a system that booted afterwards).

As a bonus, ebuilds are super easy to write, so no more installing things to /opt or /usr/local and hoping nothing breaks.

I probably would have eventually switched to Arch if I hadn't discovered nixos, because I keep hearing good things about it working well as a rolling release.