Live data from Hacker News

Viewing profile — iceman_w

iceman_w

HN member
Joined
Sun, May 10, 2015, 8:33 AM UTC
HN karma
31
Public activity
22 items

About iceman_w

No profile information was provided.

Recent public activity

  1. comment
    Comment #43764170

    RL constrains the space of possible output token sequences to what is likely to lead to the correct answer. So we are inherently making a trade-off to reduce variance. A non-RL mod…

  2. story
    Show HN: Cricket Stats GPT

    Query statistics for IPL 2025 using natural language. You can ask questions like: - What is Kohli's strike rate in the first 5 overs of the match? - What is Dhoni's average in matc…

  3. comment
    Comment #42911545

    I always thought that the point of instruction tuning and ability to use prompts to get the model to do 0 shot tasks was that you don't have to collect tons of example data/samples…

  4. comment
    Comment #42837122

    I've also been tracking the 'path to graveyard' for the startups from the last 3 years here https://pivots.fyi/

  5. comment
    Comment #42547259

    I've been scraping YC data week over week to track things like changes in founder, pivots in the idea, company shutting down, etc. You can check it out here https://pivots.fyi/

  6. comment
    Comment #41693869

    Thanks! The data is collected by continuously scraping the startup's website and their YC page.

  7. comment
    Comment #41693741

    I'm working on pivots.fyi ( https://pivots.fyi/ ). It tracks 1000+ startups that have been founded in the last 3 years and showcases how their product, mission, team size, founders…

  8. story
    Ask HN: AI Modeling Projects with fast iteration times?

    I have a good theoretical understanding of the math behind deep learning and have broad understanding of the recent architectures (Transformers, etc.). I'm looking to improve my pr…

  9. story
  10. story
    Ask HN: What's the incentive for 'Founding Engineers'?

    I'm trying to understand the incentive for engineers to join a startup as a 'founding engineer'. To me it seems like taking on all the risk that a founder takes (pre-pmf, pre-reven…

  11. comment
    Comment #24760147

    Nope. I didn't know about the Gnutella Network when I posted this. I've changed the name since but HN doesn't allow editing posts.

  12. comment
    Comment #24753095

    Oh, changed the name of mine!

  13. comment
    Comment #24753059

    Didn't know about this famous distributed systems project! Thanks for pointing out, changed the name of mine to codable.live

  14. comment
    Comment #24746237

    I'm building this tool to make it easier for educators to create programming videos. It can also be useful for people new to programming to play around with basic data structures a…

  15. story
  16. comment
    Comment #23625178

    If you have too many engineers on a problem, they will overengineer stuff. This is a management problem.

  17. comment
  18. comment
    Comment #16724993

    I don't have any problem with working with people who are different from me. But I think showcasing the benefits of diversity will make everyone actually embrace it rather grudging…

  19. story
    Ask HN: Examples where diversity helped ship a better product?

    There's this narrative everywhere that having a diverse team is good for businesses. Instead of just forcing it on everyone, I think it would be very helpful to collect examples wh…

  20. comment
    Comment #13458629

    Insecure websites could get around this by not marking the fields as password fields but using javascript to make them appear so to the user.

  21. comment
    Comment #9871418

    In the following scenario: origin: A-B-C local: A-B-D What is the recommended action? git pull --ff-only will fail, right? So should I be using git pull --rebase?

  22. story
    Ask HN: How often does Git merge make mistakes?

    I was working on an express app with a friend and git auto merged a file after I ran 'git pull'. There were no merge conflicts, but git added duplicate functions to a file after me…