frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Ex Situ – Open-source spatial index of displaced cultural artifacts

https://exsitu.app/map
15•hbyel•1h ago•2 comments

Show HN: Immersive Gaussian Splat tour of grace cathedral, San Francisco

https://vincentwoo.com/3d/grace_cathedral/
137•akanet•10h ago•28 comments

Show HN: Vertically Works – UI components built on writing-mode: vertical-RL

https://vertically.works
2•jihoons•2h ago•0 comments

Show HN: OTP Inspired actor supervisor based full stack templates

https://shipstacks.tech
11•annrap1d•16h ago•1 comments

Show HN: DroneWorld – Earth with multiplayer drones and Ethereum real estate

https://droneworld.app/
2•mannders•2h ago•0 comments

Show HN: Repolink – Turn any GitHub repo into a tool for any of your projects

https://github.com/imjszhang/js-repolink
2•imjszhang•2h ago•0 comments

Show HN: Fluidic Network Grid – A branchless control plane in Jax

https://github.com/PJHkorea/Fluidic_Network_Grid
2•PJHkorea•2h ago•1 comments

Show HN: Imud – Gpsd, but for IMUs

https://github.com/richcreations/imud
2•richcreations•2h ago•0 comments

Show HN: The0 – self-hosted runtime for trading bots, bring your own language

https://github.com/alexanderwanyoike/the0
12•mercutio93•16h ago•3 comments

Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s

2848•section33•1d ago•339 comments

Show HN: UEFI Bootloader for TempleOS

https://codeberg.org/0x2f22d23e/UwUEFI
6•AlecMurphy•1h ago•0 comments

Show HN: Envy - A flat-file, frictionless note-taking application for macOS

https://envynote.app
4•widowlark•3h ago•0 comments

Show HN: Shackle – Deterministic runtime governance for AI agents

https://github.com/Fame510/SHACKLE
3•shacklepro•3h ago•0 comments

Show HN: pgwd – PostgreSQL connection alerts with cron exit codes

https://github.com/hrodrig/pgwd
2•hejeroaz•3h ago•0 comments

Show HN: Ekko – post-quantum E2EE layer for Instagram, WhatsApp, Telegram Web

https://useekko.app/
7•kvasilev•5h ago•1 comments

Show HN: Wheesper – Start an anonymous discussion with a link

https://wheesper.com/
34•whatdoyouthink2•15h ago•23 comments

Show HN: Hospital Price Watch: Transparent, Shoppable Hospital Prices

https://hospitalpricewatch.com/
3•brad12345•4h ago•1 comments

Show HN: AI meeting notes – no bot, insights and answers from your files (BYOK)

https://getaiassist.app/
2•rfigueror1•4h ago•0 comments

Show HN: A Job Board for European Defence Companies

https://www.defencejobseu.com/
3•Collusus96•7h ago•0 comments

Show HN: cbxy – A format for creating guided comic book experiences

https://github.com/ngafar/cbxy
9•nawazgafar•11h ago•3 comments

Show HN: How to Get a Fable CoT for the Jacobian Conjecture Refutation

4•SonOfLilit•5h ago•0 comments

Show HN: A Pipeline for Making 10-minute AI Movies with Claude Code and Seedance

https://github.com/dawndrain/movie-gen
17•dawndrain•16h ago•4 comments

Show HN: AI Secretary – Stop checking your phone "just in case"

https://github.com/mathigatti/telegram-ai-secretary
2•mathigatti•5h ago•0 comments

Show HN: Agent Search Engine – an independent index of 247 AI agents

https://agentsearchengine.app
2•ASE-APP•5h ago•0 comments

Show HN: CheapStack – affordable dev starter kits and boilerplates

https://cheapstack.dev
3•makbar890•8h ago•1 comments

Show HN: Vidmoat – a video editing pipeline any AI agent can operate

https://www.vidmoat.com/
3•fredabila•6h ago•0 comments

Show HN: PounceDomains – Domain discovery and sniping for Namecheap Marketplace

https://pouncedomains.com
2•DotSauce•6h ago•0 comments

Show HN: Linguin, a live multilingual dictionary for 120 languages

https://linguin.xyz/
4•astroscout•9h ago•0 comments

Show HN: A chess game you play with Claude as your wing-bot in the CLI

https://github.com/goawaygeek/ground-control
2•goawaygeek•6h ago•0 comments

Show HN: GPU Accelerated Desktop Screen Flash Filter (Photosensitive Epilepsy)

https://flashfilter.app/
6•flashfilter•12h ago•3 comments
Open in hackernews

Show HN: GPU Accelerated Desktop Screen Flash Filter (Photosensitive Epilepsy)

https://flashfilter.app/
6•flashfilter•12h ago

Comments

flashfilter•12h ago
A friend and I wrote a flash filter (to dampen screen flashes) with wgpu-hal and Rust. And I have to say it made the experience of writing cross graphics API compute shaders so much nicer. We tried using winit to create our overlay windows but found it didn't provide sufficient control over the created platform window so we ended up plain win32 and app-kit to handle our windowing.

Then the overlay window is controlled by a separate program via IPC. The control GUI is written with iced 0.14.0 (was originally done with gpui but it made the app significantly more complex and was giving us problems with our build pipeline (we were trying to setup full cross compilation in an amd64 linux container--have given up on getting macos in there for now but windows works)).

Not going to go too in depth on the filtering algorithm but I will say I am very thankful for the Rust ecosystem, the project would have been significantly harder without it. The app still has some bugs and we still haven't released our other shader variants or exposed some of the more advanced options so we're going to work on those for the time being.

creatonez•8h ago
Maybe don't demand a google account login before even indicating what platforms it supports?
lamersc•7h ago
We state which platforms are supported at the bottom of the page without logging in.

On the other hand, if people aren’t fans of the Google login, let us know and we’ll implement our own; really just went for something we use ourselves off the bat.