Viewing profile — vermon
vermon
HN member- Joined
- Wed, Nov 06, 2013, 2:29 PM UTC
- HN karma
- 51
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About vermon
Recent public activity
-
comment
Comment #49207077
Just don't use the cloud version of Metabase. You can self host it and not allow accessing it over the internet.
-
comment
Comment #47456309
I'm 6 months in and it has definitely ended my life as it was and nothing is the same. I'm pretty lucky that my wife gives me almost 16 hours of free time daily, from which 8 I wor…
-
comment
Comment #47209547
I've been following this before it was made public and I'm a big Zig fan so I would definitely switch to this, but I've tried and failed many times. Currently it just keeps crashin…
-
comment
Comment #46392693
One of the white Macbooks used 50 screws to fasten the keyboard. Once I spilled some juice on it and had to replace it. Took forever, but at least back then it was not too expensiv…
-
comment
Comment #46299474
Vibe coded? Asking because it looks very similar to my vibe coded webmidi project which is a beatmatching practice for DJ’s :) https://beat.maido.io/
-
comment
Comment #46263260
I'm a big fan of how tig TUI makes this, and other git actions, very simple https://jonas.github.io/tig/
-
comment
Comment #46244669
EU implementation of age verification is actually base don zero knowledge proofs https://ageverification.dev/
-
comment
Comment #46145635
I lived in Edinburgh a while back and there are multiple chippies where you can get one.
-
comment
Comment #44785914
Part of the definition of vibe coding is not looking at the code. If you read code you are not "vibing" anymore, you are just using AI tools to write code.
-
comment
Comment #43791400
Interesting, if partitioning is not a useful concept of Kafka, what are some of the better alternatives for controlling consumer concurrency?
-
comment
Comment #42680361
Reminded me of this post https://medium.com/wise-engineering/where-to-put-application...
-
comment
Comment #42027264
Very cool! I thought maybe I'll take a crack at building a better iOS application for these things, but then I remembered that for the Lightning connector you needed to get the per…
-
comment
Comment #42005462
I would switch over to Zed for all my non-JVM needs if only it would have a debugger support. Currently it's filling a role of a text editor pretty well though.
-
comment
Comment #41054603
If the end goal is portability for C, would Cosmopolitan Libc be a better choice because it supports a lot more features and probably runs faster?
-
comment
Comment #37248423
Make sense. I guess it could also be a flag for the audit module where you can toggle if SELECT permission for auditing includes the SELECT clauses that need RowShareLock as well o…
-
comment
Comment #37248360
What does a write in this context mean? I still need to execute the actual update clause to change the relevant data. EDIT: Since you control object auditing by granting/revoking p…
-
comment
Comment #37248224
I think pgAudit it still the best and it's not a major issue. You can try my PR that fixes this issue https://github.com/pgaudit/pgaudit/pull/219 it should work and it should handl…
-
comment
Comment #37247784
pgAudit is pretty cool, but it's a bit of a hassle for us currently because it keeps logging SELECT FOR UPDATE's even though SELECT is not allowed for the auditor, so if you implem…
-
comment
Comment #36121513
I built and API for an internet radio station archive. Initially I tried to build an app but instead I realised I can run a scheduled Github Action that runs every hour, scrapes th…
-
comment
Comment #35092379
Since it mentions age and rage: there is also dage, a Dart implementation https://github.com/Producement/dage . Also there is age-yubikey-pgp which uses dage to allow you to use X2…
-
comment
Comment #33421914
Or you can run Headscale: https://github.com/juanfont/headscale
-
comment
Comment #33346952
How does it compare to Cloudflare Access?
-
comment
Comment #33344709
Seems like it's out of capacity: An error occurred (VcpuLimitExceeded) when calling the RunInstances operation: You have requested more vCPU capacity than your current vCPU limit o…
-
comment
Comment #32507404
In case the organisation is basically a tenant in multi-tenant application I would leave it out of the API and resolve it in another way, but if it is not I would leave it in. Does…
-
comment
Comment #30640296
I've had issues running it over wireless so instead I connect the computers with an ethernet cable directly and configure static IP's. Haven't had any issues. Luckily my PC has two…