tomaszsobota
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: HUD-like live annotation and sketching app for macOS (draw.wrobele.com)
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…
-
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…
-
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…
-
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…
-
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…
- Show HN: A simple plug-in webhook module for Golang (github.com)
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…
-
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…