frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Europe 100 · 2026

https://headline.com/blog-latest/article-latest/ai-europe-100-2026
1•shadag•1m ago•0 comments

CISA warns admins to patch actively exploited SharePoint flaws

https://www.bleepingcomputer.com/news/security/cisa-warns-admins-to-patch-actively-exploited-shar...
1•Brajeshwar•1m ago•0 comments

Elon Musk Could Still Face Criminal Charges for Trying to Bribe Voters in WI

https://gizmodo.com/elon-musk-could-still-face-criminal-charges-for-trying-to-bribe-voters-in-wis...
1•rbanffy•2m ago•0 comments

Job queues are deceptively tricky

https://typesanitizer.com/blog/job-queues.html
1•birdculture•2m ago•0 comments

The Purge: How the White House Broke the NSC and How to Fix It – Lawfare

https://www.lawfaremedia.org/article/how-the-white-house-broke-the-nsc-and-how-to-fix-it
1•MaysonL•3m ago•0 comments

Show HN: Grepathy – Claude made a decision nobody approved

https://github.com/evansjp/grepathy
1•evansjp•3m ago•0 comments

Notes on the Fourier Transform

https://eli.thegreenplace.net/2026/notes-on-the-fourier-transform/
1•ibobev•5m ago•0 comments

Opportunity cost neglect (2009) [pdf]

https://bear.warrington.ufl.edu/brenner/mar7588/Papers/frederick-jcr-2009.pdf
1•mustaphah•5m ago•0 comments

We compiled our TypeScript parser to WASM

https://encore.dev/blog/typescript-parser-wasm
1•eandre•6m ago•0 comments

Show HN: Nable – Local-first cost intelligence tool for cloud and AI

https://github.com/getnable/finopsmcp
2•chaandannn•6m ago•0 comments

AI and the New Mechanical Turk

https://www.ft.com/content/acd0ef98-b462-4800-88b9-2c78c54f2559
1•1vuio0pswjnm7•7m ago•0 comments

Im building PixelKit: A Linux alternative for Microsoft Powertoys

https://github.com/Kuucheen/PixelKit
1•kuchen•7m ago•0 comments

How Technical Should an Engineering Manager Be?

https://newsletter.eng-leadership.com/p/how-technical-should-an-engineering-258
1•rbanffy•8m ago•0 comments

Mysteries of Telegram Data Centers

https://dev.moe/en/3025
1•theanonymousone•8m ago•0 comments

How We Made Atomic's VPAT a Build Artifact

https://www.coveo.com/blog/atomics-vpat-build-artifact/
1•ylakhdar•8m ago•0 comments

Mosaic Bridge, Unity Editor MCP with 90 research-paper algorithms

https://github.com/MosaicXR-AI/mosaic-bridge
1•soutari•10m ago•0 comments

Privacy Incidents – Real-world examples of why your photos need protection

https://snapsafe.org/incidents.html
1•Cider9986•11m ago•0 comments

Anthropic, Blackstone bet the next trillion-dollar AI business is implementation

https://techcrunch.com/2026/07/15/anthropic-blackstone-bet-the-next-trillion-dollar-ai-business-i...
2•jack1689•11m ago•0 comments

The Three-Second Theft: Why AI Voice Fraud Outruns Every Defence

https://smarterarticles.co.uk/the-three-second-theft-why-ai-voice-fraud-outruns-every-defence
1•dxs•11m ago•0 comments

Charles Atlas and the AI Bullies

https://cuencahighlife.com/charles-atlas-and-the-ai-bullies/
1•dxs•12m ago•0 comments

Verse: Build and hire autonomous AI employees from a single prompt

https://www.useverse.ai
1•realthomasgu•12m ago•0 comments

Forget reusability, aim for perfection [pdf]

https://www.openbsd.org/papers/bsdcan18-mandoc.pdf
1•rbanffy•13m ago•0 comments

GitHub is starting to lockdown some of the previously public data

4•punkpeye•13m ago•1 comments

Show HN: Minvoice – invoicing app that runs on Cloudflare Workers and D1

https://github.com/ddyy/minvoice
1•ddyy•15m ago•1 comments

Can SiPearl Revive the European HPC and AI Chip Industry?

https://www.hpcwire.com/2026/07/14/can-sipearl-revive-european-hpc-and-ai-chips/
1•rbanffy•16m ago•0 comments

Taiga: Open source agile project management software

https://taiga.io/
1•janandonly•16m ago•0 comments

Free local AI video clipper – No Upload, All in browser

https://pocketweb.tools/video-clipper
1•shafkathullah•17m ago•0 comments

Show HN: An AUI for Nix-Darwin

https://github.com/dz0ny/nixmc
1•dz0ny•17m ago•0 comments

New York becomes first US state to suspend data centre development

https://www.ft.com/content/1c390476-9d93-4df5-9b41-7381db43b4ea
1•1vuio0pswjnm7•18m ago•0 comments

Meta used AI to tag workers who took leave to be laid off, lawsuit claims

https://www.theguardian.com/technology/2026/jul/14/meta-ai-mass-layoffs-lawsuit
4•Brajeshwar•19m ago•0 comments
Open in hackernews

Aliens: Explaining LLMs and AI agents to my children

https://archive.org/details/aliens_202607
1•onetokenatatime•1h ago

Comments

onetokenatatime•1h ago
I wrote a little aliens story in an attempt to explain to my children how agentic AI works under the hood. You too may find it helpful if you would like a simple mental model of how concepts such as LLMs, harnesses, SFT, RLVR, RLHF, attention, sub-agents, thinking tokens, prompt injection, and context compaction fit together.
drtgh•29m ago
LLMs are vectorial databases with losses. They use the characters(bits) in the input question to index the query, and are quite bad at retaining the context of such query. This is why companies have named the split and shortening of the length of those inputs as "agents".

They named it like this due they follow a marketing that personify the names of the methods, to make people believe they are dealing with a different technology, including the named 'thinking' methods that simply query twice to increase the index of the next query, and so on.

I think introducing aliens and robots will make children believe it is magic, like if intelligent entities or a thinking were behind the answers/procedures, and that such "answers" are smarter than them or even their parents, when in reality, it is a marketing personified model joining statistical characters(bits) from the text with created such a vectorial database with loses, and guaranteed errors presence, with joins like a pachinko machine.

onetokenatatime•12m ago
Fair! I really hope kids don't think any of what's happening is magic. I tried to design against it: the alien is just a next-token predictor, has no memory, and can't do anything without the robot. It's painstakingly trained by the scientists. So I was hoping to frame it as a multi-part scientific endeavour rather than magic.