Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Virtual biotech company puts AI scientist agents to work(stanford.edu ↗)
    discuss
  2. Show HN: OJ – A drop-in replacement for Vite in Rust(github.com/lovablelabs ↗)
    discuss
  3. Julian Assange Returns to X(twitter.com/julianassange ↗)
    2comments
  4. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    discuss
  5. Edge Magazine: The game industry is broken – can we fix it?(edge-online.com ↗)
    discuss
  6. Linux Patched for Silent User-Space Data Loss Bug That Existed Since 2023(phoronix.com ↗)
    discuss
  7. How Uber Protects Against Retry Storms(uber.com ↗)
    discuss
  8. How SpaceX Streamlined the Raptor Engine(construction-physics.com ↗)
    discuss
  9. Typesafe AI(typesafe.ai ↗)
    discuss
  10. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    discuss
  11. OpenAI Safety Guardrails: What to Test Before Trusting an AI Agent(pentesty.co ↗)
    discuss
  12. ESP32 Wi-Fi Vulns: Coordinated Disclosure Is Broken by AI(fughilli.substack.com ↗)
    discuss
  13. Microsoft Office alternative Euro-Office getting Windows desktop app soon(neowin.net ↗)
    discuss
  14. Ask HN: What self-hosted apps do you use daily?
    1comments
  15. Measure your speakers with a mic and get a parametric calibration(github.com/thefreshoffice ↗)
    discuss
  16. Wonder debuts first robotic meal assembly system, acquired tech from Sweetgreen(fastcompany.com ↗)
    discuss
  17. Remains of 'lost' medieval castle found at UCD campus(rte.ie ↗)
    discuss
  18. Why the Navier-Stokes Equations Are So Hard [video](youtube.com ↗)
    discuss
  19. The most important product decision is what you don't build(liamnugent.me ↗)
    1comments
  20. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    discuss
  21. Show HN: Microsoft Office Running with Wine on Linux with No Virtualization(github.com/tombert ↗)
    2comments
  22. Shaping the Future of Learning: Education Readiness for the Age of AI [pdf](weforum.org ↗)
    discuss
  23. Computer Reset, Dallas(dfarq.homeip.net ↗)
    discuss
  24. Measurements for understanding the pace of AI development inside frontier labs(anthropic.com ↗)
    discuss
  25. Backlog and Workers: Two Knobs on Two Layers(buoyant.io ↗)
    discuss
  26. Who Are We Now?(jessitron.com ↗)
    discuss
  27. Polygo, a local-first CLI that translates your app's strings with Ollama(github.com/na5co ↗)
    discuss
  28. Brazil plans executive order to ban online casinos, sources say(reuters.com ↗)
    discuss
  29. FAA's Smart AI System Fact Sheet [pdf](faa.gov ↗)
    discuss
  30. Agents: The New, New Kingmakers(redmonk.com ↗)
    discuss

Show HN: Real-Time Bluesky Post Firehose in < 256MB

1 pointsby 1h agoturbolytics.io
4 comments
Hello everyone, I'm still trying to get some traction with sqlflow!

I'm completely disenchanted with the modern data stack, and am trying to create a toolchain that helps treat data as if it were software: Observability, Integrated Testing, Performance and a real UX.

The linked page uses sqlflow (the foundation of this datastack) to consume and window the bluesky post firehose, save it to postgres, then serve it back over HTTP for dashboarding.

What're you using for analytics? Do you serve lines a chart to your customers? What tech are you using? Are you happy with the JVM (flink)?

i'm very interested in learning how you tackle streaming data and analytics today! Thank you

1h agoHN ↗

Are you aware you have posted a valid `Authorization: Bearer ...` key on your landing page?

1h agoHN ↗

yes! And I appreciate you calling it out, I'll choose a different name for it. It's just a token like posthog or google analytics issues customer-facing tokens. You are welcome to hit the API directly using it. What is this type of token called (one that identifies a JS client)?

1h agoHN ↗

an `id`?

It's sloppy to use an auth header for a dataset index, just make it a query param, because it definitely seems like a parameter for the query