Viewing profile — punch_card
punch_card
HN member- Joined
- Sat, Mar 28, 2015, 6:31 PM UTC
- HN karma
- 20
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About punch_card
No profile information was provided.
Recent public activity
-
comment
Comment #10030178
s/see my add/see my ad/
-
comment
Comment #10029473
blogs are a good idea. thanks.
-
story
Ask HN: Using Google adwords to snag consulting work
Let's say I have a lot of experience in a niche software environment and would like to get into a consulting or development work. Example would be a gcc toolchain for a specific DS…
-
comment
Comment #9834924
programming is a blue collar job, no degree required. Try climbing the ladder in a technical company (not a startup). You won't have the skills and understanding to assume the resp…
-
comment
Comment #9830187
Silly. Stop going to Reddit. The problem will fix itself.
-
comment
Comment #9685494
CMake. Making easy things easy and hard things impossible. Provided most cases are easy, an acceptable solution.
-
comment
Comment #9670917
This is the worse advice I have ever seen. This kind of 'doctoring' ends up with "take this pill, if it doesn't work come back'. (lets change that for loop to start with 1 instead …
-
comment
Comment #9666157
Wow. This is spot on.
-
story
Tymserve 2100 ntp clock says 1995
anyone else have this problem ? It looks like a firmware bug or something ?
-
comment
Comment #9485585
I can run Fortran IV code on a modern compiler without change. 2015-1966=48 years. And counting. Ada95 was a very easy transition from Ada83. Pay attention to users ! Backwards com…
-
comment
Comment #9476772
vi fortran gdb why even look at anything else other than the 'holy trinity'?
-
comment
Comment #9476755
You greatly overvalue the specifics of your CS courses. The concepts, at a high level of abstraction, should be identifiable to you from memory. The details are recovered by using …
-
comment
Comment #9470619
Rubbish. LOC is a measure of size. How well it is put together is entirely something else. Seeing that it is done in ada, at least it shows the system architects have a clue about …
-
comment
Comment #9399265
stupid pet trick.
-
comment
Comment #9282294
unpossible. DO 100 I=1,10 100 SUM = SUM + X(I) No longer supported ? hWhat ? And don't get me started about COMMON and EQUIVALENCE. To be blunt, FORTRAN 77 was probably the most pr…