Today I'm writing a Postgres native function to derive UUIDs from an integer primary key using AES intrinsics. This lets me expose public UUID keys while still using an efficient 64-bit sequential primary key. Not sure if I'll use it compared to just using conventional uuidv7 but it's nice to have options.
Ask HN: What are you working on? (February 2026)
461–470 of 1001 posts
Re: Ask HN: What are you working on? (February 2026)
#462Today I'm writing a Postgres native function to derive UUIDs from an integer primary key using AES intrinsics. This lets me expose public UUID keys while still using an efficient 64-bit sequential primary key. Not sure if I'll use it compared to just using conventional uuidv7 but it's nice to have options.
Re: Ask HN: What are you working on? (February 2026)
#463Something I call a relational compiler. It makes Spark batch jobs run 10x faster by turning Postgres into a compute runtime.
Re: Ask HN: What are you working on? (February 2026)
#464A tiny web app for busy weeknight cooking. You tap in what ingredients you’ve got, add a time limit + a couple of preferences, and it gives you 3 genuinely doable dinner ideas with step-by-step recipes (no “manage your pantry”, no endless scrolling). https://spud.recipes It’s early, but people seem to like the “use up what you’ve got” angle. Feedback very welcome.
Took photos of the fridge and pantry and asked the AI to identity all the food and create recipes.
Re: Ask HN: What are you working on? (February 2026)
#465I am using gemini-flash-image and veo-fast and it's impressive what you can do with them.
Re: Ask HN: What are you working on? (February 2026)
#466https://github.com/DumbMachine/pg-fs
A version of it powers my local rubber duck thoughts and voice note store. Like an explicit chatgpt memory store, helps with information fomo cause I know finding the needle in haystack would be easy.
Re: Ask HN: What are you working on? (February 2026)
#467https://sampler.meiji.industries/ I built a TUI sampler which cherry-picks my favourite features from modern & vintage hardware samplers, DAWs, plugins, outboard FX gear, and DJ equipment. If you know what an AKAI MPC Live, MPC 3000, SP404, SP1200, BOSS RC-202, Alesis 3630, Serato Sample, S950 filters, and stem separation does, then you'll love seeing these "greatest hits" up in a terminal interface. Last year while…
Re: Ask HN: What are you working on? (February 2026)
#468Re: Ask HN: What are you working on? (February 2026)
#469Re: Ask HN: What are you working on? (February 2026)
#470A south african wireguard-based consumer VPN service - surprisingly complex under the hood, about 6 months in the making so far!
Apple app store review is the biggest hurdle currently