frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Lindenmayer Systems

https://www.4rknova.com//blog/2018/11/14/lindenmayer-systems
1•ibobev•22s ago•0 comments

We need to start doing web blocking for non-technical reasons

https://utcc.utoronto.ca/~cks/space/blog/web/WeShouldBlockForSocialReasons
1•thewebguyd•30s ago•0 comments

Servo 0.0.1 Browser Engine Released

https://www.phoronix.com/news/Servo-0.0.1-Released
1•rbanffy•1m ago•0 comments

When It Rains Planning for AWS/Cloud Outages

https://eric.mann.blog/when-it-rains/
1•eamann•1m ago•0 comments

I'm a principal engineer at Microsoft. I barely program anymore

https://payne.io/posts/historical-artifact/
1•payneio•2m ago•0 comments

A Man Keeping 'The Lost Art' of Neon Glowing [video]

https://www.youtube.com/watch?v=SSNfDodj674
1•toomuchtodo•2m ago•0 comments

Production RAG: what I learned from processing 5M+ documents

https://blog.abdellatif.io/production-rag-processing-5m-documents
2•tifa2up•3m ago•0 comments

Codex Service Container Helper

https://github.com/DeepBlueDynamics/codex-container
1•kordlessagain•4m ago•0 comments

Context Management for Security Log Data

https://cotool.ai/blog/context-management
3•logancarmody•4m ago•0 comments

Trailer manufacturer Wabash's nuclear verdict lawsuit settled

https://www.freightwaves.com/news/trailer-manufacturer-wabashs-nuclear-verdict-lawsuit-settled
1•crescit_eundo•5m ago•0 comments

Medium Outage

https://status.medium.com
1•skogstokig•5m ago•0 comments

Maximizers vs. Focusers

https://cutlefish.substack.com/p/tbm-383-maximizers-vs-focusers
1•pgwhalen•8m ago•0 comments

'Phased Out'–Google Confirms Bad News for All 3B Chrome Users

https://www.forbes.com/sites/zakdoffman/2025/10/19/phased-out-google-confirms-bad-news-for-all-3-...
2•RupertWiser•9m ago•0 comments

Elites seek to retain their power: Lampedusa's The Leopard skewered super-rich

https://www.bbc.com/culture/article/20250304-the-leopard-the-1958-italian-novel-that-skewered-the...
2•walterbell•9m ago•0 comments

Amazon's AWS struggles to recover after major outage disrupts apps, services

https://www.reuters.com/business/retail-consumer/amazons-cloud-unit-reports-outage-several-websit...
3•fatihkocnet•11m ago•0 comments

Ask HN: Why is LinkedIn's job search so bad?

1•dcminter•11m ago•1 comments

Claude Skills Considered Harmful

https://sibylline.dev/articles/2025-10-20-claude-skills-considered-harmful/
3•CuriouslyC•12m ago•0 comments

Hitlerism, Trumpism, Netanyahuism, Le M, Macronism

https://emmanueltodd.substack.com/p/hitlerism-trumpism-netanyahuism-le
2•hackandthink•12m ago•0 comments

Bubble, Bubble, Toil and Trouble

https://thezvi.substack.com/p/bubble-bubble-toil-and-trouble
1•ctoth•13m ago•0 comments

Spreadsheets: The Second Best Tool for the Job

https://yakirhavin.com/blog/spreadsheets-the-second-best-tool-for-the-job/
1•yhavin•13m ago•0 comments

Postman which I thought worked locally on my computer, is down

https://status.postman.com
4•helloguillecl•18m ago•3 comments

A timetree of Fungi dated with fossils and horizontal gene transfers

https://www.nature.com/articles/s41559-025-02851-z
1•PaulHoule•19m ago•0 comments

Can AI Avoid the Enshittification Trap?

https://www.wired.com/story/can-ai-escape-enshittification-trap/
2•CharlesW•25m ago•0 comments

Show HN: JIT compilation of NES ROMs / 6502 programs to .NET MSIL

https://github.com/KallDrexx/Dotnet6502
1•KallDrexx•26m ago•0 comments

Birchdocs, my personal docs site

https://birchdocs.tokyo
2•LinguaBrowse•26m ago•2 comments

Amazon outage takes down Venmo, Ring, Reddit and much of the internet

https://www.techradar.com/news/live/amazon-web-services-alexa-ring-snapchat-fortnite-down-october...
6•CharlesW•27m ago•0 comments

TSMC's dilemma, OpenAI or Oracle, prediction on ambient computing

https://myriadperspectives.com/p/openais-road-to-become-a-hyperscaler
2•leecmjohnny•28m ago•0 comments

Why and how I rewrote these Obsidian plugins

https://johnwhiles.com/posts/obsidian-plugins
3•jwhiles•29m ago•0 comments

OpenAI is losing about three times more money than it's earning

https://www.theregister.com/2025/10/15/openais_chatgpt_popular_few_pay/
6•hansmayer•29m ago•3 comments

Show HN: Spark Slider – Lightweight React Carousel (12KB, TypeScript)

https://github.com/AshBuk/framer-motion-spark-slider
1•AshBuk•29m ago•1 comments
Open in hackernews

Rethinking Async Loops in JavaScript

https://allthingssmitty.com/2025/10/20/rethinking-async-loops-in-javascript/
12•AllThingsSmitty•2h ago

Comments

Etheryte•1h ago
I mean... that's literally what these functions are for? Yes, `Promise.all()` fails on any one failure, that's the whole point. This feels a lot like an LLM just rehashed MDN.
zarzavat•1h ago
TFA is definitely slop.
geysersam•1h ago
Looking at the submissions from the same site: https://news.ycombinator.com/from?site=allthingssmitty.com

exactly one submission every two weeks, either a very disciplined writer or some sort of automation.

pkilgore•1h ago
Helpful for beginners but not entirely clear what this is rethinking! These are widely known promise fundamentals since all settled became widely available in 2019ish and omits for ... await loops despite that being THE async loop primative (and what I thought this would be about reading the title).
Kayou•1h ago
If you're going to use a lib like pLimit to limit the concurrency of a map, just use pMap which accepts an argument to limit the concurrency and makes it more readable and straightforward

https://github.com/sindresorhus/p-map?tab=readme-ov-file#usa...