behrlich

↗ HN profile [ 141 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Code: https://github.com/ehrlich-b/punchcards Just for fun, I've only spent a few hours on it so far. What are everyone's punch card emulation needs?

  2. Hey HN, Not quite ready for prod because I'd like to do some more (human, me!) security review, but I figured I might be able to get some feedback on CI while you're all sitting around. This is an idea I've been working…

  3. Most localhost tunnels expose your dev server to the internet and hope nobody guesses the URL. Tunn lets you specify exactly who gets access. tunn 8080 --allow=alice@gmail.com Alice gets a link, logs in with GitHub or a…

  4. Hi HN, I'm loving everyone's GPT projects so I thought I'd share mine. Most other projects I've seen (including the discord bots I've run across) stick to "call/response" and force you to manually separate separate…