1,468 reputation
1719
bio website facebook.com/thenonsequitur
location New York, NY
age 29
visits member for 2 years, 4 months
seen 4 hours ago
stats profile views 140
puts 10.downto(1).each{ |i| puts i }
puts 'Blast off!'

puts (10.downto(1).map{ |i| i.to_s } + ['Blast Off!']).join("\n")

(1..10).to_a.reverse.each{ |i| puts i }
puts 'Blast off!'

May
21
answered Italic text next to normal text with no spaces in between
May
17
comment Is the browser market share for StackExchange available?
Also, I'm sure the Firefox and Chrome numbers are way different today. Three-year-old data on browser share is not very informative about today's trends.
May
17
comment Make it even clearer that downvotes on Meta are different
@ThomasShields. counter-correction: badge nerds who want "Analytical" will visit every section of the FAQ, no requirement that they read it...
May
10
comment SO's lack of documentation
Really, I think it needs to be added to the menu of other options on the user profile page, currently "summary answers questions tags badges favorites bounties reputation responses activity votes"
May
10
comment SO's lack of documentation
I guess it doesn't help me that I never click that little arrow next to my name, but I'm certainly not the only person that has no reason to. I never log out (fairly common, I'm sure), and when I want to see my details/summary/stats, I just click on my username or rep, never the arrow (again, probably fairly common).
May
10
comment SO's lack of documentation
Wow, they really need to make that privileges link more prominent. I actually knew that a lot of good documentation is hidden under privs, but honestly never could figure out how to get there. At first I always used Google "site:stackoverflow.com privileges whatever" to find the docs, until I just remembered that the page was at "/privileges". I never knew where the link to it was.
May
8
accepted `rel=“nofollow”` showing up in preview but not in output
May
8
awarded  Nice Question
May
7
asked `rel=“nofollow”` showing up in preview but not in output
May
3
revised Do moderators have enough information to follow up on unusual voting patterns for an individual answer?
added 106 characters in body
May
3
accepted Do moderators have enough information to follow up on unusual voting patterns for an individual answer?
May
3
comment Do moderators have enough information to follow up on unusual voting patterns for an individual answer?
@BoltClock'saUnicorn, I forgot about the rep requirement. That makes my theory even less likely. All things considered, it almost definitely didn't go down that way. Still curious about what happened here, since this seems unlikely to have happened by chance.
May
3
comment Do moderators have enough information to follow up on unusual voting patterns for an individual answer?
Ok, thanks! Flag submitted.
May
3
asked Do moderators have enough information to follow up on unusual voting patterns for an individual answer?
Apr
26
awarded  Civic Duty
Apr
22
comment Inconsistency in accounts reputation summaries
Honestly, I really don't understand the all the down votes here. How is this not a legitimate bug? It's been 6 days, and the cache has not been invalidated. That sounds like something went wrong, not just like a normal cache TTL.
Apr
22
comment Inconsistency in accounts reputation summaries
@NickCraver, wouldn't an out-of-sync network-level denormalization (that doesn't fix itself) be considered a bug? I would consider it so anyway.
Apr
21
comment Inconsistency in accounts reputation summaries
I think it's time for a bounty. My money is on it's an actual bug. After all, cache invalidation is one of the only two hard things in computer science, right? ;) martinfowler.com/bliki/TwoHardThings.html
Apr
21
awarded  Promoter
Apr
21
revised Inconsistency in accounts reputation summaries
deleted 3 characters in body