←back to thread

1901 points l2silver | 3 comments | | HN request time: 0.68s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. blakewatson ◴[] No.35738064[source]
I have a bunch of these. They are my favorite things to make. I've been making things like this for a long time but I only recently started to appreciate them after discovering this article. https://www.robinsloan.com/notes/home-cooked-app/

- I have a disability and require daily personal care so I made a system for recruiting and hiring caregivers. (https://blakewatson.com/journal/a-home-cooked-app-for-hiring...)

- I need to track those caregivers' hours so I can make sure timesheets are accurate, and I wanted to do it with minimal effort. So I created a plain text syntax readable by a web app I created that takes that syntax and outputs exactly what should go on the timesheets.

- Sometimes the government agency that runs the program doesn't send me enough timesheets, so I created a "forgery" of their timesheets in CSS where all of the values are interchangeable via JavaScript. Now I can print any timesheet for any one of my caregivers for any time period on demand.

- I made my own web-based bookmarking tool to replace my Pinboard account. It automatically sends every bookmark to the Wayback Machine. (I wrote about that one and a couple of others https://blakewatson.com/journal/the-joys-of-home-cooked-apps...)

- Sadly I'm no longer able to use this one because of decreasing strength, but I once created a custom mobile-based keyboard for typing on my Mac. https://www.youtube.com/watch?v=Pre6EQGIuKY

- I wanted to be able to share my plain text notes so I made a CLI for selectively publishing notes to the web.

Really most everything I make outside of my day job is for me/family initially, but a lot of it I end up publishing. For example my main side project is A Fine Start (https://afinestart.me/). It actually started as an assistive technology just for me—typing is difficult so I wanted a new tab page with just clickable text links. I used it for a while myself before eventually turning it into a browser extension and service for other people.

replies(2): >>35738385 #>>35738485 #
2. davchana ◴[] No.35738385[source]
Would love to see the timesheet and its syntax and stuff:)
3. kla-s ◴[] No.35738485[source]
Hey, godspeed to you and your health issues.

Concerning the video/custom mobile-based keyboard: If interested you could look at how kde-connect implements the remote pointer control you mention at the end of the video. kde-connect is also available for macOS, though not fully supported (per https://github.com/KDE/kdeconnect-kde) and the last macOS builds seem to fail (https://binary-factory.kde.org/view/MacOS/job/kdeconnect-kde...). But i can attest that it works great on Ubuntu via GSConnect with Android.