Tuesday, July 20, 2021

Show HN: Highlight all “1 point” news https://ift.tt/36Ms6rh

Show HN: Highlight all “1 point” news It seems nobody pays attention to 1 point news here and news from the main page are initially upvoted by bots (to get to there). So I've written a short userscript for this site to highlight all "1 point" entries: [...document.querySelectorAll(".score")].filter(x => x.innerText == "1 point").map(x => x.closest("tr").previousSibling.querySelector(".storylink")).forEach(x => x.style.backgroundColor = "#FF9") July 20, 2021 at 02:16PM

Show HN: Keep the entire team informed with data-driven updates https://ift.tt/3kC9gvo

Show HN: Keep the entire team informed with data-driven updates https://www.enform.io July 20, 2021 at 12:50PM

Show HN: CalDOM: An agnostic, reactive and minimalist JavaScript UI library https://ift.tt/3x0oPQ5

Show HN: CalDOM: An agnostic, reactive and minimalist JavaScript UI library https://caldom.org July 17, 2021 at 10:55PM

Show HN: Apollo GraphQL Learning Reference https://ift.tt/3zdVB1p

Show HN: Apollo GraphQL Learning Reference https://ift.tt/3kyhEM6 July 20, 2021 at 03:38AM

Show HN: I made a website that uses AI to analyze dental aligner reviews https://ift.tt/3rlQkC7

Show HN: I made a website that uses AI to analyze dental aligner reviews https://ift.tt/3xHXsLF July 20, 2021 at 04:08AM

Show HN: Spoonie – a Chrome extension to spoonerize any website https://ift.tt/2ToIQSw

Show HN: Spoonie – a Chrome extension to spoonerize any website https://ift.tt/3kv0GhT July 19, 2021 at 08:27PM

Monday, July 19, 2021

Show HN: Brython is an implementation of Python 3 running in the browser https://ift.tt/3ioJbgy

Show HN: Brython is an implementation of Python 3 running in the browser https://ift.tt/1uNnN2b July 19, 2021 at 09:29PM

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems https://ift.tt/onuTQWR

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems Anti-Cluely is a lightweight tool designed to detect common...