Live data from Hacker News

Viewing profile — LethargicStud

LethargicStud

HN member
Joined
Sat, Sep 17, 2016, 3:53 PM UTC
HN karma
164
Public activity
44 items

About LethargicStud

No profile information was provided.

Recent public activity

  1. comment
    Comment #28666655

    This works around a real problem I'm surprised nobody has solved - the ability to register a bunch of keys at the same time. The webauthn spec has public/private keys incorporated:…

  2. comment
    Comment #26562176

    It is open source - https://github.com/jchorl/sendfiles

  3. story
  4. story
  5. story
  6. comment
    Comment #24218819

    GCP supports remotely loading public ssh keys onto a box. They do this using the metadata endpoint - this is (in theory) a trusted API endpoint available to instances @ 169.254.169…

  7. story
  8. story
  9. comment
    Comment #23209775

    My main FUD with alpaca.markets is the ability to transfer assets in/out. It doesn't look like they offer ACATS transfers (although there's not much info on this!). Using them for …

  10. comment
    Comment #22733179

    Hey! I built this because I had 10+ bank accounts, and they were annoying to monitor. I'd log in every month and have to chase down why they didn't look as I expected them too. I'v…

  11. story
  12. story
  13. comment
    Comment #22651628

    Coming soon! I appreciate the feedback. It uses plaid under the hood, so I get read-only access to bank data. You can validate by inspecting network reqs - it just grabs a public t…

  14. comment
    Comment #22651292

    I'm hacking on https://bankhooks.com The premise is simple - define arbitrary conditions on transactions or balances, and get webhooks or emails when those conditions fire on any o…

  15. story
  16. comment
    Comment #21284921

    Mount the docker socket. There's some quirks with storage volume paths. Also, security implications. Was not super hard to get working though. I'd love to go straight to containerd…

  17. comment
    Comment #21284817

    This is the exact class of problem that docker itself attempts to avoid. This is why I run docker-compose inside a docker container, so I can control exactly what it has access to …

  18. comment
  19. comment
    Comment #21261030

    1) You can run your own pull-through cache[0] 2) You can use a different registry 3) Run something like kraken[1] so machines can share already-downloaded images with eachother 4) …

  20. story
  21. comment
    Comment #19779352

    Yes! That'll probably be our next feature! Thanks for checking it out

  22. comment
    Comment #19779176

    We've actually been working on something similar. Our goal is to make it as dead simple to send a letter as possible in USA. We'd love any feedback people have! https://papermail.i…

  23. comment
    Comment #18130526

    Can someone explain why a government couldn't block the IP of this service? Whether it's a VPN or just dns over https, it seems the servers wouldn't have infinite dynamic ips and c…

  24. comment
    Comment #16909770

    Please don't do this. It gives the user the illusion that their connection is secure, but the connection between Cloudflare and the site is not secure. Arguably it's better to encr…

  25. comment
    Comment #16868574

    Thanks for all the great work on dev-tools. I recently started developing a chrome extension and found that not all of the great standard functionality was present. Here were some …