Thursday, February 24, 2022

Show HN: I made a 2D/3D digital asset management application https://ift.tt/SDZRa9X

Show HN: I made a 2D/3D digital asset management application https://ift.tt/1rScQDJ February 24, 2022 at 03:48AM

Show HN: I Designed and Built an eBike https://ift.tt/ICTXmb5

Show HN: I Designed and Built an eBike This post shows and explains the design of the eBike I built myself. I decided to post it on this specific forum because this is where it all started, by stumbling on another post, as mentioned in my entry. https://ift.tt/pOC78cj February 24, 2022 at 03:16AM

Show HN: Test how Aesthetic your Photo is https://ift.tt/T3vYe0y

Show HN: Test how Aesthetic your Photo is https://ift.tt/V6pfWzu February 23, 2022 at 11:38PM

Show HN: Flatsauce – Database with Decoupled Storage and Compute https://ift.tt/u53hOf9

Show HN: Flatsauce – Database with Decoupled Storage and Compute Hi HN, this is Soheil (https://flatsauce.com). Flatsauce is a cloud database service that separates storage from compute while horizontally scaling your database cluster. Think of it as a Postgres read/write cluster with several nodes except that all the nodes in Flatsauce share the same storage. Flatsauce intelligently routes data between the nodes and incorporates a file locking mechanism to ensure there is no data corruption. In traditional read/write replication scenarios usually a write instance is the source of truth. First data is written to the write server then the data is copied to all the read nodes. When more read nodes are needed to run long-running queries the storage needs to be copied for each node. Flatsauce reduces the cost to run a database cluster by eliminating the need to duplicate the data storage every time a new node is added to the cluster. February 24, 2022 at 12:46AM

Show HN: Writing as a Software Engineer https://ift.tt/gAwhCXj

Show HN: Writing as a Software Engineer https://ift.tt/IpAbhzF February 24, 2022 at 12:08AM

Wednesday, February 23, 2022

Show HN: Attach Gateway – one-command OIDC/DID auth for local LLMs https://ift.tt/YI3x9Gt

Show HN: Attach Gateway – one-command OIDC/DID auth for local LLMs We’ve been building local and on-prem agent workflows for open-source LLM...