frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A library and CLI app for rendering project templates

https://copier.readthedocs.io/en/stable/
1•mooreds•5m ago•0 comments

Streaming public key authenticated encryption with insider auth security

https://neilmadden.blog/2025/07/02/streaming-public-key-authenticated-encryption-with-insider-aut...
1•mooreds•6m ago•0 comments

Building Complexity from Simplicity: An Interactive Web Experiment

https://blog.daviddodda.com/building-complexity-from-simplicity-an-interactive-web-experiment
1•mooreds•7m ago•0 comments

Solving NYT's Pips Puzzle

https://healeycodes.com/solving-nyt-pips-puzzle
1•ibobev•13m ago•0 comments

Benefits of Undefined Behavior

https://mazzo.li/posts/undefined-behavior.html
1•ibobev•14m ago•0 comments

Replacing Parts of Strings in C64 Basic

https://retrogamecoders.com/mid-c64-strings/
2•ibobev•14m ago•0 comments

Designing a video game for language learners

https://laurent.le-brun.eu/blog/designing-a-video-game-for-language-learners
1•laurentlb•15m ago•0 comments

Remote AI-Powered Development with Multi-Agent Task Execution

https://cloud.blackbox.ai
1•mcflem007•24m ago•1 comments

Spyware maker NSO Group blocked from Targeting WhatsApp

https://techcrunch.com/2025/10/18/spyware-maker-nso-group-blocked-from-whatsapp/
5•JumpCrisscross•35m ago•0 comments

'Dangerous design choices' trapped teens in Cybertruck crash, lawsuit claims

https://oaklandside.org/2025/10/14/dangerous-design-choices-trapped-piedmont-teens-in-cybertruck-...
2•CoffeeOnWrite•36m ago•0 comments

Technological complexity and combinatorial invention in small-scale societies

https://www.science.org/doi/10.1126/sciadv.adv6153
1•PaulHoule•37m ago•0 comments

Ask HN: Should I open source my video game?

2•zadkey•38m ago•0 comments

The Mercantilist Policy Playbook Is Going Global

https://www.bloomberg.com/news/newsletters/2025-10-18/the-mercantilist-policy-playbook-is-going-g...
1•b16m•42m ago•0 comments

AI Hair Styler Is Live

https://apps.apple.com/us/app/ai-hair-styler/id6753681683
1•metehankasapp•43m ago•1 comments

Knowledge Creates Technical Debt

https://lukeplant.me.uk/blog/posts/knowledge-creates-technical-debt/
2•todsacerdoti•45m ago•0 comments

Ask HN: Why are Meta's Glasses being so openly promoted by popular Tech Blogs?

1•zahirbmirza•47m ago•3 comments

API Tokens: A Tedious Survey

https://fly.io/blog/api-tokens-a-tedious-survey/
1•gz09•48m ago•0 comments

Creative destruction is a miracle. It's also a political problem

https://www.theargumentmag.com/p/creative-destruction-is-a-miracle
6•JumpCrisscross•51m ago•0 comments

Using AI For Longhaul network latency

1•tenywan•54m ago•0 comments

Oracle unveils Zettascale10 AI supercomputer, claims will be largest in cloud

https://www.datacenterdynamics.com/en/news/oracle-unveils-zettascale10-ai-supercomputer-claims-it...
1•rbanffy•54m ago•0 comments

Excessive planning is a fools game

https://theheasman.com/short_stories/excessive-planning-is-a-fools-game/
2•TheHeasman•56m ago•2 comments

Digital Euro: Benefits and pitfalls of tapping ECB cash

https://www.rte.ie/news/2025/1018/1539173-digital-euro-benefits-and-pitfalls-of-tapping-ecb-cash/
1•b16m•57m ago•0 comments

Gaza Rafah border crossing to stay closed 'until further notice', says Israel

https://www.theguardian.com/world/2025/oct/18/rafah-border-crossing-to-stay-closed-until-further-...
7•NomDePlum•1h ago•4 comments

Rust is not about memory safety

https://o-santi.github.io/blog/rust-is-not-about-memory-safety/
1•vacuity•1h ago•1 comments

The Rye Language

https://ryelang.org/
3•harel•1h ago•0 comments

Replanting Articles: Bring Legacy Posts to Your Website

https://cybercultural.com/p/replanting/
1•herbertl•1h ago•0 comments

Banned from Twitter

2•VladShumov•1h ago•2 comments

Will AI make studio photoshoots obsolete in fashion?

https://www.wearview.co
1•lawmike•1h ago•1 comments

Spam in Spotify Podcasts

https://community.spotify.com/t5/Other-Podcasts-Partners-etc/Malicious-links-spam-in-podcast-desc...
3•cobzilla•1h ago•0 comments

Close to the Bone: Why the Servitor Runs on Server Side Includes

https://theservitor.com/close-to-the-bone-why-the-servitor-runs-on-server-side-includes/
1•TheServitor•1h ago•0 comments
Open in hackernews

Ask HN: Is a POSIX like interface for cloud infra a bad idea?

1•Asymi•2h ago
As the title says, when humans think about infra, say in a systems design interview, we think high level in terms of components and data flow - not in any particular language (Terraform, CloudFormation) and not in any particular cloud (AWS/GCP/Azure).

I want to be able to declare cloud agnostic infra in some universal language, specify my functional and non functional requirements and push a button to deploy to any cloud.

There would be some intermediate representation of infrastructure and it would then up to us to implement for each cloud. We'd need to maintain a mapping from our language and the clouds in such a way that we can reproduce the infra we need in any cloud from the standard.

We'd need to stay on top of changing cloud APIs and we'd version our language, say a monthly release or something. The focus would be less on how does the user configure X DB, Y message queue, and Z compute - and more the user tells us that X, Y, Z should satisfy some NFRs and be connected in some way. Then we'd just create the infra for them.

I know this sounds a lot like Terraform, but I use that on the daily and have seen first hand how hard it is to go from one cloud to another. I'm aware cloud providers don't have an incentive to be interoperable and did some brief research on the topic. Seems like this has been tried before and hasn't really taken off - why is that? Just too hard? Cloud providers won't let you?

Is it a tarpit idea? Please let me know!

Comments

bigyabai•2h ago
> I want to be able to declare cloud agnostic infra in some universal language, specify my functional and non functional requirements and push a button to deploy to any cloud.

Basically what NixOS is in my experience, where "cloud" is "NixOS machine" in this instance.

jonahbenton•1h ago
The answer is probably a high level LLM supported agentic spec driven development workflow. A low level version of this can kind of be accomplished interactively with the cloud specific MCPs- noting that each major infra component has its own MCP exposing the complete API surface of that component. The prompts that could drive component interrogation (to get current state, which would no longer live in a TF state file in S3) and then would drive updates and changes would themselves need to be generated, hence the higher level agentic function. Driving the agentic prompt gen would be a spec driven workflow. You would maintain the natural language spec and would conversationally arrive at spec updates that would lead to proposed infra changes for approval.