warren

7,498
reputation
352 views

Registered User

name warren
member for 1 year
seen 35 mins ago
website
location Durham NC
age 28
I'm a hobbyist programmer, part-time sysadmin, and full-time server automation engineer with an investment bank.
I have experience with myriad editors, shells, and OSes. And, while I'm an ardent emacs user, am pretty much beyond the religious wars of "what's best" when it comes to platform, editor, or toolset: if it works for the problem at hand, and you know it, it's worthwhile :)
2d
awarded  Popular Question
Dec
14
revised Masters Degree to assist both Technical and Leadership?
added 14 characters in body; edited tags
Dec
14
comment What is the overhead of using HTTPS compared to HTTP?
the Sun Niagra processor line is horrible for encryption, unless (and only unless) you've recompiled to have SSL running using the encryption accelerators: the base CPU has 32 integer pipelines, but they all share one FPU - it's dog-ass-slow on encryption
Dec
14
comment How does your company/business document their technology roadmap?
there's an awful lot that already does it, or is close.. not that that's a reason to not roll your own, of course ;)
Dec
14
answered What is the overhead of using HTTPS compared to HTTP?
Dec
14
answered How does your company/business document their technology roadmap?
Dec
14
revised How does your company/business document their technology roadmap?
tags
Dec
14
revised How to Recruit Great Developers?
formatting
Dec
14
comment How to Recruit Great Developers?
who cares if they program outside of work? or if your sysadmins have machines with their sides off at home? Maybe y=they have a family, life, hobbies, etc that they keep separate from work
Dec
14
comment How to Recruit Great Developers?
even if this shouldn't be closed - it should not be a "real" question - this is way too subjective, and needs to be CW
Dec
14
comment Are mailto links even relevant in an age of increased webmail?
other browsers (including IE, Chrome, Safari, and Opera) allow copying the email address as well. I believe that if you setup Gmail as an "app" using Chrome, you can have Chrome auto-handle mailto: links into Gmail
Dec
14
revised Are mailto links even relevant in an age of increased webmail?
added 9 characters in body
Dec
14
comment How do website pages gets indexed by the search engines?
just because you submit a page doesn't mean it gets indexed right away - it means the search engine now knows it's there
Dec
14
revised How to Recruit Great Developers?
edited body
Dec
9
comment extracting substrings in C
than don't do a copy first :)
Dec
9
comment How to output IEEE-754 format integer as a float
Thanks, Adam - was not aware of that
Dec
6
awarded  Mortarboard
Dec
6
comment Simple multi-user database solution
why would moving to postgresql cause you to rewrite a lot of your application, but mysql wouldn't?
Dec
6
comment When you decide to stop writing code, what will be your next move?
+1 for travel and teaching. -1 for school just for the sake of school
Dec
6
answered How to output IEEE-754 format integer as a float
Dec
6
revised add new session product - PHP
formatting
Dec
6
comment Are there performance issue of using while loop vs foreach/for loop?
many styles of for loop don't need to know - and everyone i've ever seen can be broken-out-of in some fashion, so making it flexible isn't too hard normally
Dec
6
revised Are there performance issue of using while loop vs foreach/for loop?
tag
Dec
6
comment Are there performance issue of using while loop vs foreach/for loop?
a for loop doesn't need to know the size ahead of time
Dec
6
answered Are there performance issue of using while loop vs foreach/for loop?
Dec
6
comment In Java, how can I play the same audio clip multiple times simultaneously?
the byte array idea is pretty clever
Dec
6
revised In Java, how can I play the same audio clip multiple times simultaneously?
added content from link
Dec
5
comment How-to: Ranking Search Results
erick won't see this item - stackoverflow isn't a forum, it's a q&a site, so this should be a comment on his answer; however, you're not registered, and don't have enough reputation to comment yet
Dec
4
comment What to learn after PHP? Scala or Clojure?
and a natural transition from php, since php is loosely based-on perl
Dec
4
comment Currency modeling in database
postgresql does have a 'money' type - postgresql.org/docs/8.3/…
Dec
4
answered Which programming language is manageable by an 11 year old kid?
Dec
3
revised How does a URL qualify to be called a CDN
added 4 characters in body
Dec
2
comment Which ‘super shell scripting’ language should I learn, Perl, Ruby or Tcl?
perl isn't installed on win32 by default, either
Dec
2
revised C programming and error_code variable efficiency
tag
Dec
2
comment Php trim string at a particular character
go c stdlib string.h!
Dec
2
comment Php trim string at a particular character
might try uk3.php.net/manual/en/function.strrpos.php repetitively instead?
Dec
2
comment Complexity of finding all simple paths using depth first search?
the factorial aspect should overshadow the multiplier in the n^2 factor
Dec
1
comment Programming Languages - Who Inspired Whom?
Oak, the predecessor of Java (1990) is as old as Python (introduced in 1991)
Dec
1
comment Cannot modify header information - headers already sent, Why its happening
@Ben - they were tabs. Must not be an emacs user ;)
Dec
1
answered Cannot modify header information - headers already sent, Why its happening
Dec
1
revised Cannot modify header information - headers already sent, Why its happening
formatting
Dec
1
comment which is a better language (C++ or Python) for complex problem solving exercises (ex. Graphs) ?
writing your own graph lib may be a requirement, though, in an algorithms or data structures class
Dec
1
revised What are the core elements to include in Support Documentation?
deleted 4 characters in body
Dec
1
answered which is a better language (C++ or Python) for complex problem solving exercises (ex. Graphs) ?
Nov
30
comment Simple C++ Instant messenger
@Jason - this one isn't the duplicate - it came first
Nov
29
comment what is the current use and future of icon programming language
never heard of it, personally, before this question
Nov
29
answered What language and (possible) web application framework should I use to develop a high traffic web application?
Nov
29
comment What are the major benefits of an in-person interview?
seems that this is as programming-related as all other interview questions that haven't been closed..
Nov
29
revised how to add columns programmatically and set grouping on advancedDataGrid control in flex ?
formatting
Nov
29
revised how to configure memory size for asp.net inproc cache
spelling