Thursday, September 1, 2022

Show HN: Encrypted Git hosting should be easy https://ift.tt/zFEOMw1

Show HN: Encrypted Git hosting should be easy https://ift.tt/tlASUfK September 1, 2022 at 05:12AM

Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman https://ift.tt/b28Prvz

Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman Hey HN, I built this because I wanted a portable version of Insomnia I could access anywhere I am, without installing anything. The application is a PWA, so it will not load resources again after the first load, unless there's an update. It uses IndexedDB and loads quite fast even with a lot of nested requests and folders. Import from Postman and Insomnia is available making it easy to import your pre-existing request collections. Only limitation is that it only supports CORS enabled endpoints for now. I plan to add cors proxy support later on. There is of course the electron build ( https://ift.tt/udIKZ3V ), which can be used to bypass cors but that kinda defeats the portability of the app but it is an option. GitHub repo: https://ift.tt/ZzcpvT3 https://restfox.dev August 31, 2022 at 10:46PM

Show HN: Reach 100 – a (unsolvable?) puzzle game https://ift.tt/4J0L6Pi

Show HN: Reach 100 – a (unsolvable?) puzzle game I recently remembered a game we used to play with pen and paper some 20 years ago, where you need to fill a 10x10 grid writing numbers in the grid up to 100 following 2 simple rules. After showing it to my kids I thought it would be nice to adapt it digitally so that they could play it more often (not needing to draw the grid etc.) and so that other people could play it as well. What I'm really interested in with this submission (beyond general feedback) is wether anybody knows the origin of the game and if it's solvable. Because that's the catch, my highest score of all time is 97 and it doesn't seem to be possible to go higher. I have the feeling this game is an adaptation of a more general problem and probably has its origin in some lecture. So, once again, if you know where it comes from I'd be really grateful. Alternatively I would love to know if there is a possibility to prove if it's solvable or not. (It's made for mobile but it works on desktop as well with keyboard shortcuts around the S key in a QWERTY layout) https://reach-100.com August 31, 2022 at 10:42PM

Show HN: Scittle – run Clojure directly from browser script tags https://ift.tt/wJAZiuV

Show HN: Scittle – run Clojure directly from browser script tags https://ift.tt/XyDO9Ew August 31, 2022 at 11:34PM

Wednesday, August 31, 2022

Show HN: Cppq – Simple, reliable and efficient distributed task queue for C++17 https://ift.tt/o0PYO2V

Show HN: Cppq – Simple, reliable and efficient distributed task queue for C++17 https://ift.tt/bGzLdpN August 31, 2022 at 01:20AM

Show HN: Go, JSON, Streaming and Generics https://ift.tt/FEhG9la

Show HN: Go, JSON, Streaming and Generics I needed an easy way of handling large JSON blobs (200MB+) which I found is easy, but very verbose, using encoding/json. Dealing with deeply nested structs was a real pain so I wrote myself a wrapper around it - https://ift.tt/XKebOoB - thanks to generics it can be very thin. https://ift.tt/XKebOoB August 30, 2022 at 11:36PM

Show HN: AutoHotkey for Linux https://ift.tt/x9ZsVfX

Show HN: AutoHotkey for Linux https://ift.tt/hPvfZwm August 31, 2022 at 12:56AM

Show HN: I built a Raspberry Pi webcam to train my dog (using Claude) https://ift.tt/14pnsOW

Show HN: I built a Raspberry Pi webcam to train my dog (using Claude) Hey HN! I’m a Product Manager and made a DIY doggy cam (using Claude a...