Viewing profile — lazov
lazov
HN member- Joined
- Sun, Jul 12, 2026, 6:13 PM UTC
- HN karma
- 9
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About lazov
https://github.com/LazoVelko
https://x.com/LazoVelko
https://www.youtube.com/@Lazo
Recent public activity
-
story
Show HN: Neverclick – Keyboard-driven mouse control using local computer vision
Hello, Neverclick is a desktop application that I created when I was suffering from RSI. It uses local computer vision to detect clickable UI elements on your screen so that you ca…
-
comment
Comment #48923706
The commit history is a mirror of the real codebase, I wanted to show people that I've been working on this for a long time and that it's not vibe coded ai slop. In retrospect it s…
-
comment
Comment #48923586
I wanted github to recognize the project as being written in C++. I made a controversial video about C++ a few months ago and people were clowning me that I had no C++ repos on my …
-
comment
Comment #48923554
Hello, I'm Lazo. I built Neverclick. Nice to meet you FinnKuhn. I'm not anonymous, this is my name irl. Neverclick is digitally signed with Microsoft Trusted Signing (now known as …
-
comment
Comment #48923355
The commits are a mirror of the real codebase. My intention was to show people that I've been working on this for a long time and that it's not ai slop abandonware. But after readi…
-
comment
Comment #48923240
The point is to track issues. I thought this was fairly common practice, apps like Keypirinha do this.
-
comment
Comment #48921247
It uses CV to analyze the pixels on your screen to detect clickable UI elements.
-
comment
Comment #48921001
Neverclick dev here. It's not random, a lot of thought went into how the key combinations are generated and assigned. When Neverclick generates the key combinations, it prioritizes…
-
comment
Comment #48919616
Most software in this space relies on accessibility apis, which means it only works in apps that have accessibility support. Neverclick uses computer vision. There are several adva…
-
comment
Comment #48919386
Hello, I'm the developer behind Neverclick. Neverclick doesn't use accessibility apis. It uses local computer vision so it works in every app. I've had a poor experience with acces…