frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Origin stories: idioms using 'walk'

https://www.suzannearnold.com/blog/origin-stories-idioms-using-walk
1•DanielVZ•2m ago•0 comments

Intelligent Interaction Techniques

https://arxiv.org/abs/2609.16295
1•azhenley•2m ago•0 comments

Cisco Email Gateway SQL Injection Yields Unauthenticated Root (CVSS 9.8)

https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-esa-inj-2b...
1•iamsyr•4m ago•0 comments

The Configuration Complexity Clock

http://mikehadlow.blogspot.com/2012/05/configuration-complexity-clock.html
1•sssilver•4m ago•0 comments

Build domain-specific harness and long-horizon agents with OS Python framework

https://github.com/cayu-dev/cayu
3•zamir_akimbekov•5m ago•0 comments

I Wanted to Stay in Canada So I Learned French

https://macleans.ca/longforms/i-wanted-to-stay-in-canada-so-i-learned-french/
1•cvhc•10m ago•0 comments

Occamy-1.0: Open Pareto-frontier 35B intelligence for co-work

https://arxiv.org/abs/2609.11977
1•donk8r•19m ago•0 comments

Anthropic Has Some Alignment Problems

https://thezvi.substack.com/p/anthropic-has-some-alignment-problems
2•gmays•19m ago•0 comments

Anthropic CEO renews call for AI slowdown as Nvidia's urges acceleration

https://www.theguardian.com/technology/2026/sep/15/anthropic-nvidia-ceos-ai
2•andsoitis•20m ago•0 comments

Important Notice on CoinEx's Orderly Cessation of Operations

https://www.coinex.com/en/announcements/detail/53539656293908
1•Bluestein•23m ago•0 comments

Ex150-17: The Unbearable Lightness of Being

https://www.exfatloss.com/p/ex150-17-the-unbearable-lightness
1•paulpauper•24m ago•0 comments

The Bad Guy with an AI Named Claude

https://thezvi.substack.com/p/the-bad-guy-with-an-ai-named-claude
1•paulpauper•24m ago•0 comments

Any markets strategies for B2B companies, how to approach them

1•Vineetyadav2•27m ago•0 comments

Vercel Labs

https://vercel.com/labs
1•MehrdadKhnzd•27m ago•0 comments

Stop Using Encrypted Email

https://www.latacora.com/blog/2020/02/19/stop-using-encrypted-email/
2•paulpauper•28m ago•1 comments

Isaac Asimov Asks, "How Do People Get New Ideas?"

https://www.technologyreview.com/2014/10/20/169899/isaac-asimov-asks-how-do-people-get-new-ideas/
2•maxall4•28m ago•0 comments

Is There Alien Debris on the Moon? Some Scientists Plan to Find Out

https://www.nytimes.com/2026/09/05/science/space/is-there-alien-debris-on-the-moon-some-scientist...
1•reaperducer•32m ago•0 comments

Paying for frontier AI models buys 4-month head start at 5x the cost

https://arstechnica.com/ai/2026/09/exclusive-open-chinese-models-close-gap-with-silicon-valleys-f...
2•torrance•38m ago•1 comments

Show HN: Respawn – content-addressed filesystem snapshots and undo (Rust)

https://github.com/savageAZfck/respawn
1•savag3AZfckk•39m ago•0 comments

Squeeze every token from your mid-tier subs

https://github.com/0gsd/sidepeace
1•0gs•40m ago•1 comments

Show HN: Ukodus – A Sudoku galaxy where every solve becomes a star (Rust/WASM)

https://ukodus.now/
1•kcirtapfrmspc•43m ago•0 comments

Show HN: Circle Crop Image – A lightweight, privacy-first circle cropper

https://circlecropimage.dev
1•steve200512•45m ago•0 comments

Anthropic 25x CI in six months

https://claude.com/blog/agentic-coding-is-straining-ci-heres-how-we-scaled-test-impact-analysis-a...
1•juanfatas•47m ago•0 comments

The Books We Read Too Late–and That You Should Read Now

https://www.theatlantic.com/books/archive/2022/09/books-younger-selves-recommendations/671601/
1•the-mitr•48m ago•0 comments

Negativland, Culture Jamming, and the Art of Making Something New

https://blog.archive.org/2026/09/11/negativland-culture-jamming-and-the-art-of-making-something-new/
18•bananaboy•54m ago•6 comments

Show HN: SeaSearch – Lightweight, S3-backed multi-tenant search engine

https://github.com/seacloud-lab/seasearch
2•Daniel-Pan•54m ago•2 comments

Small Tech: The Need for Principle-Driven Software

https://cdox.studio/small-tech
7•jethronethro•56m ago•0 comments

Every US Electrical Outlet Explained

https://practical.engineering/blog/2026/9/15/every-us-electrical-outlet-explained
1•vismit2000•58m ago•0 comments

American Incomes Hit Record Last Year as Women Gained Ground

https://www.wsj.com/economy/consumers/american-incomes-hit-record-last-year-as-women-gained-groun...
1•kaycebasques•59m ago•0 comments

HashNotch – Available NOW for Mac OS 27 at its most stable release

https://github.com/Hash-7777/HashNotch/releases/tag/v1.5.0
2•New_Hash•1h 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.