←back to thread

634 points david927 | 1 comments | | HN request time: 0s | source

What are you working on? Any new ideas that you're thinking about?
Show context
jascha_eng ◴[] No.41345527[source]
Working on Kviklet: http://github.com/kviklet/kviklet

My first job was in a FinTech and the way production access was managed scared me. This is my approach at streamlining the process. Basically a PR review flow for SQL queries, enforcing the 4-eyes principle so you never accidentally can do a Delete * form users, forgetting the where clause.

replies(2): >>41346226 #>>41350349 #
m4tthumphrey ◴[] No.41346226[source]
This is a very cool idea! I don’t work in a team big enough for this anymore but I would have loved this in previous roles!
replies(1): >>41346441 #
1. jascha_eng ◴[] No.41346441[source]
Thank you! This was initially a startup idea but it was very hard to sell a cyber security solution with a very bare bones product to companies large enough to have this problem. Because the required features of such large orgs are just too much for such an early stage team.

So I'm now doing it a bit as a side project but I hope to at some point also offer a paid version to fund development long term.