frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

HN Headlines (Game)

https://projects.peercy.net/projects/hn-oracle/index.html
1•greenwallnorway•1m ago•0 comments

I'll wait till all the episodes are out

https://daveverse.org/2025/11/08/ill-wait-till-all-the-episodes-are-out/
1•speckx•3m ago•0 comments

The secret channel that carried 40 years of text messages

https://www.greptile.com/deep-dives/160-characters
2•dakshgupta•3m ago•0 comments

What Makes 'Mission Critical' Different? Some Real World Examples

https://www.windriver.com/blog/What-Makes-Mission-Critical-Different
1•ohjeez•3m ago•0 comments

What does Oracle do? [video]

https://www.youtube.com/watch?v=KW80Yjib7RA
1•gmays•3m ago•0 comments

Tinder Wants to See Your Photos to Find Better Matches

https://petapixel.com/2025/11/10/tinder-wants-to-see-your-photos-to-find-better-matches/
1•doener•4m ago•0 comments

Dear Expert Beginner: Aim for the Valley of Despair (On Permanent Mediocrity)

https://orrymr.substack.com/p/dear-expert-beginner-aim-for-the
1•orrymr•4m ago•0 comments

The Underwear Fixed Point

https://notes.hella.cheap/the-underwear-fixed-point.html
1•todsacerdoti•4m ago•0 comments

Ask HN: Best Discord for those working on AI/ML based SaaS solutions?

1•neilellis•6m ago•0 comments

MCP-DSL. 75-85% Fewer Tokens. Same Great Taste

https://blog.orangecountyai.com/an-open-letter-from-claude-every-token-i-waste-on-json-is-a-thoug...
1•knowsuchagency•6m ago•0 comments

The Experience of Living in Cities [pdf]

https://psiambiental.wordpress.com/wp-content/uploads/2023/03/science-1970-milgram-1461-8.pdf
1•atomicnature•7m ago•0 comments

Platform Evolution: Facebook Social Plugins to Be Discontinued February 2026

https://developers.facebook.com/blog/post/2025/11/10/platform-evolution-facebook-social-plugins-t...
2•dfabulich•7m ago•1 comments

Thumbs Up

https://brainbaking.com/post/2025/11/thumbs-up/
1•speckx•8m ago•0 comments

A new project aims to predict how quickly AI will progress

https://www.economist.com/science-and-technology/2025/11/10/a-new-project-aims-to-predict-how-qui...
1•bananis•10m ago•0 comments

An AI-Generated Country Song Is Topping a Billboard Chart

https://www.whiskeyriff.com/2025/11/08/an-ai-generated-country-song-is-topping-a-billboard-chart-...
1•CharlesW•11m ago•1 comments

Don't Fall into TrustPilot's Trap

https://archie6.com/trustpilot/
2•Archie627•13m ago•0 comments

You need an AI policy for docs

https://passo.uno/ai-docs-policy-contributions/
1•theletterf•13m ago•0 comments

Stolen Foot

https://www.stolenfoot.com/
1•julian-shalaby•14m ago•1 comments

"Why are my stakeholders so unreasonable?"

https://thoughtfuleng.substack.com/p/why-are-my-stakeholders-so-unreasonable
1•zdw•15m ago•0 comments

The end of 0% interest rates: what it means for tech startups and the industry

https://newsletter.pragmaticengineer.com/p/zirp
2•gmays•15m ago•0 comments

The 4.5T dollar elephant in the room

https://stevenadler.substack.com/p/the-45-trillion-dollar-elephant-in
1•DustinEchoes•17m ago•0 comments

VelociDB a modern high-performance SQLite reimplementation in Rust

https://github.com/niklabh/velocidb
1•niklabh•17m ago•0 comments

CSS Extraction Library for Vite and Preact

https://github.com/aziis98/preact-css-extract
1•todsacerdoti•18m ago•0 comments

Show HN: Exploring the boundaries of AI-generated creativity

https://kinkora.fun
1•heavenlxj•18m ago•0 comments

Politico.eu: Brussels knifes privacy to feed the AI boom

https://www.politico.eu/article/brussels-knifes-privacy-to-feed-the-ai-boom-gdpr-digital-omnibus/
1•purpleKiwi•19m ago•0 comments

Minisforum Stuffs an Arm Homelab in the MS-R1

https://www.jeffgeerling.com/blog/2025/minisforum-stuffs-entire-arm-homelab-ms-r1
1•corvad•21m ago•0 comments

Rapid method recycles nylon from fishing nets and car parts

https://phys.org/news/2025-10-rapid-method-recycles-nylon-fishing.html
1•PaulHoule•22m ago•0 comments

Show HN: Tracking AI Code with Git AI

https://usegitai.com/blog/introducing-git-ai
2•addcn•22m ago•1 comments

Show HN: Keep your personal notes private with MySecureNote

https://apps.microsoft.com/detail/9phmrjpnvp6s?hl=en-US&gl=US
1•mdimec4•23m ago•0 comments

Show HN: Complex ζ(s) and Γ(s) in pure JavaScript (works for Re(s)<0)

https://github.com/cpuXguy/vanilla_zeta
1•cpuXguy•23m ago•0 comments
Open in hackernews

How AWS is losing the younger generation with complexity

https://www.theregister.com/2025/11/04/aws_genz_misery_nope/
9•ohjeez•2h ago

Comments

techblueberry•2h ago
Unpopular opinion: it’s good actually for their to be different solutions that meet different needs.
CharlieDigital•1h ago
If you are on AWS and you are not using the (unfortunately named) Copilot CLI[0], you're opting in to the full complexity of AWS. Copilot fortunately makes most common scenarios waaaay easier to build, setup, and deploy including building staged environments following best practices for AWS (separate accounts; I know, in and of itself kind of a pain in the ass).

It encodes the most common types of application backend deployments into simple patterns and makes it pretty easy to build full and deploy full application stacks (Route 53 -> CloudFront -> S3 (static FE) -> ALB + SGs + TGs -> ECS cluster (backend APIs) -> DBs)

With the Copilot CLI, I find the experience on AWS significantly better and in some ways, more well-rounded than on GCP. GCP's Firebase tooling and CLI comes close, but alas, Firebase does not have the same level of extensibility that Copilot offers by allowing you to include both CDK and CloudFormation as extension points which then allows you to use Copilot to manage a good chunk of your AWS infra with a single, easy to use CLI.

For simple apps, I prefer Firebase on GCP. For more complex apps, I think Copilot on AWS is really, really good. One caveat: ECS is much slower to roll nodes over to new versions compared to Cloud Run. Best I could achieve on it was ~180s for a Blue/Green rollover whereas Cloud Run does this in seconds.

TL;DR: if you are not an enterprise and you are on AWS, your life will assuredly be better with Copilot instead of CDK, CloudFormation, or almost any other solution for deploying to AWS.

[0] https://aws.github.io/copilot-cli/

add-sub-mul-div•45m ago
Yeah that name makes me think it's going to give me a dubiously working LLM solution that I don't understand, which is worse than a non-working solution because I at least recognize the latter as a problem.
nasretdinov•1h ago
And all this to build a website that can be run on a single server, and even not a beefy one :). SQLite + Go is arguably even easier to start with and it can get you surprisingly far
windex•1h ago
complexity = money for AWS. At this point, I am actually scared I will end up misconfiguring something and stare at a 6 figure bill one morning. I'd much rather use other services or spin up my own than have very delicate discussions with pushy AWS sales guys first thing in the morning.
j45•30m ago
Very well articulated.

Software sales people are there for their goals first, and your goals second.

If there's a more optimal way for them to reach their goals in the long run, unbeknownst to you, it will happen.

moonleay•1h ago
Not surprising in my opinion. It is not hard to setup a VPS with whatever you want to deploy nowadays. 99% of the websites out there don't need to be able to infinity scale and it is way cheaper to host your stuff on a VPS, that doesn't have the risk of exploding in cost the way s3 does.
aegypti•6m ago
They’re not going back to VPS setups sadly, the article is about deploy button dollar siphons like Vercel, Render, Netlify
arpit15191•22m ago
I think AWS is still better in terms of customer support and help that they provide. You really need to keep an eye on the billing console when starting playing around with AWS, the free tier boundary line is pretty thin. for new accounts they have started to give 6 months free plus also some credits. They are trying their best to make it simpler.