Viewing profile — _7jf7
_7jf7
HN member- Joined
- Fri, May 02, 2025, 10:47 AM UTC
- HN karma
- 1
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About _7jf7
No profile information was provided.
Recent public activity
-
comment
Comment #30023407
> I don't see how these are user hostile. They lock you in to continuing to pay even when you no longer derive value. Say you stopped using Photoshop years ago but suddenly need to…
-
comment
Comment #29811833
> But eventually, if they want to continue doing the task they'll end up paying for a new version. Freehand[1] has been discontinued for almost two decades, and ten years ago I was…
-
comment
Comment #27534252
This works as is but you’ll want to edit the window position numbers (at the bottom). function search { local query="${@}" osascript -l JavaScript -e " browser = Application('Googl…
-
comment
Comment #26060764
At least on macOS, the script can be made more efficient with less code; no need for interaction or manually reconnecting: https://github.com/vitorgalvao/tiny-scripts/blob/master/m…
-
comment
Comment #17156986
I’ve built Fog[1] which is an Overcast[2] wrapper for macOS. I started it because I wanted to listen to podcasts on the Desktop but also wanted to control playback via media keys. …