Hacker News
Smithy API models for all AWS services
Article URL: https://aws.amazon.com/blogs/aws/introducing-aws-api-models-and-publicly-available-resources-for-aws-api-definitions/
Comments URL: https://news.ycombinator.com/item?id=44202937
Points: 1
# Comments: 0
Show HN: I built a tool called BitCache that backs up Entra BL keys locally
Article URL: https://github.com/pawellakomski/bitcache
Comments URL: https://news.ycombinator.com/item?id=44202932
Points: 1
# Comments: 1
Show HN: Lightweight Durable Workflows Built on Postgres
Hi HN! This is Qian here with Peter (KraftyOne) and Jeremy (jedberg). We’re building DBOS, an open-source Python library for lightweight, durable workflows and queues. It’s comparable to systems like Airflow and Celery, but is designed to be more lightweight and embedded directly in your application process.
Our core idea is to make reliability and failure recovery easier without introducing additional infrastructure. You don’t need a separate workflow server: the DBOS library just connects to a Postgres database to persist state and recover from failures.
You define workflows by annotating normal Python functions, and DBOS handles checkpointing each step output to Postgres. If your app crashes or restarts, workflows automatically resume from the last completed step. Queues are backed by Postgres too, with deduplication, retries, and flow control.
You add durable workflows to your existing program by annotating ordinary functions as workflows and steps:
from dbos import DBOS @DBOS.step() def step_one(): ... @DBOS.step() def step_two(): ... @DBOS.workflow() def workflow(): step_one() step_two() The workflow is just an ordinary Python function. You can call it any way you like–from a FastAPI handler, in response to events, wherever you’d normally call a function.
We’ve just released DBOS Python 1.0. This enhances workflows with many powerful features we’ve been building over the last few months, including:
- Durable queues. Postgres-backed queues with all the queuing features of BullMQ/Celery (concurrency limits, rate limits, timeouts, priority, deduplication, etc.). Plus, they integrate with durable workflows, so you can write a workflow that enqueues 1K tasks, waits for and processes their results, and automatically recovers from any interruption.
- Programmatic workflow management. Your workflows are stored as rows in a Postgres table, so you have full programmatic control over them. Write scripts to query workflow executions, batch pause or resume workflows, or even restart failed workflows from a specific step. This makes it much easier to diagnose and recover from bugs and failures that affect thousands of workflows.
- Full support for both sync and async Python–write your workflows and steps as code either synchronously or asynchronously, it all works out of the box.
- Improved tooling, including dashboards, workflow graph visualization, workflow management via web UI, and more.
We’d love to hear your feedback and hope you can try DBOS out!
Comments URL: https://news.ycombinator.com/item?id=44202930
Points: 1
# Comments: 0
Medroid: AI Doctor, Always on Call
Article URL: https://app.medroid.ai/join-founders
Comments URL: https://news.ycombinator.com/item?id=44202912
Points: 1
# Comments: 1
Country Meal
Article URL: https://kivuhub.net/job/street-child-country-meal-manager-kinshasa/
Comments URL: https://news.ycombinator.com/item?id=44202910
Points: 1
# Comments: 0
How do you wash your clothes in space?
Article URL: https://www.bbc.co.uk/newsround/57751277
Comments URL: https://news.ycombinator.com/item?id=44202893
Points: 1
# Comments: 0
Blood clotting discovery opens "whole new chapter in vascular biology"
Article URL: https://newatlas.com/disease/new-blood-clotting-mechanism-hemolysis-necroptosis/
Comments URL: https://news.ycombinator.com/item?id=44202819
Points: 3
# Comments: 0
America tried to ban fake photos in 1912
Article URL: https://www.freethink.com/the-digital-frontier/fake-photo-ban-1912
Comments URL: https://news.ycombinator.com/item?id=44202817
Points: 3
# Comments: 0
Some thoughts on human-AI relationships
Article URL: https://reservoirsamples.substack.com/p/some-thoughts-on-human-ai-relationships
Comments URL: https://news.ycombinator.com/item?id=44202806
Points: 1
# Comments: 0
The Chicxulub Asteroid Impact and Mass Extinction
Article URL: https://www.science.org/doi/10.1126/science.1177265
Comments URL: https://news.ycombinator.com/item?id=44202759
Points: 3
# Comments: 0
Wise goes to the US. Will its founder's supercharged voting rights follow?
First Map Made of a Solid's Quantum Geometry
Article URL: https://www.quantamagazine.org/first-map-made-of-a-solids-secret-quantum-geometry-20250606/
Comments URL: https://news.ycombinator.com/item?id=44202726
Points: 1
# Comments: 0
Show HN: Poseidon, an Oncall AI agent (open source alt to resolve.ai)
Oncall devs, say goodbye to 2 AM pages on a Saturday.
Poseidon v0.1 analyzes past incidents, logs, metrics, and ops history to suggest root causes (demo in README).
In the next version, Poseidon will hook up to more tools in your org with MCP, and along with the summary, will send a "stop loss" button in your Slack message.
This stop loss button can: 1. revert a faulty config 2. revert a faulty release 3. turn off a feature flag 4. purge queues, etc
Integrating with netflix/dispatch will make this more powerful.
Looking for feedback on the concept, code, and how to make this more universal!
Comments URL: https://news.ycombinator.com/item?id=44202717
Points: 1
# Comments: 0
Big Mouth Billy Bass now talks back with AI
Article URL: https://boingboing.net/2025/06/06/big-mouth-billy-bass-now-talks-back-with-ai.html
Comments URL: https://news.ycombinator.com/item?id=44202689
Points: 2
# Comments: 0
Ask HN: Will something replace transformers and GPUs in the next 10 years?
I don't know why but I have the feeling that a huge amount of money (NVIDIA worth trillions, billions dumped into LLM-based companies) is supported by a single idea that might eventually be replaced by a completely different paradigm or by a new approach to LLMs that could make all of this worth nothing in a matter of months.
To be clear, I’m not saying this isn’t a super impactful idea and I actually think it's a revolution. Since Attention Is All You Need came out in 2017, everything has changed fast but it’s just that I also feel that another breakthrough from research could appear in a similar way.
Comments URL: https://news.ycombinator.com/item?id=44202671
Points: 2
# Comments: 1
Breakthrough in search for HIV cure leaves researchers 'overwhelmed'
Indirect strengthening through reactivation of contextually bound memories
Article URL: https://www.nature.com/articles/s44271-025-00250-5
Comments URL: https://news.ycombinator.com/item?id=44202659
Points: 1
# Comments: 0
Defence Tech: Collective Property, Private Control
Article URL: https://www.lrb.co.uk/the-paper/v47/n10/laleh-khalili/collective-property-private-control
Comments URL: https://news.ycombinator.com/item?id=44202652
Points: 1
# Comments: 1
Odd Couple: Gas Giants and Red Dwarfs
Article URL: https://www.centauri-dreams.org/2025/06/06/odd-couple-gas-giants-and-red-dwarfs/
Comments URL: https://news.ycombinator.com/item?id=44202638
Points: 2
# Comments: 0
Fresh strain of pro-Russian wiper flushes Ukrainian critical infrastructure
Article URL: https://www.theregister.com/2025/06/06/pro_russia_wiper_ukraine/
Comments URL: https://news.ycombinator.com/item?id=44202635
Points: 3
# Comments: 0