I made https://foragoodstrftime.com/ - which isn't open source (But honestly is just a few lines of code). I made it as I found it useful and hoped others would as well.
Ask HN: What are some tools / libraries you built yourself?
111–120 of 617 posts
Re: Ask HN: What are some tools / libraries you built yourself?
#112https://github.com/dbasch/BIP38
And implementations of paper wallets for offline storage using it:
Re: Ask HN: What are some tools / libraries you built yourself?
#113Re: Ask HN: What are some tools / libraries you built yourself?
#114Re: Ask HN: What are some tools / libraries you built yourself?
#115Also forked a scripting language https://github.com/mingodad/squilu and extended it to accept a pseudo C++/Java/CSharp/Typescript syntax to make easy to reuse code and have fast iteration when creating new functions (with it and minor changes I could get https://ssw.jku.at/Research/Projects/Coco/ parser to work for easy grammar development).
Create a tool for create, document and prototype database applications at "user level" in near realtime (live) https://github.com/mingodad/db-api-server.
Extended GLPK to accept a bigger subset of AMPL and made some performance improvements in the GMPL interpreter https://github.com/mingodad/GLPK
Re: Ask HN: What are some tools / libraries you built yourself?
#116It actually has lots of improvements in the 6.0.0 pull request that i am delaying because i am too lazy (and haven't got much time) to fully rewrite doc.
Re: Ask HN: What are some tools / libraries you built yourself?
#117Re: Ask HN: What are some tools / libraries you built yourself?
#118AudioWrangler: https://apps.apple.com/us/app/audiowrangler/id1565701763
Got sick of my Mac using the wrong audio device when waking up, so I wrote a little utility that lets me prioritize which devices to use based on what's connected. It's my first app on the App Store. I'm enjoying learning Swift and using it to write desktop apps!
In the past:
* Lucid: https://github.com/mattgreen/lucid.fish
A pure-style prompt for fish shell that pioneered truly async fish prompts. Still use it daily.
* Fogeybot: https://github.com/mattgreen/fogeybot
A Discord bot for Heroes of the Storm that creates teams for pickup games using player ratings.
Re: Ask HN: What are some tools / libraries you built yourself?
#119The idea is that you have a form field-like command that you can record a response with. You can then submit the video via a regular POST request.
I couldn't find any simple tools like this for rapid prototyping different survey responses and experiences. It was fun to build and nice that some people have starred this on GitHub!
Re: Ask HN: What are some tools / libraries you built yourself?
#120Lots of SSGs existed but none supported Svelte and I wanted partial hydration when people said it was impossible.