frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Introducing Opus 4.8

https://old.reddit.com/r/ClaudeAI/comments/1tq99mu/introducing_claude_opus_48/
1•baroiall•59s ago•0 comments

Show HN: Secure or Broken? A puzzle game about the pain of configuring CSP

https://cspradar.com/tools/csp-defender
1•itsdevdaniel•1m ago•0 comments

How the EU's plan to turbocharge Italy's economy fell flat

https://www.ft.com/content/152088a1-9615-4485-9669-fb8300f60b13
1•malshe•2m ago•1 comments

Generative Recursive ReAsoning Models (Gram)

https://arxiv.org/abs/2605.19376
1•ijidak•2m ago•0 comments

Why American Parents Send Their Kids to 'Russian Math' (2017)

https://www.mathschool.com/blog/news-and-events/npr-why-thousands-of-american-parents-are-sending...
1•Tomte•4m ago•0 comments

How HN: Tokenscope – see what your Claude Code session cost

https://github.com/wartzar-bee/tokenscope
1•wartzarbee•6m ago•0 comments

Bricks and Minifigs Stole a Man's $200k Lego Collection

https://mybricklog.com/blog/bricks-minifigs-corporate-stole-old-mans-200000-lego-collection
2•philips•7m ago•0 comments

To Gen or Not to Gen: The Ethical Use of Generative AI

https://blog.johanneslink.net/2025/11/04/to-gen-or-not-to-gen/
1•archagon•7m ago•1 comments

New Phishing Technique Vaultjacking: One Captured Pin, the Password Vault

https://phishu.net/blogs/blog-vaultjacking-phishing-the-google-password-manager-vault-in-the-phis...
1•curtbraz•7m ago•0 comments

Using Claude Code with GPT 5.5, Gemini 3.5, Grok 4.3, and other models

https://dechained.ai
2•sryDarioXOXO•9m ago•0 comments

The AI Resist List

https://airesistlist.org/
3•lylo•9m ago•0 comments

Announcing Rust 1.96

https://blog.rust-lang.org/2026/05/28/Rust-1.96.0/
4•adamch•11m ago•0 comments

Built a chat-first AI personal operator in 48h – need 5 honest beta testers

https://operatoros-web-czi4.onrender.com
2•tomdieter•12m ago•0 comments

A Double Shot of DuckDB

https://peterdohertys.website/blog-posts/double-shot-of-duck.html
2•ethagnawl•12m ago•0 comments

William Joseph "Wild Bill" Donovan, New York

https://gratitude250.substack.com/p/william-joseph-wild-bill-donovan
2•rbanffy•13m ago•0 comments

Death of Security by Obscurity

https://blog.reqproof.com/p/death-of-security-by-obscurity
3•LeonidBugaev•14m ago•0 comments

Nitpicking the shell history scene in 'Tron: Legacy'

https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/tron-legacy/
6•speckx•16m ago•1 comments

Training more efficient smol models with SSTT and Canonical Entity IDs

https://github.com/beaglabs/sst/
1•jdbohrman•17m ago•0 comments

Separate the Cord from the Device

https://bookofjoe2.blogspot.com/2026/05/blog-post_27.html
3•bookofjoe•17m ago•0 comments

Folding in Parallel

https://okmij.org/ftp/Algorithms/map-monoid-reduce.html
1•thunderbong•17m ago•0 comments

US government prepares to print $250 note featuring Trump's face

https://www.bbc.com/news/articles/clypeyx6nemo
1•tartoran•18m ago•0 comments

Elon Musk boosted false USAID conspiracy theories to shut down global aid

https://www.nbcnews.com/politics/doge/elon-musk-boosted-false-usaid-conspiracy-theories-global-ai...
4•tastyface•18m ago•0 comments

Associative learning turns DEET from aversive to appetitive in Aedes aegypti

https://journals.biologists.com/jeb/article/229/10/jeb251935/371741/Associative-learning-switches...
1•croes•19m ago•0 comments

EU wants crisis powers to seize control of chip supplies

https://www.ft.com/content/9d7d6204-4fc7-4f1d-af05-473c3649efcd
2•merksittich•20m ago•0 comments

Create the Space: They're waiting to show up

https://opensourceonpurpose.substack.com/p/create-the-space
1•taubek•20m ago•0 comments

Nobody talks about the AI bubble anymore

1•xchip•20m ago•2 comments

gRPC Studio, open sourced web UI for managing gRPC

https://medium.com/@pranavpsawant/building-a-reflection-based-grpc-explorer-with-streaming-and-au...
1•pranavpsawant•21m ago•0 comments

Demo: Fold your coding sessions into LLM weights

https://app.scalarlmforge.com/blog/introducing-orbital
1•gdiamos•25m ago•0 comments

How Online Sleuthing Helped Catch the ‘Google Insider’ on Polymarket

https://www.wsj.com/finance/currencies/how-online-sleuthing-helped-catch-the-google-polymarket-tr...
3•thm•26m ago•1 comments

Did Google's AI agents build an operating system for $916?

https://www.normaltech.ai/p/did-googles-ai-agents-really-build
1•wslh•27m ago•0 comments
Open in hackernews

Just Use Postgres for Durable Workflows

https://www.dbos.dev/blog/postgres-is-all-you-need-for-durable-execution
56•KraftyOne•50m ago

Comments

sgt•40m ago
Continuously amazed by what you can do with few tools, as long as Postgres is a part of your toolkit.

I recently developed a distributed queue and it works really great - benchmarks great too, with no race conditions or conflicts. I used SKIP LOCKED so that workers can compete safely.

You can also have multiple workers across nodes avoid conflict by using session wide mutexes i.e. pg advisory lock.

senderista•40m ago
Citing CockroachDB as an example of scaling Postgres made me spit out coffee. Was this LLM-written?
sorentwo•28m ago
The efforts we've undergone to make Oban (and Pro) work with CRDB have been ridiculous. Feature detection all over because of a lack of common operators and functions that can't be used in indexes. The worst is the rampant "serialization_failure" errors that force continual transaction retries. Not how I'd suggest scaling Postgres.

That said, as a predecessor to dbos in building durable workflows just using Postgres, I concur with the overall sentiment.

throwaw12•34m ago
Curious to know experience of people using DBOS and Temporal.

I have used Temporal in the past, works really good, my only problem with it was some limits on request payload or event sizes, created some inconveniences to us when building solutions. It also enforces good engineering practices, but sometimes you don't want to write special logic if your CSV file is larger than 2Mb, upload it to S3, pass link, then download it in the workflow.

What is your experience with DBOS? How does it compare to Temporal in terms of operational complexity, feature parity and anything else

switchbak•32m ago
They've just released an external storage approach to solve the large payload issue. I don't 100% love it (it's bolted on, not an intrinsic part), and it's an early release right now - but you can consider this effectively solved for now.
hilariously•17m ago
That's good because back in the day if you were putting entire documents in a message queue I would laugh people out the door, putting something in object storage + linking is much more useful (though the distributed system part/backup current state part can be annoying!)
quard8•15m ago
we're using dbos for ai gen workflows and processing video files. understanding how to migrate from celery took time, but for our case it was worth it.
temporal_thr123•10m ago
I run a large on-prem temporal setup - throwaway acct as they will likely out me.

Temporal is, in my opinion having run it in prod for over a year - poorly designed, slow and ridicliously heavy infra wise.

If you're doing anything non-trivial (say, 200+ events/workflow) and you need to run only a couple hundred of them concurrently all day, you're going to spend millions on infra, and it's still going to absolutely suck.

Try running their own benchmarks, the numbers are pathetic.

Their sales team is also absolutely appalling and desperate.

From a Developer standpoint, the SDK is quite nice though.

Don't get trapped into nexus, and if the sales team call you make sure legal is in the room.

switchbak•33m ago
Having inherited a few of these - you tend to home-grow an ad-hoc version of many of the existing OSS tools, but with less of the patterns baked in.

Not sure where the NIH ends and where you're actually better off with a supported orchestration approach. I suppose if you expect your program to be around a while (or need advanced features), maybe think about using something a bit more battle tested?

vrm•32m ago
Since DBOS doesn't support Rust, we implemented a very minimal Rust version of this at https://github.com/tensorzero/durable. It has been quite stable and extensible but of course you need to be very careful with the SQL implementations. Hope this is interesting to readers here.
cpursley•28m ago
PgFlow is pretty awesome for DAG workflows - it's built on pgmq (which does the heavy lifting).

Typescript: https://www.pgflow.dev

Elixir: https://github.com/agoodway/pgflow/blob/main/docs/COMPARISON...

pirsquare•22m ago
I feel it's way too hand wavy on consistency and correctness. My opinion as someone who've implemented marketing workflows that breaks all the time (and tons of painful lessons).

Strong correctness guarantee is something that should not be undermine. Even more important than availability.

The examples on the website is simple but heavily undermines the importance of correctness. Anyone who implement similar pseudo-code directly will eventually suffer from data correctness issue in crashes.

  @DBOS.workflow()
  def checkout_workflow(items: Items):
      order = create_order()
      reserve_inventory(order, items)
      payment_status = process_payment(order, items)

      if payment_status == 'paid':
          fulfill_order(order)
      else:
          undo_reserve_inventory(order, items)
          cancel_order(order)
hbarka•22m ago
How do you incorporate secrets in this kind of implementation? Stored in db?
llmslave•16m ago
Temporal is an insane piece of software, always surprised people dont know about it. You could replace almost youre whole AWS stack with temporal
temporal_thr123•7m ago
Sure, if you wanna run a 48 node cassandra cluster...
opiniateddev•9m ago
Conductor OSS does this quite well https://docs.conductor-oss.org/devguide/ai/index.html

https://github.com/agentspan-ai/agentspan which is essentially an agentic SDK layer for Conductor can convert any of your langgraph, openAI, vercel, or ADK agent and makes it durable and adds orchestration with no code changes.

magicseth•6m ago
Convex has a workpool component that gives the ability to compose big complicated flows in an understandable way, and give you realtime updates on status of various pieces: https://www.convex.dev/components/workflow