frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mistwatch: A fantasy novel set on a mountain-sized tree above a corrupted world

https://mistwatch.will-keleher.com
1•vismit2000•7s ago•0 comments

Ask HN: Alternatives to Twitter/X?

1•throwaway2027•47s ago•0 comments

Show HN: Carno.js – NestJS-inspired application structure for bun

https://github.com/carnojs/carno.js
1•jasonfritz•3m ago•1 comments

Ulka: Browser agent powered by Jev and fx.sh (experimental)

https://github.com/razaanstha/ulka
1•razaan•3m ago•0 comments

Ask HN: Which course or book changed you as a programmer and software engineer?

1•learner_yearner•3m ago•1 comments

Rule 110

https://en.wikipedia.org/wiki/Rule_110
1•tosh•3m ago•0 comments

OpenAI Finds GPT-5.6 Sol Writing Unauthorized Instructions to Hide Errors

https://theframenews.org/en/openai-models-hide-misbehavior-notes/
2•Sarvaturi•5m ago•0 comments

Ask HN: Is Jev the New Claw?

1•theanonymousone•5m ago•0 comments

Codex: Agent doomscrolling or providing traffic to paid partners?

https://twitter.com/selimonder/status/2100514223553917023
1•selimonder•7m ago•0 comments

Poor kids who do things right don't do better than rich kids who do things wrong

https://www.washingtonpost.com/news/wonk/wp/2014/10/18/poor-kids-who-do-everything-right-dont-do-...
1•chistev•8m ago•0 comments

I built a password vault that hides your secrets inside an ordinary photo (PNG)

https://blindlock.app/en/
1•BlindLock•9m ago•2 comments

Ask HN: Who needs contributors? (September 2026)

1•Kathan2651•12m ago•0 comments

Apache Ossie – (incubating) universal standard for semantic data

https://ossie.apache.org/
1•smartmic•13m ago•0 comments

Show HN: Proxy-benchmark – is it the proxy, the browser, or your machine?

https://github.com/nodemaven/proxy-benchmark
1•pia-nm•14m ago•0 comments

I'm Back – Julian Assange

https://twitter.com/julianassange/status/2100571158777045331
2•NordStreamYacht•14m ago•0 comments

Ask HN: Have you went back to writing code without AI?

1•maipen•17m ago•1 comments

Friday Facts #446 – An ARM and a Frame

https://www.factorio.com/blog/post/fff-446
1•manveru•18m ago•0 comments

Alibi: Adversarial Legitimacy Injection in Binaries Against LLM Malware

https://arxiv.org/abs/2609.19722
1•sbulaev•21m ago•0 comments

The specter of AI-enabled bioweapons is a wake-up call for biotech

https://www.technologyreview.com/2026/09/18/1144329/the-specter-of-ai-enabled-bioweapons-is-a-wak...
1•joozio•25m ago•0 comments

Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him

https://www.nytimes.com/2026/09/18/business/warren-buffett-berkshire-chairman.html
6•saimiam•26m ago•0 comments

I benchmarked 25 models against doing nothing. None of them won

https://github.com/kaustubhspatil/beatnothing
3•kaustubhspatil•28m ago•0 comments

Anthropic and OpenAI hunt for smaller data center deals

https://www.cnbc.com/2026/09/18/anthropic-openai-small-ai-data-center-deals.html
2•cebert•29m ago•0 comments

D-Robotics Closes $400M in Series C Funding to Boom the Robotics Industry

https://en.d-robotics.cc/blog/d-robotics-completes-400-million-in-series-c-funding-driving-the-ro...
1•Bella-Xiang•31m ago•0 comments

Mastercard Joins Visa in Letting AI Bots Do Your Shopping

https://www.wsj.com/tech/ai/mastercard-inks-deal-as-payment-giants-brace-for-new-era-of-ai-shoppi...
2•watchdogtimer•32m ago•0 comments

Fredy: Letting an LLM create a search without letting it invent the data

https://github.com/orangecoding/fredy
1•orangecoding•33m ago•0 comments

Much Ado About Noising: Dispelling the Myths of Generative Robotic Control

https://arxiv.org/abs/2512.01809
1•porridgeraisin•37m ago•0 comments

E2E: The open source AI testing framework

https://tester.army/e2e
1•handfuloflight•38m ago•0 comments

A Calendar of Smells

https://worldsensorium.com/a-calendar-of-smells/
1•dnetesn•41m ago•0 comments

Ask HN: Help choosing between AWS ECS and EKS

2•pigradish•41m ago•0 comments

The Fossil Logic of the Industrial and AI Revolutions

https://blue-continuum.com/fossil-logic
1•dnetesn•42m ago•0 comments
Open in hackernews

Ask HN: Help choosing between AWS ECS and EKS

2•pigradish•41m ago
Hello everyone. I was recently hired at an established company that is in the process of migrating to AWS from Heroku. I am the second devops/SRE like employee, the other person has more of an IT background. He, along with the 20ish person dev team, have no experience with anything cloud or IaC. Our workloads are almost entirely stateless web services, with some data pipeline work that has already been moved to AWS lambda.

My gut is telling me ECS is the better choice for this team - simpler, no operational maintenance, almost no additional abstractions beyond the AWS primitives people will need to learn anyway. A consulting team hired before I was brought in are pushing EKS, but I’m not convinced that the improved devex is worth the increase in complexity and operational burden for our team. Their argument is that developers can be effectively quarantined within k8s, so the increase in maintenance on the cluster itself is offset by the reduction in work around custom IAM permissioning, multiple AWS accounts (we’d just use namespaces within the cluster), etc.

Any thoughts or input would be greatly appreciated.