frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Restoring Bleve search in Mattermost v11 with a fork and Claude Code

https://danielhnyk.cz/restoring-bleve-search-mattermost-v11/
1•yread•51s ago•0 comments

Diedream, a solo RPG to play just before falling asleep

https://libraryofwords.com/diedream-a-sleep-ttrpg/
1•ui301•1m ago•0 comments

Now Available: Depot CI

https://depot.dev/blog/now-available-depot-ci
1•paddy_m•1m ago•0 comments

Analyze Y Combinator Data

https://camelai.com/tools/yc-data-analyzer
1•bellareed•1m ago•0 comments

United Relax Row

https://www.united.com/en/us/newsroom/elevated.html
1•totaldude87•1m ago•0 comments

Adding evals to a satelite image agent with a Claude Skill

https://medium.com/warike/making-your-multi-modal-agent-reliable-aeebfe03e85e
1•jangletown•2m ago•0 comments

Biological Age Tests are a lie

https://twitter.com/nikhilyadala/status/2035920229889630486
1•nikhilyadala•3m ago•1 comments

What's your tooling around coding agents?

1•d675•3m ago•0 comments

Show HN: We are building a production agent to turn your code into cloud infra

https://grafos.ai/early-access/
1•souvlakius•3m ago•0 comments

Top tech books that are relevant 2026?

1•nemath•5m ago•0 comments

Dolby sues Snap(chat) over AV1 and HEVC patent infringement in U.S. and Brazil

https://ipfray.com/dolby-sues-snapchat-over-av1-and-hevc-patent-infringement-in-u-s-and-brazil-ac...
1•mmcclure•7m ago•0 comments

Cairn: Agent-Native CLI for autonomous settlement workflows

https://crates.io/crates/cairn-cli
1•allynjalford•8m ago•0 comments

Poker Legend and Author of 'The Theory of Poker' David Sklansky Passes Away

https://www.pokernews.com/news/2014/02/poker-legend-david-sklansky-passes-away-50722.htm
1•bookofjoe•11m ago•0 comments

SWE-bench will hit 90% this year

https://fabraix.com/blog/swe-bench-90-percent
1•zachdotai•12m ago•0 comments

Baseball ushers in high-tech replay review system for calling balls and strikes

https://www.nbcnews.com/sports/baseball/baseball-ushers-high-tech-replay-review-system-calling-ba...
2•sharkweek•12m ago•0 comments

Show HN: Create a full language server in Go with 3.17 spec support

https://github.com/owenrumney/go-lsp
1•rumno0•12m ago•0 comments

Disney's $1B Investment in OpenAI DOA as Sam Altman Pulls Sora Plug

https://deadline.com/2026/03/sora-shut-down-disney-investment-1236764689/
1•roboror•13m ago•1 comments

Jury finds Meta liable in case over child sexual exploitation on its platforms

https://www.cnn.com/2026/03/24/tech/meta-new-mexico-trial-jury-deliberation
7•billfor•13m ago•0 comments

Show HN: A/B test images with your eyes using ARKit face tracking

https://saccadeapp.com/
1•hoag•15m ago•0 comments

Running Iroh on an ESP32

https://www.iroh.computer/blog/iroh-on-esp32
3•dignifiedquire•15m ago•0 comments

Linux 7.0-Rc5 Released: Linux 7.0 "Starting to Calm Down"

https://www.phoronix.com/news/Linux-7.0-rc5-Released
2•daisydevel•16m ago•0 comments

Why Be Reactive?

https://crank.js.org/blog/why-be-reactive/
1•ingve•16m ago•0 comments

150 years of Nature: a data graphic charts our evolution

https://www.nature.com/articles/d41586-019-03305-w
1•costent•16m ago•0 comments

NASA's lunar Gateway space station is out. Moon bases are in

https://www.space.com/space-exploration/artemis/nasas-lunar-gateway-space-station-is-out-moon-bas...
2•blue1•16m ago•0 comments

Urban Fabric lets you redesign streets, intersections, and neighborhoods

https://urbanfabric.app/
2•fcpguru•16m ago•0 comments

Forgot password Using users conversations only they would know

https://dreami.me
1•thesafestclaw•18m ago•1 comments

Using FireWire on a Raspberry Pi

https://www.jeffgeerling.com/blog/2026/firewire-on-a-raspberry-pi/
1•thomasjb•20m ago•0 comments

Building high-performance full-text search for object storage

https://clickhouse.com/blog/clickhouse-full-text-search-object-storage
1•samaysharma•20m ago•0 comments

Kite-MCP – Trade Indian stocks on Zerodha via AI conversation (MCP server)

https://github.com/aranjan/kite-mcp
1•am_ran32•22m ago•0 comments

Show HN: Pipguard – pre-install malware scanner for Python supply-chain attacks

https://github.com/atomsai/pipguard
1•secondmod•24m ago•0 comments
Open in hackernews

Creating a WebAssembly Plugin System for Window Management in Miracle

https://matthewkosarek.xyz/posts/miracle_plugins/
2•matthewkosarek•1h ago

Comments

matthewkosarek•1h ago
I've been working on a new Wayland compositor called Miracle for about two years now. I recently built a plugin system for window management based off of WebAssembly. Check out my blog post for more information, but I think it is a solid and novel approach to separating window management from the compositor in Wayland. Let me know what you think!
jauntywundrkind•1h ago
I love the writing of a Niri clone with this. Miri is a great way to express what Miracle WM can do!

What are your thoughts on going even further than Niri? Virtual outputs has some people asking for it. I'd be interested to hear how you think that might be modelled, how the plugin system might be able to express that. Stilch is the main Wayland example I know today with virtual outputs, https://github.com/wegel/stilch

matthewkosarek•55m ago
A long, long time ago I implemented virtual outputs in Mir: https://github.com/canonical/mir/pull/3056

I forget if we've added dynamic configuration for them, but I don't see why it wouldn't be a possibility of we had upstream support there :)