frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: FlopperZiro – A DIY open-source Flipper Zero clone

https://github.com/lraton/FlopperZiro
109•iraton•3h ago•26 comments

Show HN: OffChess – Offline chess puzzles app

https://offchess.com
347•avadhesh18•1d ago•156 comments

Show HN: KCast

https://github.com/Agundur-KDE/KCast
2•Agundur•3h ago•0 comments

Show HN: I rewrote an outdated React Native map clustering library

https://github.com/suwi-lanji/rn-maps-clustering
28•hadat•14h ago•7 comments

Show HN: Todo2 – AI Project Manager Inside Cursor

https://todo2.pro
3•adam-pavlat•3h ago•0 comments

Show HN: RecomPal – A no-code AI chatbot to increase Shopify sales

https://recompal.com
2•logicalangel•3h ago•0 comments

Show HN: Pyhoff – Connect Python ML Models to Beckhoff/WAGO IO Hardware

https://github.com/Nonannet/pyhoff
7•Saloc•9h ago•0 comments

Show HN: A rain Pomodoro with brown noise, ASMR, and Middle Eastern music

https://forgetoolz.com/rain-pomodoro
96•ShadowUnknown•1d ago•48 comments

Show HN: Jukebox – Free, Open Source Group Playlist with Fair Queueing

https://www.jukeboxhq.com/
115•skeptrune•1d ago•42 comments

Show HN: Nordstars shows a team's missing skills for different business goals

https://nordstars.ai/
2•doraby•6h ago•0 comments

Show HN: Stravu – Editable, multi-player AI notebooks with text, tables, diagram

5•wek•6h ago•0 comments

Show HN: NYC Subway Simulator and Route Designer

https://buildmytransit.nyc
195•HeavenFox•2d ago•31 comments

Show HN: Snub – A fast, lightweight file search CLI for Windows (written in C)

https://github.com/seeyebe/snub
5•seeyebe•9h ago•7 comments

Show HN: I wrote a "web OS" based on the Apple Lisa's UI, with 1-bit graphics

https://alpha.lisagui.com/
508•ayaros•3d ago•141 comments

Show HN: An obsidian plugin inspired by the 'I deleted my second brain' article

https://versen.substack.com/p/to-learn-you-need-to-forget
2•boars_tiffs•11h ago•0 comments

Show HN: From Photos to Positions: Prototyping VLM-Based Indoor Maps

https://arjo129.github.io/blog/5-7-2025-From-Photos-To-Positions-Prototyping.html
55•accurrent•3d ago•2 comments

Show HN: I built a tool to solve window management

https://aboveaverageuser.com/smartswitcher
50•atommachinist•1d ago•66 comments

Show HN: Sumble – knowledge graph for GTM data – query tech stack, key projects

https://sumble.com
89•antgoldbloom•1d ago•47 comments

Show HN: Ossia score – A sequencer for audio-visual artists

https://github.com/ossia/score
93•jcelerier•2d ago•14 comments

Show HN: Multi-session Claude Code manager with async workflow

https://github.com/ObservedObserver/async-code
3•loa_observer•13h ago•0 comments

Show HN: Modernized file manager and program manager from Windows 3.x

https://github.com/brianluft/heirloom
72•electroly•2d ago•17 comments

Show HN: Unlearning Comparator, a visual tool to compare machine unlearning

https://gnueaj.github.io/Machine-Unlearning-Comparator/
40•jaeunglee•2d ago•2 comments

Show HN: Cool Symbols

https://copysymbol.cc/
4•artiomyak•4h ago•0 comments

Show HN: Piano Trainer – Learn piano scales, chords and more using MIDI

https://github.com/ZaneH/piano-trainer
200•FinalDestiny•5d ago•58 comments

Show HN: Piplo helps you stay in touch with the people who matter

https://apps.apple.com/us/app/piplo/id6748089184
3•airpaulg•17h ago•0 comments

Show HN: A Truth Table Generator Written in Common Lisp

https://logic.manoel.dev/
16•lerax•17h ago•0 comments

Show HN: A Language Server Implementation for SystemD Unit Files

https://github.com/JFryy/systemd-lsp
76•arandomhuman•2d ago•21 comments

Show HN: I built "Schnippi", my dream screenshot Chrome extension

https://chromewebstore.google.com/detail/schnippi-screenshot-tool/bnihkhiedonaoadigfljpjojncpnkeln
3•sagering•8h ago•0 comments

Show HN: a community for collaborating on sideprojects

https://relentlessly.no/
47•0dKD•1w ago•27 comments

Show HN: AirBending – Hand gesture based macOS app MIDI controller

https://www.nanassound.com/products/software/airbending
92•bepitulaz•5d ago•24 comments
Open in hackernews

Show HN: Snub – A fast, lightweight file search CLI for Windows (written in C)

https://github.com/seeyebe/snub
5•seeyebe•9h ago
built snub, a fast and lightweight recursive file search tool for Windows, written in modern C (C17). File Explorer and PowerShell often crawl on large codebases — so I wrote something that doesn’t.

snub is: - Fully multithreaded - Avoids indexing entirely - Supports globbing, size/date filters, result limiting, and JSON output - Packaged as a single small executable

No dependencies. Just raw C and the WinAPI.

GitHub: https://github.com/seeyebe/snub

Would love feedback on C idioms, WinAPI practices, or ideas for portability and better build flow.

Comments

FerkiHN•9h ago
Wow bro, this is amazing! I’m also a fan of writing raw WinAPI code in C — and seeing a fast, no-dependency, single-exe utility like this in 2025 feels like a breath of fresh air. I especially love how snub avoids indexing and gives full control — feels like grep meets Windows-native power.

I starred the repo instantly — and if you’re ever curious, I’m also working on a terminal-based image viewer written in C for retro and embedded use cases. But honestly, snub is super clean and deserves way more attention!

Respect from a fellow low-level dev FerkiHN

Github: https://github.com/Ferki-git-creator/phono-in-terminal-image...

seeyebe•9h ago
Hey, really appreciate that. means a lot coming from someone else in the raw C/WinAPI trenches. Just checked out phono too; super cool concept, I love seeing C used in unexpected spaces like that. Definitely gonna take a look at it properly today. Respect right back, Ferki. glad snub landed with you.
FerkiHN•9h ago
Really appreciate your reply and kind words If you end up liking the project after checking it out, feel free to drop a star — it always gives me a boost to keep building :) Either way, I’ll be following your updates on snub. Projects like that inspire me a lot.
pseingatl•9h ago
Binaries?
seeyebe•9h ago
Yep! Binaries are up on GitHub under Releases. Let me know if you hit any issues.

https://github.com/seeyebe/snub/releases/tag/v0.3.0

ethan_smith•9h ago
Consider adding a `-x` flag to exclude directories (like node_modules, .git) which would make this even more valuable for devs working with large codebases.
seeyebe•9h ago
Great suggestion, thanks! snub already skips common dirs like node_modules, .git, .svn, and __pycache__ by default (you can turn that off with --no-skip), but an explicit -x/--exclude flag for user-supplied patterns would be even more useful