hedayet

↗ HN profile [ 78.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. ``` import { formatRelative } from '@appents/human-time'; const past = new Date(Date.now() - 5 * 60_000); formatRelative(past); // "5m ago" const future = new Date(Date.now() + 3 * 3_600_000); formatRelative(future); //…

  2. Naming is hard: Google's PubSubHubbub (pubsubhubbub.appspot.com)
  3. I'm curious how the cost of training AI models (compute, energy, data, etc) has changed over time. Are there any public resources or datasets tracking training costs for open-weight models (I'm guessing this data is…

  4. I love the innovative ideas and unexpected insights from HN citizens. Let’s go deep - what challenge would you tackle if resource was not a problem? Why? Why you? What's stopping you (i.e., do you really need unlimited…

  5. I love the innovative ideas and unexpected insights from the HN community. Let's go deep - what challenge would you tackle if you had unlimited resources? Guaranteed funding, access to top talent, or freedom from your…

  6. I created a simulation based on Paul Graham's legendary Do Things That Don't Scale essay. Any feedback is welcome!

  7. I love the innovative ideas and unexpected insights from the HN community. Let's go deep - what challenge would you tackle if you had unlimited resources? Guaranteed funding, access to top talent, or freedom from your…

  8. Most startup education is passive - you read essays or watch videos and hope the lessons stick. But real learning happens through practice and decision-making, not just content consumption. So I took Paul Graham’s…