Posted by david927 3/30/2025
Ask HN: What are you working on? (March 2025)
There are other similar tools out there—mostly web apps or CLI-based—but I found a VSCode extension to be the fastest and most convenient option for VSCode users.
Here’s the extension link: https://marketplace.visualstudio.com/items?itemName=H337.c2p
I'd love to get any feedback.
It is going pretty well, already 17k users signed up. There are many people using it daily which give me the motivation to continue working on this.
I just wish I had more time to spend on this instead of the boring CRUD app I work on for living.
As long as you don't need many advanced spatial functions (where PostGIS shines), and you make sure to minimize the use of GDAL to perform operations, it parallelizes processing quite nicely (most queries on large datasets saturate as many cores as you throw at it).
https://bsky.app/profile/jordanmorgan10.bsky.social/post/3ll...
I don't know which one I will actually implement, though.
https://www.inclusivecolors.com/
I use it myself for making branded palettes for projects because it gives you full control over the hue, saturation and lightness curves (instead of these being mostly autogenerated), and it helps you make tint/shades for multiple swatches at a time that go together (rather than a single swatch at a time).
Get in touch if you have any feature requests!
https://wohlben.github.io/factory-fractals/recipes/75?target... It's not really optimized for mobile though, and I actually forgot to give mobile users the recipe picker.
And there seems to be a strange bug only with the rare quartz recipe (it thinks it'll provide 1/4 more items then it does).
Did it also to learn rust, which made it easy to convert the engine code into webassembly and create a hand score calculator for the game :)! https://cerpins.com/mahjong-tool
Plans now are to finish the client, then freshen up the calculator with some QOL and visuals, surely a bug fix might be needed here and there as well.