Infinite clipboard history. Want to remember something? just copy to clipboard. I compress the logs yearly.
Ask HN: What apps have you created for your own use?
561–570 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#562I don't work in VR or gamedev, but I do enjoy making models in blender. I was able to model roughly half the assets in the game and set up an elevenlabs.io integration in unity for AI voice generation.
It's almost exclusively been for my own entertainment, but I hope to get a beta release out by Christmas.
Re: Ask HN: What apps have you created for your own use?
#563Re: Ask HN: What apps have you created for your own use?
#564Re: Ask HN: What apps have you created for your own use?
#565https://github.com/alexpovel/srgn It grew out of a niche, almost historical need: using a QWERTY keyboard, but needing access to German Umlauts (ä, ö, ü, as well as ß). Switching keyboard layouts is possible but exhausting (it's much more pleasant sticking to one); using modifier keys is similarly tedious, and custom setups break and aren't portable. So this tool can do: $ echo 'Gruess Gott, Poeten und Abenteuergruet…
> custom setups break and aren't portable But this is a custom setup that's not portable? And how is it less tedious to have to select previously typed text all the time? Is it mainly better because then you don't need to do anything on individual chars, but do it in a batch?
Caught me.
> And how is it less tedious to have to select previously typed text all the time?
This is tedious, but I have that automated (AutoHotKey). So a single, AHK-managed hotkey does the equivalent of:
CTRL + SHIFT + HOME
CTRL + C
feed into tool, paste back
CTRL + V
So once done writing, I press that single button and it's done (CTRL+SHIFT+HOME select all text from cursor to beginning). To me, that's a better tradeoff than fiddling with compose keys, which I find to break flow. For very short text, compose key is possibly better; but again, once in AHK, it's a single shortcut. So once more than 1 compose key combination is needed, it's "worth it". But you're right: this is a custom setup and might not work for everyone.Re: Ask HN: What apps have you created for your own use?
#566I built a website for box breathing: https://box-breathing.com It is basically a timer for your breathing exercises, as the idea is that you inhale and exhale slowly, hold your breath in between, each step lasting 4 seconds. I tried to make it as simple as possible, and to make it usable with old devices as well.
I'd add a couple of guides to mark the limits of expansion/contraction. Inhaling - https://i.imgur.com/t38mmax.png Exhaling - https://i.imgur.com/ZZ4SFXd.png If they gently fade-in when the movement starts, it shouldn't take away from the experience.
Re: Ask HN: What apps have you created for your own use?
#567Re: Ask HN: What apps have you created for your own use?
#568Slightly ashamed to admit that I built an online exam cheating tool using pytesseract/tkinter/ChatGPT and ShareX. I won't go into complete detail but it works like this. -> Define area to be screenshotted using ShareX -> Set ShareX auto-capture feature to screenshot defined area every 30sec (in my case, the area where the question and answer choices will be) -> Using pytesseract, parse the image and retrieve the pars…
Re: Ask HN: What apps have you created for your own use?
#569I use it all the time, at least a few times a week.
I wrote it because the secure passwords generated by iOS and various password managers are overkill for most purposes and extremely hard to type out by hand to an airgapped destination