As a tip, you can use the ` ` tag [1] to make the browser automatically refresh after N seconds and keep the tab always up to date. [1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/me...
Show HN: Live-updating version of the 'What a week, huh?' meme
21–30 of 162 posts
Re: Show HN: Live-updating version of the 'What a week, huh?' meme
#22[0] https://i.kym-cdn.com/photos/images/original/002/125/139/0ff...
Re: Show HN: Live-updating version of the 'What a week, huh?' meme
#23> Current time is determined by a Cloudflare Worker using the request IP I was scratching my head for a while wondering why you need an IP address to determine the current time… I’m inferring this means geo-locating the IP to determine the client’s time zone and then using that to convert server time to the user’s local time, right? Makes me think, it would be nice if there was a standard request header to specify pr…
Re: Show HN: Live-updating version of the 'What a week, huh?' meme
#24As a tip, you can use the ` ` tag [1] to make the browser automatically refresh after N seconds and keep the tab always up to date. [1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/me...
Does that mean I can also send the „Refresh“ http header to do that?
In a similar vein, you can also use `Link: foo.css; rel=stylesheet` instead of `` to specify stylesheets. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li...
Re: Show HN: Live-updating version of the 'What a week, huh?' meme
#25Earlier quoted context omitted.
> Makes me think, it would be nice if there was a standard request header to specify preferred TZ for 'local time', That's a another data point for fingerprinting, sadly. Not that Chrome would care, but Firefox and Safari teams do, I guess.
It could be opt-out/opt-in and then all six users that care about privacy could do as they wished.
Re: Show HN: Live-updating version of the 'What a week, huh?' meme
#26> Current time is determined by a Cloudflare Worker using the request IP I was scratching my head for a while wondering why you need an IP address to determine the current time… I’m inferring this means geo-locating the IP to determine the client’s time zone and then using that to convert server time to the user’s local time, right? Makes me think, it would be nice if there was a standard request header to specify pr…
You could also compute the speech bubbles on the client's side...
> No JavaScript is sent to the browser.
Is a design goal. I doubt it is possible without JS. Especially inside SVG.
Re: Show HN: Live-updating version of the 'What a week, huh?' meme
#27> Current time is determined by a Cloudflare Worker using the request IP I was scratching my head for a while wondering why you need an IP address to determine the current time… I’m inferring this means geo-locating the IP to determine the client’s time zone and then using that to convert server time to the user’s local time, right? Makes me think, it would be nice if there was a standard request header to specify pr…
> Makes me think, it would be nice if there was a standard request header to specify preferred TZ for 'local time', That's a another data point for fingerprinting, sadly. Not that Chrome would care, but Firefox and Safari teams do, I guess.
Firefox’s “resist fingerprinting” does a lot of things to stop fingerprinting. One of those things is that it fakes my time zone as being UTC. 99% of of the time I never notice this being an issue. But occasionally I’ll try to pull up the wordle late in the day and get tomorrows puzzle.
Re: Show HN: Live-updating version of the 'What a week, huh?' meme
#28> Current time is determined by a Cloudflare Worker using the request IP I was scratching my head for a while wondering why you need an IP address to determine the current time… I’m inferring this means geo-locating the IP to determine the client’s time zone and then using that to convert server time to the user’s local time, right? Makes me think, it would be nice if there was a standard request header to specify pr…
> Makes me think, it would be nice if there was a standard request header to specify preferred TZ for 'local time', That's a another data point for fingerprinting, sadly. Not that Chrome would care, but Firefox and Safari teams do, I guess.
Re: Show HN: Live-updating version of the 'What a week, huh?' meme
#29Re: Show HN: Live-updating version of the 'What a week, huh?' meme
#30I thought it would be a hotlinkable image that updates.