Ask HN: What are you working on (August 2024)?
341–350 of 1001 posts
Re: Ask HN: What are you working on (August 2024)?
#342Been playing with RAG on my co-founder's medical expertise.
Re: Ask HN: What are you working on (August 2024)?
#343For the last decade or longer, I have been using pinboard.io, and I wanted to add a few more features. I just launched the landing page, and that's a start!
Re: Ask HN: What are you working on (August 2024)?
#344Re: Ask HN: What are you working on (August 2024)?
#345I have this creative writing website where writing friends can write branching fiction novels together. Sorta like choose-your-own-adventure, but more literary - third person past tense, actual characters and narrative arcs. Configurable number of choices at the bottom of every chapter, and as you're reading, if the choice label doesn't link to a chapter yet, you can write it. It's been floating around since 1996 or…
Re: Ask HN: What are you working on (August 2024)?
#346A new CI/CD platform. Local CLI (run without git push), remote debugger, automatic content-based caching, DAG-based definition, and dynamic tasks. It’s taken a lot of work to build it, but I’m really excited about how well it’s working. https://rwx.com/mint
I wish your dependency semantics yaml could be converted to Azure pipeline task, job, and stage similar to how typescript converts to javascript.
I am saying this because there are very complicated infrastructural problems that hundreds of people work on at big companies when creating a ci/cd I see you are not focusing on them yet but that DAG logic could be applied to existing azure pipeline yaml.
Re: Ask HN: What are you working on (August 2024)?
#347Right now we are only targetting podcasts to Notion as the vertical slice for the MVP, but in the future we're looking to support "connectors" that can take in other forms of content such as audiobooks, videos, etc. and share it to other popular note-taking forms.
It's been an exciting journey so far and we're looking to launch soon!
Re: Ask HN: What are you working on (August 2024)?
#348Re: Ask HN: What are you working on (August 2024)?
#349I'll do it anyway, as I need to learn to own where I'm at and have a backbone. :)
I'm learning the Zola static site generator and using to to build my blog at https://jeff-mitchell.dev. The focus is my mis-adventures learning the Rust language.
I've found it a challenge to get off my feet with Zola, but I'm slowly figuring things out. Little victory this evening, finally figured out how to get images linked in posts to render properly.