Live data from Hacker News

Viewing profile — lew89

lew89

HN member
Joined
Mon, Apr 25, 2016, 8:51 AM UTC
HN karma
29
Public activity
16 items

About lew89

No profile information was provided.

Recent public activity

  1. comment
    Comment #34159463

    I'm not professional physicist, just trying to understand modern physics, partly as a Koan, partly as a part of philosophical endeavor. I think that my view is similar to yours. I'…

  2. comment
    Comment #31444790

    It seems similar to my situation. Probably I'm not as praised as you are and people do discuss with me, however everybody else seem slow and I feel I don't belong, because my think…

  3. comment
    Comment #26610822

    Of course, in the program like this. It's quite obvious that for a bigger program it would be much harder. I wouldn't use C for a big monolith system or if I had to, I would put mu…

  4. comment
    Comment #26604936

    This is a very good point. Good testing, good programming practices, good logs are necessary. And it's not only about C. It's not so hard to do better than in Java. xD

  5. comment
    Comment #26604845

    Yes, I consider that memory management is the biggest problem with C. Always the question is what is more valueable to you: simplicity or memory management.

  6. comment
    Comment #26604787

    Is there any language that can save you from control tracing problem? I think that well made architecture is only solution. In fact I would say that C is easier in that respect (if…

  7. comment
    Comment #26601932

    Everything is matter of price. Such an error is nobrainer actually, because just before I get an error message. If I don't know that yet, I run on gdb and everything's clear. Coupl…

  8. comment
    Comment #26601434

    There is missing NULL check, but it doesn't crash, because the function would get nonexistent filename only if filesystem driver would do something strange (or file would be delete…

  9. comment
    Comment #26600859

    Nice and clear article. I like an idea of looking at quality of the process and not only the product. It was pleasant to read. I didn't like that C itself was missing, because C is…

  10. comment
    Comment #26527186

    Sometimes I used old computers because they appeared functional enough. Not so long ago I used a computer from late 2000s and it was a quite normal user experience on Linux (on lig…

  11. comment
    Comment #25442054

    First you have to choose your flavor. If you want to use JVM, probably clojure. Otherwise Scheme, Common Lisp and Racket. Scheme is rather minimalistic, Common Lisp is very functio…

  12. comment
    Comment #25372256

    Amazing, just amazing. Thanks alot. I would only suggest author to set og:image in your pages. When you share it on social media no image appears, you know how does it affect sprea…

  13. comment
    Comment #25313766

    For me, the biggest boost lately was Nassim Nicholas Taleb: Black Swan, Antifragile. He's a real philosopher in a sense that he addresses real world problems instead on messing wit…

  14. comment
    Comment #12172037

    I've already seen that 3-4hrs/day is much more productive than 8. For me. I guess it seems impossible to management people. Sadly it's hard to find employer with this dose of trust…

  15. comment
    Comment #12136225

    The only thing I can share is my experience with Thinkpad E130. I've got it for about 3years and I'm really happy about how it's working with Arch Linux. I remember I had a little …

  16. comment
    Comment #11563162

    I find Vim+shell the best IDE i could have. Mates at work are usually surprised that I code in Java using it, but even they admit that it works for me. To be honest, most of needed…