frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Startup idea validator – Get brutal verdict

https://dontbuild.com
1•hackerbo•26s ago•0 comments

Show HN: Learning tips for Claude Code's thinking spinner

https://github.com/dongsheng123132/claude-code-spinner-tips
1•17vibe•57s ago•0 comments

Stupid Question

https://sekor.eu.org/techlog/stupid-question/
1•modinfo•2m ago•0 comments

A Fighting Retreat

https://antithesis.com/blog/2026/carcinization/
1•wwilson•4m ago•0 comments

Better-CLI: A Skill that teaches agents best practices for improving CLIs

https://github.com/yogin16/better-cli
1•yogin16•5m ago•1 comments

Show HN: Emojit – build integers from emojis in Python

https://github.com/idmitrievsky/emojit
1•idmitrievsky•6m ago•0 comments

Show HN: Synapse – structurally honest reasoning VM (spec) – the missing layer

https://github.com/nienso/synapse
1•lfmuc•7m ago•0 comments

Supporting the Npmx Alpha Launch

https://atproto.com/blog/npmx-alpha-launch
1•doener•7m ago•0 comments

20ms Bootup Time Lamda (question, not crappy ad)

1•uncover-f•9m ago•0 comments

Show HN: learnchess.ai – Local-first chess coaching app with AI

https://learnchess.ai
1•nikolasburk•10m ago•0 comments

Is an AI Model Software? – A Low-Level Technical View

https://bensantora-com.pages.dev/posts/is-an-ai-model-software/
1•truelinux1•12m ago•1 comments

JIBLM – Journal of Inquiry-Based Learning in Mathematics

https://jiblm.org/guides/index.php?category=jiblmjournal
1•o4c•13m ago•0 comments

FreeBSD 15.1 on Track with Better Realtek WiFi and KDE Desktop Install Option

https://www.phoronix.com/news/FreeBSD-15.1-Realtek-KDE-Wins
1•doener•14m ago•0 comments

A curated list of papers on LLMs reasoning failures

https://github.com/Peiyang-Song/Awesome-LLM-Reasoning-Failures
1•itherseed•15m ago•0 comments

Unpacking the deceptively simple science of tokenomics

https://www.theregister.com/2026/03/07/ai_inference_economics/
2•samizdis•17m ago•0 comments

The Tocharian *klewos: nom-klyu

https://old.reddit.com/r/IndoEuropean/comments/geyjva/the_tocharian_klewos_nomklyu/
1•joebig•18m ago•1 comments

LeadsFromURL – AI finds buyer-intent conversations on Reddit from your URL

https://leadsfromurl.com
1•lolzenom•21m ago•1 comments

lsgit: List Git Repositories

https://github.com/itinance/lsgit
1•mpweiher•24m ago•0 comments

What it's like being an airline pilot when missiles start crossing flight path

https://www.theguardian.com/world/2026/mar/06/divert-turn-back-or-fly-around-what-its-like-to-be-...
1•bookofjoe•26m ago•1 comments

Show HN: Zmod codemod toolkit, 8x faster

https://github.com/NaamuKim/zmod
2•oss-luke•28m ago•0 comments

Linux 7.0 File-System Benchmarks

https://www.phoronix.com/review/linux-70-filesystems
2•wasting_time•29m ago•0 comments

IMs Come, IMs Go

https://mov.im/blog/debacle/76bf90a4-5f59-4962-92db-6cd859f42ec9
1•upofadown•33m ago•0 comments

Show HN: iQWEB – a diagnostic engine for website performance issues

https://iqweb.ai
1•david_iqlabs•34m ago•1 comments

I built 225 programmatic SEO pages – Google indexed 18%

https://arnjen.com/blog/programmatic-seo-225-pages-google-indexed-18-percent
1•Arnjen•36m ago•2 comments

AI Copyright Truth

https://faircoding.com/ai/
1•dryark•37m ago•0 comments

Show HN: I couldn't scale my YouTube channels, so I built Shortgram

https://shortgram.com/
1•mister_tars•38m ago•1 comments

Attention Should Cost a Penny

https://www.sebs.website/why-attention-should-cost-a-penny
2•Incerto•38m ago•1 comments

CloakShare – Open-source DocSend alternative with video streaming (MIT)

https://github.com/cloakshare/cloakshare
1•GrimLabs•38m ago•1 comments

Ask HN: Which third-party Mac apps feel indistinguishable from Apple apps?

2•fahadbuilds•38m ago•1 comments

AI Liability Insurance Arrives

https://cacm.acm.org/news/ai-liability-insurance-arrives/
1•sohkamyung•39m ago•0 comments
Open in hackernews

The power of spread and rest patterns in JavaScript

https://allthingssmitty.com/2025/05/05/the-power-of-spread-and-rest-patterns-in-javascript.md/
2•AllThingsSmitty•10mo ago

Comments

dtagames•10mo ago
This syntax does look strange the first time you encounter it, especially since the same syntax is used for two very different things. But once I adopted this religion, every other way of working with array or object values (combining, cutting, rearranging, copying, etc.) seems like an anti-pattern. These operators turn complex iterative testing and copying operations into simple declarative values.