he/him (they/them is fine too if you want)

Also:

Formerly @ytg@feddit.ch

  • 0 Posts
  • 5 Comments
Joined 3 years ago
cake
Cake day: March 11th, 2024

help-circle


  • Not really, just use something normal that’s there to provide software. Fedora (but remember to install video codecs), Arch (but use the AUR with caution), Debian (if you’re okay with using neolithic-age software), SUSE (European Fedora with AppArmor instead of SELinux), Void (but software availability can suffer).

    The BSDs seem cool but it really depends on your hardware if you can run them. NixOS is awesome technology but has problematic business relations[1] so you might want to take a look at GNU Guix.


    1. I’m not totally sure what’s going on there. There was something about a community split between Nix (the package manager) and NixOS (the distro) but I don’t remember which side is which. Using NixOS with Lix instead of Nix might be what you want. ↩︎



  • Indeed. [And caveat this whole comment with “as far as I understand” because this is maths and you can’t be too careful…] The difference being that set theory is way more fundamental and abstract than most mathematicians ever need, so on the one hand it can be completely stated with only 8 or 9 axioms (and a system of first-order logic) but on the other hand it can take some ingenuity to encode a mathematical object as a set in a way that makes it easy to do stuff correctly and hard to mess up.

    Most type theories take a more intuitive approach, so they do resemble something, namely, functional programming. Just a very rigorous approach to it. If you manage to construct a term of the correct type, you can be sure that it’s what you think it is, whereas with set theory you have to constantly check yourself (if you require the rigor). The trade-off being that type theory requires you to work with complete rigor and reasoning at a low level can be more difficult than set-theoretic reasoning at a low level.

    The TL;DR is that in type theory your constructions often look like what you actually want to do (and as a consequence you sometimes have to work directly with the underlying system, like a programming language), but in set theory there’s a disconnect between the conceptual level and the underlying nitty-gritty logic.