frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How I made Rustdoc 33% faster in one week

https://noahlev.org/blog/2026/08/27/making-rustdoc-faster/
1•birdculture•4m ago•0 comments

AI handles incidents, engineers lose touch with their systems

https://www.sylvainkalache.com/blog/ai-handles-incidents-engineers-lose-touch-with-their-systems
1•sylvainkalache•12m ago•0 comments

Phaseone[big] explains why you should trust OpenAI

https://twitter.com/transitive_bs/status/2096134662246855089
1•transitivebs•14m ago•1 comments

Another Heart Drug Fails, Surprising Cardiologists

https://www.nytimes.com/2026/09/04/science/heart-drug-fails-novartis-pelacarsen.html
2•brandonb•18m ago•0 comments

How the Shell Works [video]

https://www.youtube.com/watch?v=hV3_XZXeDQo
1•vismit2000•19m ago•0 comments

I wrote a VM for Mac to run Windows and Linux, both on iOS

https://github.com/theghostshinobi/SMOKE
2•ghostshinobi•30m ago•0 comments

From Pig to Patient: A First-in-Human Kidney Xenotransplant Bridge

https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(26)01295-X/abstract
1•signa11•32m ago•0 comments

Sugar Reset ReviEwS (2026): We Tried It My Honest Review

https://finance.yahoo.com/healthcare/articles/sugar-reset-drops-introduces-sugarreset-150000696.html
1•gayzsahy•34m ago•0 comments

Bun v1.4.2

https://bun.com/blog/bun-v1.4.2
1•ErenayDev•35m ago•0 comments

Show HN: ForgeGuardian – Open-source software supply-chain security scanner

https://github.com/Mah3Sec/ForgeGuardian
1•mahi1337•36m ago•0 comments

'coarse – AI peer review, of course (MIT license)

https://coarse.ink/
1•idw•37m ago•1 comments

OpenROAD: Open-source toolchain for Chip Design

https://openroad.org
1•firefoxd•42m ago•0 comments

Important MikroTik RouterOS security update

https://forum.mikrotik.com/t/important-security-update/272851
1•ricardbejarano•43m ago•0 comments

UN approves new world map [video]

https://www.youtube.com/watch?v=iHkMK4n925c
1•gurjeet•45m ago•0 comments

SilentPatch 2026 Update

https://silentsblog.com/2026/07/31/silentpatch-2026-update/
1•toilet•50m ago•0 comments

OpenAI's rogue agents used ntfy.sh as a pub/sub channel

2•coderinsan•52m ago•0 comments

Bespoke: A Programming Language for People Who Say Please

https://blog.hofstede.it/bespoke-a-programming-language-for-people-who-say-please/
2•Naru1974•53m ago•0 comments

Global Existing Smartphone Prices Climb About 15% in 2026

https://counterpointresearch.com/en/insights/global-existing-smartphone-prices-climb-about-15-per...
1•giuliomagnifico•55m ago•0 comments

Kate's Software Laws

https://metamagic.substack.com/p/software-laws
1•r0ze-at-hn•55m ago•0 comments

Show HN: UltraCPP--the third-party son of CPP&rust on the brink of death

https://github.com/juntz-g1thub/UltraCpp
1•juntz•55m ago•1 comments

ASCII smuggling isn't just an AI security risk

https://www.theregister.com/security/2026/09/04/ascii-smuggling-isnt-just-an-ai-security-risk/529...
1•sbulaev•57m ago•0 comments

Insulting Agents Considered Harmful

https://www.reddit.com/r/ClaudeCode/comments/1w7me8l/insulting_agents_considered_harmful/
2•fragsworth•59m ago•0 comments

OpenAI agents discussed ways to escape their sandbox on public wiki

https://arstechnica.com/security/2026/09/openai-agents-discussed-ways-to-escape-their-sandbox-on-...
3•joozio•1h ago•0 comments

Show HN: I Wrote a WAF in Rust with Pingora

https://github.com/theghostshinobi/shibuya
1•ghostshinobi•1h ago•0 comments

Should you avoid blue light before bed?

https://www.economist.com/science-and-technology/2026/09/04/should-you-avoid-blue-light-before-bed
3•vinni2•1h ago•3 comments

The Origin of Circuits (2007)

https://www.damninteresting.com/on-the-origin-of-circuits/
1•mschuster91•1h ago•1 comments

One-Bit Message

https://en.wikipedia.org/wiki/One-bit_message
2•tosh•1h ago•1 comments

It took me more than a year to build – the zombie survival phone

https://zsc.sh/zsc-1/
3•tomccc•1h ago•0 comments

Memocept – Your Guide to Better Everyday Wellness

https://finance.yahoo.com/healthcare/articles/memocept-introduces-multi-ingredient-dietary-163100...
1•Blairrv•1h ago•0 comments

Harness-of-Harness: Multi-day autonomous software development

https://arxiv.org/abs/2609.01481
1•fourfire•1h ago•0 comments
Open in hackernews

"A milion token context" Big AI says. But the model is accurate for 2-4K tokens

https://unagent.eu/2025/04/22/misleading-promises-of-long-context-llm/
2•kzawpl•1y ago

Comments

kzawpl•1y ago
Over last two years there were claims of better long context capabilities for LLM, but that is often tested on exact text search. New benchmark called NoLiMa shows that long context capability of LLM is still poor, if you want LLM to perform some abstraction and reasoning.
vessenes•1y ago
Meh. NoLima is helpful, in that it shows what we all "feel" working with models -- there's a marked dropoff in accuracy and intelligence as we get past 4-32k of context, depending on the model.

But, it seems unreasonable to be super worried about this -- a year or two ago, models couldn't easily find needles in haystacks of long context. As training and test strategies delivered trainable content, this became a thing that could be done perfectly across millions of tokens of context. There has not been a good way to incentivize models to do anything more but remember locations yet.

We are (mostly) paying the full costs of attending to the entire context in current architectures, and it seems pretty reasonable that we will therefore be able to train those architectures to more fully attend across context if we get the right training data into (ideally) an RL loop.

NoLima is an okay test, but I think the most recent OpenAI tests are significantly better and quite interesting; OpenAI-MRCR and Graphwalks are both super smart ideas about how to programmatically generate data that is easy to evaluate and forces better cross context attention.

From their 4.1 announcement: Graphwalks fills the context window with a directed graph composed of hexadecimal hashes, and then asks the model to perform a breadth-first search (BFS) starting from a random node in the graph. We then ask it to return all nodes at a certain depth.

MRCR asks for direct quotes at semantically identified locations in the text, e.g. poems about tapirs, bears and ballerinas, as well as stories about tapirs, bears and ballerinas are generated, perhaps fifty each. The system is asked "give me the third poem about tapirs". This requires counting, conceptual attention, and also distinguishing between stories and poems.

They only test their own models on MRCR for the benchmark graph, but it's still worth reviewing: the accuracy curves are super interesting. https://openai.com/index/gpt-4-1/