Tuesday, June 28, 2022

Monday, June 27, 2022

Show HN: AI powered food ingredient analysis for healthier shopping https://ift.tt/3Cd5c7R

Show HN: AI powered food ingredient analysis for healthier shopping Itsmyfood is a Calorie Counter App that encourages healthy eating with Food Additive Library for healthy grocery shopping and a meal planner to make healthy meal plans. Users can access the AI-powered food ingredient analysis by simply scanning a barcode. available at https://ift.tt/in56LKI https://ift.tt/gRL1fam June 27, 2022 at 05:32PM

Show HN: Rapidly Develop CRUD Web Apps with Locode https://ift.tt/nGeJ5uz

Show HN: Rapidly Develop CRUD Web Apps with Locode https://www.locode.dev June 27, 2022 at 03:34PM

Show HN: Yboard is a multiplayer desktop-like workspace based on CRDT https://ift.tt/SBKk5wg

Show HN: Yboard is a multiplayer desktop-like workspace based on CRDT I've always been curious about real-time multiplayer user interfaces. When I found out about CRDTs and Yjs[1] I thought they could serve as a solid base for a project like that. So I built this pretty simple desktop-like UI (heavily inspired by lifeat.io) and used Yjs to replicate the whole UI state among multiple peers, creating the experience of a unique interface. Try online: https://yboard.lol [1]: https://ift.tt/5vLNSos https://ift.tt/oybwCsh June 27, 2022 at 01:03PM

Show HN: A framebuffer console viewer, pure Go https://ift.tt/JPRe0mE

Show HN: A framebuffer console viewer, pure Go Another Sunday afternoon project: add some pizzaz to your boring bare metal or virtual machine consoles! Written as a single Go binary; no dependencies. https://ift.tt/NgPXFYd As usual, feedback please! June 27, 2022 at 04:46AM

Show HN: Petri – Drop-in Postgres image that forks a DB per test https://ift.tt/APIWNEf

Show HN: Petri – Drop-in Postgres image that forks a DB per test Rolling it out at work to parallelize 4,257 tests across 5 services. It fix...