Live data from Hacker News

Viewing profile — tylerhou

tylerhou

HN member
Joined
Sat, Aug 13, 2016, 5:46 AM UTC
HN karma
3,487
Public activity
1,133 items

About tylerhou

Undergrad at Berkeley.

  github: https://github.com/tylerhou
  website: https://tylerhou.com
https://tylerhou.at.hn/

Recent public activity

  1. comment
    Comment #47721002

    bot, or someone heavily using an LLM. all 26 “papers” listed on orcid were written in 2026 and “published” on zenodo

  2. comment
    Comment #47526417

    Graduate students! Hah! ML researchers can only hope their papers at ICLR/ICML/NeurIPs are reviewed by graduate students!

  3. comment
    Comment #47029300

    This article is missing (extremely important) context that CS enrollment at Berkeley was restricted significantly. Many students at Berkeley want to major in CS, but can’t.

  4. comment
    Comment #46853383

    The art’s aesthetic, which resembles Calvin and Hobbes, is disrespectful to its creator, Bill Watterson’s. Bill spent a lot of energy fighting commercialization of his work, arguin…

  5. comment
    Comment #46831988

    A big problem is that the range that we have decided to call “normal” might not actually be a normal range. For example, 50% of surfers were found to have insufficient vitamin D in…

  6. comment
  7. comment
    Comment #46762369

    You should check out Perceus! https://www.microsoft.com/en-us/research/wp-content/uploads/...

  8. comment
    Comment #46238746

    Basically, a proxy. You don't need to deep copy; you just need to return a proxy object that falls back to the original dict if the key you are requesting has not been found or mod…

  9. comment
    Comment #46141059

    Monads do not need to build up a computation. The identity functor is a monad.

  10. comment
  11. comment
    Comment #46093939

    The sun’s radiation hitting earth is 44,000 terawatts. I think we’re fine with an “extra” terawatt. (It’s not even extra, because it would be derived from the sun’s existing energy…

  12. comment
    Comment #45738669

    > I would like to learn category theory properly one day, at least to that kind of "advance undergraduate" level she mentions. As someone who tried to learn category theory, and th…

  13. comment
    Comment #45717488

    No, sorting 50/2ish things 50 times allegedly takes 1-2ms. Which is only slightly more believable.

  14. comment
    Comment #45676308

    It is not critical for register assignment -- in fact, SSA makes register assignment more difficult (see the swap problem; the lost copy problem). Lifetime analysis is important fo…

  15. comment
    Comment #45676248

    Here's a concise explanation of SSA. Regular (imperative) code is hard to optimize because in general statements are not pure -- if a statement has side effects, then it might not …

  16. comment
    Comment #45594879

    > M5 is 4-6x more powerful than M4 In GPU performance (probably measured on a specific set of tasks).

  17. comment
    Comment #45515272

    Money circulates but resources do not. A human hour spent constructing a data center can’t then be used to build an apartment building.

  18. comment
    Comment #45112524

    WCOJs guarantee an (asymptotic) upper bound on join complexity, but often with the right join plan and appropriate cardinality estimations, you can do much better than WCOJ. The ru…

  19. comment
    Comment #45110231

    > You can end up writing nearly the exact same code twice because one needs to be async to handle an async function argument, even if the real functionality of the wrapper isn't as…

  20. comment
    Comment #45078158

    There are many comments that don't see the point of the article. For example, why not just use the tools the operating system provides for sandboxing? This article seems to be dire…

  21. comment
    Comment #45049888

    Sorry, you're right that the chart on the home page does not have human performance. The leaderboard chart does: https://arcprize.org/leaderboard . And the leaderboard by default s…

  22. comment
    Comment #45049563

    > AI already blows most people out of an IQ test at a fraction of the computational power of a brain AFAIK, IQ tests used in psychological evaluations do not contain any randomness…

  23. comment
    Comment #45023528

    IVM is not new, but the DBSP (2022) perspective is relatively new for databases (where the classic literature is from the 70s and 80s). It is misleading to say that IVM reduces the…

  24. comment
    Comment #45006972

    > ibuprofen is better in every way. Taking ibuprofen (or other NSAIDs) long-term can wear away the stomach lining, causing ulcers. Acetaminophen is generally better tolerated to ma…

  25. comment
    Comment #44992506

    Source they got paid?