<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Scripting News - Latest Comments in Is Twitter down? (Scripting News)</title><link>http://scripting.disqus.com/</link><description></description><atom:link href="https://scripting.disqus.com/is_twitter_down_scripting_news/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 16 Nov 2007 14:17:12 -0000</lastBuildDate><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13906</link><description>&lt;p&gt;It was down most of the afternoon here (CET).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gerikson</dc:creator><pubDate>Fri, 16 Nov 2007 14:17:12 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13843</link><description>&lt;p&gt;it was on CSI last night.&lt;/p&gt;&lt;p&gt;Rails and network television != scaling? :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ethan kaplan</dc:creator><pubDate>Fri, 16 Nov 2007 12:41:00 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13798</link><description>&lt;p&gt;HTTP GET if available, otherwise use a feed-to-sms bridging service. Client's incapable of 'relaying' updates between feeds simply shouldn't but throwing Bluetooth and Wi-Fi subnet into the mix could be interesting.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">donpark</dc:creator><pubDate>Fri, 16 Nov 2007 11:22:44 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13684</link><description>&lt;p&gt;I'm sure you could build something on feedtree (&lt;a href="http://www.feedtree.net/)" rel="nofollow noopener" target="_blank" title="http://www.feedtree.net/)"&gt;http://www.feedtree.net/)&lt;/a&gt; with little to no effort .&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick Johnson</dc:creator><pubDate>Fri, 16 Nov 2007 08:25:10 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13666</link><description>&lt;p&gt;If you're running Greasemonkey in Firefox you can use a quick script to hyperlink all the @ values until twitter fixes the UI.&lt;/p&gt;&lt;p&gt;(The below is taken from &lt;a href="http://userscripts.org/scripts/review/13919" rel="nofollow noopener" target="_blank" title="http://userscripts.org/scripts/review/13919"&gt;http://userscripts.org/scri...&lt;/a&gt; with just the URL modified)&lt;/p&gt;&lt;p&gt;var regex = /@(\w*)/g;&lt;br&gt;var elements = document.getElementsByTagName("span");&lt;br&gt;for (var i = 0; i &amp;lt; elements.length; i++) {&lt;br&gt;    var content = elements[i];&lt;br&gt;    var text = content.innerHTML;&lt;br&gt;    if (text.indexOf("@") &amp;lt; 0) {&lt;br&gt;        continue;&lt;br&gt;    }&lt;br&gt;    content.innerHTML = text.replace(regex, "@&lt;a href='\"http://www.twitter.com/$1\"' rel="nofollow noopener" target="_blank" title='\"http://www.twitter.com/$1\"'&gt;$1&lt;/a&gt;");&lt;br&gt;}&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Havagan</dc:creator><pubDate>Fri, 16 Nov 2007 07:33:30 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13656</link><description>&lt;p&gt;Re: the proposed Twitter replacement, how would you be able to update it on a mobile?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gerikson</dc:creator><pubDate>Fri, 16 Nov 2007 05:45:26 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13655</link><description>&lt;p&gt;The bug about @ there is again..i hope that will be fixed! ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dario Salvelli</dc:creator><pubDate>Fri, 16 Nov 2007 05:42:13 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13652</link><description>&lt;p&gt;Until the twitter crew gets this hyperlink bug fixed, and for Firefox users, I created a Firefox extension which will add the hyperlinks back on &lt;a href="http://twitter.com" rel="nofollow noopener" target="_blank" title="twitter.com"&gt;twitter.com&lt;/a&gt;, details here:&lt;br&gt;&lt;a href="http://www.makeyougohmm.com/20071116/4946/" rel="nofollow noopener" target="_blank" title="http://www.makeyougohmm.com/20071116/4946/"&gt;http://www.makeyougohmm.com...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TDavid</dc:creator><pubDate>Fri, 16 Nov 2007 04:29:07 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13625</link><description>&lt;p&gt;Wouldn't be hard to do, it';s basically what we had working in 2002 in Radio 8.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dave</dc:creator><pubDate>Fri, 16 Nov 2007 02:12:25 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13577</link><description>&lt;p&gt;Yeah, and what was the name of the guy that started blogger...?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fanless</dc:creator><pubDate>Thu, 15 Nov 2007 22:59:13 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13567</link><description>&lt;p&gt;I've been thinking the same lately, sort of a p2p [almost] realtime feed network. hmm. fp2fp network?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">donpark</dc:creator><pubDate>Thu, 15 Nov 2007 22:52:19 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13541</link><description>&lt;p&gt;Thanks for the update Jack, and glad to hear that the at-sign feature is coming back.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dave</dc:creator><pubDate>Thu, 15 Nov 2007 22:02:35 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13540</link><description>&lt;p&gt;What I was talking about was not like any of the existing systems because they are all centralized. It's not necessary, it's just easier. But centralization is vulnerable. The tradeoff is that if you have to install software on your desktop that's more for the user to worry about. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dave</dc:creator><pubDate>Thu, 15 Nov 2007 22:02:09 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13526</link><description>&lt;p&gt;It is certainly an integral part of my communications, and I get bummed when it goes down. Are you talking about something like what Pownce has?  Pownce never appears to go down (although I hardly ever use it, so maybe I wouldn't know).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hardaway</dc:creator><pubDate>Thu, 15 Nov 2007 21:42:12 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13519</link><description>&lt;p&gt;Dave,&lt;/p&gt;&lt;p&gt;We had some database issues which unexpectedly took us down for a bit.  We've identified the issue, and should be up and speedy again now.&lt;/p&gt;&lt;p&gt;The @username linking is a bug we're working on fixing right now.  Apologies for the inconvenience.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Dorsey</dc:creator><pubDate>Thu, 15 Nov 2007 21:25:54 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13512</link><description>&lt;p&gt;&lt;a href="http://twitter.com/twitter_status" rel="nofollow noopener" target="_blank" title="http://twitter.com/twitter_status"&gt;http://twitter.com/twitter_...&lt;/a&gt; is usually pretty good at telling you things are broken, like the @ links&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rachel</dc:creator><pubDate>Thu, 15 Nov 2007 21:02:33 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13496</link><description>&lt;p&gt;Complete down, as in cant even get a Twitter down page up at &lt;a href="http://Twitter.com" rel="nofollow noopener" target="_blank" title="Twitter.com"&gt;Twitter.com&lt;/a&gt;. Has been for the better part of 30 mins as I write this.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan</dc:creator><pubDate>Thu, 15 Nov 2007 20:22:43 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13494</link><description>&lt;p&gt;I think eagerness to comment on the debates has brought it down.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P.W. Fenton</dc:creator><pubDate>Thu, 15 Nov 2007 20:14:07 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13493</link><description>&lt;p&gt;Twitter reminds me off the pre-google &lt;a href="http://blogger.com" rel="nofollow noopener" target="_blank" title="blogger.com"&gt;blogger.com&lt;/a&gt; years . Servers up and down all the time :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Geoff</dc:creator><pubDate>Thu, 15 Nov 2007 20:13:51 -0000</pubDate></item><item><title>Re: Is Twitter down? (Scripting News)</title><link>http://www.scripting.com/stories/2007/11/15/isTwitterDown.html#comment-13490</link><description>&lt;p&gt;Seems down for me, too. (L.A.) From a quick traceroute, it seems like their routers aren't responding. It's interesting that their packets are routed through a ton of L3 facilities before arriving, too.&lt;/p&gt;&lt;p&gt;And it's been down since at least 4:30 - this doesn't bode well.&lt;br&gt; &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert 'Groby' Blum</dc:creator><pubDate>Thu, 15 Nov 2007 20:02:49 -0000</pubDate></item></channel></rss>