Live data from Hacker News

Viewing profile — legobmw99

legobmw99

HN member
Joined
Sun, Jan 10, 2021, 3:03 PM UTC
HN karma
563
Public activity
178 items

About legobmw99

No profile information was provided.

Recent public activity

  1. comment
    Comment #49186693

    Everybody is also different at different times in their life. Many people will develop at least one disability as they age, but even in temporary scenarios good design is accessibl…

  2. comment
    Comment #48899782

    I think it is reasonable to have a higher (or at least, different) standard for Emacs core than for packages. I also feel compelled to say that I personally think a lot of what has…

  3. comment
    Comment #48738299

    How pessimistic you are on this subject depends on how much you believe in domain transfer for these tools. No programming language sprung out of a vacuum, and it seems reasonable …

  4. comment
    Comment #48738005

    It's hard to articulate why, but 35 layers of deterministic abstraction feels very different from 1 layer of nondeterministic one. In particular, I think every developer has experi…

  5. comment
    Comment #48687478

    I attended one of the better (read: top ~200) public high schools in the US, and you could graduate without even taking trigonometry

  6. comment
    Comment #48470360

    what’s wrong with make is largely that people are bad at writing makefiles. A tool like dune is able to enable cross compilation of a massive number of libraries out of the box, bu…

  7. comment
    Comment #48149855

    I think that’s not true; vanilla OCaml is already a competitor to Go, etc. OxCaml is explicitly an effort to compete more with Rust (the “Ox” in the name is to evoke “oxidizing” = …

  8. comment
    Comment #48090500

    2026 is the year I stop reading blogs with headers like “The big unlock:” It is rude to share AI written text for others to read. You are violating a social norm that has existed i…

  9. comment
    Comment #47989848

    I could imagine something like the mastodon protocol but for git forges, where even though they are separate websites there would be no true boundary to discoverability/interaction…

  10. comment
    Comment #47769437

    You’re not putting a municipal grocery store on the same block as an existing big box and saying “wow, savings!” Food deserts exist in NYC, and many New Yorkers buy staples at corn…

  11. comment
    Comment #47353164

    Seems like its p3125r0

  12. comment
    Comment #46633788

    I am a recent 5070ti purchaser so I'm also feeling lucky, though if they exit the gaming market entirely I suspect the drivers will all go to crap soon thereafter

  13. comment
    Comment #46624138

    The poor resale market for EVs just means that people who actually have some understanding of the battery lifespans can get very good deals on 1-2 year old cars

  14. comment
    Comment #46220774

    There are some interesting experiments going on in the OCaml world that involve what they call 'modes', essentially a second type system for how a value is used separate from what …

  15. comment
    Comment #46169175

    Yeah, I think people find C appealing because it feels like you can fit the whole language in your head. I’ve yet to meet someone who has actually accomplished this in practice

  16. comment
    Comment #46150301

    Isn’t that due to different reasons (like the end of production for older standards)? I recall the same happening shortly after manufacturing for DDR3 ceased, before eventually dem…

  17. comment
    Comment #46149219

    If they’re DDR4 (or even DDR3), it has no value to e.g. OpenAI so it shouldn’t really matter

  18. comment
    Comment #46069341

    Similar things on the OCaml forums. He has a post titled “Dune: concurrent builds are here!” but really it’s a +967 -100 slop PR that had to be closed

  19. comment
    Comment #45759939

    (Neo)Forge primarily use either mojmaps or Parchment, which are the Mojang mappings with some extra goodies like docstrings and parameter names

  20. comment
    Comment #45303293

    We should call it UnTypedScript

  21. comment
    Comment #45050691

    Besides the logistical problems (shared ownership of MLB and minor league teams, the fact that almost all [good] players in the minors are really ultimately contracted with a major…

  22. comment
    Comment #45003851

    Does this generalize to higher dimensions? I’m realizing my mathematics education never really addressed alternative coordinate systems outside of 2/3 dimensions

  23. comment
    Comment #44999297

    Since you mentioned Stan, feels relevant to mention https://stan-playground.flatironinstitute.org/ , which lets you run Stan in WASM and analyze the results using WebR

  24. comment
    Comment #44900307

    Yes, the opam repository has recently been working on an archival policy to reduce the size of the checkout and hopefully ease pressure on the dependency resolver by pruning 'obvio…

  25. comment
    Comment #44899534

    Either a lot of clones or a lot of reference counted pointers. Especially if your point of comparison is a GC language, this is much less of a crime than some people think