Viewing profile — kantselovich
kantselovich
HN member- Joined
- Mon, Nov 10, 2025, 5:06 AM UTC
- HN karma
- 17
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About kantselovich
No profile information was provided.
Recent public activity
-
comment
Comment #47788904
If there is no database, where one should persist state? Most software is stateful and needs to persist state across restarts, so I would argue that one needs at least SQLite. On S…
-
comment
Comment #47642995
I think the findings that the LLM triggers “desperation” like emotions when it about to run out of tokens in a coding session have practical implications. The tasks needs to be pla…
-
comment
Comment #47480010
Thank you for the detailed write up. I’m was thinking about building native windows UI, wrapping around cross platform library written in swift. I did not know it was that messy an…
-
comment
Comment #47461892
I recall, at the time Bloomberg and their source were taking about tiny chip on the bmc that was masking as a resistor. However they did not produce any concrete evidence, citing N…
-
comment
Comment #47456862
I don't think it was a confirmed story. That is, the tiny "grain of rice" size Ethernet module that CEO of a security audit company allegedly found, was not present in other SuperM…
-
comment
Comment #47392284
100%! Lots of issues are only discovered when enough code has been written. More than that , other issues are discovered only when the project is actually deployed as MVP.
-
comment
Comment #47392220
TDD helps a lot, but it’s no guarantee - LLM is smart enough to “fake” the code to pass tests . I’m working on project - a password manager, where I have full end to end test harne…
-
comment
Comment #47330079
I’m at level 6 according to this article. I have solid harness, but I still need to review the code so I can understand how to plan for the next set of changes . Also, I’m struggli…
-
comment
Comment #47148746
I've glanced over the article - I think using SQLCypher makes sense if it benefits Keepass project internally, meaning makes it easier to implement new features or fix bugs. I do n…
-
comment
Comment #47148611
I'm working on an alternative to KeePass/KeepassXC called Lockstep - it is local-first password manager that supports sync natively. It uses SQLCypher as local data store and keeps…
-
comment
Comment #47145926
I do not want to self host either, for exactly the same reasons. However, I do want to have full control of my secret data beyond the secrets themselves, ideally w/out self hosting…
-
comment
Comment #47142381
I'm working on an alternative that I hope would be better. https://github.com/lockstepvault-hq/lockstep (early alfa project) Would you mind sharing what user experiences are not id…
-
comment
Comment #47142095
I'm building an alternative called Lockstep: KeePass-like local-first password vault but with build sync https://github.com/lockstepvault-hq/lockstep Sync requires a server, howeve…
-
comment
Comment #46947509
Working on MacOS app that detects an active meeting in one of the commonly used apps and then turns on a LED "presence" light. The purpose to let others know that you are "on air" …
-
comment
Comment #46621041
https://konstantin.antselovich.com/
-
comment
Comment #45872629
macOS menu bar app that guesses if you are in a meeting and updates "Luxafor flag" - LED indicator https://github.com/kantselovich/LuxaforPresence
-
comment
Comment #45872626
macOS menu bar app that checks if you are in a meeting and updates LED light indicator https://github.com/kantselovich/LuxaforPresence