Wrote an iOS app to help my kids learn to sing harmony (called it HarmonMe)
Wrote a translator from English to phonetic symbols to help teach an ESL class
191–200 of 671 posts
Wrote an iOS app to help my kids learn to sing harmony (called it HarmonMe)
Wrote a translator from English to phonetic symbols to help teach an ESL class
I click on it when I start working and click when I stop working.
Created it from scratch, live coding it on my (https://JitterTed.Stream) Twitch channel (and some videos on my YouTube channel at https://JitterTed.TV). Written using TDD in Java + Spring Boot, deployed on Heroku and open-source at https://github.com/tedyoung/kid-bank.
I also recently wrote "Format Hero" (https://formathero.dev), because I could never remember which letters to use in Java's DateTimeFormatter. Was also a good demonstration of Hexagonal Architecture and, of course, I live coded it, TDDing all the way. Source is at https://github.com/jitterted/format-hero. Still some work to do on that one, but filled my immediate need.
[edit: added proper links for Stream/YouTube]
To name a few: * A script that emails me every day a list of new articles published by a selection of academic journals. Using an RSS reader for this turned out to be too messy. * A script that generates Spotify playlists based on my liked songs, optionally according to some criteria. The playlists can be sorted according to specific song features (higher to lower energy, for example). * A zettelkasten engine, includ…
I'd be curious to see the first script, if it's shareable?
EDIT: Here it is – https://github.com/flobosg/journalert
Finally, I made this service available to everyone so that it can be useful to others. I have also obtained the necessary permissions from the HN moderators to share such a service with you. So, I hope you will not miss important stories from this awesome platform with the help of this service.
I wrote a set of python scripts to pull down economic and stock market data. It pulls down several different data sets mostly from the Fred API service at the Federal Reserve. Using Jinja templates and Matplotlib for graphs, it builds a set of latex files and spits out a PDF that I can review. That way I don't have to look at 4 or 5 different sites to get the overall market picture I want. Essentially my own newslett…
My entire linux Desktop feels this way! It's my favorite part of working in a barebones Linux distro like Arch. I've got to build everything from the ground up. Need a screenshot program? OK... let's pull in Flameshot. Where's it going to host that image? Well, let's create a watch folder and shuttle everything off to a GCP static bucket. Window manager? I3... heh, let's build a bunch of scripts. Vim? Well... man, th…
Yes couple. Did some crawler for sports betting sites to find bet arbitrage, was fun
Best software comes from ones own need.