frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to expand the market for literature (and literary criticism)

https://www.personalcanon.com/p/how-to-expand-the-market-for-literature
1•jger15•1m ago•0 comments

Inertia: Commercializing Fusion Energy

https://www.inertia.com
1•coloneltcb•1m ago•0 comments

Vidnavigator AI

https://vidnavigator.com
1•hatemmezlini•2m ago•1 comments

Trump to accept 600k Chinese students, sparking uproar among conservatives

https://www.nbcnews.com/news/asian-america/trump-600000-chinese-students-conversative-backlash-rc...
1•SilverElfin•9m ago•0 comments

Childhood Environmental Unpredictability and Adolescent Mental Health

https://srcd.onlinelibrary.wiley.com/doi/10.1111/cdev.14248
1•PaulHoule•9m ago•0 comments

Show HN: I built an app where I've to get my gf's permission to doomscroll

https://apps.apple.com/us/app/screen-time-social-poke/id6745727640
2•ingav•10m ago•0 comments

Gusto Acquires Guideline

https://gusto.com/company-news/gusto-guideline-announcement
1•londont•11m ago•0 comments

Show HN: Chat with Nano Banana Directly from WhatsApp

https://wassist.app/agents/07429b42-e979-41a1-be07-e7be35f404de/
1•joshwarwick15•13m ago•0 comments

Peñón de Vélez de la Gomera

https://en.wikipedia.org/wiki/Pe%C3%B1%C3%B3n_de_V%C3%A9lez_de_la_Gomera
1•eatonphil•15m ago•0 comments

OODA Loops and Git Worktrees: 9 Tactical Lessons from AI-Augmented Development

https://sobu1.substack.com/p/ooda-loops-and-git-worktrees-nine
1•sobukwelu•16m ago•1 comments

The $1T Opportunity to Build the Next Amazon

https://www.sequoiacap.com/article/ai-retail-opportunity/
2•WaltPurvis•18m ago•0 comments

Notebook Agent

https://hex.tech/blog/introducing-notebook-agent/
1•izzymiller•18m ago•0 comments

AOTI 2025: Plenary – Karl Nell [video]

https://www.youtube.com/watch?v=Wgsf99Rdqg8
1•keepamovin•19m ago•0 comments

Escaped slaves on St.Croix hid settlements so well they still haven't been found

https://phys.org/news/2025-08-slaves-st-croix-hid-settlements.html
2•politelemon•20m ago•0 comments

Deep dive into Mojo object initialization

https://connorgray.com/blog/2025/mojo-object-initialization
1•melodyogonna•21m ago•0 comments

Almost everything is downstream of integrity

https://www.econlib.org/sumner-final-econlog-post
1•SCEtoAux•21m ago•0 comments

SHOW HN: Curated gallery of best websites with fonts in use

https://maxibestof.one
1•bertwitt•22m ago•0 comments

Chinese 'gadget maker' Xiaomi taking on Tesla and Apple

https://www.ft.com/content/9324f761-9ef6-4267-903e-b42521260c19
3•bookofjoe•23m ago•1 comments

Storm-0501 attacked Azure, stole data, demanded payment via Teams

https://www.theregister.com/2025/08/27/storm0501_ransomware_azure_teams/
2•rntn•24m ago•0 comments

OpenAI and Anthropic share findings from a joint safety evaluation

https://openai.com/index/openai-anthropic-safety-evaluation
3•meetpateltech•25m ago•0 comments

Building a Plugin System for Rust: Native Libs vs. Scripting Language vs. WASM

https://kerkour.com/rust-plugins
2•randomint64•28m ago•0 comments

1MW Thermal Sand Battery Now in Operation

https://polarnightenergy.com/news/worlds-largest-sand-battery-now-in-operation/
2•gnabgib•30m ago•0 comments

Zero-downtime Postgres upgrades only using logical replication

https://gadget.dev/blog/zero-downtime-postgres-upgrades-using-logical-replication
4•draward•32m ago•0 comments

The Performance Spectrum

https://mropert.github.io/2025/08/27/the_performance_spectrum/
1•ingve•32m ago•0 comments

'Suicide coach': Parents sue OpenAI for ChatGPT's role in son's death

https://www.courthousenews.com/suicide-coach-parents-sue-openai-for-chatgpts-role-in-sons-death/
3•vFunct•33m ago•3 comments

The MacBook Dilemma That Taught Me About Buying Decisions

https://substack.com/inbox/post/172070770
2•vb7132•36m ago•0 comments

Show HN: AIMless (Live Demo) P2P Encrypted Chat in One HTML File

https://aimless.chat/
1•NyxBNC•38m ago•0 comments

Should I Stay or Should I Go?

https://danielleheberling.xyz/blog/time-to-leave/
2•mooreds•38m ago•0 comments

A convex polyhedron without Rupert's property

https://arxiv.org/abs/2508.18475
1•robinhouston•43m ago•0 comments

Microsoft 'escort' program gave China keys to Pentagon

https://www.theblaze.com/return/microsoft-escort-program-gave-china-keys-to-pentagon
11•madars•45m ago•0 comments
Open in hackernews

We Rebuilt Cloud Life's Infrastructure Delivery with System Initiative

https://www.cloudlife.io/resources/infrastructure-delivery-with-system-initiative
18•nickstinemates•2h ago

Comments

ryanryke•37m ago
We're really excited about what the future holds with SI. Feel free to ask any questions.
AOE9•19m ago
This blog feels like a poor ad, I was hoping for technical details but seems like this tool just swept in and 'saved the day'. I have no idea how

* Provisioning time dropped from hours to minutes. * Debugging speed improved because we could fix it in real time.

happened.

Seems like the problem of a long feedback loop would have been solved by pull request preview environments and or enabling developers to have their own deployed instances for testing etc.

holoway•11m ago
Ryan can give you more details about his own experience. (I'm the CEO of System Initiative) But a lot of it comes from switching to a model where you work with an AI agent alongside digital twins of the infrastructure.

In particular, debugging speed improves because you can ask the agent questions like:

`I have a website running on ec2 that is not working. Make a plan to discover all the infrastructure components that could have an impact on why I can't reach it from a web browser, then troubleshoot the issue.`

And it will discover infrastructure, evaluate the configuration, and see if it can find the issue. Then it can make the fix in a simulation, humans can review it, and you're done. It handles all the audit trails, review, state, etc for you under the hood - so the actual closing of the troubleshooting loop happens much faster as well.

AOE9•3m ago
When you say 'digital twins of the infrastructure' you mean another deployed instance? So if they'd just made a preview environment created upon a pull request they'd have just got the same speed up.

> It handles all the audit trails, review, state, etc for you under the hood.

So there is no more IaC SI now manages everything?