I just bought a tiny farm, together with a friend. 1300m2 of dirt. Right now we’re just brainstorming but I consider that “working on it.” Neither of us has time to become farmers, and I will only spend a couple months a year near the Minifarm, so our possibilities are slightly constrained. But this can be an advantage! Our basic vision is a combination of low-effort agriculture, camping, and art, but we might also t…
Ask HN: What are you working on?
661–670 of 1001 posts
Re: Ask HN: What are you working on?
#662I’m working on a restaurant delivery cooperative: https://radish.coop . It’s basically like the other delivery platforms, except that it is owned by its users (so restaurants, employees and consumers) which vote on its direction and partake in its proceeds. I’m a restaurant owner/programmer who felt that things could be done more equitably and feared that the continued dominance of the current crop of platforms would…
Re: Ask HN: What are you working on?
#663They only need to take the picture of the food they are about to eat and the app will tell approximate range of how many points their blood sugar can rise. For example, if you take a picture of an apple, it can tell that eating a full apple will increase blood sugar by 5-15 points. Its a range because it depends on the quantity and the individual insulin resistance level. Its better than being blind to numbers and poking with needle every day.
Re: Ask HN: What are you working on?
#664Been documenting my process and the evolutions of complexity and considerations in a way to put together a book like http://craftinginterpreters.com/. Kinda hoping I can it to a point where you could implement the second section byte code machine entirely in a compiler you built... for the OS you built... for the CPU SoC you built... on a FPGA.
Re: Ask HN: What are you working on?
#665At the risk of sounding like I am kidding, I am building a personal productivity application. While the world is full of "todo" apps, they are essentially list management systems. They vary in aesthetics and mechanics but none of them help you do the hugely valuable work of planning years out and then driving your weekly planning and daily activity off these huge goals. More so, they profoundly fail to keep you accou…
Re: Ask HN: What are you working on?
#666You can customize your ring with any engraved image (inside or out) and then I use 3D printing on the backend to produce the ring in gold or silver. My most popular customization is a fingerprint ring. You can see some pictures of my website.
I spent a decent amount of time on the design software which uses fabric.js and three.js for design and visualization. The website is most a static site and uses google cloud run for the api.
Check it out, I’d love some feedback!
Re: Ask HN: What are you working on?
#667Mouse scroll wheel acceleration, implemented in user space, for Linux, Mac, Windows: https://github.com/albertz/mouse-scroll-wheel-acceleration-u... After asking for this feature for so long ( https://gitlab.freedesktop.org/libinput/libinput/-/issues/7 ), I realized that it is easy to implement this in user space. I'm quite happy with the result. This was intended for Linux, but it actually also works on MacOSX.
Re: Ask HN: What are you working on?
#668I'm working on a jigsaw puzzle website that started out as a fun side project last year. A few of my relatives are currently using it and enjoying it. Fun fact, the client is very lightweight and completely written in svelte, except for a tiny rust/wasm helper lib. The backend is 100% rust paired with postgres. I wrote my own tiny server framework on top of hyper which is much nicer to use than most of the heavier fr…
Re: Ask HN: What are you working on?
#669Have been working on this for about 2 years now, still not sure if anyone would want this ¯\_(ツ)_/¯
I would love to get some feedback. Please have mercy :)
Re: Ask HN: What are you working on?
#670It's a serverless single page app that opens and merges pull requests, and then creates a release on github (takes parameters such as branch base, branch head, and release notes) which then would trigger release pipeline(s).
It's been a cool learning experience learning. Got better at golang, doing my first front end (vuejs), and seeing what a serverless app actually looks like with cognito and bearer auth, dynamodb, etc.