This our first experience in infrastructure SaaS (we opted for Azure) - way harder than we planned for, but seems to work!
Ask HN: What are you working on (August 2024)?
301–310 of 1001 posts
Re: Ask HN: What are you working on (August 2024)?
#302Re: Ask HN: What are you working on (August 2024)?
#303I'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…
I really appreciate Apple Music links being listed instead of just Spotify.
Re: Ask HN: What are you working on (August 2024)?
#304Re: Ask HN: What are you working on (August 2024)?
#305Re: Ask HN: What are you working on (August 2024)?
#306You add a photo of your outfit and get some feedback along with ways to improve it.
https://apps.apple.com/us/app/style-ai-outfit-analysis/id647...
Re: Ask HN: What are you working on (August 2024)?
#307Currently re-writing a bunch of the bundler stuff and how UI takes data in for performance improvements, before shifting gears to building the Windows version!
Re: Ask HN: What are you working on (August 2024)?
#308It's a lot of experiments. On the frontend, I'm dispensing with any design systems or styling libraries, and have opted for vanilla CSS and hand-rolled animations. I'm using React for now, just to get it scaffolded faster with tools I know already, but I've been eyeing a few others, for reasons that range from a standing curiosity about Web Components to new ones about signals. The backend stack is all Deno-based: it includes Astral for any scraping needs you might have, uses Oak for routing, and leverages kvdex for storage. (I also contributed `model.getOne` and `model.updateOne` to the latter as part of initially getting duplicate detection working.) My goal is to keep the whole thing light on external dependencies, outside of a few pragmatic options, and generally work more directly with platform or runtime (or in Deno's case stdlib) functionality where feasible.
I otherwise rebuilt my website over the last few months, using Lume for static site generation with similar aims about shipping something generally lighter (the content there is all Markdown, and so far, everything but the syntax highlighting and the ToC generation are built by hand). Additionally, I've been using it as a home for writing[3][4][5] and not just code, so that I have some other things I can show off. (The last one made the front page a couple weeks ago!)
[1] https://github.com/chaosharmonic/escapeHatch
[2] https://bhmt.dev/blog/scraping
[3] https://bhmt.dev/blog/markdown