IO Devices and Latency
planetscale.com
IO Devices and Latency
1–10 of 159 posts
Re: IO Devices and Latency
#2Re: IO Devices and Latency
#3Re: IO Devices and Latency
#4Author of the blog here. I had a great time writing this. By far the most complex article I've ever put together, with literally thousands of lines of js to build out these interactive visuals. I hope everyone enjoys.
Re: IO Devices and Latency
#5Author of the blog here. I had a great time writing this. By far the most complex article I've ever put together, with literally thousands of lines of js to build out these interactive visuals. I hope everyone enjoys.
I don't see a single visual. I don't use the web with javascript. Why not embed static images instead or in addition?
I'm curious, what do you do on the internet without js these days?
Re: IO Devices and Latency
#6Earlier quoted context omitted.
I don't see a single visual. I don't use the web with javascript. Why not embed static images instead or in addition?
The visuals add a lot to this article. A big theme throughout is latency, and the visual help the reader see why tape is slower than an hdd, which is slower than an ssd, etc. Also, its just plain fun! I'm curious, what do you do on the internet without js these days?
Browse the web, send/receive email, read stories, play games, the usual. I primarily use native apps and selectively choose what sites are permitted to use javascript, instead of letting websites visited on a whim run javascript willy nilly.
Re: IO Devices and Latency
#7Author of the blog here. I had a great time writing this. By far the most complex article I've ever put together, with literally thousands of lines of js to build out these interactive visuals. I hope everyone enjoys.
Re: IO Devices and Latency
#8Author of the blog here. I had a great time writing this. By far the most complex article I've ever put together, with literally thousands of lines of js to build out these interactive visuals. I hope everyone enjoys.
The level of your effort really shows through. If you had to ballpark guess, how much time do you think you put in? and I realize keyboard time vs kicking around in your head time are quite different
If this helps as context, the git diff for merging this into our website was: +5,820 −1
Re: IO Devices and Latency
#9Earlier quoted context omitted.
The visuals add a lot to this article. A big theme throughout is latency, and the visual help the reader see why tape is slower than an hdd, which is slower than an ssd, etc. Also, its just plain fun! I'm curious, what do you do on the internet without js these days?
> I'm curious, what do you do on the internet without js these days? Browse the web, send/receive email, read stories, play games, the usual. I primarily use native apps and selectively choose what sites are permitted to use javascript, instead of letting websites visited on a whim run javascript willy nilly.
Re: IO Devices and Latency
#10Author of the blog here. I had a great time writing this. By far the most complex article I've ever put together, with literally thousands of lines of js to build out these interactive visuals. I hope everyone enjoys.
(it's a topic I'm deeply familiar with so I don't have a comment on the content, it looks great on a skim!) - but I've been sketching animations for my own blog and not liked the last few libs I tried.
Thanks!