Live data from Hacker News

Viewing profile — fooyc

fooyc

HN member
Joined
Fri, Jul 22, 2011, 1:42 PM UTC
HN karma
788
Public activity
292 items

About fooyc

No profile information was provided.

Recent public activity

  1. comment
    Comment #48210406

    Online and in-store payments will follow in 2027, as per the article

  2. comment
  3. comment
    Comment #47060858

    Apparently the new diagram is now a rip off of another one from Atlassian: https://bsky.app/profile/vurobinut.bsky.social/post/3mf52hmw...

  4. comment
    Comment #46136410

    add_v3() is the result of induction variable simplification: https://llvm.org/doxygen/IndVarSimplify_8cpp_source.html

  5. comment
  6. comment
    Comment #37568617

    The author cites this to justify the need for Records: > Most Java objects set every field to be private and make all fields accessible only through accessor methods for reading an…

  7. comment
    Comment #36882597

    Yes it will

  8. comment
    Comment #36882539

    WEI won’t even stop the bad bots. They will simply use "legitimate" devices.

  9. comment
    Comment #36876889

    Consider this scenario: - Content sites implement Web Integrity API to block bots - But they still allow Google crawlers, because Google is their source of traffic - Google competi…

  10. comment
    Comment #36876642

    Not only adblocking, but also crawling. They want to kill competition.

  11. comment
    Comment #36853781

    How does that work? The binary format embeds variants of the same program?

  12. comment
    Comment #36853736

    Maybe JIT compilers can take profit of this immediately, since they target a single machine?

  13. comment
    Comment #36803362

    Not only Reader, but also the RSS support in Chrome and Firefox (whose Google used to be the primary source of funds). And Feedburner.

  14. comment
    Comment #36802199

    Google would do anything to make it harder for others to crawl the web. Killing RSS was part of that strategy. News sites will implement these DRMs, but of course they will still a…

  15. comment
    Comment #36770133

    The article mentions race conditions

  16. comment
    Comment #36400781

    Alternative interpretation: people with larger brains tend to nap more

  17. comment
    Comment #33807811

    There is a world between using AWS and buying your own servers

  18. comment
    Comment #31353590

    If you sell stable coins for USD and make a loss, you can write it off.

  19. comment
    Comment #31352466

    I feel that the joke may be about the implementation, maybe not the whole concept.

  20. comment
    Comment #31352450

    My understanding is that people don't invest in stable coins (like you don't invest in USD when you have USD on your brokerage account). Stable coins can be exchanged against other…

  21. comment
    Comment #30887489

    I love this color scheme. I’ve just replaced the yellow color with some shade of blue, and it’s perfect.

  22. comment
    Comment #30834918

    Typescript is a static type system though

  23. comment
  24. comment
    Comment #30834847

    The article is well written and Haskell appears to have what’s necessary to work efficiently with algebraic data types (matching and overloading). But in the end, it’s just fancy w…

  25. comment
    Comment #30619831

    PHP has optional types as well, although types are enforced when present