frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Europe faces rising competition for energy from Asia

https://www.politico.eu/article/every-man-for-himself-europe-warned-of-rising-competition-for-ene...
1•alephnerd•47s ago•0 comments

Tata Electronics cyber breach claiming to expose Apple, Tesla trade secrets

https://www.yahoo.com/news/world/articles/indias-tata-electronics-hit-cyber-153155513.html
1•Hypathia•49s ago•0 comments

Show HN: Loqi, a "local-first" translation tool using Ollama/llama.cpp

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

Show HN: React Native Boost – swaps RN's Text/View wrappers for native ones

https://github.com/kuatsu/react-native-boost
2•mfkrause•2m ago•0 comments

It Was Always Email

https://www.primitive.dev/blog/it-was-always-email
2•mymx•4m ago•0 comments

Plans for battery swapping Electric trucks in UK

https://www.independent.co.uk/cars/electric-vehicles/battery-swap-for-electric-trucks-octopus-cat...
2•lonelyasacloud•5m ago•1 comments

The Probability Index: Passive exposure to the market portfolio of probabilities

https://predmarketindex.com/
1•JV00•9m ago•0 comments

The Optimal Amount of Slop Is Non-Zero

https://www.slater.dev/2026/06/the-optimal-amount-of-slop-is-non-zero/
2•sltr•9m ago•0 comments

AMD releases FSR 4.1 upscaling for older graphics cards

https://www.theverge.com/news/953664/amd-fsr-4-1-upscaling-rx-7000-series-gpus-rdna-3
1•saghm•10m ago•0 comments

Absolute State of Unreal 2026

https://www.joewintergreen.com/absolute-state-of-unreal-2026/
2•gafferongames•12m ago•0 comments

Show HN: Vivijure – Self-hosted AI film studio on your own GPU (AGPL)

https://github.com/skyphusion-labs/vivijure
1•skyphusion•13m ago•0 comments

Mexico Just Showed Off a New Cheap, Government-Backed EV

https://gizmodo.com/mexico-just-showed-off-a-new-extremely-cheap-government-backed-ev-2000769080
3•speckx•15m ago•0 comments

Stop Slopping Your Skills

https://rahulbaboota.substack.com/p/stop-slopping-your-skills
1•RahulBaboota•16m ago•0 comments

Former hacker saw the light–and now wants to collect all of it

https://arstechnica.com/features/2026/06/this-former-hacker-saw-the-light-and-now-wants-to-collec...
2•Brajeshwar•16m ago•0 comments

Godot confirms it tolerates 'some AI assistance' but rejects 'vibe coded' tag

https://www.gamedeveloper.com/business/godot-confirms-it-tolerates-some-ai-assistance-but-rejects...
2•HelloUsername•18m ago•0 comments

DisplayMate

https://www.displaymate.com/
2•skibz•18m ago•0 comments

Lagom – Just Enough

https://en.wikipedia.org/wiki/Lagom
1•hypertexthero•19m ago•0 comments

Polder model – cooperation despite differences

https://en.wikipedia.org/wiki/Polder_model
1•hypertexthero•20m ago•0 comments

Designing Firefox for the Future

https://blog.mozilla.org/en/firefox/new-firefox-design/
1•akyuu•20m ago•1 comments

Optimizing ClickHouse with Schemas and Codecs

https://clickhouse.com/blog/optimize-clickhouse-codecs-compression-schema
1•tosh•22m ago•0 comments

Show HN: Smolsonic – A Subsonic-compatible music server written in Rust

https://github.com/tsirysndr/smolsonic
2•tsiry•23m ago•0 comments

Show HN: DD Photos App – desktop front end to ddphotos photo album site gen

https://github.com/dougdonohoe/ddphotos-app
1•dougdonohoe•26m ago•2 comments

Cloudflare – Majorly Impacted

https://new.cloudflarestatus.com/incidents/v3yl7jqmqj51
4•rxmux•26m ago•2 comments

Show HN: No-OAuth Stripe Fee Auditor from Balance CSVs

https://feeauditor.com
1•Ksantor•27m ago•0 comments

Tracking one object through hyperspectral video

https://medium.com/@alanscottencinas/i-entered-a-competition-to-track-objects-in-light-you-cant-s...
2•encinas88•27m ago•0 comments

Tech Influence Watch – tracking crypto and AI industry 2026 U.S. election spend

https://influence.citationneeded.news/
2•ChrisArchitect•28m ago•1 comments

Are You Burning Tokens?

https://savetokens.netlify.app/
1•prengaraj•28m ago•0 comments

Constraining U.S. wind and solar deployment could cost an unnecessary $121B

https://pv-magazine-usa.com/2026/06/20/constraining-u-s-wind-and-solar-deployment-could-trigger-1...
3•epistasis•29m ago•0 comments

A public Sentry key is all it takes to hijack Claude Code, Cursor, and Codex

https://thenewstack.io/agentjacking-sentry-mcp-attack/
1•Brajeshwar•30m ago•1 comments

The most trusted code on Earth is being rewritten in Rust [video]

https://www.youtube.com/watch?v=Sntj4HmuykI
1•tcfhgj•30m ago•0 comments
Open in hackernews

Fused Agent Kernel: 4x Tuned SOTA on Benchmarks. MIT OSS

https://github.com/anthony-chaudhary/fak
2•anthonysarkis•1h ago

Comments

anthonysarkis•1h ago
Hello, author here excited to discuss with everyone. so the context is More agents are running for longer turns and at greater context length. This is A * T * C ~= Cubic problem. Unaddressed by SOTA approaches. "fak" Fused agent kernel solves this turning O^3 into O(n). So far proven on small to middle sized tasks at ~4x SOTA. Unlike most other approaches there is no real downside or effort required to get the benefit. While its' still early in terms of proving it out on large scale and hyperscaler workloads these early results show promise. Thank you