hasen j

8,354
Reputation
1146 views

Registered User

Name hasen j
Member for 1 year
Seen 37 mins ago
Website
Location Calgary
Age 24
undergrad computer science @ university of calgary
33m
comment What do you wear to an interview (for an engineering position)?
@Simucal: you decide what type of person you are, then choose which answer suits you best.
4h
comment The Pragmatic Programmer: After PHP, what’s next?
C++ or C, or Go!
1d
comment How can I teach a know-it-all beginner programmer?
@CiscolPPhone: more like information hiding
1d
comment Object Oriented Design Interview Question
my point is, your answer mostly just provides code, with little (if any) discussion
1d
comment Object Oriented Design Interview Question
@outis: purism like that is bad for your health.
1d
comment Rolling my own “Version Control”
+1, not that I agree with the question, but it's important in that the discussions here can be useful to a lot of newbies who think the same.
1d
comment Rolling my own “Version Control”
It seems all your complaints stem from not being comfortable with the command line. If you're serious about programming, you really need to get comfortable with it. Step out of VS and the IDE land a little bit.
1d
comment Object Oriented Design Interview Question
-1, this is an open-ended question, there's no "right" answer; what's more important is your train of thought, not the actual result you come up with.
1d
answered Object Oriented Design Interview Question
1d
comment Object Oriented Design Interview Question
I think that's horrible question for an interview. Giving abstractions without context is not design, it's BS.
1d
comment If you don’t code for fun, you can’t be a good programmer?
He actually sucked at math too, he got someone else to figure out the math for him (or so I read/heard somewhere)
2d
comment Is there a simple, elegant way to define Singletons in Python?
-1, what's the point?
Nov
27
comment Should I pursue Java or PHP for a career path in programming?
How can you be a graduate but new to programming?
Nov
26
answered Should I pursue Java or PHP for a career path in programming?
Nov
26
comment C++ IDE with good intellisense
I think MS Visual Studio has the best support for C++ out of all major IDEs. It's crappy, maybe, but that's about the best you can get from C++ (hint: it's too difficult)
Nov
26
revised Find out the index of a given div in jQuery?
added 2 characters in body; edited title
Nov
26
answered Please show me a situtation which shows `need` for Delegates (or) function pointers.
Nov
26
awarded  Popular Question
Nov
26
comment neon-glow effect in IE8
hmm, interesting. but the examples on that link are quite ugly
Nov
26
asked neon-glow effect in IE8
Nov
24
answered What is a programming language?
Nov
24
comment What is a programming language?
You're defining computer programming. A programming language can exist without a computer and without even a compiler.
Nov
24
accepted Addressing localhost from a virtualbox virtual machine
Nov
24
awarded  Popular Question
Nov
23
comment Defend zero-based arrays
The Romans didn't either
Nov
23
comment Defend zero-based arrays
+1 for mocking the miles/yards/feet/inches system
Nov
23
answered GIT: What is the best workflow to this situation?
Nov
22
comment How does git detect a file modification ?
care to explain what stat() is/does?
Nov
22
comment Which License can be used if source is only distributed for paid customers?
what happens to rejected patches?
Nov
22
answered Which License can be used if source is only distributed for paid customers?
Nov
22
comment If you had the time and inclination to create a programming language, what characteristics would it have?
make it a community wiki please
Nov
21
comment What’s your take on the programming language Go?
@mgb are you talking about windows?
Nov
21
answered Github and SVN Workflow
Nov
21
comment Django ValueError at /admin/
how? did you just restart the server?
Nov
20
comment Why do you like Python?
it's like doing a = sqrt(2.0) vs implementing square root in assembly manually (for a processor that doesn't have a built-in instruction for it)
Nov
20
comment What Python features will excite the interest of a C# developer?
Can this be made wiki please?
Nov
20
comment Non-browser emulation of JavaScript - is it possible?
don't comment on your answer, just edit it
Nov
19
comment What are the biggest potential time wasters in development?
+1 for the first 6 points
Nov
19
comment What are the biggest potential time wasters in development?
@Xaero, F6? How dare you? it's Ctrl-L
Nov
18
comment Semantic html5. Back to the 90s ?
Technically, there's no such thing as near infinite.
Nov
18
comment Can you code a web browser in less that 30 lines of code?
webbrowser.open('http://google.com') docs.python.org/library/webbrowser.html
Nov
18
comment RegEx match open tags except XHTML self-contained tags
wow 1700 votes in 5 days?
Nov
17
accepted Sum and Division example (Python)
Nov
17
answered Sum and Division example (Python)
Nov
17
revised less-restrictive GPL-like license
added 128 characters in body
Nov
17
asked less-restrictive GPL-like license
Nov
17
awarded  Popular Question
Nov
16
awarded  Popular Question
Nov
15
revised How do I find out if a goroutine is done, without blocking?
added link + code formatting
Nov
14
awarded  Good Answer