64,079 reputation
7174290
bio website nickcraver.com/blog
location Winston-Salem, NC
age 27
visits member for 3 years, 8 months
seen 3 hours ago
stats profile views 4,323

Stack Overflow Valued Associate

Twitter: @Nick_Craver
Public CV: On StackOverflow Careers
Flickr: Photos on new house progress, where I work, etc.

I mostly live in the C#/Linq2SQL/Raw SQL world, but at night I secretly masquerade as someone who pretends to know JavaScript & jQuery.
Disclaimer: I have no idea what I'm talking about, all my answers are guesses!


3h
comment What's to stop someone from selling their reputation?
@DjangoReinhardt Let me pause you there, do you know of any instances of this happening? I could debate theoreticals all day but are we solving an actual problem here? I have about 93 problems that need solving today, but this one seems imagined.
May
16
comment Slow user profile page load after having earned several bounties
@Jesse which URL are you trying? I'm unable to get over a 100ms page load here no matter who I hit, logged in or our (moderators get a different query)
May
16
comment Slow user profile page load after having earned several bounties
@Jesse - sorry, we're all over the place at google i/o this week...can you give it a go now? I've pushed a query option change that should prevent the bad plan in the future
May
14
comment Slow user profile page load after having earned several bounties
@cheesemacfly try now...I've nuked that plan from cache and noted what needs changing, but nuking it is the best I can do from an ipad on a plane. I'll make the necessary query option changes once I land.
May
2
comment Why `San Bruno, CA` != `San Bruno, CA`?
Ah crap, did San Bruno move again?
Apr
25
comment Group search results by question
we can't do this without an elasticsearch upgrade which isn't released yet, so no...no progress here, and still very, very many things going on.
Apr
24
comment Possible search engine bug when searching for multiple tags (>2)
Confirmed that's a bug, will take a look after getting the babby taken care of here.
Apr
23
comment https access to SO
@SulfurizedDemonbobby - I found time to blog about it here: nickcraver.com/blog/2013/04/23/…
Apr
23
comment Slow user profile page load after having earned several bounties
nope nothing there, may have been a bad plan for that I cleared out with a batch a few days ago though.
Apr
22
comment Slow user profile page load after having earned several bounties
I cannot reproduce this, are you still seeing slowness? If so it could be a non-mod view of the query in which case I need to dig deeper.
Apr
22
comment Separate “Ask question” page for new users?
New users have to go through this page when asking a question already: stackoverflow.com/questions/ask/advice If they didn't read it there, I'm not sure they'll read it here either...
Apr
18
comment Triggering reputation recalculation should trigger fraud calculations too
@UphillLuge - the self recalc will likely be removed in the future (as it's no longer needed - this happens automatically), and it's not impossible to exploit because of its interval, it just somewhat throttles discovery.
Apr
15
comment Linked questions should not appear in the list of related questions
@einpoklum - nope, not even close :)
Apr
15
comment Linked questions should not appear in the list of related questions
@einpoklum - On what do you base your assumption?
Apr
12
comment Unstyled content on all Stack Overflow pages
@Manishearth - nope, chat is undergoing no tests and is working normally on our side.
Apr
12
comment SO “Ask Question” UI isn't displaying properly for me
@dwwilson66 - this is happening only on SO, but other sites work fine in IE8? If so can you check the dev console for errors?
Apr
12
comment Search for tags incl. wildcard (*) and additional search parameters
@Jehof - The post has to have one of each wildcard in your search so (A or B or C) and (D or E or F). This is the same as a normal [A] [B] search being an and, it must meet all conditions and a wildcard is a single condition (they can't work any other way...nothing is tagged with more than 5, so an and wildcard makes no sense).
Apr
12
comment Search for tags incl. wildcard (*) and additional search parameters
@Jehof - that's not an OR search...you have to explicitly put an " or " between them if you want posts tagged by any of those...current your search requires one tag from each wildcard to be a result. See that much higher result count here
Apr
12
comment https access to SO
@SulfurizedDemonbobby - I should, maybe if I find time today or next week...our pains are much higher because the number of domains and one endpoint for all that traffic (and CPU load of negotiation) as it stands.
Apr
12
comment Search for tags incl. wildcard (*) and additional search parameters
@Jehof - I've been meaning to get wildcard support in for a while, just didn't get to it until this morning. They also work in an or chain with other tags and such.