Remix.run Logo
darvid a day ago

building a few things currently

https://ultrasync.dev/ - this was built a few months ago but expanding to support team based features like centralized sharing and management of ADRs to enrich my coding agent's context, the ability to broadcast prompts to team members running the MCP server, and more. the core is open source and provides (i think) a novel approach to improving planning/exploration speed in coding agents, by building an LMDB and using Hyperscan (accelerated pattern matching) to build a lightweight lexical and semantic index for RRF search, all in a single MCP server that runs and indexes chat transcripts in the background, requiring zero prompting or "nudging" or additional setup.

https://mklogo.sh/?utm_source=hackernews - wanted to scratch a personal itch of having to repeat the same process to produce vectorized logos for my personal projects; generate decent quality logo in raster with various LLMs, attempt to vectorize via claude code and vtracer or other tooling, continue to iterate and tweak until various edge cases that result in corrupted or artifact ridden vector images are gone, or give up and try a new design, and then manually try to scale and apply transformations based on the use case (mobile icon, favicon, app icon, header logo, github org logo, etc.). this does that, vectorizes, gives you a branding package as a zip file, and lets you preview the assets in shadcn components so you get a real feel for how they'll look in prod.