Ask HN: What are you working on (August 2024)?
761–770 of 1001 posts
Re: Ask HN: What are you working on (August 2024)?
#762It has been a wild ride. Often frustrating but rewarding. Some days I may spend 10 hours solving an API for which app is frontmost at a given second. Sure, there's a system API for that, but it doesn't even remotely cover edge cases that exist. And many times with no answers out there on how to do something, it feels like I'm the first, so finally solving it is a great endorphin rush.
Part of the complexity is I wanted the app to be completely pluggable, kind of like Obsidian. The app communicates events to a local socket server in full duplex, which enables cross-plugin communication (but also cross-app!). Plugins access the app's JavaScript system bridge API for pubsub and system calls through a Webkit interface. Edits are hot reloaded and instant, no compile time necessary. The first time I could change my "Start" menu in real time through JavaScript/CSS was quite a feeling.
Sadly, I couldn't leverage existing tools like Tauri or Electron. They don't have adequate system bridge APIs available, and would be more work to leverage instead of less. They are too general, whereas this project only builds to macos. Therefore it can be much more complicated (and useful) by design.
I originally set out to be more productive in macos. But I've also spent time making prototypes for fun. A desktop widget system, real-time system color theme set from Spotify album art, live video desktop backgrounds from Twitch/YT, a Destiny 2 macos system theme, etc.
I plan to open source it and build a community around it one day.
Re: Ask HN: What are you working on (August 2024)?
#763I'm working on a web app that helps you discover books, movies, TV shows, video games, and songs that you'll like. The app makes it super easy to describe what you're looking for and then gives you a unique set of 10 suggestions on each run. It's the first solo project I've done in many years and I'm having a great time learning. I've also been able to get some great recommendations for myself and it's fun to use! ht…
Re: Ask HN: What are you working on (August 2024)?
#764Re: Ask HN: What are you working on (August 2024)?
#765Outside of that I am also building a gym up for myself which I could use without glasses (all apps I tried have tiny buttons or controls that I cant see in the gym)
Re: Ask HN: What are you working on (August 2024)?
#766I noticed my 2.5 year old niece likes zooming into photos of bugs on her mom's phone. I'm making her a little "game" where she can flip over rocks and find different bugs and other weird surprises.
Re: Ask HN: What are you working on (August 2024)?
#767I am working alone on https://tree-of-knowledge.org This is a hierarchical representation of any given piece of knowledge. It starts with a tree root node that you specify (let's say Kung fu), then it branches out into multiples subcategories (techniques, styles, philosophy, weaponry, ect...) and then you can click on these subcategories to branch out even more into the graphical tree. This is all generated on-the-fl…
Re: Ask HN: What are you working on (August 2024)?
#768Re: Ask HN: What are you working on (August 2024)?
#769Currently working on adding manga and YouTube support, and figuring out how to expand it to all languages
Re: Ask HN: What are you working on (August 2024)?
#770Though I am not actually _working_ on anything concrete(facing analysis paralysis. Also, as a coder, I have no idea how to deal with the sales site) this should turn to a monthly post
--
Also, Should be a messier version of this as a monthly post where people like you and me post "hey I dont have a project in mind per se, but wanna throw some things out there and maybe hit on a collaboration? Or at minimum idea path validation?