Live data from Hacker News

Viewing profile — chills

chills

HN member
Joined
Wed, May 09, 2018, 9:01 AM UTC
HN karma
53
Public activity
23 items

About chills

No profile information was provided.

Recent public activity

  1. comment
    Comment #47079565

    What do you mean, "the OS as a whole"? This is the OS!

  2. comment
    Comment #45178244

    In addition to sibling commenter, niri exposes everything over an IPC accessible via its cli (or a socket), so if you wanted, say, a keybind to switch to your terminal, no matter w…

  3. comment
    Comment #43163919

    I don't think it's particularly useful to think of unit as an empty tuple specifically, that is just an arbitrary but convenient definition for it. Really a unit type is just one t…

  4. comment
    Comment #39811422

    X does, you can use xrandr --setmonitor. For example, splitting a 5120x1440 monitor into three: xrandr --setmonitor DisplayPort-0-0 1280/297x1440/340+0+0 none xrandr --setmonitor D…

  5. comment
    Comment #36076396

    > If only there were a Buck2 and Nix hybrid You'll be interested in https://github.com/thoughtpolice/buck2-nix

  6. comment
  7. comment
    Comment #34456513

    See also: https://en.wikipedia.org/wiki/Curry%E2%80%93Howard_correspon...

  8. comment
  9. comment
    Comment #29121542

    2 is prime

  10. comment
    Comment #27936260

    Steamdb[1] gives some info on concurrent players, but only estimates for owners. Looks like they estimate number of reviewers between 5-15%. [1]: https://steamdb.info/app/1404560/g…

  11. comment
    Comment #26574866

    All the jokes about launching rockets in the "what is a monad" articles are finally coming true!

  12. comment
    Comment #26467499

    Scala has several (approximately one per effect library): https://scalapb.github.io/docs/grpc/

  13. comment
    Comment #25353004

    The article mentions unions vs discriminated unions and then mentions nesting nullable being different than nesting optional, but it doesn't really tie the knot. Imagine (sorry for…

  14. comment
    Comment #25319175

    I think you'd need to widen point 3 to be a Pigovian tax[1], and add a fourth point for a severance tax[2]. [1]: https://en.wikipedia.org/wiki/Pigovian_tax [2]: https://en.wikipedi…

  15. comment
    Comment #24585012

    > Remote Desktop in Windows, for example, feels laggy even on LAN I'm not convinced by this, because RDP feels laggy even remoting to a vm on the same machine

  16. comment
    Comment #24422215

    g/re/p lives on as :g in vim, it's kind of fun to remember its heritage to ed. There is also :v which is analogous to grep -v.

  17. comment
    Comment #24274963

    It is (used to be?) a pretty common google "hack" to put an intitle:"index.of" on a search to find sites serving files, usually mp3s. Of course once this was widespread enough, SEO…

  18. comment
    Comment #23935045

    This has also been the case for hundreds of years though.

  19. comment
    Comment #23633899

    Meanwhile in NYC: my apartment is regularly heated to 85 degrees in the winter, and it's commonplace to open the window and let in some freezing air to fight the radiator.

  20. comment
    Comment #23131698

    I think if I was not aware of the Monty Hall problem and I ran that simulation, I'd assume there was a bug in my code.

  21. comment
    Comment #22805884

    Do you really think these organizations shipping their credentials off to corp.com are applying Windows updates?

  22. comment
  23. comment
    Comment #17028392

    Part of the magic of eshell that can use elisp functions as if they were shell commands. So instead of C-x C-f filename, you can use find-file filename as a command. find-file in p…