frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rogue: Open-source AI agent evaluation framework

https://github.com/qualifire-dev/rogue
1•drorivryQF•2m ago•1 comments

Agentic AI: Why Evaluation Is the Make-or-Break Factor

https://medium.com/@sumant1122/agentic-ai-why-evaluation-is-the-make-or-break-factor-c1a053008601
1•paperplaneflyr•3m ago•0 comments

Pentagon Imposes Pre-Publication Censorship – All Major U.S. Media Walk Out

https://archivethecontrolstack.substack.com/p/archive-003-badges-surrendered-the
1•ControlStack•4m ago•1 comments

See your product's CO₂ impact from the concept phase

https://app.naialab.com/account/sign-up
1•dgsunesen•5m ago•0 comments

Major network vendors team to advance Ethernet for scale-up AI networking

https://www.networkworld.com/article/4072308/major-network-vendors-team-to-advance-ethernet-for-s...
1•giuliomagnifico•6m ago•0 comments

Alcohol use and risk of dementia in diverse populations

https://ebm.bmj.com/content/early/2025/09/16/bmjebm-2025-113913
2•voisin•7m ago•0 comments

Hybrid War Threat Looms over Sweden's Cashless Society

https://www.bloomberg.com/news/articles/2025-10-16/sweden-s-cashless-society-could-be-more-vulner...
2•thm•8m ago•1 comments

Waymo plans to bring its taxis to London in 2026

https://apnews.com/article/waymo-britain-robotaxis-driverless-1bcf0ea7e2a4992cc1588cf837e0de5e
1•Jyaif•8m ago•0 comments

So you want to build a data mesh

https://jennajordan.me/blog/data-mesh-dbt
1•sebg•9m ago•0 comments

The Sovereign Tech Fund invests $450k in R Foundation to Enhance R

https://r-consortium.org/posts/sovereign-tech-fund-invests-450000-in-r-foundation-to-enhance-r-su...
3•sebg•12m ago•0 comments

Why Most Apps Should Start as Monoliths

https://www.youtube.com/watch?v=fy3jQNB0wlY
1•birdculture•15m ago•0 comments

Sadiq Khan holds birthday bash on £268M superyacht

https://www.express.co.uk/news/politics/2122009/sadiq-khan-superyacht-nfl
2•ANewbury•16m ago•0 comments

LLMs Reproduce Human Purchase Intent via Semantic Similarity of Likert Ratings

https://arxiv.org/abs/2510.08338
2•sebg•17m ago•0 comments

The Testability of Pure Functions

https://funktionale-programmierung.de/en/2025/10/16/testability-of-pure-functions.html
1•markusschlegel•18m ago•1 comments

Sora 2 AI Video Generator – Create AI Videos from Text and Images

https://ai-video-gen.org/
1•dond1986•18m ago•1 comments

What the Eurostack Is Missing

https://pluralistic.net/2025/10/15/freedom-of-movement/#data-dieselgate
4•FromTheArchives•28m ago•0 comments

Show HN: maptail – Tail GeoIP data on a world map in realtime

https://maptail.live/
1•stagas•28m ago•0 comments

China's Rare Earth Restrictions Aim to Beat U.S. at Its Own Game

https://www.nytimes.com/2025/10/16/business/economy/china-rare-earths-supply-chain.html
2•curtistyr•32m ago•0 comments

Inverse Collatz's Tape

https://gbragafibra.github.io/2025/10/15/collatz_ant10.html
1•Fibra•35m ago•0 comments

Technology is my leverage, not design

https://herland.me/blog/technology-is-my-leverage-not-design/
1•gogoro•35m ago•0 comments

The Economic Cost of Antisemitism

https://critiqueanddigest.substack.com/p/the-economic-cost-of-antisemitism
2•omnibrain•36m ago•0 comments

The present and potential future of progressive image rendering

https://jakearchibald.com/2025/present-and-future-of-progressive-image-rendering/
1•FromTheArchives•39m ago•0 comments

Sora2 AI Video Generator

https://www.sora2-ai.top
1•detectmeai•39m ago•0 comments

Don't Stop Believin' in OpenAI

https://buildcognitiveresonance.substack.com/p/dont-stop-believin-in-openai
1•FromTheArchives•42m ago•0 comments

The Slack I Loved Is Slipping Away

https://sjg.io/writing/the-slack-i-loved-is-slipping-away/
2•simonjgreen•43m ago•1 comments

Where's the AI Design Renaissance?

https://www.learnui.design/blog/wheres-the-ai-design-renaissance.html
1•tobr•44m ago•0 comments

Haskell Weekly – Issue 494

https://haskellweekly.news/issue/494.html
4•amalinovic•50m ago•0 comments

MuPDF Explored (2022)

https://casper.mupdf.com/docs/mupdf_explored.pdf
1•nyir•51m ago•0 comments

Why does collapsing a bubble with a sound wave produce light?

https://akshatjiwannotes.blogspot.com/2025/10/why-does-collapsing-bubble-with-sound.html
3•akshatjiwan•52m ago•0 comments

AI agents are on the verge of being recognized as full-fledged workers

https://www.lemonde.fr/en/opinion/article/2025/10/16/ai-agents-are-on-the-verge-of-being-recogniz...
2•geox•58m ago•0 comments
Open in hackernews

Upcoming Rust language features for kernel development

https://lwn.net/Articles/1039073/
39•pykello•3h ago

Comments

hannesfur•1h ago
These seem like the first features that Rust in Linux bring to the Rust language that are not almost exclusively useful to the kernel. In my perception the focus on bringing features for the kernel has held up development in other parts of the language and the standard library.
oersted•52m ago
As I understand it systems programming is the priority application area for Rust, and there are plenty of projects working on OSs, embedded or other bare-metal cases, as well as interoperability with complex C codebases.

At first glance, these features look quite general to me and not particularly tied to the kernel, they are important utilities for doing this kind of programming in the real world.

pjmlp•26m ago
I see Rust's place on low level systems programming, for everything else on userspace compiled managed languages are a much better option, systems following an architecture like Self, Inferno or Android, so I don't see a big deal with these efforts focusing on low level C like capabilities.
timschmidt•14m ago
> for everything else on userspace compiled managed languages are a much better option

As someone who's written a number of userspace applications in many languages as well as embedded firmwares running on bare metal, Rust is a rare gem that excels at both.

pjmlp•7m ago
Only if those userspace applications are headless, Rust exceling at GUIs is a bit of a strech.
timschmidt•4m ago
Well https://github.com/timschmidt/egui-rad-builder has come together rather well in the last week of hacking, if I say so myself. I think building a similar app with QT, for example, would have been significantly more challenging.
PoignardAzur•1h ago
> Since the talks described in this article, the work on field projection has received an update. Lossin wrote in to inform LWN that all fields of all structures are now considered structurally pinned, so projecting a Pin will now always produce a Pin<&mut Field> or similar value.

Huh, I missed that part. It's a pretty technical point, but I'm happy they made the decision, it held up a lot of discussions.

PoignardAzur•58m ago
> The final design, taking inspiration from C++, would be a form of guaranteed optimization, where constructing a new value and then immediately moving it to the heap causes it to be constructed on the heap in the first place.

Note that there's some discussion about the name of that proposal, because "optimization" gives the wrong idea (that it's optional or could depend on the backend).

dapperdrake•44m ago
How does "coalesced heap construction" or "coalesced heap allocation"?
Tuna-Fish•14m ago
I'm probably misunderstanding the complexity of the problem, but wouldn't this be solvable by just defining the right calling convention?

"Any structures larger than x, or any structures marked with a marker type, are returned by the caller providing an outref to a buffer with correct size, and the callee directly writes the structure into that buffer."

Then you could just write normal code like

    fn initialize() -> A { 
    // the initialization code 
    }
and it would just work? And it would reduce unnecessary copies in a lot of other situations too? Given how much work has been put into this issue, and how much less convenient the proposed solutions are, I feel like I must be missing something.