Sunday, 6 February 2022

Saturday, 5 February 2022

Show HN: CNC G and M Code Parser in Python https://bit.ly/3J9wvFM

Show HN: CNC G and M Code Parser in Python Python library for parsing G and M Code for CNC Machines. https://bit.ly/34EF6la February 6, 2022 at 03:15AM

Show HN: Lava lamp simulated by neural net in infinite loop https://bit.ly/3gqHDSt

Show HN: Lava lamp simulated by neural net in infinite loop duralava is a neural network which can simulate a lava lamp in an infinite loop. It uses a recurrent GAN that learns the physical behavior of the lava lamp. A noteworthy aspect is that can generate an arbitrarily long video of a (virtual) lava lamp, without diverging even after thousands of frames. https://bit.ly/3oNN6Yn February 5, 2022 at 04:52PM

Show HN: Turn CSVs into a PostgreSQL Endpoint or a REST API https://bit.ly/3J76E1y

Show HN: Turn CSVs into a PostgreSQL Endpoint or a REST API https://bit.ly/3B23oBq February 5, 2022 at 03:05PM

Show HN: How we automate our (complex) product screenshots https://bit.ly/3HHfnH6

Show HN: How we automate our (complex) product screenshots https://bit.ly/3J6ZyKc February 5, 2022 at 11:20AM

Show HN: Nine Letter Word – Daily Puzzle https://bit.ly/3sm5Q1Z

Show HN: Nine Letter Word – Daily Puzzle I've been playing Wordle and remembered this puzzle game I used to play with my grandfather. It's inspired by the block puzzles in many newspapers but made to be shorter: just guess the nine letter word. So I made a quick thing to play with my family like we used to. I thought you guys might enjoy it. https://bit.ly/3Hy3Qda February 5, 2022 at 09:58AM

Show HN: A Penny – answer questions, earn dollars https://bit.ly/3HurUO5

Show HN: A Penny – answer questions, earn dollars https://bit.ly/3gm4XAW February 5, 2022 at 08:18AM

Friday, 4 February 2022

Thursday, 3 February 2022

Show HN: I created a tool to generate socket.io project structures quickly https://bit.ly/3seUqNw

Show HN: I created a tool to generate socket.io project structures quickly https://bit.ly/3op4KkF February 4, 2022 at 06:17AM

Show HN: Printable Chess Set https://bit.ly/3IX3OMc

Show HN: Printable Chess Set https://bit.ly/3AWxshW February 4, 2022 at 05:18AM

Show HN: Hacking C++ to support Structure of Arrays https://bit.ly/34sc9IZ

Show HN: Hacking C++ to support Structure of Arrays Using my very primitive abilities with template metaprogramming, I put together a structure of arrays (SOA) class for C++. The point of SOA is that it can be cache friendlier. https://bit.ly/34lgGgu February 4, 2022 at 04:37AM

Show HN: Bring back the show desktop hover / aero peek feature on Windows 11 https://bit.ly/34xAEo6

Show HN: Bring back the show desktop hover / aero peek feature on Windows 11 https://bit.ly/3upLeby February 4, 2022 at 04:02AM

Show HN: Java TUI framework with sixel image support https://bit.ly/3JiKCZR

Show HN: Java TUI framework with sixel image support https://bit.ly/3uloTfv February 3, 2022 at 11:40PM

Show HN: Pothos – a plugin based GraphQL schema builder for TypeScript https://bit.ly/3J5ixFd

Show HN: Pothos – a plugin based GraphQL schema builder for TypeScript https://bit.ly/3uss30S February 3, 2022 at 11:15AM

Show HN: I made a little digital circuit simulator that operates on PNGs https://bit.ly/32VSy3r

Show HN: I made a little digital circuit simulator that operates on PNGs This is a little toy project of mine that lets you simulate digital logic graphs. It was inspired by Minecraft's Redstone and the Piet esolang. It's got some serious drawbacks-- you write circuits as PNGs and simulate them with a Python interface. It's slow to run and slow to experiment with. And it is certainly difficult to use for people with any kind of color blindness. But despite that, I hope this can still be a fun toy! https://bit.ly/3LawSSk February 3, 2022 at 04:55PM

Show HN: Veganize any recipe site with EatKind Chrome extension https://bit.ly/3uo8Ldg

Show HN: Veganize any recipe site with EatKind Chrome extension https://bit.ly/3olEIig February 3, 2022 at 02:31PM

Show HN: Emergency softlight for late night video calls https://bit.ly/3unMTyp

Show HN: Emergency softlight for late night video calls This has kind of a weird backstory, but in short, I am doing later and later video calls and needed a way to offset the blue tint of my laptop camera, so I hacked a quick web page to use my monitor as a softlight. Might not be suitable for all skin tones, and is a 30s hack that turned into a 15m one, so YMMV. https://bit.ly/3Gujghb February 3, 2022 at 01:00PM

Wednesday, 2 February 2022

Show HN: Create audio-reactive video for your music on browser https://bit.ly/3rlgO8G

Show HN: Create audio-reactive video for your music on browser https://bit.ly/3un0Htd February 3, 2022 at 07:05AM

Show HN: Find alternatives to almost any popular GitHub repo https://bit.ly/3IYwZ1D

Show HN: Find alternatives to almost any popular GitHub repo Several months ago, I built a "stealth" feature that I could use. It hasn't been advertised, and I've been the only user. As I find it useful for myself, I believe others (software developers) may like it too. So, this is the first public post about it, and if it gets any positive feedback, I may put some time into promoting it more. In essence, given that you've opened a GitHub repo (there are ~225k of the more popular ones indexed as of now), you can replace "github" with "libhunt" within the URL, and you will find the top alternatives and related projects. For example, here are three popular repos: - https://bit.ly/32SfpwO - https://bit.ly/3ohcMMn - https://bit.ly/34ul50i To test it out, open any of the examples above and replace "github" with "libhunt" within the browser URL. You can also try with any other repository as long as it's a bit popular. I'd be more than happy to answer any questions and receive some feedback. Thanks! February 3, 2022 at 12:15AM