frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Backtest a futures strategy described in plain English

https://askfutures.com
4•jmulla•1h ago•0 comments

Show HN: Zanagrams

https://zanagrams.com/
344•pompomsheep•22h ago•91 comments

Show HN: Running a vision model on every screenshot on-device

https://github.com/ayushh0110/ScreenMind/blob/main/README.md
16•alexkarpathy•1h ago•1 comments

Show HN: Lorentzian CSS Duality in Causal Diamond Quantum Error-Correcting Codes

https://github.com/ynnk-research/A-Lorentzian-CSS-Duality-in-Causal-Diamond-Quantum-Error-Correct...
3•ynnk•1h ago•0 comments

Show HN: DRM-Free Books

https://frequal.com/Perspectives/DrmFreeAuthors.html
104•TeaVMFan•21h ago•41 comments

Show HN: Bash4LLM+ – A lightweight, dependency-free Bash wrapper for LLM APIs

https://github.com/kamaludu/bash4llm/
54•kamaludu•18h ago•16 comments

Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch

https://github.com/JustVugg/nanoeuler
52•vforno•18h ago•21 comments

Show HN: Sidequest is a better /btw for Pi

https://github.com/peterp/pi-sidequest
3•pistoriusp•5h ago•1 comments

Show HN: XSDR – Real-time event monitoring infrastructure for agents

https://xsdr.app
9•wcrann3•13h ago•0 comments

Show HN: Decomp Academy – Learn to decompile GameCube games into matching C

https://decomp-academy.dev
193•jackpriceburns•1d ago•72 comments

Show HN: FSM – an advanced system monitor for Linux

https://github.com/mskrasnov/FSM
26•mskrasnov•1d ago•8 comments

Show HN: DBOSify – Drop-in Temporal replacement built on Postgres

https://github.com/dbos-inc/dbosify-py
90•KraftyOne•4d ago•19 comments

Show HN: Hacker News on a train station-style flip board

https://popflame.quickish.space/hn-flipboard/
110•PaybackTony•2d ago•27 comments

Show HN: The CLI for browser agents

https://fuckui.com/fuckui
4•keepamovin•12h ago•1 comments

Show HN: Metaspec: The DpANS3R Common Lisp Spec in S-Expr and HTML Format

https://metaspec.dev/#
16•dlowe-net•4d ago•0 comments

Show HN: Adrafinil – keep a lid-closed Mac awake only while agents work

https://github.com/kageroumado/adrafinil
123•kageroumado•1d ago•78 comments

Show HN: Appaca – AI Workspace for Operators

https://www.appaca.ai/
19•susros•3d ago•11 comments

Show HN: wavecat – a fully local personal agent that watches your screen

https://wavecat.ai/
4•sdkpanda•14h ago•0 comments

Show HN: WebBase-III – dBASE III rebuilt in the browser with its own interpreter

https://github.com/DDecoene/WebBaseIII
95•ddecoene•5d ago•27 comments

Show HN: Starglyphs - A constellation puzzle game based on Euler paths

https://starglyphs.com
26•telman17•1d ago•7 comments

Show HN: Kiso, an open-source publishing engine for Open Knowledge Format

https://oak-invest.github.io/kiso/
20•straumat•1d ago•1 comments

Show HN: I made Google Trends for Hacker News by indexing 18 years of comments

https://hackernewstrends.com
809•ytkimirti•4d ago•156 comments

Show HN: Smart model routing directly in Claude, Codex and Cursor

https://github.com/workweave/router
212•adchurch•2d ago•112 comments

Show HN: Turn native language audio into flashcards and shadowing practice

https://lingochunk.com/try
91•alder•4d ago•37 comments

Show HN: Autofit2 – End-to-end pipeline for multilingual text classification

https://github.com/neospe/autofit2
28•leschak•4d ago•2 comments

Show HN: Use-zerostack – delegate any task to a lightweight coding agent

https://github.com/gi-dellav/use-zerostack/
4•gidellav•18h ago•0 comments

Show HN: QR code renderer in a TrueType font

https://qr.jim.sh/
12•foodevl•1d ago•3 comments

Show HN: Engye – transfer files between any two devices by scanning a QR code

https://engye.fuzzyworld.net/
13•psafronov•1d ago•2 comments

Show HN: Hacker Times – HN Reader

https://times.hntrends.net/
10•bencevans•1d ago•9 comments

Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion

https://github.com/inkeep/open-knowledge
376•engomez•3d ago•172 comments
Open in hackernews

Show HN: Running a vision model on every screenshot on-device

https://github.com/ayushh0110/ScreenMind/blob/main/README.md
16•alexkarpathy•1h ago
hi author here, Screenmind is privacy first Microsoft recall alternative . It runs on gemma 4 which is one of the fewer models supporting vision audio and reasoning all 3, so your data never leaves you machine.

With screenmind you can keep a track of your timeline , how much time you spent on what..search any screenshot with any text on it.. and the coolest thing, you can chat with your screen history, like what did alex texted me on discord or did i received any mail from Microsoft, if it was on your screen , you can prompt it in the cha. and also you can make automations on top of it, like send me my whole day report on slack(it has integrations )..you can also write automation either though plain English for not so coders or use the python for devs who want to deep dive, and you can save voice memos(with a screenshot) with just a hotkey, and get you meeting transcribed and summarised(auto detects meeting)

the hardest part which i faced was keep running screenmind as a background service it would not have been not hard if chat feature didn't existed, as running local model requires compute ..and keep analyzing screenshots continuously will keep all the resouces hogged up for that i came up with a perceptual has cache .. the three tier cache system reduces inference upto 40% for an average user(which is me)..and to reduce the inference time more i came up with three modes..fast balanced and accurate..where the tradeoff is between time and accuracy

for now i use it daily on my 4gb gtx 1650 with fast mode, works pretty fine also it would be much faster on high end machine , it also has a mcp server so you can just ask claude desktop/cursor about the bug you saw in morning..

supports windows/mac/Linux

being upfront about rough edges , it is not extensively tested on mac and installation has some friction , for which i m working on one click installer thing

(reposting- i put up an earlier version a few days back, comments got flagged cuz of new account so couldn't reply to any )

repo:github.com/ayushh0110/ScreenMind

curious about anyone have idea for how to approach multi monitor support

Comments

Oxodao•3m ago
Could be quite interesting especially since it runs on hyprland!

Does it supports other languages than english by chance ?