Live data from Hacker News

Viewing profile — bb0wn

bb0wn

HN member
Joined
Tue, Aug 28, 2012, 5:33 PM UTC
HN karma
35
Public activity
22 items

About bb0wn

hi.

http://bobbyrussell.io/

Recent public activity

  1. comment
    Comment #38297312

    Looking forward to trying this

  2. comment
    Comment #11362337

    Very exciting -- a new major version of Jenkins has been a long time coming. > "Jenkins 2.0 is a drop-in replacement of the Jenkins 1.x series of releases and fully backward compat…

  3. comment
    Comment #10562825

    I feel like Gary Bernhardt gets live coding demos right, both with his DAS casts, and his conference talks. https://www.destroyallsoftware.com/screencasts

  4. comment
    Comment #10201892

    This would more aptly be titled 'Software Engineering Courses That Don't Exist, but Should.'

  5. comment
    Comment #10171250

    And this is one of the many reasons why I've not used paid IDEs. I feel bad for everyone over a barrel with JetBrains because they've dedicated so much of their time developing in …

  6. comment
    Comment #10075998

    I think he's preempting the Windows lock-in argument -- lots of people (including myself) are afraid to start projects using the MS tech stack because it's not portable and doesn't…

  7. comment
    Comment #9696770

    Came here to say just that. Apple seems to be trying to make the case that users don't necessarily need to get in bed with creepy, data-mining-for-profit platforms to receive good …

  8. comment
    Comment #9005644

    Just bought my first new car in November. I tried really hard to get a used car, but honestly, it just didn't make any sense -- the cost of financing was much higher, and the cost …

  9. comment
    Comment #8972455

    I haven't read the linked book, so I can't comment on which is a better introduction. I will say that having read the Tannenbaum book, it is a very thorough, bottom-up survey, and …

  10. comment
    Comment #8972331

    Computer Networks by Andrew Tannenbaum is also a great introductory text. http://cse.hcmut.edu.vn/~minhnguyen/NET/Computer%20Networks%...

  11. comment
    Comment #8760730

    The best thing about jQuery is that it abstracts away most of the browser-specific quirkiness for you. Using jQuery for that feature alone makes it worth using.

  12. comment
    Comment #8438906

    I'm not glad that others don't have it -- I'm just glad that it's non-trivial because it means that learning it is an accomplishment worthy of taking pride in. As far as it being a…

  13. comment
    Comment #8438710

    There is no 'overcoming' of command-line bullshittery -- it's a barrier to entry and computer professionals should be glad that it's non-trivial to become productive with your envi…

  14. comment
    Comment #6960585

    I'm pretty sure that that is a sarcastic comment...

  15. comment
    Comment #6684371

    Thanks for posting this Alex. I really love hearing the others' tales of code enlightenment, and with yours being very similar to my own story, it's especially nice.

  16. comment
    Comment #6451469

    I found the git book to be more than adequate enough for explaining the structures and practice patterns of git. http://git-scm.com/book

  17. comment
    Comment #6266402

    What exactly is the target audience for Django? I actually love using Python and the Python design philosophy. If I'm not part of the target audience for Django, who is?

  18. comment
    Comment #6265394

    Finally, but too little too late in my opinion. I love python, but I would rather use Rails for web stuff at this point. So many 3rd party libraries are needed to do what Rails can…

  19. comment
    Comment #5595919

    Thanks for the cast. Often wondered what the purpose of a static method was in Python...

  20. comment
    Comment #5493940

    Also, pretty sure this has been posted before, but http://web.archive.org/web/20070814184957/http://www.moolena... is a great collection of tips for making vim pay dividends.

  21. comment
    Comment #5493924

    Extra keystrokes add up over time. I wonder how much time I've saved implementing * and # into my movements. Considering that I was either C-f or C-b -ing (or in my earlier days, j…

  22. comment
    Comment #5493743

    I think you hit the nail right on the head here. It can be detrimental to try and learn vim (or emacs, for that matter) while trying to get stuff done, but it is necessary to immer…