frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: CheapSecurity – Lightweight, Self-Hosted CCTV for Linux SBCs

https://github.com/gmrandazzo/CheapSecurity
53•zeldone•4h ago•13 comments

Show HN: HART OS – an open-source AI OS built so frontier AI needs no datacenter

https://github.com/hertz-ai/HARTOS
10•hevolveai•1h ago•7 comments

Show HN: Reverse Minesweeper

https://sunflowersgame.com/
80•pompomsheep•7h ago•26 comments

Show HN: Rucksack alpha CLI that pins a Mac to a hotspot and holds a sleep lease

https://github.com/noahnawara/rucksack
3•thirdface•1h ago•0 comments

Show HN: Open-plan-annotator – local annotation UI for working with agent plans

https://github.com/ndom91/open-plan-annotator
3•ndom91•1h ago•1 comments

Show HN: ModelFuzz – Open-source runtime guardrails for AI agents

https://www.modelfuzz.com/
2•higagan•1h ago•1 comments

Show HN: Readability for web and PDFs with TTS and local AI summary

https://github.com/ldenoue/readability-read-aloud-web-pdf-ai-summary
3•ldenoue•1h ago•2 comments

Show HN: How many other kids need to be in the room before they match names

https://names.vaguespac.es/
3•thebigship•1h ago•0 comments

Show HN: An interactive way to exploit an LLM without going to jail

https://github.com/joshfischer1108/jailbreak-lab
2•joshfischer1108•1h ago•0 comments

Show HN: I mapped every US golf course

https://golfcoursebrowser.com/
196•rickmf•17h ago•129 comments

Show HN: I made Claude quiz me on my own code before showing it

https://github.com/De-Cri/dont-kick-me-out
2•Ssamu3909•1h ago•0 comments

Show HN: Forkbench – a native Mac control room for several CLI coding agents

https://forkbench.com
3•forkbench•1h ago•0 comments

Show HN: A browser-based video editor that renders videos directly with FFmpeg

https://github.com/thiagoalbrecht/weave
10•thiagoas•5h ago•3 comments

Show HN: Tiny React charts that fit in a line of text, zero deps

https://microcharts.dev
2•ganapativs•2h ago•3 comments

Show HN: Managing on-premise servers without Kubernetes

https://github.com/ricardoborges/Nautilus
16•r2ob•6h ago•8 comments

Show HN: Wmux – A workspace multiplexer for AI agents

https://github.com/openwong2kim/wmux
9•wong2kim•8h ago•0 comments

Show HN: Cookbook AI – turn scattered recipe files into a print-ready cookbook

https://cookbookai.io/index.html
2•bookletaitcv1re•3h ago•2 comments

Show HN: A client side PDF and article reader backed by Google Drive

https://pdf-reader-peach.vercel.app/
4•northfield27•4h ago•0 comments

Show HN: Temporal Context Map

https://ab.neudice.eu/
5•zebike•6h ago•0 comments

Show HN: Virtual time engine to record HTML to 60fps MP4, no drops

https://zlvox.com/tools/html-to-video
4•mrdisloyal•7h ago•2 comments

Show HN: Writemark, a dependency free web component for inline Markdown editing

51•_boffin_•23h ago•21 comments

Show HN: I built an app for learning and playing Bridge

https://bridge.brannon.online
3•braxxox•5h ago•1 comments

Show HN: QueryTuner – SQL diagnostics across 5 DBs, no database connection

https://www.querytuner.com/
6•autoshiftops•7h ago•0 comments

Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models

474•adam_rida•3d ago•222 comments

Show HN: Brolly, a plain-text weather forecast site

https://brolly.sh/forecast/RWFP2qW8
221•jsax•1d ago•80 comments

Show HN: SpinWin – A macOS menu bar app to visually rotate or spin any window

https://github.com/alokdhir/spinwin
36•dbm5•1d ago•14 comments

Show HN: I made some transistor animations

https://brandonli.net/semisim/animations
204•stunningllama•2d ago•28 comments

Show HN: SQLiteWatch – profile SQLite on Linux without code changes

https://github.com/Alurith/sqlitewatch
2•imalessandro•6h ago•0 comments

Show HN: CDXE – Cyber Defence Exercise Environment

https://kryptogram.se/cdxe/
3•kryptogram•6h ago•0 comments

Show HN: CrispVoice – Studio voice enhancement that never uploads your voice

https://github.com/Francium-Tech/CrispVoice
5•bragboy•6h ago•0 comments
Open in hackernews

Show HN: Readability for web and PDFs with TTS and local AI summary

https://github.com/ldenoue/readability-read-aloud-web-pdf-ai-summary
3•ldenoue•1h ago

Comments

ldenoue•1h ago
weekend project that uses the latest Chrome Summarizer API, but also YOLO to process PDF pages and find images, tables, and math formulas.

Readability (Mozilla) is used when you open regular web pages, but PDF.JS (also Mozilla!!) is used to render each page, run YOLO region detection and then generate a clean HTML. Math formulas are rendered as Latex, and tables are rendered into HTML by detecting their structure using Texo/FormulaNet.

Finally, you can read out loud the readable articles/PDFs using another local TTS (I prefer PocketTTS personally, but wanted to try the newly released and tiny Inflect TTS as well, so it's an option).

Let me know if you find this useful.

I should probably publish them to the Chrome and Firefox stores.

ldenoue•1h ago
extension for Chrome will be here: https://chromewebstore.google.com/detail/gpgkihaonhnhfabcmgn...