Live data from Hacker News

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

news.ycombinator.com

291–300 of 1001 posts

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

#291
Writing some fiction that I’ve wanted to get to for years. Releasing a chapter at a time.

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.

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

#294

https://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…

I really want to look at your art but it’s on twitter so I can’t!

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

#295
i'm writing https://aesthetic.computer which is a 'social computer' designed as a more open and integrated alternative to existing kids media networks like roblox and tiktok

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

#297
I’m currently spending most of my time building a social media posting platform for https://hellokea.com. This will be an additional tool for small businesses, complementing their helpdesk solution. It’s been interesting to build the entire UI using htmx, aiming to make it comparable in performance and user experience to SPAs.

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

#299
post #93

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

I do this with Cursor for research work
Post reply on HN