tomaszsobota

↗ HN profile [ 65.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey all! I'm happy to announce we've finally released our 2nd macOS app, Draw Over It, a tiny desktop app that enables drawing, highlighting, or annotating directly on top of anything on your Mac. I've always wanted…

  2. Hi HN, I’ve just released my first Mac App Store app, Buoyant Timer (paid, no in-app purchases) It’s a lightweight HUD-like timer that floats above everything else on macOS, even full-screen apps. I always wanted…

  3. Maybe it's just my old Mac, but today was the last time I was caught surprised by a buildup of SWAP usage that slowly but steadily ground my machine to a halt. Let me present to you - a tiny bash utility that will…

  4. Hi HN! I was feeling incredibly frustrated with my struggles in context-switching and writing documentation, so I decided to take action and find a solution. I wrote a simple tool for Alfred and Raycast that helps me be…

  5. I wrote a little project that provides a convenient way to communicate with OpenAI completion models through tools like Alfred and Raycast. It's not perfect, somewhat opinionated, but it works and is extensible! There…

  6. Hi HN! iron hook is a module that abstracts away some of the pains of implementing webhook functionality in your webapp. It features a simple endpoint verification procedure, it can accept your own pre-configured http…

  7. There are plenty of other caches and KV stores out there, but this one aims to minimise the surface a bit more: - There's less error handling required due to some code simplifications made - It stores only strings so no…