Kyle Cronin
|
Moderator ♦
|
appreciate art? check out http://annecroninart.com/
![]() if you need to contact me, send an email to my firstname dot lastname at gmail dot com accepted answer ratio stackql query: http://stackql.net/default.aspx?qid=9975 |
|
Nov 20 |
awarded | ● Popular Question |
|
Nov 20 |
comment |
Why can the “status-completed” tag not be removed? A rollback (apparently) isn't subjected to the same tag rules as a regular edit, making it possible for the owner of a post to remove a mod tag. |
|
Nov 19 |
comment |
How can employers view my CV if I haven’t made it searchable? so does this mean that my CV wasn't actually viewed? |
|
Nov 19 |
comment |
How can employers view my CV if I haven’t made it searchable? uh, know anyone that's hiring? :-) |
|
Nov 19 |
comment |
How can employers view my CV if I haven’t made it searchable? @Maxim: those are the total number of employers and searches performed. they should be the same for everyone. |
|
Nov 19 |
comment |
How can employers view my CV if I haven’t made it searchable? That could be useful, if the link would work for any employer, not just those on careers.so, and if you could opt-in, but in this case it's definitely a bug. I suspect that the CVs are numbered like the user accounts on SO, and I also suspect that I have a very low number, due to the fact that I registered about 10 seconds after it was announced at Boston DevDays. |
|
Nov 19 |
asked | How can employers view my CV if I haven’t made it searchable? |
|
Nov 19 |
comment |
Is it fair that a post in Jeff’s blog will send your rep over the roof? @DisgruntledGoat: the latter - it was 13something then |
|
Nov 17 |
comment |
What’s wrong with ServerFault? This sounds like a duplicate of meta.stackoverflow.com/questions/26689/… |
|
Nov 17 |
awarded | ● Nice Answer |
|
Nov 16 |
comment |
Is it fair that a post in Jeff’s blog will send your rep over the roof? Wow, as of now it's only 24 votes away from being the highest scored answer of all time (here's the current lead: stackoverflow.com/questions/84556/…) |
|
Nov 14 |
awarded | ● Nice Answer |
|
Nov 14 |
comment |
Could we get rid of the possible-bug tag on Meta? @Ether: no, someone can still use the possible-bug tag, but it won't auto-suggest the tag now that it's been removed |
|
Nov 14 |
accepted | Could we get rid of the possible-bug tag on Meta? |
|
Nov 14 |
answered | Could we get rid of the possible-bug tag on Meta? |
|
Nov 14 |
revised |
Could we get rid of the possible-bug tag on Meta? edited tags |
|
Nov 13 |
comment |
Careers internationally what about with the USA? it might help to know what sort of competition we face |
|
Nov 13 |
accepted | Who came up with the “Hot Dog” theme for flair? |
|
Nov 13 |
answered | Who came up with the “Hot Dog” theme for flair? |
|
Nov 12 |
comment |
“Employer beta begins” email is missing line breaks @Ether: not a dupe, it's a different problem |
|
Nov 12 |
comment |
See what happens without Rich B? @Juan: in case you missed it meta.stackoverflow.com/questions/29233/… |
|
Nov 12 |
comment |
See what happens without Rich B? @Chesto: I can't help but notice that you have the ability to edit posts. If you think a question or title is poorly worded, why not fix it yourself? |
|
Nov 12 |
comment |
Are both bobince’s the same? @Joel: ok, I flagged one of his posts on SO |
|
Nov 12 |
answered | Are both bobince’s the same? |
|
Nov 9 |
revised |
What is your Google Wave ID? added my own wave |
|
Nov 8 |
revised |
Bug with Display of Thousand Views on MSO edited tags |
|
Nov 8 |
answered | Bug with Display of Thousand Views on MSO |
|
Nov 7 |
comment |
What is your Google Wave ID? replacing "googlewave" with...? |
|
Nov 7 |
comment |
What is your Google Wave ID? @John: It tells me that the asker marked the question CW, forcing all answers to be CW. |
|
Nov 6 |
comment |
Do I have the right of appeal after losing rep? @Jed: I'm not sure. But oxbow_lakes' rep chart indicates a 100-point loss on this question (scroll to the bottom of the table stackoverflow.com/users/…) |
|
Nov 6 |
comment |
Do I have the right of appeal after losing rep? nm, here it is stackoverflow.com/questions/1685779/… |
|
Nov 6 |
comment |
Do I have the right of appeal after losing rep? @oxbow_lakes: what site was it on? |
|
Nov 6 |
comment |
What is your Google Wave ID? you can accept this answer any time |
|
Nov 6 |
answered | What is your Google Wave ID? |
|
Nov 4 |
revised |
How many servers are used to host Stack Overflow? added 24 characters in body; added 45 characters in body |
|
Nov 4 |
comment |
Discussions should not be marked as duplicate That's true for Stack Overflow, sure, but one of the purposes of meta is discussion. Though it is better to contribute to an old discussion than to try to start a new one. |
|
Nov 4 |
revised |
How many servers are used to host Stack Overflow? added 105 characters in body |
|
Nov 4 |
answered | How many servers are used to host Stack Overflow? |
|
Nov 4 |
awarded | ● Good Answer |
|
Nov 2 |
comment |
DevDays London - Can I get hold of the presentation material? I suggest setting up a torrent - I can kick in some bandwidth and have my web host seed the file. |
|
Nov 2 |
comment |
Python script to import/create SQLite3 database from SO data dump @voyager: Actually, I used regular expressions. I read the file in small chunks (I think 16MB?) and did regular expression matching on that. It wasn't pretty, but it worked well enough. |
|
Nov 2 |
accepted | Getting to the Recent Activity page from the menu |
|
Nov 2 |
comment |
Python script to import/create SQLite3 database from SO data dump @voyager: OK, OK, it was just a tip. I wrote a similar script in Python several months ago to produce my SQLite versions of the early data dumps (April and May, I think). IIRC it took about half an hour to load the data from a dump into a SQLite file, and that was with the 1-transaction trick. |
|
Nov 2 |
comment |
Python script to import/create SQLite3 database from SO data dump @voyager's mask: Yikes! I'm not familiar with the code you're using to insert into the DB, but it doesn't look like you're wrapping your writes into 1 transaction. If you don't, SQLite writes to the file with every since insert. If you stick a "begin" at the beginning" and an "end" at the end, you'll probably discover at least a 10x speedup, possibly more. |
|
Nov 2 |
comment |
Python script to import/create SQLite3 database from SO data dump What sort of performance do you get? How long does it take to run? |
|
Nov 2 |
answered | How are the answers with equal up-votes arranged on a page in SO? |
|
Nov 2 |
answered | Getting to the Recent Activity page from the menu |
|
Nov 1 |
comment |
DevDays London - Can I get hold of the presentation material? Who is? If it's not too much of an imposition, would you mind just posting whatever you have, in whatever format you have, for the time being? |
|
Nov 1 |
comment |
DevDays London - Can I get hold of the presentation material? Is there a time frame for the video? I won't hold you to it, but it would be nice to know if it's coming in a day, a week, a month, etc. Thanks :-) |
|
Nov 1 |
awarded | ● Nice Answer |

