a paid nerd

2,486
Reputation
256 views

Registered User

Name a paid nerd
Member for 6 months
Seen 9 hours ago
Website
Location Silicon Valley, CA
Age 30
I'm a professional programmer. I also like riding bicycles.
20h
accepted Five core principals / rules / habits for CS Students ?
Nov
25
comment What are the biggest potential time wasters in development?
My supervisor let me spend two days of my internship configuring fetchmail, mutt and some internal Lotus-to-POP gateway bridge software -- provided I wrote up the instructions when I finished.
Nov
25
comment What are the biggest potential time wasters in development?
"• reading long lists"
Nov
25
answered Load and execution sequence of a web page?
Nov
25
answered close browser totally
Nov
25
answered How do I fix the perl syntax error “missing right curly or square bracket” using VIM?
Nov
25
answered What are some good plugins for developing Java in VIM?
Nov
25
revised Unix: fast ‘remove directory’ for cleaning up daily builds
edited tags
Nov
25
comment Creating object to get expected Json
Your question is very unclear. What are you trying to do? Does your GWT application generate JSON? JSON is a protocol for serializing objects to strings and vice versa.
Nov
25
answered how to resolve/normalize URLs in GWT/Javascript?
Nov
22
comment Is there a good, online, interactive regex tutorial?
This tool is awful. The UI makes me die a little.
Nov
21
accepted Python in Vim buffer?
Nov
21
comment GWT: Gotcha’s
It's been a couple of months since I answered this. Maybe it has improved. I hear people talking about something called UiBinder now anyway.
Nov
17
answered Python in Vim buffer?
Nov
16
revised git commit problems
formatting
Nov
16
comment Python: Split unicode string on word boundaries
I used the word "characters" instead of "bytes" on purpose. :)
Nov
16
answered Python: Split unicode string on word boundaries
Nov
16
answered How to check which images/css/javascript are used in web app?
Nov
14
comment How do I get started writing a module for CPAN?
Thanks! Finally someone gets it. :)
Nov
14
comment How to loop through different movie clips in AS3?
Because he's not using the timeline?
Nov
14
comment Django ease of building a RESTful interface
(Either install simplejson or use the built-in json module in Python 2.6 and later.)
Nov
14
comment Django ease of building a RESTful interface
Create a json_view decorator, which is similar: return HttpResponse(json.dumps(result), mimetype="application/json")
Nov
13
comment What are some questions to ask when choosing between two equal programmers?
Yeah, "legally" is a real downer here. I'd tie the two candidates' wrists together with Cat5, jab a knife in the middle of the floor, and sit back and watch as you hum the battle music from Star Trek TOS.
Nov
13
revised Network Storage Bash
edited tags
Nov
13
answered Django ease of building a RESTful interface
Nov
13
answered The correct case&format of variable and methods and for Python
Nov
13
answered How do I get started writing a module for CPAN?
Nov
13
accepted Auto Submitting a Form
Nov
12
comment Limiting IntelliJ IDEA import suggestions on completion
Unfortunately, I'm still stuck on v7. Thanks, though.
Nov
12
comment Limiting IntelliJ IDEA import suggestions on completion
Wonderful, thanks!
Nov
12
asked Limiting IntelliJ IDEA import suggestions on completion
Nov
12
revised Web Application Architecture?
formatting
Nov
12
answered How can I disable terminal-polling for cpan used from crontab?
Nov
12
revised What creates the stack?
spelling
Nov
12
revised Disable ssh password authentication by user
edited tags
Nov
12
comment tracing mouse clicks on website
I would have sworn that Google Analytics provided something to do this automatically, but I think I'm wrong. A quick search for "google analytics outbound links" turns up snippets of code to do this.
Nov
12
comment 2D barcode scanner for OS X?
Hardware or software?
Nov
12
answered Which multilingual web design solution is fastest for the user, if this is indeed an issue?
Nov
12
revised Returning from Flex/ActionScript 3 Responder objects
ew, tabs!
Nov
12
answered Prefered Javascript editor for Mac?
Nov
12
answered tracing mouse clicks on website
Nov
12
revised tracing mouse clicks on website
formatting
Nov
12
accepted Untrusted templates in Python - what is a safe library to use?
Nov
12
revised dynamic programming: finding largest non-overlapping squares
homework tag
Nov
12
answered How to pass variables into inline functions in Action Script 2
Nov
12
comment How to encrypt something so that can be decrypted using any two of three keys?
Similar, but not duplicate, question: stackoverflow.com/questions/597188/…
Nov
12
revised How to encrypt something so that can be decrypted using any two of three keys?
formatting
Nov
12
answered Do Small Memory Leaks Matter Anymore?
Nov
11
comment Does TDD really stop gold plating?
What's gold plating ?
Nov
11
revised Refresh button does not respect prior Redirect
bullets