Tuesday, July 12, 2022

Show HN: Simple Python struct format-string explainer https://ift.tt/adgHbf1

Show HN: Simple Python struct format-string explainer Hi everyone! As a side project I made a tiny static website that helps explain format strings used with Python's `struct` module. Type/paste in a format string and you get a quick explanation of the structure instead of having to look through the docs. It's open source, happy to hear any suggestions how to make it more useful. https://ift.tt/q1PU4ZD July 12, 2022 at 12:00AM

Monday, July 11, 2022

Show HN: Lldap, a Simplified LDAP Server https://ift.tt/5DNESL9

Show HN: Lldap, a Simplified LDAP Server Hi everyone! For the past year I've been working on a simple LDAP server for user management, targeted at self-hosted servers. The idea is that OpenLDAP is a pain to install, configure and manage, and on top of that you need a frontend if you want a web UI. LDAP instead provides a minimalistic LDAP server that supports the subset of LDAP needed for user management and authentication, with almost no configuration required, and a nice UI/API in front of it. We just released version 0.4 (and 0.3 actually) and it should now be stable enough to use it yourself! We've had some people using it for tests as well. https://ift.tt/QbUz4VB July 11, 2022 at 02:59PM

Show HN: Colorvote.io – ranking all 16,777,216 sRGB web colors by popularity https://ift.tt/FhKqBiw

Show HN: Colorvote.io – ranking all 16,777,216 sRGB web colors by popularity https://ift.tt/2D4npXS July 11, 2022 at 02:35PM

Show HN: CANDL, a Replacement for YAML https://ift.tt/G3y1Og0

Show HN: CANDL, a Replacement for YAML https://ift.tt/O62vpnz July 11, 2022 at 12:02PM

Show HN: Typewaiter, the typewriter that doesn't wait https://ift.tt/YEfTWMu

Show HN: Typewaiter, the typewriter that doesn't wait Howdy HN, just recently made this silly typewriter variant and think some of you might enjoy it so thought I'd share. Here the cursor takes no heed of what you're typing and just advances at a steady pace, with the effect that typing something reasonable-looking requires you to type at a very steady rhythm. There's also the bonus that the space character is no longer needed—you can (and kind of have to) just wait—so the keyboard minimalists among us can shave even more space off their devices. Only desktop for now. It's an interesting contrast to the last one I made—which requires you to do all the heavy lifting in moving the cursor position yourself— https://ift.tt/azGRjP9 https://ift.tt/zMatn2Z July 11, 2022 at 03:57AM

Show HN: A USB-Rubber-Ducky Blocker (Clarified) https://ift.tt/2Cj5uvN

Show HN: A USB-Rubber-Ducky Blocker (Clarified) https://ift.tt/C6ROBfL July 11, 2022 at 01:26AM

Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts https://ift.tt/4zG0F3J

Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts Made a tool to organize thoughts. Actually it is a mind tree, but in a more web-friendly form. It has pivoted from what I originally started building at evryca.com. Some years ago I got the idea of fractal conversation, instead of old-school tree/ladder-like comments. I wanted to see only comments related to the current level. I started making "something" with fractal comments. This "something" was a project discussion platform. But it turned out that even I myself don't use it, and the idea of fractal comments stuck there unused. And recently it dawned on me that it may be a conversation with yourself — thinking, brainstorming, taking notes, writing. So made this kind of cork/whiteboard, where one can dive into the subject and, being in the flow, write and see only related notes and rearrange them later. I'm trying to make it flawless and add keyboard shortcuts where it's possible (Ctr+Enter to submit idea, drag-and-drop to rearrange, Esc to jump level up). So finally I've made a tool that I use myself and will update it gradually (sorting, touch devices, ex/import (json, text), boards, more navigation with keyboard and other stuff, and login). https://www.evryca.com/ July 9, 2022 at 03:03PM

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/oIlJuUs

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...