Live data from Hacker News

Viewing profile — gloria_mundi

gloria_mundi

HN member
Joined
Mon, Sep 12, 2022, 4:26 AM UTC
HN karma
45
Public activity
24 items

About gloria_mundi

No profile information was provided.

Recent public activity

  1. comment
    Comment #48331441

    I don't understand the point of the inverse sticky technique. Scrolling too fast still breaks the experience (content refuses to scroll), and in a way that, at least to me, feels m…

  2. comment
    Comment #41370442

    I haven't read all of that, but the problem at hand seems significantly less complicated. We're mapping the numbers from 1 to 1000 to distinct numbers up to 8258, and the README cl…

  3. comment
    Comment #41370184

    I'm not sure I understand the prime density thing. Of the numbers up to 8258, about 12.5% are prime. Accounting for the fact that about a quarter of these primes ends in 101, i.e. …

  4. comment
    Comment #41115352

    Remember that transformers are "inside-out", i.e. `StateT (ExceptT e m) a` is isomorphic to `m (Except e (State a))`. If we want to keep state if an exception occurs, you need a `m…

  5. comment
    Comment #41114698

    Isn't mixing of effects exactly what monad transformers are for? AFAICT you want an `ExceptT e ST` for some exception type `e`. https://hackage.haskell.org/package/mtl-2.3.1/docs/C…

  6. comment
    Comment #40441060

    Both, since a transpiler is a type of compiler.

  7. comment
    Comment #40071853

    Not actually all-pairs max flow, you can fix the source and consider all possible sinks. In the AoC problem we also know that the min-cut is 3, so we can abort the flow algorithm a…

  8. comment
    Comment #40035044

    grep doesn't eat the colours, apt detects that it is not outputting to a TTY and suppresses the colours. Try `printf 'a \e[36mb\e[0m c\n' | grep a`, the colour is preserved just fi…

  9. comment
    Comment #39997031

    Recently came across something similar for Germany, although less versatile: https://dfiuhsfdfiu.neocities.org/

  10. comment
    Comment #39996941

    Some switch around the "s" and "sh" sounds, so it is pronounced roughly like "shtratsiatella". "st" at the beginning of a word is pronounced as "sht" in German.

  11. comment
    Comment #39001545

    The International Fixed Calendar: https://en.wikipedia.org/wiki/International_Fixed_Calendar

  12. comment
    Comment #37877194

    It is, of course, still freely available if you plug the title into your favourite search engine. From the US Defense Technical Information Center: https://apps.dtic.mil/sti/tr/pdf…

  13. comment
    Comment #37604033

    Unicode is useful for languages other than English, and has nothing to do with anyone's libido.

  14. comment
    Comment #37537296

    Note that there's also a /usr/bin, with complete GNU coreutils (or at least most of them), and vim.

  15. comment
    Comment #37536418

    They also got the conversion wrong: 1.5 liters is 0.4 gallons, not 0.3.

  16. comment
    Comment #37162622

    Another related Trek episode - the one I expected you to link: VOY's "Distant Origin" - https://wikipedia.org/wiki/Distant_Origin

  17. comment
    Comment #36916636

    There are 13 root name server addresses, but most (all?) of these use anycast, i.e. there are actually several servers with the same address, and your traffic will usually be route…

  18. comment
    Comment #36624287

    On the same site: > Benefits of Tor over I2P > ... > - C, not Java (ewww) It's a joke.

  19. comment
    Comment #36401114

    > To be absolutely clear, the expressions `seq f (putStrLn "hello")` and `seq (f undefined) (putStrLn "hello")` should both not evaluate anything and cause the string hello to be p…

  20. comment
    Comment #35663348

    That's just how government works in general though. [0] "Why is someone privileged to arrest me but I can't keep them locked up in my house?" [0] https://en.wikipedia.org/wiki/Mono…

  21. comment
    Comment #33565848

    > In fact, I think we could replace the corner with just normal slash, "/", write = to the right of the divisor and spell out the digits of the result to the right of it; the subst…

  22. comment
    Comment #33202723

    It's called $^M, and you have to explicitly fill it with garbage.

  23. comment
    Comment #33175484

    I did exactly that about a year ago (except it was testing instead of unstable). You need to pass some extra flag to APT because Ubuntu and Debian use different version schemes, so…

  24. comment
    Comment #32824238

    Probably this: https://github.com/dflemstr/rq