dlamblin

5,442
Reputation
316 views

Registered User

Name dlamblin
Member for 1 year
Seen 14 hours ago
Website
Location US
Age 32
I work for a living
Actually that's a lie. I work for fun now, as I've been out of a 'paying gig' for some time. But actually it's not that bad if I ignore the vultures.
2d
comment [R] Problems with Newton’s Method for finding coefficient and Hessian
Maybe I don't get R but where are yi exp and xi defined? Is ^ an operator, or is exp^() a function?
2d
revised [R] Problems with Newton’s Method for finding coefficient and Hessian
no intro no outro, a question mark! This is not email.
2d
comment Multiple Forms vs 1 All-Encompassing Form?
I tend to the former but sometimes the latter is easier to write.
2d
comment Audio Drivers for Win 2003 Server
kv, your question is not related to programming. It is potentially appropriate to superuser.com, but you'll have to use complete sentences and ask a full question with a question-mark.
Nov
30
awarded  Popular Question
Nov
30
answered How to create a super-huge file with pure c or linux-shell or dos-commands?
Nov
30
revised Activity monitor not responding
tags
Nov
30
comment How do I fix “Symbol not found: _is_prefix” when compiling Perl’s DBD::mysql?
/System/Library/Perl/5.8.8/
Nov
30
comment running “ruby something.rb” in each loop
If I read correctly, what you're saying is that you cannot run it in a loop in JRuby because it runs out of memory eventually, while running it as a process does not run out of memory. That's frustrating, but it's certainly one way to force the memory used from each run to get purged.
Nov
30
revised Android 1.6 Camera rotation?
grammar and formatting.
Nov
30
awarded  Strunk & White
Nov
30
revised CSS previous sibling selector
no intro no outro, a question mark! This is not email.
Nov
30
revised How to I avoid storing a local copy of predecessor versions with subversion?
Fix case on title.
Nov
30
comment How to I avoid storing a local copy of predecessor versions with subversion?
AFAIK abbreviations are monotonous and uncreative.
Nov
30
comment How to I avoid storing a local copy of predecessor versions with subversion?
IIRC when I write out what I mean to say instead of abbreviating it I get better at varying my language.
Nov
29
awarded  Self-Learner
Nov
28
answered running “ruby something.rb” in each loop
Nov
27
revised Are programming books a necessity nowadays
fun with pr0n
Nov
26
answered postal address parsing with gmail contacts
Nov
26
comment postal address parsing with gmail contacts
Please edit your question to indicate which answers you got before the bounty if any.
Nov
26
comment Why is (python|ruby) interpreted?
Perl too... sigh, no body asks about Perl.
Nov
26
comment cURL: How do I know if my cookies are being set properly?
Unfortunately I think I'm confused about what specifically is not working in your question? Is it that you're receiving a cookie in the cookie jar and then you want to check if you're using that cookie that was set? Then I'd use the verbose or proxy methods.
Nov
26
revised cURL: How do I know if my cookies are being set properly?
better?
Nov
26
revised cURL: How do I know if my cookies are being set properly?
example and note
Nov
26
answered cURL: How do I know if my cookies are being set properly?
Nov
26
answered Getting the original secretkey from hex format
Nov
26
awarded  Tumbleweed
Nov
25
answered Login via cURL to Javascript Page?
Nov
23
comment Dojo and Firebug
@Paul, if this "still gives [you] that error" you need to unaccept the answer. Otherwise delete your comment.
Nov
22
comment Analogy? A programming language without namespaces is like (…)
Okay Immigration control requires uniquely identifying people (and information about them); there's a lot (X) of John Smiths, but there's maybe A (Australian), B (British), C (Canadian), and Y (Other) John Smiths where X=A+B+C+Y. Within these spaces specific instances are tracked by birth date and place, but that's not the point, the point is none of the authorities need to care about duplicating the other authorities' IDs because IDs are differentiated by authority.
Nov
22
revised Analogy? A programming language without namespaces is like (…)
fun run ons are fun and run ons
Nov
22
comment Analogy? A programming language without namespaces is like (…)
I'm a bit confused on a couple of these. ISBNs are unique, but so are combinations of (author, title, publisher year); all cars would be fairly unique if there were no makes or models
Nov
22
answered Analogy? A programming language without namespaces is like (…)
Nov
20
comment css case sensitivity
Please show a sample of what isn't working.
Nov
19
revised Writing a file-type viewer for a browser
Remove long parenthetical notes.
Nov
19
revised Are programming books a necessity nowadays
added 264 characters in body
Nov
19
asked Writing a file-type viewer for a browser
Nov
19
comment 3D scene file format & viewer
At least you didn't target QuickDraw 3D first.
Nov
19
answered Safari plugin development
Nov
19
comment Safari plugin development
The first line of this is wrong. developer.apple.com/mac/library/…
Nov
19
revised Safari plugin development
no intro no outro, a question mark! This is not email. Fix spelling
Nov
19
revised Are programming books a necessity nowadays
fixes and asside.
Nov
19
answered Are programming books a necessity nowadays
Nov
19
revised Should I use $_[0] or copy the argument list in Perl?
oops that was a typo.
Nov
19
comment Should I use $_[0] or copy the argument list in Perl?
Okay, "clarified" time: shift is great for one variable. my ($a, $b, $c) = @_ is great for multiple variables. Sorry for any confusion.
Nov
18
answered Duplicate Referrer Header - HTTP.sys barfs
Nov
18
answered Should I use $_[0] or copy the argument list in Perl?
Nov
18
comment What’s the most egregious pop culture perversion of programming?
The funniest thing for me in that film is the time marker moving along in the quicktime video of the supposed live camera feed.
Nov
18
revised Using regular expression to extract full words from text
make it a unique sounding question; although this should be marked as a dupe of all the similar clueless re questions.
Nov
18
comment Using regular expression to extract full words from text
This is better written as /^(\w+) (\w+ \w+)/ because there's no need to put the square brackets around a single character and you only want the starting part of the string not, for example, "here", "to open"