Hacker News
High school student uses AI to reveal 1.5M unknown space objects
Article URL: https://phys.org/news/2025-04-high-school-student-ai-reveal.html
Comments URL: https://news.ycombinator.com/item?id=43682646
Points: 1
# Comments: 1
Projected Lifetime Cancer Risks From Current Computed Tomography Imaging
Article URL: https://jamanetwork.com/journals/jamainternalmedicine/fullarticle/2832778
Comments URL: https://news.ycombinator.com/item?id=43682635
Points: 2
# Comments: 0
All-female crew, including singer Katy Perry, blast off on Blue Origin rocket
Article URL: https://www.cbc.ca/news/science/blue-origin-female-crew-1.7509472
Comments URL: https://news.ycombinator.com/item?id=43682627
Points: 1
# Comments: 0
Socketcluster: Highly scalable pub/sub and RPC SDK
Article URL: https://socketcluster.io
Comments URL: https://news.ycombinator.com/item?id=43682615
Points: 2
# Comments: 0
The Post-Developer Era
Article URL: https://www.joshwcomeau.com/blog/the-post-developer-era/?from=newsletter
Comments URL: https://news.ycombinator.com/item?id=43682126
Points: 1
# Comments: 0
FDA to phase out animal testing in drugs in what it calls a 'paradigm shift'
Automate cluster infrastructure with EKS Auto Mode
Article URL: https://docs.aws.amazon.com/eks/latest/userguide/automode.html
Comments URL: https://news.ycombinator.com/item?id=43682121
Points: 1
# Comments: 0
Politico: 'Parkinson's is a man-made disease'
Article URL: https://www.politico.eu/article/bas-bloem-parkinsons-pesticides-mptp-glyphosate-paraquat/
Comments URL: https://news.ycombinator.com/item?id=43682120
Points: 1
# Comments: 0
Show HN: A Free InBody Scan Organizer and Tracker
InBody scanners are widely used at gyms and clinics like Planet Fitness, Lifetime Fitness, CrossFit boxes, and F45 studios — but their official app only supports a few models and captures limited data. I built this simple app to scratch my own itch: just snap a photo of your printed scan from any InBody model, and it automatically extracts all metrics, stores the image, and tracks your progress over time.
Comments URL: https://news.ycombinator.com/item?id=43682105
Points: 1
# Comments: 0
Large Language Models Improve Document-Level AI Translation
Article URL: https://slator.com/how-large-language-models-improve-document-level-ai-translation/
Comments URL: https://news.ycombinator.com/item?id=43682096
Points: 1
# Comments: 0
The Path to Open-Sourcing the DeepSeek Inference Engine
Article URL: https://github.com/deepseek-ai/open-infra-index/tree/main/OpenSourcing_DeepSeek_Inference_Engine
Comments URL: https://news.ycombinator.com/item?id=43682088
Points: 1
# Comments: 0
Detatched Observations: Enqueue Phase
Article URL: https://smolnero.com/posts/detatched-observations-enqueue-phase
Comments URL: https://news.ycombinator.com/item?id=43682078
Points: 1
# Comments: 0
A hidden strategy: How SARS-CoV-2 uses fibrinogen to evade the immune system
Article URL: https://medicalxpress.com/news/2025-03-hidden-strategy-sars-cov-fibrinogen.html
Comments URL: https://news.ycombinator.com/item?id=43682076
Points: 1
# Comments: 0
Python is an interpreted language with a compiler
Article URL: https://ntietz.com/blog/python-is-an-interpreted-language-with-a-compiler/
Comments URL: https://news.ycombinator.com/item?id=43682075
Points: 1
# Comments: 0
Show HN: PDF Diff Tool – Show differences between two PDF files visually
Article URL: https://tools.encona.com/pdfdiff
Comments URL: https://news.ycombinator.com/item?id=43682065
Points: 1
# Comments: 1
CodeRabbit V/S Panto AI|AI Code Review Benchmarking
Article URL: https://www.getpanto.ai/blogs/03-04-2025/panto-ai-vs-coderabbit
Comments URL: https://news.ycombinator.com/item?id=43682056
Points: 1
# Comments: 0
Human urine, a valuable resource as fertilizer for sustainable urban agriculture
Article URL: https://phys.org/news/2025-03-human-urine-valuable-resource-fertilizer.html
Comments URL: https://news.ycombinator.com/item?id=43682032
Points: 2
# Comments: 1
Show HN: ActorCore – Stateful Serverless Framework That Runs Anywhere
TL;DR: ActorCore is a stateful serverless framework that can be deployed to Rivet, Cloudflare, Bun, Node.js and more. It's the easiest way to build stateful, AI agent, collaborative, or local-first applications.
Hey HN!
A few months ago we launched Rivet Actors (https://news.ycombinator.com/item?id=42472519) as an open-source alternative to Cloudflare Durable Objects. Shortly after launching, we realized our goal is not to win over existing Durable Objects developers, but rather to grow the stateful serverless ecosystem.
For context – "stateful serverless" is effectively the actor model with persistent state attached. Think Lambda functions with local storage & runs indefinitely. It's a a technology that’s gaining traction to ship faster, achieve higher performance, and outscale Postgres. The most widely used implementation is Cloudflare Durable Objects.
In the process of talking to developers, we kept hearing three common concerns:
- Vendor lock-in: Developers are hesitant to adopt a new programming model if there's no clear off-ramp. While it's straightforward to migrate a Postgres database, stateful serverless platforms like Rivet Actors or Durable Objects can feel locked-in due to lack of viable alternatives.
- Ecosystem: Choosing a well-known database like Postgres comes with a mature ecosystem. Adopting a new model means rebuilding tooling and patterns from scratch.
- Conceptual gap: Many developers have spent their entire careers designing systems with intentionally separated state and compute. A model that merges the two can feel backwards at first.
After hearing these concerns again and again, we came to the conclusion that the best solution was to build a framework that works with as many platforms as possible to reduce lock-in (concern #1) and grow a shared ecosystem of tools (concern #2). It turns out, we already had a battle-tested framework built on top of Rivet Actors that we’ve been using for years. (It has a long, funky history beyond Rivet in gaming I won't get into here.)
Thus, we split out the framework in to a new repo, added support for four platforms (easier said than done), and called it ActorCore. It gives developers multiple platforms to choose from when adopting stateful serverless and creates a foundation for a broader, cross-platform ecosystem.
However, this still leaves concern #3: the conceptual gap. While this isn't something we can solve with a framework, I personally spend ~40% of my time working on docs, content, and examples to help resolve this. ActorCore is also panning out to be community-driven as hoped, which enables more people to try and share their experience with stateful serverless.
Give ActorCore a try, read the roadmap, and let us know where we can improve documentation. If you're hesitant about trying stateful serverless, I'd love to learn more in the comments.
Consider giving us a star on GitHub: https://github.com/rivet-gg/actor-core
Comments URL: https://news.ycombinator.com/item?id=43682030
Points: 5
# Comments: 0
To Early-Z, or Not To Early-Z
Article URL: https://therealmjp.github.io/posts/to-earlyz-or-not-to-earlyz/
Comments URL: https://news.ycombinator.com/item?id=43682025
Points: 1
# Comments: 0
Extension-annotation-sidebar: browser add-on that shows relevant Bluesky posts
Article URL: https://github.com/hzoo/extension-annotation-sidebar
Comments URL: https://news.ycombinator.com/item?id=43682024
Points: 1
# Comments: 0