Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Trump says US will henceforth call AI 'super intelligence'(reuters.com)
    discuss
  2. Show HN: I generated 21k astrology pages with Swiss Ephemeris, open sourced(github.com/feifeizhao25-ship-it)
    discuss
  3. Weak models write tool calls as prose. We started executing them(fiit.ai)
    discuss
  4. Formal methods can start small(yovico.ai)
    discuss
  5. Z.ai uploading local code repos to overseas cloud without consent(reuters.com)
    1comments
  6. Strands harness: frontier performance with 28% lower token cost(strandsagents.com)
    discuss
  7. Can the US Build a DJI? A Teardown of Two DJI Drones(arenaphysica.com)
    discuss
  8. NASA-Funded Research Finds Complex Life Defying Record Heat(nasa.gov)
    1comments
  9. I'm sick of Claudisms, & what will happen next in AI-boosted software dev(polso.info)
    1comments
  10. AQAB: Anti-fascist blocklist QAnon, conspiracy, fake news, far-right, hate sites(codeberg.org/notainutilis)
    discuss
  11. Trump administration attacks Australia optout algorithm law in rare intervention(abc.net.au)
    discuss
  12. Fun: First-Class Functions, Currying, and a Surprise(tinyinterpreters.dev)
    discuss
  13. Meta admits Muse's likeness to OpenClaw isn't a coincidence(techcrunch.com)
    1comments
  14. Cities across US oppose Trump FCC plan to preempt local broadband rules(arstechnica.com)
    discuss
  15. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    1comments
  16. Ask HN: What do people do with Android phones once security updates end?
    1comments
  17. Show HN: Birthed, a daily board of what mattered that locks at midnight(github.com/jasonepage)
    1comments
  18. Reflections on object oriented design patterns (2026)
    1comments
  19. The new CC, an AI agent built for families(blog.google)
    1comments
  20. What anaesthetics are revealing about consciousness(bbc.com)
    1comments
  21. NIST Crypto Reading Club(nist.gov)
    discuss
  22. A 1996 dial-up chat room simulator (lolchat.rip)(lolchat.rip)
    1comments
  23. The ruble markup on AI tokens(infertrail.com)
    discuss
  24. Temporal Straightening for Latent Planning(arxiv.org)
    discuss
  25. Sovereign Substrate Appliance: Layer-1 Edge Node on ARM64(richardkugel.substack.com)
    discuss
  26. Anyone using a Wispr Flow alternative that is non-cloud?
    2comments
  27. MacPad: Touch Mac in iPad(github.com/dcmmc)
    1comments
  28. Ant Group releases finance-focused Ling-3.0-flash-Fin(artificialanalysis.ai)
    discuss
  29. New method to minimize immunosuppression after organ transplantation(nature.com)
    2comments
  30. The 'AI Safety' Movement Is Making AI Less Safe(reason.com)
    discuss

Show HN: Birthed, a daily board of what mattered that locks at midnight

1 pointsby 50m agogithub.com
1 comments
Hello, I've been working on this website and app called Birthed since my birthday. Here is what I came up with...

I wanted to make a birthday app because I had nothing to do on my birthday besides claim some freebies at restaurants and code. Originally, Birthed was an app to help you claim freebies on your birthday, help you track your friends' birthdays, and generally help you on your birthday to not be bored.

I posted this version and a few other versions before I open sourced the code and made it is what it is today. I got a lot of criticism on Reddit saying it was too privacy invasive and that people don't trust a website that looks vibe coded with their birthdays lol.

I thought it would be much more interesting to make an r/place inspired board, called "the Hive", where Today, Yesterday, and Tomorrow are voted on with things like famous birthdays, famous events on that day, famous songs trending on that day, etc... Each day eventually seals at midnight Eastern at the end of the next day. The website/app is entirely bee themed as if it's your "bee day". The r/place mechanics and bees surprisingly have a lot of puns lol.

The catch is you only get three "buzzes" per day (today), and one more buzz for the day after (yesterdays board). You cannot camp the board like r/place, you pick three things that matter and you're done, and so is everyone else. It's more like Wordle in that way than r/place. The biggest tile on a sealed board is won by crowd majority, not just who can stay up the longest.

Please check out the website and click through a few days, specifically Yesterday, Today, and Tomorrow. You can also click random to surf the pages that way. There's no accounts, and your birthday stays in your browser only. There's no JavaScript on the date pages. A buzz is just a web form. You can turn JavaScript off and the site will still work.

Some facts come from Wikipedia, some from Gemini, some from a curated list I made like Minecraft, Fortnite, etc... I need recommendations for this part! Also, if the news outlets all cover a story, it shows once, as "bbc.com with npr.org and aljazeera.com". So buzzes aren't split among the different cards of the same story.

There are 366 date pages built ahead of time, served by a small Node server with no npm packages. Postgres on Supabase, and a there's a worker that runs every 15 minutes to pull news and update.

I'm open to all kinds of feedback on this project, positive or negative.

Today's "Hive": https://birthed.app/today/

Random Day: https://birthed.app/random/

How it Works: https://birthed.app/about/

Privacy Policy: https://birthed.app/privacy/

46m agoHN ↗

I'd love to know if the "buzz" mechanic is clear/intuitive for anyone before they read the About page? How similar is this idea to r/place or should I stop mentioning it?

The honest state of this app/website is that I work on it sporadically and it's just one guy working on it and it was just open-sourced today. The "feed"/"comb" is underwhelming compared to giants like TikTok or Reddit and I'm not sure why anyone would trust me or my website with their precious birthday information. If you spot a wrong date or a bad fact, tell me here and I'll fix it today.