Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login
user: Atemu12 (* users last updated on 10/04/2024)
submissions comments favorites similar users
created: 2020-01-03 16:37:37
karma: 41
count: 5
Avg. karma: 8.2
Comment count: 4
Submission count: 1
Submission Points: 2
about:


page size: | Newest | oldest

You could put your real password through HIBP's password checker as they should have the passwords harvested from this breach in their database.


Planetside 2 holds the Guinness world record for the largest online FPS battle with 1158 players: https://www.guinnessworldrecords.com/world-records/101165-mo...

> Oh, I'm also not a fan of how unbearably slow the nix package manager is compared to pacman.

Building a declared environment takes quite a while and switching a NixOS or home-manager generation takes even longer. It was my main complaint about NixOS when I was starting out.

The thing I realised though is that the main scenario where you actually need the speed is when you want to try things out and for that, Nix' ad-hoc environments are much better suited.

When I want to try a new program (btop for example), I simply run `nix-shell -p btop` rather than adding it to my declared environment and sitting through a `nixos-rebuild test`. That's usually faster and, more importantly, cleaner than installing the package to a global environment with a regular package manager.

next

Legal | privacy