Live data from Hacker News

Viewing profile — vermon

vermon

HN member
Joined
Wed, Nov 06, 2013, 2:29 PM UTC
HN karma
51
Public activity
30 items

About vermon

[ my public key: https://keybase.io/maido; my proof: https://keybase.io/maido/sigs/6QYHDyEaHWaTSLB37JMCDjVDRf7zJh4INAA3CVHgAPA ]

Recent public activity

  1. 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.

  2. 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…

  3. 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…

  4. 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…

  5. 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/

  6. 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/

  7. comment
    Comment #46244669

    EU implementation of age verification is actually base don zero knowledge proofs https://ageverification.dev/

  8. comment
    Comment #46145635

    I lived in Edinburgh a while back and there are multiple chippies where you can get one.

  9. 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.

  10. comment
    Comment #43791400

    Interesting, if partitioning is not a useful concept of Kafka, what are some of the better alternatives for controlling consumer concurrency?

  11. comment
    Comment #42680361

    Reminded me of this post https://medium.com/wise-engineering/where-to-put-application...

  12. 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…

  13. 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.

  14. 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?

  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. 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…

  20. 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…

  21. comment
    Comment #33421914

    Or you can run Headscale: https://github.com/juanfont/headscale

  22. comment
    Comment #33346952

    How does it compare to Cloudflare Access?

  23. 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…

  24. 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…

  25. 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…