frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Big Tech's War on Game Servers Should Terrify Every Home Lab Enthusiast

https://unknownuniverse.uk/privacy-security/big-tech-war-on-self-hosting/
1•RobotToaster•48s ago•0 comments

GPT-6 Astra

https://openai.com/index/gpt-6-astra/
4•kibae•1m ago•0 comments

Babylonian Lamb Stew with Beets (1750–1730 BCE)

https://babylonian-collection.yale.edu/about/babylonian-cooking
1•yubblegum•2m ago•0 comments

Maybe you don't need GraphQL

https://alexandrehtrb.github.io/posts/2026/09/maybe-you-dont-need-graphql/
1•birdculture•3m ago•0 comments

Nvidia's Open Secure AI Alliance Moves to Linux Foundation

https://techstrong.ai/articles/nvidias-open-secure-ai-alliance-moves-to-linux-foundation/
1•CrankyBear•4m ago•0 comments

How should we handle the 2LDs of the .name TLD?

https://github.com/publicsuffix/list/issues/2306
2•Bluestein•5m ago•0 comments

OpenAI launches Astra, its powerful (and controversial) new model

https://techcrunch.com/2026/09/03/openai-launches-astra-its-powerful-and-controversial-new-model/
4•tosh•6m ago•0 comments

Show HN: Tests for your Claude Code setup that run on every release

https://jameskomo.github.io/config-drift-checker/
1•smartwordworld•6m ago•0 comments

OpenAI hails 'new era of AGI' with Astra release

https://www.theguardian.com/technology/2026/sep/03/openai-artificial-general-intelligence-astra-r...
2•cmrdporcupine•7m ago•0 comments

GPT-6 Astra Benchmarks Image

https://cdn.thenewstack.io/media/2026/09/358eb84a-screenshot-2026-09-03-at-10.51.35-am.png
7•Leary•7m ago•0 comments

Eat cheap Uber eats every day

https://eatbogo.com/
1•metaversling•7m ago•0 comments

Birdcourses.com

https://birdcourses.com/
1•debo_•8m ago•0 comments

Qwen 3.8 27B available on Cerebras at 1500 tok/SEC

https://inference-docs.cerebras.ai/models/overview
39•altertable•10m ago•3 comments

Xiaomi Auto Enters European Market in 2027

https://www.xiaomiauto.com/global/newsroom/36
1•sparkling•10m ago•0 comments

Bernie Ban Artificial Superintelligence Act

https://twitter.com/AndrewCurran_/status/2095541502827233325
2•tekacs•10m ago•1 comments

PICO-8 is a fantasy console

https://www.lexaloffle.com/pico-8.php
2•Bluestein•11m ago•0 comments

Why the rise in government debt is freaking out the bond market

https://theconversation.com/why-the-rise-in-government-debt-is-freaking-out-the-bond-market-290240
1•DemiGuru•11m ago•0 comments

Per-request authorization for Temporal Nexus

https://tenuo.ai/blog/temporal-nexus-authorization.html
1•niyikiza•11m ago•0 comments

Hundreds gather to urge Scottish government to pause datacentre boom

https://www.theguardian.com/uk-news/2026/sep/03/hundreds-holyrood-pause-scotland-datacentre-boom-ai
2•edward•11m ago•0 comments

GoPro acquired, getting into 'defense, government, robotics and aerospace'

https://www.theverge.com/news/987494/gopro-starman-holding-merger-aquisition
1•tempestn•12m ago•0 comments

OpenAI launches GPT-6 Astra and says welcome to the "AGI era"

https://thenewstack.io/openai-gpt6-astra-benchmarks/
4•alvis•13m ago•1 comments

OpenAI's next big AI model has 'entered the AGI era'

https://www.theverge.com/ai-artificial-intelligence/989601/openai-gpt-6-astra-release
3•SomeonesAccount•13m ago•0 comments

Hilbert's Paradox of the Grand Hotel

https://en.wikipedia.org/wiki/Hilbert%27s_paradox_of_the_Grand_Hotel
2•jdauriemma•14m ago•0 comments

OpenAI launches GPT-6 Astra

https://venturebeat.com/technology/welcome-to-the-agi-era-openai-launches-gpt-6-astra
4•tosh•14m ago•0 comments

Tensordyne Napier: What If One Rack Could Do the Work of Nine?

https://www.tensordyne.ai/tensordyne-napier-whitepaper
1•gmays•16m ago•0 comments

OpenAI's Astra Is Here: What to Know About GPT-6

https://www.cnet.com/tech/services-and-software/openai-gpt-6-astra-release-ai-agi-chatgpt/
4•mfiguiere•16m ago•0 comments

120 days until Google restricts side-loading, declaring war on Android freedom

https://tuta.com/blog/android-side-load-apps-google
3•krunck•17m ago•0 comments

TRADIC – TRAnsistor DIgital Computer – The First Transistorized Computer (1954)

https://en.wikipedia.org/wiki/TRADIC
1•peter_d_sherman•19m ago•0 comments

Show HN: 2.9M transcription errors: China company code vs. US VIN check digit

https://currawongweb.com/verify/check-digit-protection-study/
1•Derrick459•21m ago•0 comments

A story about HTML and AI

https://sproutmarkup.com/view/034b2408b0a84d3892383bb0b70e4536
1•ginooliver•22m ago•0 comments
Open in hackernews

Show HN: Bridle: hand your agent's context to a coworker's agent

https://www.bridle.network/
3•withoutshape•53m ago
A college went on holiday this week and his agent was the one that did the whole migration from Shopware to Shopify. All products, domains, DNS- basically, it had all the knowledge. I spent the morning figuring out how to answer questions to client and finish up what was left to do. From then on we connected our agents with Bridle.

Bridle is a CLI that moves work between agents, so that handoff is a command rather than a memory:

bridle send marko.dev --note "migration 0042 is half-applied, continue" bridle queue marko.dev --title "finish the retry backoff — see the note" bridle inbox

Idea came from Tailscale where both ends need to connect in (bridle up). Being on the same mesh grants nothing on its own. Alos payloads are sealed to the recipient, so the coordination server routes by name and holds ciphertext it can't read.

I tried to make it super simple to run and free to test: npm install -g bridle-cli && bridle up

Let me know what you think, courious if someone finds it useful our team is super exceted .