Ask HN: What are you working on? (October 2024)
191–200 of 1001 posts
Re: Ask HN: What are you working on? (October 2024)
#192Re: Ask HN: What are you working on? (October 2024)
#193Finished a project that serves as a launching pad for GoLang HTTP APIs. It does decoding of request parameters into structs using instructions found in tags amongst a bunch of other utilities. I am learning react-native now. Just finished building a themed components library. These are for building a simple intelligence platform. Intelligence meaning a way to model entities, events, documents, and the link between th…
Re: Ask HN: What are you working on? (October 2024)
#194Re: Ask HN: What are you working on? (October 2024)
#195I'm writing a build tool for SQL. I like to write SQL directly and to use it's more powerful features (like stored procedures and Postgres' ltee extension). But this is gets difficult to manage in a linear, "migrations" based workflow. I want to edit a file tree organized by topic, not a series of scripts run in order. Which is to say, I want to edit it like I would any other codebase. I've written code allowing me t…
Re: Ask HN: What are you working on? (October 2024)
#196Just finishing off a few bits of setup and the crowd funding should be live.
Re: Ask HN: What are you working on? (October 2024)
#197Two completely unrelated things: 1. An infinite realtime canvas for people all over the world to collaborate on pixel art: https://everyonedraw.com/6/4298/8439 2. An LLM-powered translator specifically optimized for English speakers living in Spanish-speaking countries: https://translate-spanish.com The first one is purely for fun to scratch my own itch, and the second is solving some frustrations I've had with exist…
Re: Ask HN: What are you working on? (October 2024)
#198Re: Ask HN: What are you working on? (October 2024)
#199I have another ecommerce system that delivers boxes of organic produce all over the Seattle region.
So I am working on building an integration between the two systems. When a box of coffee is being shipped on the same day that the delivery company is already going to that region, redirect that box's fulfilment process away from USPS/FedEx and deliver it instead.
This saves 50% on shipping costs for the coffee company, and the delivery company gets paid for utilizing extra space in the delivery vans. It's been 4 months of work so far, and most of the individual pieces are working in production right now, hoping to enable all of it together this week or next. Just in time for the holidays ;)
The hardest part so far was integrating all the custom label generation, and mapping/routing so that it's seamless with the existing workflows of each company. The coffee company doesn't have a "separate" workflow for the new non-shipping orders, and the delivery company doesn't have a "separate" workflow for fulfilling orders they did not pack.
The real cherry on top is that it's built in such a way that N number of stores could integrate their stores into our fulfillment. This lets many local food producers who cant do their own fulfillment still participate in the local food economy without having "scale". It's kinda like an upside down Fulfillment By Amazon: they'll do your delivery for you as long as you sell through their store (and take their ever-increasing cut of the sale). This version lets the store owner maintain their own store, URL, branding, prices, availability, customer relationship, and margins, but then hook into our last-mile fulfillment.
Re: Ask HN: What are you working on? (October 2024)
#200You can check out the Chrome extension here https://chrome.google.com/webstore/detail/jgglahegfmldmibegm...
Future versions will have online storage and low touch tagging of archiving/tagging any online data. A mobile app is also planned.
Will be hosted at archivant.com