Sunday, October 2, 2022

Show HN: placesloth.com – generate placeholder images of sloths https://ift.tt/ZKVvSCL

Show HN: placesloth.com – generate placeholder images of sloths Hey all, Last week I had to make a couple of test pages and turned to one of my favorite sites to fill it with some imagery: https://placebear.com/ There's a pretty large amount of sites like this, but none seemed to be serving the superior animal: sloths. So I hacked this together quickly over the weekend. It's definitely ugly code and an ugly approach, nothing prevents this from going OOM, it'll probably fall over under a bit of load (or when the single spot instance running it gets replaced), but it was fun to build and fills my needs. Hope this inspires you to expand the placeholder generator landscape, or at least include some sloths on your test pages :) https://placesloth.com/ October 3, 2022 at 01:55AM

Saturday, October 1, 2022

Applying For A Home Loan? Check The Steps And Documents Required

Once the loan is completely repaid at the end of the tenure, the borrower gets complete ownership of the property

from Top Business News- News18.com
via IFTTT

Show HN: Tiny public domain regex library with UTF-8 support https://ift.tt/rEKlMNO

Show HN: Tiny public domain regex library with UTF-8 support https://ift.tt/yAJuwRh October 2, 2022 at 11:38AM

Show HN: GhostLabel – Make Your Own Bottled Water Label https://ift.tt/d39h1tN

Show HN: GhostLabel – Make Your Own Bottled Water Label https://ift.tt/EuFw2RL October 2, 2022 at 07:56AM

Complete cloud integration in India still a complex issue: Report

The IBM Transformation Index: State of Cloud is based on a survey conducted by independent research firm The Harris Poll across 12 countries, including the USA, UK, Germany, Canada and India, among companies with revenues over $500 million.

from Tech-Economic Times
via IFTTT

Show HN: SigNoz – open-source alternative to DataDog, NewRelic https://ift.tt/E2gDWSM

Show HN: SigNoz – open-source alternative to DataDog, NewRelic https://ift.tt/nCRKtLZ October 2, 2022 at 12:30AM

Show HN: Sksql a Database Engine in TypeScript https://ift.tt/dOyc453

Show HN: Sksql a Database Engine in TypeScript Hi! I wanted to understand more about databases' internals so I wrote one from scratch. It has a T-SQL inspired syntax with support for functions and procedures. It can be used stand-alone as a SQL engine or with a server allowing for persistence and replication to other connected clients. Performance are nothing near sqlite of course but that's beside the point. It’s a small database engine that can run in a web app as a way to store session data, do small calculations on a web worker, store the document/data the user is editing or facilitate “multiplayer” feature by broadcasting the queries the web app is running. The server runs in a container for that specific document and shutdowns automatically after a set amount of minutes of inactivity. https://ift.tt/SbHv6np October 1, 2022 at 09:24PM