42 comments

[ 2.9 ms ] story [ 58.9 ms ] thread
http push, baby!

alternatively, trust the client timer, ship a full 86400 frame gif, and figure out a start-frame hack.

or just use javascript Date() object, and display it as text
Or just generate 86400 gifs, each 86400 frames long, and have the server deliver the correct one depending on the current time. But that wouldn't be nearly as cool as generating and delivering the gif in real time.
This is kind of what I was expecting. I tried saving the gif to see what happened, and it's empty! It's a pretty neat trick!
We had a webcam streaming a model railroad you could drive with this technology, around 1995.
Despite the author's caveat, the gif works in Safari (16.1).
It doesn’t work in Safari for me (16.1)
Try again, I think there was an unrelated issue. It load for me on Safari now, but runs super slowly in the beginning, so not as a real time clock.
Safari truly becoming the new IE
Maybe in some ways. Back then devs seemed to care more about supporting IE a lot more than they do Safari now.
Yep, it loads and ticks a bit slowly.
Learned that my iPhone limits webpages from refreshing when left alone or when scrolling. I need to zoom to get a page refresh.
https://hookrace.net/time.gif returning 503 for me now
Author here, my bad. There was a DoS attack against this a while ago and I set too strict limits after that. Didn't expect it to hit Hacker News again. Should be fine now.
What makes someone attack this?
I'm running an online game on the side and am thus commonly the target of DoS attacks. I guess it's related to this.
You mentioned in your blog post that you know who the attacker is. Do you know their motivation?
Destroying the fun for others and wasting time I figure. I received no demands or anything like that.
Great post. I wish there was a site where I could consume endless posts like this:

A page or so of text, showing code, showing how to do something cool or useful using code.

This one is perfect, in terms of my interests.

I'm starting to doubt your username with how quickly you came up with such a great list
Haha, I just browse the web a lot, have a decent memory, and have a bunch of practice with search engines :)
Thank you, these are great!
Love the concept of being able to find and read a bunch of these. Real quick put together a quick redirect URL that jumps to a random text-and-code-on-a-page thing https://textandcode.page (can add more if there's other recs!)
I've added a bunch more to a comment that's a sibling to yours, but you might want to open the links once to ensure they're appropriate for your redirector.
Awesome, will add them, thanks!
Is it the post where OP actually fixed a bug in a record time? I think it was on Reddit.
(comment deleted)
A while back I had the pleasure of working on a system that generated large-ish (up to ~800x600, but typically low fps) personalized gifs at the rate of hundreds or sometimes thousands per second. It was fun balancing the various constraints, like encoding/flushing raw frames ASAP to keep latency and memory usage down, but also trying to do as many transparency tricks and size optimizations as possible without being allowed a second pass. (no global color tables, etc)
> Compile with -threaded, otherwise GHC networking has problems with more than 1024 open connections.
For years the US Naval Observatory would generate a precise .gif of the master time clock. Alas it seems the service has been discontinued, unless someone here can find the new home for the .gif generator. This is the dead link:

http://tycho.usno.navy.mil/cgi-bin/nph-usnoclock.gif?zone=es...

The last message from Tycho about the gif clocks: https://web.archive.org/web/20191015032841/http://tycho.usno...

The Precise Time Department is here now:

https://www.cnmoc.usff.navy.mil/Our-Commands/United-States-N...

They now refer Time Displays to https://www.time.gov

I tracked down someone with knowledge of the old .gif generator, this is their reply:

"Mr. Paddock:

When we were directed to move our websites to a cloud-based system, we found that the animated GIFs and the SimpleTime Perl script were not compatible with the new server system."