frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI agent hacks gym to get its owner spot in pilates class

https://www.bbc.com/news/articles/cn0nww2qlp7o
1•vinni2•46s ago•0 comments

Subproblems, Strings, and Search Tricks

https://stochastic.blog/subproblems-strings-and-search-tricks/
1•Anon84•1m ago•0 comments

England set to be one of the first countries to eliminate hepatitis C

https://www.bbc.com/news/articles/c75gk620r22o
1•stevekemp•2m ago•0 comments

SYNX – a config format that declares its own types, defaults and env

https://github.com/APERTURESyndicate/synx-format
1•kaiserbergg•3m ago•0 comments

Dancing with friends and enemies: boids' swarm intelligence

https://community.wolfram.com/groups/-/m/t/122095
1•surprisetalk•4m ago•0 comments

On-the-fly snapshot compression for elastic inference at scale

https://blog.doubleword.ai/efficient-snapshot-compression
2•somnial•4m ago•0 comments

OSF Is Changing

https://www.cos.io/osf-changes
1•karencarits•5m ago•0 comments

Reading Maps

https://readingmaps.com/
1•bookofjoe•6m ago•0 comments

Ask HN: What do you do while you wait for your agent?

1•mads_quist•7m ago•1 comments

Show HN: SWE-ContextBench – A Benchmark for Context Learning in Coding Agents

https://github.com/jiayuanz3/SWEContextBench
2•IreneAI•7m ago•0 comments

Call for probes: building the GLM-5.2 Expert Atlas

https://github.com/JustVugg/colibri/issues/175
1•Bluestein•7m ago•0 comments

Show HN: Connect a GitHub repo, get a community for your OSS project

https://earde.com/
1•tolarianwiz•8m ago•2 comments

Show HN: GitSnitch – GitHub Security Org Monitoring

https://gitsnitch.app
3•mtmcfarl•9m ago•0 comments

"Cheap" Agentic Branches

https://eschmann.dev/2026/08/cheap-agentic-branches/
1•snx•9m ago•0 comments

The Invalidity of the Claimed Disproof of Connes' Rigidity Conjecture

https://philarchive.org/archive/NIEWTCv16
1•futune•9m ago•0 comments

Show HN: Caxton – A native macOS text editor for multi-GB files

https://caxton.app/
2•MJ2822•10m ago•0 comments

New psychedelic clinics treat rare post-trip harms

https://www.scientificamerican.com/article/first-of-its-kind-clinic-treats-psychedelic-side-effects/
1•tzury•10m ago•0 comments

Claude will apply invisible watermarks to AI text and images

https://www.theverge.com/ai-artificial-intelligence/977823/anthropic-claude-ai-watermarks-c2pa-te...
3•el_duderino•12m ago•0 comments

The Date – Blunt Implement or Forcing Function

https://cate.blog/2026/08/11/the-date-blunt-implement-or-forcing-function/
1•gpi•15m ago•0 comments

Show HN: Implay AI – Lightweight suite of browser tools for text, images, & code

https://implay.ai
1•Sharanxxxx•16m ago•0 comments

What to write down when you're reading to learn

https://acesounderglass.com/2020/06/10/what-to-write-down-when-youre-reading-to-learn/
1•biscuits1•16m ago•0 comments

Chunked KL loss, running Knowledge Distillation locally in less <6GB VRAM

https://github.com/CompactifAI/Full-Chunked-KL-Loss
2•ikergarcia1996•19m ago•1 comments

Visa stress clouds my life as a scientist and parent

https://www.science.org/content/article/visa-stress-clouds-my-life-scientist-and-parent
1•the-mitr•20m ago•0 comments

What the FCC Ban on Foreign-Made Robot Vacuums Means for U.S. Consumers

https://www.consumerreports.org/appliances/vacuum-cleaners/foreign-made-robot-vacuums-fcc-ban-a98...
1•newsomix9xl•21m ago•1 comments

OpenAI's Only Ethicist Reportedly Left Last Month

https://gizmodo.com/openais-only-ethicist-reportedly-left-last-month-she-wasnt-replaced-2000796883
5•ilamont•21m ago•5 comments

Video Demo of Grok 4.5 Expert's Coding Ability (Web Interface)

https://www.youtube.com/watch?v=Nc-X8MHb2oU
1•logicallee•22m ago•1 comments

Hi, Jinks

https://blog.gingerbeardman.com/2026/07/30/hi-jinks/
1•surprisetalk•23m ago•0 comments

I got through my inbox in only two months

http://ratfactor.com/inbox2026-done
1•surprisetalk•24m ago•0 comments

Contract Testing with Wiremock

https://manuelzubieta.com/blog/wiremock-http-providers/
1•manuelzubieta14•25m ago•0 comments

AI Maps Schizophrenia as a Network of 766 Genes

https://ai-updates.net/ai-maps-schizophrenia-network-766-genes/
1•ashurandi•25m ago•0 comments
Open in hackernews

Show HN: Replacing HTML/CSS/JS with Rust

https://fui-rs-demo.effindom.dev/
3•zionsati•54m ago
I've previously launched FUI-AS (retained UI in AssemblyScript) as a browser-only canvas framework. However, the dream was always something substantially bigger. It's to have a retained mode UI framework for the web, native and iOS/Android with SDKs available in multiple languages.

This is the second slice of that dream.

FUI-RS (retained UI in Rust) now runs the same retained application model (via the same EffinDOM runtime as FUI-AS) in browsers (including mobile browsers, so it has extensive touch gesture support / event system) and as native desktop applications without embedding a browser, thus no Electron/WebView. Major OSes supported are Windows (D3D12), macOS (Metal) and Linux (Vulkan). Comes with packaging tools for their respective OSes too (MSIX, DMG and AppImage).

In the FUI-RS demo, have a play around to see and feel what a typical web app looks like with FUI-RS. Try: - VoiceOver on macOS (yes, we have extensive semantic roles / customization support in the SDK) - bring up the page inspector (Cmd/Ctrl+Shift+F12) and inspect the mirrored DOM elements - multiline text editor with the various options - password manager compatible text inputs - drag-drop reorder - external file drop site - worker with progress reporting - HTTP fetch (POST/GET demo) - Copy the rich text in the demo and paste it in a word doc - Immediate mode tab with real time graphs and interactive dancing yarn - A mouse painter canvas

There's also a virtual list that demos 100k rows. If you're on your phone, pinch to zoom, fling scroll, pull to refresh will work as usual too.

How's FUI-RS different?

In the UI land of Rust, FUI-RS fills a gap for people who want a clean modern fluent syntax that is unencumbered by HTML/CSS on the web as well as native apps (iOS and Android are definitely in my view), and want to code purely in Rust. The same Rust code that runs on the web browser also runs natively without Electron or WebView, giving you retained controls with persistent identity and state (you'd probably guessed by now I'm not a big fan of React along with its many fragmented state management libs).

Try it out via crates.io: https://crates.io/crates/cargo-fui

Cargo-fui scaffolds and builds web and native apps.

cargo install --locked cargo-fui cargo fui new my-app --target universal cd my-app cargo fui dev

There's also a community created Galaga game based on an early version of FUI-RS here: Galaga-RS - https://jatm80.github.io/galaga-rs/

FUI-RS repo: https://github.com/zion-sati/fui-rs/

Comments

frabia•40m ago
what's the benefit of UIs in the canvas with Rust, as opposed to HTML/CSS/JS?
zionsati•28m ago
For a lot of front end devs, CSS/JS are frowned upon. We use it because we have to. In fact, we typically avoid JS by having TypeScript transpiled to JS. Not to mention CSS is still very inconsistent across the various browsers.

Porting HTML/CSS/JS to native apps is another big problem, which is why we ended up with Electron/WebView. The amount of RAM it gobbles up just to run simple apps is pretty horrible.

Why Rust? It's a strongly typed application language across browser and native. It also has a massive ecosystem and this allows us access to all of it.

BTW canvas is only the renderer. There's a lot of engineering that went into making the canvas not a typical "canvas UI app". We have solved accessibility, touch gestures, direct/immediate draw etc.

There's more reasons behind this if you're keen, I've written up a more comprehensive doc https://dev.to/zionsati/html-javascript-css-should-have-died...

frabia•20m ago
ts is superset of js, so I wouldn't say you avoid it. It's like saying you run to avoid walking.

On the web, I get that CSS is not straightforward, and HTML is not the coolest technology, but by using the canvas you also lose a lot stuff that you need to rebuild from scratch: accessibility and interactivity, responsiveness, etc. So the only argument that I'd buy is that it has lighter & more performant UIs, which I get it might, given that the canvas uses the GPU, but is it worth the effort? Like, is it THAT much better?

I get the argument of native apps though. I guess if you want to build one interface and serve it both as a web and native app, it could make sense.

Edit: thanks for the link - I'll look it up. Also I didn't mean to sound too annoying. I'm starting to see UIs built in Rust but I'm still struggling to see the hype.

zionsati•4m ago
Yeah all good. They're all good questions.

My point around ts is people want strongly typed languages these days.

The bigger problem with HTML/CSS is, when you're trying to do more sophisticated things (see the immediate drawing page on the demo), you'll find you need to use a canvas/HTML5. That then becomes a mini UI framework of its own...

For simple webpages, HTML/CSS is probably still the best way to go. But I wouldn't say the same for webapps?