Ask HN: What are you working on (September 2024)?
241–250 of 1001 posts
Re: Ask HN: What are you working on (September 2024)?
#242Prompting 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…
Re: Ask HN: What are you working on (September 2024)?
#243I'm working on a production version that allows for the cloning of identification cards with or without RFID using a 7 color epaper display I call psychic paper. Raw BOM is ~$100 I presented it at skywalks and defcon 32. The hardware and software is really all built out the real thing is to find the right epaper display (4.01 inch 7 color display) and an easy way to display the badge. I moved to a pimoroni instead of…
Re: Ask HN: What are you working on (September 2024)?
#244Re: Ask HN: What are you working on (September 2024)?
#245There are a lot of older films that are not audio described, and so every now and again I pick a film and write a script, and another volunteer records and mixes the narration track.
It takes about 2+ hours to describe about 20 minutes, and the film itself is 2 hours.
Sample:
68
00:11:18,219 --> 00:11:33,169
They step through doors marked "Research Laboratory". The wheel shaped cover stone towers over them, mounted upright on the wall. The disc in the centre has a cartouche, a vertical panel of symbols. Jackson stares up at it open mouthed.Re: Ask HN: What are you working on (September 2024)?
#246Re-creating a vectorized version of Amiga's system font.
Since I've always found font's online to be unreasonably opaque, the glyphs are stored in a TOML file, edited in Blender and exported using FontForge.
Re: Ask HN: What are you working on (September 2024)?
#247Re: Ask HN: What are you working on (September 2024)?
#248A course on using modern Python constructs and tooling. (uv, coding with AI, pytest, type annotations, etc).
A book on interviewing for Python coding jobs.
Planning next book on either catboost or duckdb.
Ideas that I'm thinking about: how AI helps established programmers and new programmers.