Earlier quoted context omitted.
DevTools -> network -> Change the throttling to "offline"
Offline is not an option in Firefox, just progressively worse connection options.
Show HN: Print a WiFi Login Card
211–220 of 347 posts
Re: Show HN: Print a WiFi Login Card
#212qrencode -t utf8 'WIFI:T:WPA;S:network;P:password;;'
I wouldn’t ask if it wasn’t the top comment, on the current #1 front page story, but Can someone please explain this command, and why it is presumably given as a criticism of this submission?
Re: Show HN: Print a WiFi Login Card
#213I 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).
Re: Show HN: Print a WiFi Login Card
#214Re: Show HN: Print a WiFi Login Card
#215Earlier quoted context omitted.
My first though was "Why would I ever enter my wifi credentials into a web form?", but perhaps there are people who would...
To be fair it’s fairly easy to check that it didn’t send any data over the wire
Re: Show HN: Print a WiFi Login Card
#216A nice addition would be either (1) support other languages or (2 - simpler) the ability to edit the field titles (e.g. change from "Network name" to "Nome da rede").
Re: Show HN: Print a WiFi Login Card
#217[1] https://gist.github.com/ianobermiller/9f17f1022bc75c2228d742...
[2] https://bl.ocks.org/ianobermiller/raw/9f17f1022bc75c2228d742...
Re: Show HN: Print a WiFi Login Card
#218Earlier quoted context omitted.
People love to constantly say "Want to learn to code? Make projects! projects! projects!" and then when someone makes a project as a means to learn a particular technology, now people turn up their nose and say "ew, why did you use this?" Anyway, this project provides exactly what I needed. Thanks to OP for sharing! Slick and simple
> and then when someone makes a project as a means to learn a particular technology, now people turn up their nose and say "ew, why did you use this?" Why post your learning project on HN then? You advertise and get free critique. Double win in my book. What's wrong with that?
Re: Show HN: Print a WiFi Login Card
#219Earlier quoted context omitted.
I can't speak for the poster, but sometimes the fun is in using tools you know. I don't know VanillaJS that well, so I took a stab at the same concept: https://q726kbxun.github.io/qrcodes/ Not nearly as pretty, since I know even less about making pages pretty, but still, a fun little stab at making such a site.
Would be nice if the code was in an image I could save.