Show HN: Print a WiFi Login Card
41–50 of 347 posts
Re: Show HN: Print a WiFi Login Card
#42I think nobody ever has scanned the QR code.
Re: Show HN: Print a WiFi Login Card
#43Re: Show HN: Print a WiFi Login Card
#44I do wish there was an option to safely disable all connectivity in a browser tab (forever) like with Javascript or camera access. Yes, saving the page, disconnecting your network connection, then deleting the page would work, but it's a real bother.
Airplane mode?
Re: Show HN: Print a WiFi Login Card
#45On ios it works fine with the default camera app, but what about android? I'd guess support varies depending on vendor?
Once it sees a QR code then it shows some text that you can touch to open the link.
Re: Show HN: Print a WiFi Login Card
#46Re: Show HN: Print a WiFi Login Card
#47I got a QR code like this on the wall with the SSID and the password written on the paper as well as a NFC tag with the wifi credentials between the paper and the wall. I think nobody ever has scanned the QR code.
Re: Show HN: Print a WiFi Login Card
#48I do wish there was an option to safely disable all connectivity in a browser tab (forever) like with Javascript or camera access. Yes, saving the page, disconnecting your network connection, then deleting the page would work, but it's a real bother.
I'm not sure if this affects service workers though.
Re: Show HN: Print a WiFi Login Card
#49Asking as a person who understands the fundamentals of all of the technologies involved but is horrified by much of what goes on in the minds of today's web developers and designers, what motivates the decision to make this repo use make, docker, yarn, npx, nginx, react, and jest rather than a bit of static HTML and css and something like qrjs2.js or VanillaQR.js with a simple canvas or datauri update in onInput?
If the maintainer is comfortable using that technology, let it be. No need to rain fire on it.
Re: Show HN: Print a WiFi Login Card
#50Love the source code, so clean. First time I see a makefile used like that with Docker and front commands.