Saturday, August 20, 2022

Friday, August 19, 2022

Show HN: ClavaScript: a ClojureScript syntax to JavaScript compiler https://ift.tt/gRWMhmB

Show HN: ClavaScript: a ClojureScript syntax to JavaScript compiler https://ift.tt/PjbrDZF August 19, 2022 at 07:12PM

Show HN: An HTML endless runner under 900 lines without frameworks or libraries https://ift.tt/W2ikv5y

Show HN: An HTML endless runner under 900 lines without frameworks or libraries My wife and I recently submitted to a mobile game jam on Newgrounds (yes, it's still around). What started as a question of whether we could do it somehow morphed into whether we could do without so many of the seemingly needless complications rampant in our respective industries. My wife thus did all the art as traditional frame-by-frame animation (no puppets or tweening) and I preceded without a game engine. I did use a pre-processor that gives JS a Lisp syntax (Parenscript), because C-syntax is gross. We hope the end result, while definitely of small scope, will serve to inspire some thought as to what is and isn't needed in your next project. https://ift.tt/dnCYKg3 August 19, 2022 at 09:42AM

Breaking #FoxNews Alert : Number of dead rises after devastating tornadoes, Kentucky governor announces


from Twitter https://twitter.com/RKarthickeyan1

August 19, 2022 at 12:29AM
via RKarthickeyan1

Thursday, August 18, 2022

Show HN: I made a writing tool that asks questions like Socrates https://ift.tt/Kp3fZMm

Show HN: I made a writing tool that asks questions like Socrates https://www.scraft.ai/ August 18, 2022 at 11:26AM

Show HN: I spent a year designing a low profile, minimal mechanical keyboard https://ift.tt/YAv7pdu

Show HN: I spent a year designing a low profile, minimal mechanical keyboard Hi HN, During lockdown I took up the keyboard hobby but I couldn't find anything I liked the aesthetic of. So I set out to design my own keyboard from scratch that shunned the gamer look in favour of a more minimal, serious design. I've built several prototypes but I would love to get some feedback from the HN community. https://ift.tt/SRotN9p August 18, 2022 at 02:54PM

Show HN: MyNotifier – Simple Notifications https://ift.tt/sZ9bfLh

Show HN: MyNotifier – Simple Notifications https://ift.tt/AJMg0tm August 18, 2022 at 03:06PM

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