Thursday, 17 February 2022

Show HN: Reversle – Find the words given Wordle pattern and the solution word https://bit.ly/3LE7K6N

Show HN: Reversle – Find the words given Wordle pattern and the solution word https://bit.ly/3uXqrwk February 17, 2022 at 12:23PM

Wednesday, 16 February 2022

Show HN: What The Fake: Guess which headline is real? https://bit.ly/3HZxxUL

Show HN: What The Fake: Guess which headline is real? https://bit.ly/3LJimBl February 17, 2022 at 06:58AM

Show HN: GooReddit https://bit.ly/34LwNEs

Show HN: GooReddit https://bit.ly/3uXQuUo February 17, 2022 at 03:52AM

Show HN: HN to E-Book, Read HN on your E-Reader https://bit.ly/3HWhZBg

Show HN: HN to E-Book, Read HN on your E-Reader https://bit.ly/3vaMC2v February 16, 2022 at 05:09PM

Show HN: Read the Internet all at once – news, RSS, and newsletters on one page https://bit.ly/3GUJ3j9

Show HN: Read the Internet all at once – news, RSS, and newsletters on one page https://bit.ly/3iRibXc February 16, 2022 at 01:52PM

Show HN: Changewatch – see what’s changed between versions of policies https://bit.ly/36cpupz

Show HN: Changewatch – see what’s changed between versions of policies https://bit.ly/366HuBJ February 16, 2022 at 01:27PM

Show HN: Git-blame.nvim – a Git Blame plugin for Neovim written in Lua https://bit.ly/3LHmn9I

Show HN: Git-blame.nvim – a Git Blame plugin for Neovim written in Lua https://bit.ly/3GVPRNj February 16, 2022 at 01:21PM

Show HN: Simple App that picks an option out of a list https://bit.ly/3HU6lGV

Show HN: Simple App that picks an option out of a list A simple app I built since I was using random.org a lot to pick an option out of a list. There's also a flip a coin option as well as an option to input a list of options and get one extracted similar to a raffle Feedback is greatly appreciated https://bit.ly/3gRTZDk February 16, 2022 at 11:54AM

Tuesday, 15 February 2022

Show HN: The open-source icon sets that took me 12 years to create https://bit.ly/3JtR14n

Show HN: The open-source icon sets that took me 12 years to create https://bit.ly/3BnD2KD February 16, 2022 at 07:28AM

Show HN: Search for Reddit Posts via Google – SearchBettr https://bit.ly/3GScjXy

Show HN: Search for Reddit Posts via Google – SearchBettr https://bit.ly/3GSca6s February 16, 2022 at 02:49AM

Show HN: I made a stupid easy reminder app for iOS – feedback needed https://bit.ly/3LAB5PC

Show HN: I made a stupid easy reminder app for iOS – feedback needed https://apple.co/3uSKOuQ February 15, 2022 at 10:49AM

Show HN: Truetubestatus.com – Better service statuses for the London Tube https://bit.ly/3sKtTrs

Show HN: Truetubestatus.com – Better service statuses for the London Tube https://bit.ly/3GKpppO February 15, 2022 at 08:52AM

Monday, 14 February 2022

Show HN: Tools and code to make MicroPython development faster and more fun https://bit.ly/3uQMmFm

Show HN: Tools and code to make MicroPython development faster and more fun Because I love bringing small devices to life and I also love Python I was very excited when MicroPython started to be conveniently available for platforms like the ESP32. But it's still quite cumbersome and error prone to get your code on a device and make it run. And then you have to worry about wearing out the flash memory by continuously copying over new versions of your code. This is why I came up with "esp32_mpy_robooter" which I now use among a couple of private projects, e.g. for the Watchy ([1]) and the M5StickC ([2]). Rather than copying over modified Python files to the device over and over again it (the toolset) creates a RAM disk on the device and _fetches_ the source files via WiFi, which means you don't have to reboot the device and you can even stay in the REPL! Non-modified files are taken care of using file checksums and the server on your development machine (providing the actual source files) even pre-compiles them to byte code which makes them smaller and load faster. The project is far from ready and still needs a developer heart to like it but since I currently use it for me alone it can only grow to a lovable gem by making me feel someone else is valuing the effort - this is why I'm here :) [1]: https://bit.ly/3HQrxOj [2]: https://bit.ly/3JnJgN6 [3]: https://bit.ly/34ZZH3e [4]: https://bit.ly/3rRlyTS [5]: https://bit.ly/3JuMChq [6]: https://bit.ly/3rNdH9M https://bit.ly/34YgXWB February 15, 2022 at 07:08AM

Show HN: Our fair salary calculator for remote teams (+ template) https://bit.ly/34DdCfS

Show HN: Our fair salary calculator for remote teams (+ template) https://bit.ly/3BnH0CP February 14, 2022 at 03:13PM

Show HN: I made an app to help replace Taylor Swift songs on Spotify https://bit.ly/3uLiLgI

Show HN: I made an app to help replace Taylor Swift songs on Spotify https://apple.co/3GNGRK0 February 14, 2022 at 02:33PM

Show HN: Webflow profile card website pack https://bit.ly/3HNVUVf

Show HN: Webflow profile card website pack Inspired by carrd.co and Linktree I created a pack of 5 fully customisable profile websites that are fully responsive and easy to use. https://bit.ly/3rLByXc February 14, 2022 at 12:03PM

Show HN: JavaScript Knowledge Map https://bit.ly/34xKXsR

Show HN: JavaScript Knowledge Map https://bit.ly/34UAlDU February 14, 2022 at 11:10AM

Sunday, 13 February 2022

Show HN: No-code alternative to Retool, Appsmith, Internal, etc. https://bit.ly/34U0yT6

Show HN: No-code alternative to Retool, Appsmith, Internal, etc. Hi, founders! We’ve actually launched quite some time ago, but (semi)pivoted a few times along the way. Jet Admin is an app builder for creating internal tools, admin panels, dashboards, external portals, and so on without coding. You can connect to any backend, assemble a UI through the visual builder, and set up data binding, transformations, conditionals, etc. through the point-and-click interface. If you need to, you can create custom HTTP, SQL queries, make data transformations with JS, and embed custom UI components. We believe that product, data, operations teams should be able to build the very tools they use. And with HN being mostly the coder community, it’d be particularly interesting to hear your feedback/thoughts! https://bit.ly/34WzrXx February 14, 2022 at 07:20AM

Show HN: Gamedex, my collection of Three.js game dev experiments https://bit.ly/34RsbMH

Show HN: Gamedex, my collection of Three.js game dev experiments https://bit.ly/3BhQzTZ February 14, 2022 at 05:22AM

Show HN: Physically-based GPU raytracer from scratch https://bit.ly/3Jrc4Ve

Show HN: Physically-based GPU raytracer from scratch https://bit.ly/3JuvaK9 February 13, 2022 at 07:36PM