Viewing profile — SeriousGuy
SeriousGuy
HN member- Joined
- Fri, Jul 16, 2010, 1:42 PM UTC
- HN karma
- 2
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About SeriousGuy
No profile information was provided.
Recent public activity
-
comment
Comment #1538139
Wow Ilove this stuf, I can already see Apple apologist lining up to show how this is "Just Works" or "magical Design" and how Chrome is evil since google is transffering data over …
-
comment
Comment #1538134
Wow Ilove this stuf, I can already see Apple apologist lining up to show how this is "Just Works" or "magical Design" and how Chrome is evil since google is transffering data over …
-
comment
Comment #1538133
Wow Ilove this stuf, I can already see Apple apologist lining up to show how this is "Just Works" or "magical Design" and how Chrome is evil since google is transffering data over …
-
comment
Comment #1535962
I wish my professor would listen, this is the course i took http://www.ecs.syr.edu/faculty/fawcett/handouts/webpages/CSE... . The worst part was that we were supposed to parse C++ …
-
comment
Comment #1535865
no in that case they would execute him by a firing squad and tweet about it (sick)
-
comment
Comment #1535607
As someone who learned C++ few years back let me tell you that professors in Universities actively discourage use of Boost. There is C++0x or which contains hashset and hashtable b…
-
comment
Comment #1535549
Thats due to the fact that C++ is still without a standardized thread library, which works across all platforms. Thus new students who start by C, C++ dont have proper exposure to …
-
comment
Comment #1535195
I agree, one of the few softwares worth paying for out of your pocket ! :D Though being in India I didn't had that much money.
- comment
-
comment
Comment #1532941
I have found Octave to be lacking some aspects, also there is a significant network effect with Matlab, since most of the research groups publish code in Matlab, you gotta have it …
-
comment
Comment #1532714
no right now thanks to MSDN I get most of the stoftware via the university. Before yeah, esp MATLAB which is worth being pirated :D
-
comment
Comment #1532145
wow 16 years for filimng a police officer who is handing him a ticket! and that guy is in armed forces, good luck with keeping morale of your troops high.
-
comment
Comment #1522177
err interesting note Freebase powers some part of Bing Search
-
comment
Comment #1522174
wow I was interested in joining Freebase, now I need to join google!
-
comment
Comment #1521573
I know few things such as structs etc. and how you can derive a class from a struct and stuff. but i have never used calloc or malloc (shudder!) and have only relied on new/delete …
-
comment
Comment #1521564
thanks for the tips! One interesting use of sizeof i remember in my C++ project was to override new and delete operators where a void pointer is passed and sizeof is used to keep t…
-
comment
Comment #1521556
I understand how pointers, Iterators etc work, I know several algorithms from binary search to SVD. I also have very good knowledge of IA 32. "learning it in depth" includes learni…
-
story
Ask HN: An Advanced C Tutorial
Can any one point me to an Advanced C tutorial? I already know C++ quite in-depth but unfortunately never got to learn C. I was directly taught C++ in my high school, and then I we…