Live data from Hacker News

Viewing profile — mo_42

mo_42

HN member
Joined
Tue, Aug 03, 2021, 8:37 AM UTC
HN karma
705
Public activity
336 items

About mo_42

No profile information was provided.

Recent public activity

  1. comment
    Comment #46339323

    Did the invention of the steam engine and all other heavy machines make us physically weaker? I guess so. People working on (literal) heavy stuff don't need the strength they used …

  2. comment
    Comment #45952704

    I spent 15 minutes looking at the diagram in the article and tried to figure out how I can conclude whether it's a bubble. I couldn't conclude it. It's just a diagram that shows th…

  3. comment
    Comment #44344110

    > Back to the dashboard experiment: after you applied the Bonferroni correction you got... nothing. I guess you got something: Users are not sensitive to these changes, or that any…

  4. comment
    Comment #43763366

    I agree. Hamburger menus aren't any better than menu bars. It seems like an example where design has more importance than function. My alternative to the menu bar would be a search…

  5. comment
    Comment #43148925

    Yes, this was also a concern when I started this approach. However, restricted time can also be a yard stick for accomplishing something in a short amount of time. But there are, o…

  6. comment
    Comment #43148756

    For some reason I tend to forget about task management apps. So whenever I got back to them, it was depressing to see all the unfinished tasks that I haven't touched. My solution i…

  7. comment
    Comment #43137889

    [flagged]

  8. comment
    Comment #43129763

    I wouldn't say that I was a very chaotic person but after moving several times it felt like it takes longer to find some special tool than buy it new. So I created a little program…

  9. comment
    Comment #43126596

    I don't think one would put only the specification in Git. LLMs are not a reliable compiler. Actual code is still the important part of a business. However, how this code is develo…

  10. comment
    Comment #43126476

    You implicitly assume that a good's price should be based on the amount of effort that was put in. My impression is rather that the price of goods is based on how much people appre…

  11. comment
    Comment #43126337

    Lately, I've been thinking that LLMs will lift programming anyways to another level: the level of specification in natural language and some formal descriptions mixed in. LLMs will…

  12. comment
    Comment #42521571

    I guess the standard answer would be a foundation. In some countries, there are minimum capital requirements for foundations but I don't think it's the case for the US. So some tho…

  13. story
  14. comment
    Comment #41387886

    The Programmer's Brain by Felienne Hermans

  15. comment
    Comment #41376623

    Humanity has bootstrapped itself out of a lot of BS over the centuries. There's a mechanism for discarding bad ideas. For example: Badly-designed boats just don't return. Ill-desig…

  16. comment
    Comment #41376371

    An implementation of the game engine in the model itself is theoretically the most accurate solution for predicting the next frame. I'm wondering when people will apply this to oth…

  17. comment
    Comment #41345586

    A compiler from SQL to type-checked C++ to speed-up an ML pipeline.

  18. comment
    Comment #41336624

    For technical writing, journalism, etc., one can follow the simple rule no adjectives . For prose, replace all common adjectives by more specific or descriptive one, or even remove…

  19. comment
    Comment #41281527

    I came across this blog as well because I got interested in writing a compiler that converts SQL into source code of a type-checked language. Are there any blog series about the de…

  20. comment
    Comment #41234359

    One reason I can think of is the amount of capital required. So basically when Microsoft or Apple started out, you didn't need a lot of capital to build a minimum viable product. T…

  21. comment
    Comment #41233155

    To be correct, he maybe didn't coin the term. At least I didn't find it on quick search in his book Cybernetics. Seems like the term ultrastable actually comes from Ashby [1]. [1] …

  22. comment
    Comment #41232494

    I'd like to point out that Norbert Wiener was the first to discover the concept of antifragility (under a different term though). It's also worth checking out more of his works as …

  23. comment
    Comment #41200205

    There's JavaScript The Good Parts by Douglas Crockford. I've read the book and watched a similar series on YouTube.

  24. story
  25. comment
    Comment #41096555

    As a computer scientist who got in touch with quite some theoretical computer science, I find Wolfram's approach appealing. I suppose this approach resonates quite well in CS depar…