frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

NanaZip: The 7-Zip derivative intended for the modern Windows experience

https://github.com/M2Team/NanaZip
1•aniviacat•17s ago•0 comments

Omarchy: Alibaba as a Founding Corporate Patron for the Omacom Foundation

https://twitter.com/dhh/status/2102366320369016915
1•tosh•43s ago•0 comments

This app turns off the MacBook display when it connects to an external monitor

https://manualdousuario.net/en/one-display-turns-off-macbook-display/
1•rpgbr•1m ago•0 comments

Show HN: Nimblegate – Git push guardrails for AI agents

https://github.com/nimblegate/nimblegate
1•nimblegate•2m ago•0 comments

Building AI MVPs: Testing Demand, Model Quality, and Cost

https://geekyants.com/service/mvp-development-service
1•Harish_0089•2m ago•0 comments

Alibaba Cloud Joins Omarchy as a Founding Corporate Patron with $3M

https://omarchy.org/news/2026/09/alibaba-cloud-joins-as-founding-corporate-patron/
3•tommica•2m ago•0 comments

Agents That Edit Documents: Measuring Agentic PDF Forgery Against a Non-Agentic

https://arxiv.org/abs/2609.23953
1•sbulaev•3m ago•0 comments

Will Open Source Survive the Agents That Replaced It?

https://albertoarena.it/posts/will-open-source-survive-the-agents-that-replaced-it/
2•albertoarena•5m ago•0 comments

CleanShot's Bulldozed Settings

https://unsung.aresluna.org/cleanshots-bulldozed-settings/
1•haeseong•6m ago•0 comments

The Agenda Behind the AI Panic

https://www.wsj.com/opinion/the-hidden-agenda-behind-the-ai-panic-19ef191f
2•Bostonian•6m ago•1 comments

Working for a just world, where conflict is resolved without the use of force

https://caat.org.uk/
1•Bluestein•8m ago•0 comments

Open-source "PostHog" for AI visibility

https://github.com/Canonry/canonry
1•arberx•9m ago•1 comments

Show HN: Owl24.dev – Hand a production error to your coding agent, get a PR back

https://owl24.dev
1•owl24dev•10m ago•0 comments

The mystery animal on an ancient god's head

https://signoregalilei.com/2026/09/13/the-mystery-animal-on-an-ancient-gods-head/
1•surprisetalk•10m ago•0 comments

Automating Wi-Fi setup testing on the ESP32

https://groundrun.io/blog/automating-wi-fi-setup-testing-on-the-esp32/
1•adunk•10m ago•0 comments

Show HN: Roblox wiki for 100 Days At Sea that only lists confirmed codes

https://www.100daysatsea.com
1•leiships•13m ago•0 comments

About Spurious Correlations

https://tylervigen.com/about-spurious-correlations
1•quijoteuniv•15m ago•0 comments

Véhicules utilitaires électriques et diesel performants

https://www.maxusmotors.fr/
1•davidbarefdg•15m ago•0 comments

The Life of Death and the Enshittificator (Norwegian Consumer Council) [video]

https://www.youtube.com/watch?v=d6SPV4GZp-U
2•rekl•16m ago•0 comments

Compositor – The Photoshop alternative for Mac

https://robbietilton.com/compositor
2•tobr•17m ago•0 comments

Memorisation versus Generalisation for AI and for Us

https://wilsoniumite.com/2026/09/21/a-thing-we-may-be-able-to-learn-from-ai/
1•Wilsoniumite•18m ago•0 comments

A dataset hub for LLM serving research

https://data.freeinference.org/
1•Anon84•20m ago•0 comments

MCP was always a bad idea?

https://simonwillison.net/2026/Sep/20/hn-49779718/
1•hnp9j9qtda•22m ago•1 comments

Ask HN: Business Logic in the Database?

2•boxesnlines•22m ago•0 comments

EU Transformative AI Strategy

https://transformative-ai.eu/
1•cc62cf4a4f20•23m ago•0 comments

Simurg – Kills LLM hallucinations mid-stream, with free web search built in

https://huggingface.co/MergenAI/SIMURG
1•lebagetdefrance•23m ago•0 comments

Show HN: Matcha – fresh job postings pulled directly from company career pages

https://matchajobs.co/
1•jpercy•26m ago•1 comments

The backend that ran every game we made, ten years and counting

https://www.m2h.nl/writing/the-toolkit-behind-ten-years-of-games/
1•MikeHer•28m ago•0 comments

Named and optional function arguments might be awesome in Rust

https://botahamec.dev/named-optional-args
1•fanf2•28m ago•0 comments

Built a Memory-Test Game Inspired by the Chimp Test

https://puzznest.com/memory-test
1•puzznest•30m 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•1y ago

Comments

dtagames•1y 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.