Live data from Hacker News

Viewing profile — wlib

wlib

HN member
Joined
Sat, Jan 07, 2017, 12:45 PM UTC
HN karma
284
Public activity
73 items

About wlib

https://git.io/de

Recent public activity

  1. story
  2. comment
    Comment #44110726

    That’s very elegant, thanks!

  3. comment
    Comment #44108575

    I’ve been working on a very similar sync problem and hit this too. I think the way forward is to use a broadcast channel to elect an individual worker that communicates with all ot…

  4. comment
    Comment #43454220

    The filler tokens actually do make them think more. Even just allowing the models to output "." until they are confident enough to output something increases their performance. Of …

  5. comment
    Comment #42954506

    You can still have a framework-specific render tree that maps to the DOM that tracks changes with signals instead of diffing. We’re just saying that there’s no requirement for diff…

  6. comment
    Comment #42952576

    The biggest benefit to this is that it makes one of the slowest parts of virtual DOM diffing (longest common subsequence) no longer required. After this becomes supported in the ma…

  7. comment
    Comment #42712567

    With ~2/3 (and growing) of Earth’s land area being arid, you’d expect there to be a lot more interest in reverse-desertification. It’s pretty well established by now that it’s almo…

  8. comment
    Comment #36915015

    The key is topological sorting of a dependency graph. This can be done implicitly by storing a reactive variable node’s depth once it is created, and just making sure that updates …

  9. comment
    Comment #35809436

    My memory says that there’s a “Chinchilla” paper showing how to make the best model with a given training budget. There’s a trade-off between the amount of training data and the si…

  10. comment
    Comment #32050965

    Exactly - the twitter thread would be really improved if everyone read an introduction to information theory. There are 1024 bits of information in a kilobit, and that's enough inf…

  11. comment
    Comment #31887892

    I made a library in which state management started the same way. A simple approach is great for performance-sensitive parts and it's easy to write, but there is very little helpful…

  12. comment
    Comment #31887687

    I just wanted to use a concrete example of a featural writing system. It would of course not be Hangul if it had to accommodate all phonemes. The other direction to take would be t…

  13. comment
    Comment #31887401

    What about a Hangul inspired version of IPA? https://en.wikipedia.org/wiki/Hangul

  14. comment
    Comment #30675297

    I initially thought that “if” should be the obvious choice, ignoring sass entirely. However, it’s clear that “when” makes more sense than “if” given CSS’s interpretation anyways. “…

  15. comment
    Comment #29949975

    I’m on my phone so I can’t really give this the response that it’s owed, but most of what I want to say is that I don’t think we disagree as much as you think. My mention of langua…

  16. comment
    Comment #29949778

    I’m aware of math being entirely useful outside of programming - my little rant is more about how little programming is inspired by math

  17. comment
    Comment #29949740

    Very nice; you get to the practical lesson of it in a fairly straightforward manner while keeping interesting tangents where they aren’t distracting.

  18. comment
    Comment #29949664

    Somewhat unrelated to this link, but I really think that it’s interesting how much effort we put into the theory side of languages/types - with almost no one in industry applying t…

  19. comment
    Comment #29869774

    Just in case you or anyone doesn’t know, pinch to zoom on touchpads is exposed as just scrolling with the control key held down. You can listen for it with the wheel event and look…

  20. comment
    Comment #29749382

    Why do we impose hierarchy so much in file systems? We already allow hard and soft links, so it’s not even a tree anyways. Why not just allow any reference types you want; no name …

  21. story
  22. story
  23. comment
    Comment #28737730

    It is, nix is more declarative than a dockerfile and can even optimize the layers based on the dependency graph. See https://grahamc.com/blog/nix-and-layered-docker-images for a go…

  24. comment
    Comment #28720784

    This shows a funny way that the word invent has shifted in meaning. Invent means “found” (almost literally “came upon” in Latin) - yet for some reason it shifted to mean “created” …

  25. story