Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. What an MCP server costs you in tokens(workos.com)
    discuss
  2. We Are Speaking 300 Daily Words Fewer Every Year(sagepub.com)
    discuss
  3. Conway's Game of Life Running on a Tang Nano 9k FPGA Board with SPI LCD(github.com/philtomson)
    discuss
  4. Open-source social media scheduler(cogsend.com)
    discuss
  5. EN World Is Being DDoS'd by AI Bots(enworld.org)
    1comments
  6. Operation Migration(wikipedia.org)
    discuss
  7. Tesla Closes Texas Airspace for Roadster Launch Event(notateslaapp.com)
    discuss
  8. I annotated 87 real invoices to find out what they contain(invoicestospreadsheets.com)
    1comments
  9. Nearly Half of Age of Empires Dev Edge Laid Off(vgchartz.com)
    discuss
  10. We're Making Tailscale Faster(tailscale.com)
    discuss
  11. RepoDocs – turn your repo's Markdown/*.md into a Figma-like board you can edit(github.com/alecerca)
    discuss
  12. Show HN:Tornedo- Everything a torrent client does, without leaving your terminal(npmjs.com)
    discuss
  13. Naming AI agents after Seinfeld characters helps bots join the team – report(theregister.com)
    discuss
  14. Open-weight models take 56% of token volume(vercel.com)
    discuss
  15. Tokens Too Cheap to Meter(jyn.dev)
    discuss
  16. Trump says US will henceforth call AI 'super intelligence'(reuters.com)
    1comments
  17. Show HN: I generated 21k astrology pages with Swiss Ephemeris, open sourced(github.com/feifeizhao25-ship-it)
    1comments
  18. Weak models write tool calls as prose. We started executing them(fiit.ai)
    discuss
  19. Formal methods can start small(yovico.ai)
    discuss
  20. Z.ai uploading local code repos to overseas cloud without consent(reuters.com)
    1comments
  21. Strands harness: frontier performance with 28% lower token cost(strandsagents.com)
    discuss
  22. Can the US Build a DJI? A Teardown of Two DJI Drones(arenaphysica.com)
    discuss
  23. NASA-Funded Research Finds Complex Life Defying Record Heat(nasa.gov)
    1comments
  24. I'm sick of Claudisms, & what will happen next in AI-boosted software dev(polso.info)
    1comments
  25. AQAB: Anti-fascist blocklist QAnon, conspiracy, fake news, far-right, hate sites(codeberg.org/notainutilis)
    discuss
  26. Trump administration attacks Australia optout algorithm law in rare intervention(abc.net.au)
    1comments
  27. Fun: First-Class Functions, Currying, and a Surprise(tinyinterpreters.dev)
    discuss
  28. Meta admits Muse's likeness to OpenClaw isn't a coincidence(techcrunch.com)
    1comments
  29. Cities across US oppose Trump FCC plan to preempt local broadband rules(arstechnica.com)
    discuss
  30. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    1comments

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

1 pointsby 1h 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/

1h 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.