Friday, 19 March 2021

Thursday, 18 March 2021

Show HN: Video Game in a Font https://bit.ly/3vGmxpB

Show HN: Video Game in a Font https://bit.ly/3tus3tw March 17, 2021 at 07:29PM

Show HN: Usage and crash reports for Python libraries and command line tools https://bit.ly/3lvFHtI

Show HN: Usage and crash reports for Python libraries and command line tools Understanding how your users experience your software is always difficult. It is especially difficult if we're talking about a developer tool like a library or command line utility. Devtool maintainers have to rely on GitHub issues and IRC/Slack/Discord to talk with their users. They miss out the experience of the majority of their users, who never build up the motivation to create an issue or post a message on Slack. Humbug addresses this problem. It collects developer tool usage reports and crash reports in a principled manner, only with the end user's full consent. Individuals or teams that maintain developer tools can use these reports to identify issues in their software, prioritize features, and in general improve their users' experience. You can find a lot more information on GitHub: https://bit.ly/2PaaqAd Here is a short YouTube video showing how Humbug works: https://www.youtube.com/watch?v=-k2c8o_sXC4 Humbug is free to use for small projects. I hope you find it useful. If you would like to discuss your use case in greater detail, I would love to speak with you in the comments. You can also reach me by email (check my profile). March 19, 2021 at 01:06AM

Show HN: Glue – Pandas as a DAG https://bit.ly/30UhnIz

Show HN: Glue – Pandas as a DAG https://bit.ly/3r0pBtk March 18, 2021 at 11:50PM

Show HN: R/shouldibuythisproduct because Amazon reviews is broken https://bit.ly/3qWmTop

Show HN: R/shouldibuythisproduct because Amazon reviews is broken https://bit.ly/3tDK34C March 19, 2021 at 01:04AM

Show HN: Inventhub – Electronics product design collaboration platform https://bit.ly/2OQtjsd

Show HN: Inventhub – Electronics product design collaboration platform https://bit.ly/2TAGH23 March 18, 2021 at 09:54PM

Show HN: SpectaQL – auto-generate GraphQL API documentation https://bit.ly/3cPU9ss

Show HN: SpectaQL – auto-generate GraphQL API documentation https://bit.ly/3vF7iNK March 18, 2021 at 09:47PM

Show HN: A Directory of Personal Blogs https://bit.ly/2P3Tmw2

Show HN: A Directory of Personal Blogs https://bit.ly/38V2DNO March 18, 2021 at 07:50PM

Show HN: Chat builder – Build a fully customizable open source chat-widget https://bit.ly/2PaSEgA

Show HN: Chat builder – Build a fully customizable open source chat-widget https://bit.ly/38SiaOk March 18, 2021 at 04:12PM

Show HN: Generate stick figure GIFs from a webcam using openpose https://bit.ly/3vDNTN9

Show HN: Generate stick figure GIFs from a webcam using openpose https://bit.ly/38RxyuE March 18, 2021 at 02:43PM

Show HN: LitiHolo – a desktop 3D hologram printer that makes true holograms https://bit.ly/2Qk5J7K

Show HN: LitiHolo – a desktop 3D hologram printer that makes true holograms https://bit.ly/3vMxBBR March 18, 2021 at 04:33PM

Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way https://bit.ly/2QeNG2F

Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way https://bit.ly/3cMAPMF March 18, 2021 at 04:19PM

Show HN: Obsidian - OTP Authenticator https://bit.ly/3qT6Wzu

Show HN: Obsidian - OTP Authenticator https://bit.ly/3tEV2uZ March 18, 2021 at 03:55PM

Show HN: Freeciv-Web https://bit.ly/3cLMCLq

Show HN: Freeciv-Web https://bit.ly/2QjZsJd March 18, 2021 at 10:12AM

Show HN: LDAP DN – PHP library for parsing and manipulating Distinguished Names https://bit.ly/3cPGrWO

Show HN: LDAP DN – PHP library for parsing and manipulating Distinguished Names https://bit.ly/3vxIjvT March 18, 2021 at 08:41AM

Show HN: Public SSH Jump and Port Forwarding Server https://bit.ly/38OtHyg

Show HN: Public SSH Jump and Port Forwarding Server I've made a neat service to access SSH over NAT. Unlike ngrok and alternatives with registration, custom software, non-preserved random URLs and ports, this solution is just a remote SSH server which does not require anything more than an SSH client to both host and connect. Technically it allows to publish any service over SSH (web, proxy, any TCP port really), but only with SSH as a destination you'll preserve end-to-end encryption and won't allow my server to snoop on potentially unencrypted traffic. The service is mostly intended to give remote access to the device as fast as possible, given it already has SSH client and server. To begin, just execute: ssh ssh-j.com Would be grateful for any feedback. ----- Looking for ways to expose SSH behind NAT? Search no further! Publish SSH server port of your laptop, which is behind NAT: ssh any-username@ssh-j.com -N -R laptop-behind-nat:22:localhost:22 ╭─╯ unique ╰─╮ │ device name ╭───╯ │destination│ │ namespace │ │ and port │ │address and│ │for your hosts│ ╰──────────────╯ │ port │ ╰──────────────╯ ╰───────────╯ Connect to the published SSH: ssh -J any-username@ssh-j.com laptop-behind-nat ↖ It's THAT easy! Published hosts are bound to the username. Other usernames can't access them. Pick a unique username (not root ) and get access to your devices anywhere! March 18, 2021 at 07:31AM

Wednesday, 17 March 2021