frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Britain is one of the richest countries. So why do children live in poverty?

https://www.cnn.com/2025/11/24/uk/britain-child-poverty-intl-scli
1•rawgabbit•26s ago•0 comments

Show HN: Sphere-Base-One– A Python Kernel for Integer-Based Physics Optimization

https://github.com/universal-steward/hahn-optimization-core
1•zakthehahn•37s ago•0 comments

A New Raspberry Pi Imager

https://www.raspberrypi.com/news/a-new-raspberry-pi-imager/
1•raus22•1m ago•0 comments

Redis vs. Valkey: Performance and Comparison [video]

https://www.youtube.com/watch?v=wWTjxLcMVsg
1•enz•1m ago•0 comments

Modelling Agent Systems with Erlang (2004) [pdf]

https://erlang.org/workshop/2004/carlosvarela.pdf
2•todsacerdoti•1m ago•0 comments

Six-year-old shows mass bending light

https://youtu.be/1Kj5vsIZy8M?si=u68lLs-zuQZHhJp7
1•VirgilH2Oss•2m ago•0 comments

Pb_manager: PocketBase Instance Manager

https://github.com/ssakone/pb_manager
1•thunderbong•3m ago•0 comments

Reforming trade policy boosted firm productivity in China

https://voxdev.org/topic/trade/learning-trading-how-reforming-trade-policy-boosted-firm-productiv...
1•alphabetatango•4m ago•0 comments

I got tired of React bloat, so I wrote 350 LOC lib to never touch it again

https://github.com/MatthiasKainer/pfusch
2•mat_the_k•5m ago•1 comments

Why Early Tokens Matter, and How Tree-of-Thoughts Tries to Fix It

https://bindlegal.com/blog/why-early-tokens-matter/
1•tatumakseliii•6m ago•0 comments

Internet Society: The Internet Is for Everyone

https://www.internetsociety.org/
2•eustoria•6m ago•0 comments

AI and the Ironies of Automation

https://www.ufried.com/blog/ironies_of_ai_1/
1•BinaryIgor•7m ago•0 comments

I scraped early Solana token lifecycles into a structured dataset (140 charts)

https://huggingface.co/datasets/masonmarker/memecoins-chart-data-low-mc/settings
1•masonmarker•8m ago•1 comments

Show HN: I built a tool to spot viral gaming trends

https://viditrend.com/
1•flabberghasted•9m ago•0 comments

The API Key Is Dead: A Blueprint for Agent Identity in the Age of MCP

https://kontext.dev/blog/oauth-for-mcp-agents
3•rmac•10m ago•0 comments

VAC Memory System – SOTA RAG (80.1% LoCoMo) Built by a Handymen Using Claude CLI

https://github.com/vac-architector/VAC-Memory-System
1•VAC-AGI•10m ago•1 comments

AI MCP for Product Designers – Make your design system machine-readable

https://www.nikitisza.com/writing/mcp-for-product-designers
2•szines•11m ago•0 comments

Typing Speed Does Matter

https://emnudge.dev/blog/your-typing-speed-does-matter/
2•speckx•12m ago•0 comments

Using Vibration to Deice Aircraft Wings

https://www.fraunhofer.de/en/press/research-news/2025/november-2025/using-vibration-to-deice-airc...
2•PaulHoule•13m ago•0 comments

The French government threatens GrapheneOS to provide a backdoor or be arrested

https://grapheneos.social/@watchfulcitizen@goingdark.social/115605398547420414
4•nabakin•13m ago•1 comments

American Solar Challenge and Formula Sun Grand Prix

https://www.americansolarchallenge.org/
1•lostmsu•15m ago•0 comments

Beyond cookies: browser fingerprinting in 2025

https://pitg.gitlab.io/news/techdive/2025/08/15/browser-fingerprinting.html
2•eustoria•16m ago•0 comments

Ask HN: We Need Help with Our Anomaly Detection Algorithm

3•nathannaveen•18m ago•2 comments

Memgraph MCP and Claude Desktop: Analyzing Test Banking Data for Mule Accounts

https://andrewbaker.ninja/2025/11/24/macos-getting-started-with-memgraph-memgraph-mcp-and-claude-...
1•taubek•18m ago•0 comments

Jony Ive and Sam Altman say they finally have an AI hardware prototype

https://www.theverge.com/news/827607/openai-hardware-prototype-chatgpt-jony-ive-sam-altman
1•bookofjoe•20m ago•1 comments

Show HN: I made your coding agent 55% faster at front end

https://www.react-grab.com/blog/intro
2•aidenyb•21m ago•0 comments

Zero [video]

https://youtu.be/ls71QtnZctA?t=2m49s
1•layer8•23m ago•1 comments

Show HN: Personalized Slack and Teams Alerts

https://chirpy.pro
1•daniel_nimbus•24m ago•0 comments

Is current AI architecture broken? Jagged intelligence suggests it may be

https://old.reddit.com/r/singularity/comments/1p5khov/llion_jones_coinventor_of_the_transformers/
1•jaggs•25m ago•1 comments

Gist of Go: Concurrency Testing

https://antonz.org/go-concurrency/testing/
1•ibobev•26m 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•6mo ago

Comments

dtagames•6mo 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.