Conficker: The worm that nearly ate the internet
1–7 of 7 posts
Re: Conficker: The worm that nearly ate the internet
#2I have no doubt that I could navigate a world without the internet and GPS, because I did for half my life. And I suspect shipping goods to consumers would be hindered, but have we gotten to the point where shippers and receivers couldn't work it out by phone? Would the phone networks survive? I know the landline system is a shadow of its former self, but would it suffice?
It's popular to say that the internet has created a new economy, but the underlying realities haven't changed. People need food, shelter, clothing, transportation. I think we could deliver that without the internet, though it would be painful. All the doom-saying otherwise just seems hyperbolic to me, though.
Re: Conficker: The worm that nearly ate the internet
#3I've sometimes wondered what would happen if World War 3 mainly involved the destruction of the internet and/or the GPS system. Would it inevitably lead to a hot war? Would modern economies really collapse? I have no doubt that I could navigate a world without the internet and GPS, because I did for half my life. And I suspect shipping goods to consumers would be hindered, but have we gotten to the point where shippe…
I think we'd probably see each individual nation end up as a pocket in such an event. It depends on what we associate to be 'the internet' but we've seen massive botnets in the last few years that could cripple countries just by themselves.
Re: Conficker: The worm that nearly ate the internet
#4Re: Conficker: The worm that nearly ate the internet
#5Re: Conficker: The worm that nearly ate the internet
#6NYT knows i am in private mode - how is it figuring that out?
const detect = () => { var fs = window.RequestFileSystem || window.webkitRequestFileSystem; if (!fs) { console.log("FS check failed.."); return; } fs(window.TEMPORARY, 100, function (fs) {}, function (err) { console.log("Incognito"); }); };
Re: Conficker: The worm that nearly ate the internet
#7NYT knows i am in private mode - how is it figuring that out?
A bunch of different ways probably. This method is stolen from SO (works for Chrome): const detect = () => { var fs = window.RequestFileSystem || window.webkitRequestFileSystem; if (!fs) { console.log("FS check failed.."); return; } fs(window.TEMPORARY, 100, function (fs) {}, function (err) { console.log("Incognito"); }); };