Trying to decide on My Next Big Technology Project. I might have already decided, but I’m not ready to share for psychological reasons. I would like to do it in the open, but I have no idea how to build an audience. Maybe I just get started and hope I'm not totally boring.
Ask HN: What are you working on (September 2024)?
291–300 of 1001 posts
Re: Ask HN: What are you working on (September 2024)?
#292Getting a job in cybersecurity again.
Re: Ask HN: What are you working on (September 2024)?
#293Right now my main idea is an orbital transfer vehicle powered by solar sails
Re: Ask HN: What are you working on (September 2024)?
#294https://bauble.studio/ is a programmatic 3D art playground that I've been working on for a while now, and I'm pretty excited about it! It's based around signed distance functions, which are a way to represent 3D shapes as, well, functions, and you can do a lot of like weird mathematical distortions and operations that give you cool new shapes. Like average two shapes together, or take the modulo of space to infinitel…
Re: Ask HN: What are you working on (September 2024)?
#295recently discussed here on hn: https://news.ycombinator.com/item?id=41526754
and i'm currently seeking funding to support another year of development (just enter the command 'bb')
Re: Ask HN: What are you working on (September 2024)?
#296A non-toxic, intelligent, trustworthy successor to the web that works offline, called The World Wide Scroll. https://wws.scroll.pub/readme.html
Re: Ask HN: What are you working on (September 2024)?
#297Re: Ask HN: What are you working on (September 2024)?
#298Re: Ask HN: What are you working on (September 2024)?
#299Prompting GPT to do rich text editing. Instead of replacing the entire document or selection, we want it to create diffs or operations for the minimal amount of edits as possible. This helps preserve intent better when merging the doc later on with OT/CRDTs. (Of course, you could also ask GPT to semantically merge docs for you haha). So far, it's been harder than plain text or spreadsheets which have an easier positi…