Live data from Hacker News

Show HN: Print a WiFi Login Card

wificard.io

261–270 of 347 posts

Re: Show HN: Print a WiFi Login Card

#261

Earlier quoted context omitted.

But now you’re paying for keeping a server online, whereas a GitHub page could’ve hosted this static website for free.

He did this for fun, his motivation wasn't to find the cheapest way to host his content.

I honestly don't understand where's the fun in using docker for anything.

Unless one is into masochism.

Re: Show HN: Print a WiFi Login Card

#262
post #251
post #246

Earlier quoted context omitted.

I'm more curious about why you hate printers.

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

#263
post #244

Earlier quoted context omitted.

It's literally a webpage with some javascript, so if you save it along with the asset files, you can just open the page in browser from your filesystem, no need to specially host it or start anything. But yes, I agree running a command like qrencode from terminal is easier in the long run.

Does that work for node.js apps?

Yes, but it depends if the node.js app has the option of generating a fully static site. But it will also need to generate relative links for the browser to be able to directlyy load the site

Re: Show HN: Print a WiFi Login Card

#264
This looks like a simple WiFi password generator, a cooler solution would be to generate one-time passwords for guests. When someone comes to you, they can click on the touch display to generate a password, each guest can then have a separate VLAN.

Re: Show HN: Print a WiFi Login Card

#265
post #207
post #34

qrencode -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?

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.

Re: Show HN: Print a WiFi Login Card

#266

Earlier quoted context omitted.

We’re moving far, far away from the observability and introspection that once made the web a transparent medium. First it was minified JS, then it was minified and obfuscated JS, then it was using a canvas instead of the DOM to prevent even HTML inspection, and now it’s binary executable payloads (WASM) rendering to a WebGL context with zero introspection possible.

Is there actually a popular site that uses WASM / WebGL the way you mention it?

If you are willing to accept web sites (or rather web apps) that are popular among designers, then Figma is one notable example.

https://www.figma.com/blog/webassembly-cut-figmas-load-time-...

Re: Show HN: Print a WiFi Login Card

#267

Earlier quoted context omitted.

Offline is not an option in Firefox, just progressively worse connection options.

It's a bit less convenient, but I think you can accomplish the same using a `*` request blocking rule: https://i.imgur.com/SYgAxuW.png

That works, but you need to keep the "Developer tools" frame open. Once it's closed, the blocking is gone. (Try it with an infinity feed.)

Re: Show HN: Print a WiFi Login Card

#268

Earlier quoted context omitted.

Offline is not an option in Firefox, just progressively worse connection options.

You could also just see that no network requests are sent when you type.

And once you see them, you do what? Rollback reality?

Re: Show HN: Print a WiFi Login Card

#269
post #207

Earlier quoted context omitted.

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?

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)

Re: Show HN: Print a WiFi Login Card

#270

Earlier quoted context omitted.

This is a staggeringly passive aggressive comment, who hurt you?

I disagree and I found both the command line and ui versions interesting, kudos to both OP and the CLI poster :) As stupid as it sounds I didn’t realize there was a wifi scheme for a uri-like syntax on phones

I definitely found the qrencode command interesting, just not the reply to which I replied.
Post reply on HN