Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Mind Mapping for Omarchy(mindarchy.xyz ↗)
    discuss
  2. Ask HN: What exists if I want a premade SoC/MCU/screen/enclosure/battery?
    1comments
  3. What's New in Vapor 5 Beta(vapor.codes ↗)
    discuss
  4. How to Get Your First 100 SaaS Users in Europe(speartip.eu ↗)
    discuss
  5. Show HN: Salt – Human and AI Economies driven across E2E encrypted chats(saltapp.ai ↗)
    discuss
  6. Resy suspends VC for using AI agents to book reservations(businessinsider.com ↗)
    1comments
  7. OpenAI Agents Got into Link Shortener, Surfed Web, Called FBI with a Stranger's(kennethdegraff.com ↗)
    1comments
  8. Best Sugar Daddy Apps(gitlab.com/bestsugardaddyapps ↗)
    discuss
  9. How Bain Cap is deploying 1.6B(techcrunch.com ↗)
    discuss
  10. Separating Compilation from Attestation. C++ memory safety without disruption(gist.github.com ↗)
    discuss
  11. Show HN: Jev routing coding tasks to Grok Build or Codex Astra(github.com/jcpsimmons ↗)
    discuss
  12. The Mother Tongue of All Secrets(sundaylongread.com ↗)
    discuss
  13. Cohere launches confidential computing in model vault(cohere.com ↗)
    discuss
  14. How Claude is uplifting biomolecular modeling(anthropic.com ↗)
    discuss
  15. The Next Gene-Editing Technology May Also Be the Oldest(nytimes.com ↗)
    discuss
  16. How to Write with an LLM(sockpuppet.org ↗)
    discuss
  17. Alibaba Releases Qwen3.8-Omni-Flash(tokenstead.ai ↗)
    discuss
  18. Don't Drown the Dream – AI(jeffreylminch.substack.com ↗)
    discuss
  19. Multiple providers offer free mystery model, Union Alpha(tokenstead.ai ↗)
    discuss
  20. NASA's TEMPO satellite enables better monitoring of bad air days(knowablemagazine.org ↗)
    discuss
  21. Where do innovative problems come from?(epilogueidea.com ↗)
    discuss
  22. A Day in the Life of an Enshittificator [video](youtube.com ↗)
    discuss
  23. Goldman says the economy is rewarding capital ownership over labor(fortune.com ↗)
    1comments
  24. I Hate You Microsoft(henriquenunez.eu ↗)
    15comments
  25. The Last AI Built by Humans(arxiv.org ↗)
    discuss
  26. Show HN: Free game to destroy any web page(page-rage.com ↗)
    discuss
  27. The case for an ocean-bearing Mimas from tidal heating analysis(sciencedirect.com ↗)
    discuss
  28. Private Equity: In the Doldrums, Out of Favor with Some Institutional Investors(cepr.net ↗)
    discuss
  29. Jev Reproductions Tracker(huggingface.co ↗)
    1comments
  30. Pace. The Final Fronteir(twitter.com/backnotprop ↗)
    discuss

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

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

2h agoHN ↗

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

2h 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)?

2h 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