Thursday, February 24, 2022

Wednesday, February 23, 2022

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


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

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

भगोड़े कारोबारियों से वसूली:केंद्र ने सुप्रीम कोर्ट को बताया- माल्या, मोदी और चौकसी ने अब तक 18,000 करोड़ रुपए बैंको को वापस किए


via देश | दैनिक भास्कर https://ift.tt/sDq9nKZ

Sunday, February 20, 2022

Show HN: First milestone of my first GBC game – a StickRGB re-implementation https://ift.tt/oDva9d7

Show HN: First milestone of my first GBC game – a StickRGB re-implementation https://ift.tt/8H6luR3 February 21, 2022 at 12:10AM

Show HN: Zero-downtime PostgreSQL migrations for Ruby on Rails https://ift.tt/AsmVwDx

Show HN: Zero-downtime PostgreSQL migrations for Ruby on Rails https://ift.tt/Q7PN5xE February 21, 2022 at 12:36AM

Show HN: Newser, utility written in go to generate a pdf with news content https://ift.tt/8xHweTj

Show HN: Newser, utility written in go to generate a pdf with news content I've gotten myself a Supernote A5X (awesome device btw) and since it doesn't have a web browser or anything I've wanted to have a way to read news on it. I've hacked together this utility in a couple of days and it works wonders for me personally so I thought it might be interesting to others. It can also be used as a noise free newspaper generator as it removes images/ads/links and other noisy stuff. https://ift.tt/Su7EifL (there is a screenshot of the first page of the generated pdf) It scrapes (news) websites for content and puts it into a pdf. For me the pdf location is my dropbox supernote directory so my setup is to run this thing daily and have a fresh pdf with news whenever I want it. It's rough around the edges probably (currently added crawl support for verge, ars, engadget) but I think it's a good base so if anyone wants to contribute feel free. Some of the stuff I want to add is pictures (maybe), maybe parse the text html to include font styling and other stuff. I've tried to generalize it as much as possible so the crawling is pretty much automatic and is controlled by a config file where you define "rules" on how to parse the website. February 21, 2022 at 12:28AM

Show HN: On browser speech recognition for video control https://ift.tt/3xkHMFD

Show HN: On browser speech recognition for video control https://ift.tt/BQ1MAu6 February 20, 2022 at 11:38PM

Saturday, February 19, 2022

Show HN: Statusping.co – Website Monitoring Service https://ift.tt/Vmyj9eL

Show HN: Statusping.co – Website Monitoring Service Hi everyone Just launched a website monitoring service https://statusping.co . It constantly monitors your website and notifies you whenever it is unavailable or returns an unexpected response. If it seems like something useful to you please try it out https://statusping.co and let me know if you have any questions, feedback or anything else :) https://statusping.co February 19, 2022 at 11:53PM

Show HN: adamsreview – better multi-agent PR reviews for Claude Code https://ift.tt/MHScbfD

Show HN: adamsreview – better multi-agent PR reviews for Claude Code I built adamsreview, a Claude Code plugin that runs deeper, multi-stage...