Live data from Hacker News

Ask HN: What are you working on (August 2024)?

news.ycombinator.com

341–350 of 1001 posts

Re: Ask HN: What are you working on (August 2024)?

#344
I 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 so, so my big project lately has been upgrading it. v1 was perl and gdmb files. v2 was php and codeigniter, and it's been limping along there for several years. When ChatGPT came out, I rewrote the whole thing for scala/play and that was super fun. Moved from ubuntu14 to ubuntu20, mysql5.5 to 8.0, etc. I'm done with the rewrite now but am still messing around with launching it, upgrading to ubuntu22 (done today), figuring out if I want to update jvm/scala/play before launching, etc. All this for only a group of six writers (so far)! But collectively we've written more than 425 chapters across a handful of stories, 450,000 words, and had a lot of laughs. I even wrote a snazzy graph visualization thing that animates the structure of the story maps. After I finish launching the thing on hardware/software that actually isn't EOL, I might open up membership to others.

Re: Ask HN: What are you working on (August 2024)?

#345

I 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…

super cool!!

Re: Ask HN: What are you working on (August 2024)?

#346

A 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 like the idea, but I have used Azure Pipelines, and the key differentiating it from GitLab.ci is its "service connection" that enables seamless integration with third-party services and a wide range of tasks (PowerShell, pscore, az, docker, etc).

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)?

#347
I've been struggling to find a workflow that can easily extract knowledge and insights from audio content on the web and sync it with note-taking systems such as Notion, Readwise or Obsidian, so I decided to create a system that transcribes the audio, summarizes it and shares it with other applications.

Right 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)?

#349
Compared to the majority of what I read below, I'm a rank amateur and have no right to post.

I'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.

Post reply on HN