Show HN: Print a WiFi Login Card
311–320 of 347 posts
Re: Show HN: Print a WiFi Login Card
#312Earlier quoted context omitted.
No, how can you not know the difference between RAM and disk in a server context? What sort of programmers are these?
I know the different between RAM and disk in a server context (what sort of programmer wouldn't?!), but I've worked pretty exclusively in no-persisted-storage environments (mostly Heroku) for ~5 years now, where referring to "saving" files/data outside of a DB context almost exclusively means "save to memory" and I routinely run into problems whenever my stack requires downloading any sort of third-party library that…
Re: Show HN: Print a WiFi Login Card
#313Re: Show HN: Print a WiFi Login Card
#314Re: Show HN: Print a WiFi Login Card
#315Earlier quoted context omitted.
For users of NetworkManager: nmcli device wifi show-password
Wow thanks. I just learned something new. This is now my favourite way to grab the WiFi password.
Why has it never occurred to me that I might be able to use a QR code? I always do `sudo cat /etc/NetworkManager/system-connections/TheSSID.nmconnection | grep psk`, type in my root password and then re-type the passphrase manually on my phone. The amount of time this is going to save me…
Re: Show HN: Print a WiFi Login Card
#316Earlier quoted context omitted.
So don’t allow GET with query params. You want the static moniker? It has to be static. No server interaction after load, and no sending any data during load.
You can still hide the data in "folders". /foo/bar/baz/buz can be totally dynamic on the server.
Re: Show HN: Print a WiFi Login Card
#317Earlier quoted context omitted.
Wow thanks. I just learned something new. This is now my favourite way to grab the WiFi password.
+1 Why has it never occurred to me that I might be able to use a QR code? I always do `sudo cat /etc/NetworkManager/system-connections/TheSSID.nmconnection | grep psk`, type in my root password and then re-type the passphrase manually on my phone. The amount of time this is going to save me…
Re: Show HN: Print a WiFi Login Card
#318Earlier quoted context omitted.
There is an inherent skepticism about typing your password into a web form even/especially if it says it is not sent to the server. My read of this comment was on the one hand telling security conscious people how to achieve the same goal in a way that does not leave the computer, and on the other hand putting a lower bound on the complexity of the value provided by the site.
https://github.com/fukuchi/libqrencode This doesn't look "simpler" after a quick look, and it's a hard dependency of the GP solution. (I completely agree on the local-only guarantee that this one provides, though)
You're on your own machine, you know the exact spec used to generate the QR, and while you're at it, you can use the same tool to generate TOTP QR codes and WireGuard configurations and a bunch of other things like links to websites or automations for Tasker (et al).
The world is your oyster when you know what and how the "magic" works, and while you're at it, you aren't risking pasting your WiFi passwords into some random website.
Re: Show HN: Print a WiFi Login Card
#319Earlier quoted context omitted.
If OPs experience is anything like mine, they just suck at doing their job. There's often some silly reason its stuck, or it prints wrong, or the colors are off, etc, its really just a super painful experience and I can't believe its still so bad.
Is this some meme I didn't hear about?
Re: Show HN: Print a WiFi Login Card
#320I can also recommend drawing it instead of printing if you hate printers with the same passion as me. Record to beat for drawing a working QR code is 3 tries and I think about three hours (for an SSID of 13 bytes (5 unicode characters) and 19-character password). I did it mostly out of curiosity how hard it would actually be (spoiler: medium difficulty).
Thank you so much for the inspiration! I had a very relaxing time drawing my own as well, just now. It is interesting how many ideas come to oneself when drawing and filling the grid. By the end I had all sorts of weird MC Escher style insanity.