Live data from Hacker News

Ask HN: What apps have you created for your own use?

news.ycombinator.com

501–510 of 793 posts

Re: Ask HN: What apps have you created for your own use?

#501
I wanted to create a chorded keyboard mapping where you use only the 8 keys on the homerow, but mapped easily to Colemak. I figured out, I could do a key combination on one hand as a modifier to pick if I want to go up, down, toward the middle or toward the outside. The problem is some key combinations are very hard to do, so I wrote a Q program where I rated some finger combinations and made it pick the most ergonomic ones for the most common keys.

Anyway, I also wrote a Autohotkey program that converts qwerty keystrokes to my chorded keyboard layout. The problem is, I switched completely to Linux and now can't use my AH script :(

edit: to provide some context, I was inspired by the Ginny 10 key keyboards and the ASETNIOP keyboard layout:

Ginny keyboard : https://www.reddit.com/r/MechanicalKeyboards/comments/hltqdt...

ASETNIOP : https://asetniop.com/

Re: Ask HN: What apps have you created for your own use?

#502

I have something of an obsession with being able to search my digital history. To this end I've created a few projects which I still use almost daily: - full text tabs forever [1]: chrome extension to provide full text search over web pages I've visited - browser-gopher [2] (formerly browser parrot): collect browsing history from all browsers - prompta [3]: a ChatGPT UI with full text search and some other niceties […

>full text tabs forever

Thanks, this is awesome!

Re: Ask HN: What apps have you created for your own use?

#504
I made one related to this xkcd:

https://xkcd.com/1360/

Several of us, which I found out by reading comments here, have each developed on our own our little utility to do the same thing: clean up / deduplicate / get rid of old files.

And it's not just a matter of using fdupes or jdupes: I created a database where I tag files based on their cryptographic hash (and size, for speed). For example a file can be tagged as "file with that hash can always be deleted" or "file with that hash can always be renamed to xxx".

I then can run my "bezerker" on entire filesystems and it'll delete files tagged for deletion.

I used the Blake3 hash for speed but I also saved which hash is used, so if something much faster comes up, I can switch (I'd still need to use Blake3 for the hashes already in the DB but that's no issue).

I did this because I got tired of having for example the wife and mother-in-law coming with yet another USB stick, with yet another "directory inside a directory inside a directory with family pictures and movies from 2017" or whatever and having to delete for the ten times that same blurry picture or that same little 3 seconds movie taken by mistake etc.

So, basically, instead of lamenting, in that xkcd 1360 style, about old files and old directories, I made my own little utility to get rid of the problem once and for all.

Works wonder but as you asked: it's really for my own use and I kept it private.

That said I take it there's at least some interest in a public / open-source utility doing that: otherwise there wouldn't be several of us here on HN (and certainly elsewhere too) developing our own solution for this problem.

Re: Ask HN: What apps have you created for your own use?

#505
post #107

Earlier quoted context omitted.

I also use a QWERTY keyboard and I use a custom keyboard layout that maps alt-a to ä, alt-u to ü, alt-o to ö, alt-s to ß (plus the same for uppercase for the first 3). That works well for me without the need to post-process. On macOS it's relatively easy to create using a tool called Ukulele ( https://software.sil.org/ukelele/ ). You can also download my layout here: https://alex.kirk.at/USUmlaut.keylayout

I’ve done the same exact thing but for Latvian diacriticals (āčēģīķļņšūž). The default behaviour of the Latvian layout in macOS is to make apostrophe a dead key, which really grinds my gears. So I made it alt+whatever letter instead. As a dev I use apostrophe way too much to be okay with typing '+space for it.

Would you mind sharing it?

Re: Ask HN: What apps have you created for your own use?

#506
I made a couple of things for myself recently.

I’d been unwillingly paying for LA fitness for around 6 months but the only way to cancel was to send certified mail so I released bye bye fitness last week to do it from home and was my own first customer https://byebyefitness.com

Last year I made stream switcher because I use Apple Music and my girlfriend uses Spotify. We send songs back and forth a lot and she couldn’t easily listen to the links I’d share. My app is an iMessage extension that shows your recently played Apple Music songs and allows you to search for and send Spotify links within the messages app https://kevindiem.com/stream-switcher

Re: Ask HN: What apps have you created for your own use?

#507
post #124

I mostly code my own games with a target group of 1, my favourites are http://lalo.li/lsd/ https://updownredgreenetc.franzai.com/ https://spinner.franzai.com/ https://dance.franzai.com/ (basically a lava lamp you can interact with) from the app side i like https://qrpwd.franzai.com/ coded to save my 2 factor backup codes qr encoded and encrypted in my photo stream and https://github.com/franzenzenhofer/thisismy a com…

I really should finish my work instead of playing lalo.li/lsd

I don't get it. What are the controls? I'm using Firefox on desktop.

Re: Ask HN: What apps have you created for your own use?

#508
I've created Mikochi (https://github.com/zer0tonin/Mikochi) for myself. It's a file manager for your personal server / NAS, that also allows you to stream files to VLC/MPV.

Before creating Mikochi, I used to access my collection of movies through Jellyfin. Jellyfin has a really nice UI and does a ton of things like adding metadata, but I didn't use those things. I also didn't use their in-browser video player because it didn't work with H265. In addition to that, I wanted to easily manage the files without having to switch to sftp. Mikochi lets me easily create, delete, rename, download, and upload files (or whole directories).

As a bonus, it only requires 26MB of RAM to run on my server.

Re: Ask HN: What apps have you created for your own use?

#510
I made SimplifyRecipe.com, a utility to get the crap off of recipe sites because I was genuinely sick of it.

Cooking with a standardized recipe view is just so much better.

It’s also free for others to use but I don’t think anyone outside my family does.

Post reply on HN