Viewing profile — iceman_w
iceman_w
HN member- Joined
- Sun, May 10, 2015, 8:33 AM UTC
- HN karma
- 31
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About iceman_w
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
comment
Comment #42837122
I've also been tracking the 'path to graveyard' for the startups from the last 3 years here https://pivots.fyi/
-
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/
-
comment
Comment #41693869
Thanks! The data is collected by continuously scraping the startup's website and their YC page.
-
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…
-
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…
-
story
Ask HN: What's the coolest non standard application of LLMs you've seen?
Something other than the chat bots.
-
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…
-
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.
-
comment
Comment #24753095
Oh, changed the name of mine!
-
comment
Comment #24753059
Didn't know about this famous distributed systems project! Thanks for pointing out, changed the name of mine to codable.live
-
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…
- story
-
comment
Comment #23625178
If you have too many engineers on a problem, they will overengineer stuff. This is a management problem.
- comment
-
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…
-
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…
-
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.
-
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?
-
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…