Monday, September 5, 2022

Breaking #FoxNews Alert : Biden approves Kentucky disaster declaration after devastating tornado


from Twitter https://twitter.com/RKarthickeyan1

September 05, 2022 at 08:29AM
via RKarthickeyan1

Show HN: HN dark mode in 2 lines of code https://ift.tt/x4QVhuH

Show HN: HN dark mode in 2 lines of code Paste this in the developer tools console of your browser document.documentElement.style.filter = "invert()" document.documentElement.style.background = '#fff' Edit: you can also create a bookmark with the code below in the URL field javascript: (() => { document.documentElement.style.filter = "invert()";document.documentElement.style.background = '#fff' })(); Then just click on the bookmark for instant dark mode September 5, 2022 at 06:51AM

Show HN: Run secure proxy with LE certs in just one command https://ift.tt/Kab185k

Show HN: Run secure proxy with LE certs in just one command https://ift.tt/P8X0zNm September 5, 2022 at 04:33AM

Show HN: Arda – better, faster XR computer https://ift.tt/73oksUp

Show HN: Arda – better, faster XR computer https://arda.computer September 5, 2022 at 03:57AM

Sunday, September 4, 2022

Show HN: Red Beans, a Poem Illustrated by Disco Diffusion https://ift.tt/NYDt7mg

Show HN: Red Beans, a Poem Illustrated by Disco Diffusion https://ift.tt/qeM3UFg September 4, 2022 at 08:24PM

Show HN: I made a pictionary game with Stable Diffusion https://ift.tt/GPtTig2

Show HN: I made a pictionary game with Stable Diffusion I used lixica.art to get image-prompt pairs. You are asked to guess the prompt. And given a score based on how close you were to the actual prompt. https://ift.tt/2ARI7CU September 4, 2022 at 07:30PM

Show HN: Illustrating Gutenberg library using Stable Diffusion https://ift.tt/kar9TFU

Show HN: Illustrating Gutenberg library using Stable Diffusion We are illlustrating existing books using stable diffusion and other ML models. We are currently on our quest to illustrate the Project Gutenberg library. This Show HN is really early in our journey and we are happy to receive your feedback! https://storybooks.ai/ September 4, 2022 at 08:18PM

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...