Live data from Hacker News

Viewing profile — ufo

ufo

HN member
Joined
Mon, Nov 14, 2011, 1:45 PM UTC
HN karma
8,878
Public activity
3,160 items

About ufo

No profile information was provided.

Recent public activity

  1. comment
    Comment #48982861

    In fact, that's how Lua itself came to be. They started with a simple configuration language and added more and more features until at some point they decided to rip the bandaid an…

  2. comment
    Comment #48967194

    Just this past week, I have had to answer two surveys, from different sources, asking how I use AI in my work. Both had a "choose all that apply" checkbox, and, funnily enough, nei…

  3. comment
    Comment #48864189

    In math, the utility lies in the proof itself. A novel proof of a hard problem usually comes with new insights and abstractions that help solve even more mathematical problems. To …

  4. comment
    Comment #48787040

    The part in the beginning about Galois Connections is very worth learning. It has countless applications.

  5. comment
    Comment #48648432

    European banks offer the credit, but the payments infrastructure currently goes through US companies. The first step is to get those payment processors out of the picture. In Brazi…

  6. comment
    Comment #48582231

    Wouldn't help much. * Some kind of scans, like CT scans, use ionizing radiation and should not be done too often. * Looking at only imaging scans it is often impossible to tell apa…

  7. comment
    Comment #48561354

    One important kind of seeded run are the daily challenges, where everyone gets the same seed once a day (like Wordle)

  8. comment
    Comment #48561276

    They want two players with the same seed to have a similar gameplay experience in terms of challenges encountered. For this reason they want to isolate the RNG that procedurally ge…

  9. comment
    Comment #48410053

    In the post, the ladybird maintainers say that they trust pull requests less than they used to, because many pull requests are authored by AI now. A big pull request no longer sign…

  10. comment
    Comment #48000440

    The article has a section covering this. According to them, finding Haskell talent is not difficult, the bigger problem is onboarding them into the company coding style because Has…

  11. comment
    Comment #47933259

    As you said, it's more like CPU stack frames. In a register VM all instructions can read and write to any position in the stack frame. In a stack VM, most instructions only read an…

  12. comment
    Comment #47932289

    The author seems to complain about a lack of stack manip expressions like dup and rot, but at least for me that's what I would expect from an average programming language stack mac…

  13. comment
    Comment #47875095

    We do run the linter on CI as well, but I think our comitters would get faster feedback if they ran those checks locally.

  14. comment
    Comment #47874767

    I have always had this problem with hooks and new contributors: since hooks don't run by default if you just clone the repository, my open source projects get many PRs from new con…

  15. comment
    Comment #47861890

    It can also happen if the person has some disease that affects the liver, which in turns lowers how much of the drug they can take.

  16. comment
    Comment #47658741

    That EWD is one if my pet peeves. Dijkstra makes an unfair comparison because he lists plenty of examples where 0-based indexing is more convenient but ignores the equally numerous…

  17. comment
    Comment #47650765

    There's a little bit of far side on the right of the picture.

  18. comment
    Comment #47375944

    Tail call optimization optimizes the situations where the recursion doesn't actually need any stack space, but I think the parent poster is asking about situations that aren't tail…

  19. comment
    Comment #47375931

    It's indeed very mechanical and some programming languages can do it for you. I think you're mainly asking for heap-allocated stacks. Some languages always use the heap for stack f…

  20. comment
    Comment #47317551

    Even if soaked, beans still take hours to cook without a pressure cooker.

  21. comment
    Comment #47292622

    Few students do optional assignments unfortunately. Other tasks that are directly worth a gradetend to take priority (e.g. studying for another class that has an exam this week).

  22. comment
    Comment #47292008

    Students are also people. If we're managing a software project, a single deadline at the end is sure to suffer from delays. It's better to split things into shorter deliverables wi…

  23. comment
    Comment #47291974

    Students are very grade-motivated and unfortunately they rarely do the homework assignments if they are not worth points. At-home coding projects, writing essays, etc also exercise…

  24. comment
    Comment #47140137

    J.K. Rowling is now infamous for using her vast wealth to lobby against transgender rights.

  25. comment
    Comment #47126966

    A microwave lifehack I recently learned: If you're gonna brown some onions, microwave them for a bit before tossing them into the pan. The first step of browning onions is just boi…