Monday, September 5, 2022

Show HN: Algochurn - Ace your next Technical Interview Round https://ift.tt/EsU5CLn

Show HN: Algochurn - Ace your next Technical Interview Round Hey HN! I built Algochurn - A place for front-end developers to practice most commonly asked front-end interview questions. Of all the available resources out there, I wanted to have a place where I could practice coding questions myself (and to mimic a coding interview setup) and solve the problems with a time based approach. After 2 months of questions curation, I've come up with the first set of questions that are being asked in Big product based companies that assess candidates on their React skills. Use Algochurn to speed up your interview preparation. Save and Bookmark questions, Mark question as completed and use a time bound approach to solve problems. Link: https://algochurn.com To all the developers out there looking for jobs, I wish you all the best. Let Algochurn help you in landing that dream job. :) https://ift.tt/3r5X0NE September 5, 2022 at 12:55PM

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: ReadMyMRI DICOM native preprocessor with multi model consensus/ML pipes https://ift.tt/H4txQBC

Show HN: ReadMyMRI DICOM native preprocessor with multi model consensus/ML pipes I'm building ReadMyMRI to solve a problem I kept runnin...