Live data from Hacker News

Viewing profile — __strisk

__strisk

HN member
Joined
Fri, Jan 06, 2017, 4:31 AM UTC
HN karma
47
Public activity
18 items

About __strisk

No profile information was provided.

Recent public activity

  1. comment
    Comment #16390765

    Most programming books do not let you pause to reflect. They just go on and on. Consider Fluent Python by Luis Ramalho. If you read through the book, you will not get much out of i…

  2. comment
    Comment #16027675

    Reading code is the equivalent of looking at solutions for math problems... is it more helpful reading the solutions without context or with? You need to see the original problem, …

  3. comment
    Comment #16011492

    Yep! I also like the fact that it's just plaintext with no interspersed meme/pictures. Just straight information.

  4. comment
    Comment #15981897

    nautilus was the first publishing company that I subscribed to... Although I feel bad for the company, I feel worse to have given money to an organization whose owner is gambling t…

  5. comment
    Comment #15894853

    There is a really good course on edX that goes over some key aspects of secure web applications. Just finished it myself. Learned a lot about preventing common oversights such as m…

  6. comment
    Comment #15809321

    I found jupyter notebooks to be a good note taking medium (its markdown!). I usually rsync my notebooks to a remote server that I can access anywhere. One thing I find frustrating …

  7. comment
    Comment #14942255

    God I hate those backyard cottages, did you label yours as a "casita" too? Some AirBnB hosts literally go to home depot, haul a shed, plant it, add crappy insulation and list it. I…

  8. comment
    Comment #14932582

    Correct, I don't count a software foundation as a corporate branding. I see it as a positive.

  9. story
    Ask HN: Which programming languages do not have corporate branding?

    I am interested in getting a list of languages that do not belong to a major corp, like Google Dart and Mozilla's Rust. C originated from Bell Labs, Javascript originated from Nets…

  10. comment
    Comment #14643394

    we think alike! I have this process written down and pinned to my wall. I have been refining my thought process regarding learning. currently I have: 1. try to find a overarching s…

  11. comment
    Comment #14421056

    From my research so far, here is what I have found... the main topics that one should learn are: * some tidbit of history on why oop * fundamental object oriented concepts: inherit…

  12. comment
    Comment #14420907

    Sandi Metz seems to have the oop teaching thing down. I looked at her 3 day course, https://static1.squarespace.com/static/537c0374e4b0f52ed9294... to see what topics she covers th…

  13. story
    Ask HN: Are there any courses/course materials that teach oop concepts well?

    I am trying to find a good course that outlines the essential topics for object oriented programming and encourages practical applications of the theory.

  14. comment
    Comment #13693473

    this is awesome. I was in a similar situation several years ago using crap like Clearwire, Hughes Net, and some mifi hacks to get internet to a dislocated house. I ended up researc…

  15. comment
    Comment #13662096

    I remember liking http://www.tangowithdjango.com/ . It goes over building a link aggregating service using Django. However, I also remember it being free. Doesn't seem to be an opt…

  16. comment
    Comment #13621569

    Is the practice of shoving all disparate pieces of proprietary software (or individual projects) in the same repo a common occurrence? I have found that pulling unrelated changes j…

  17. comment
    Comment #13493599

    don't use git commit messages as "dear diary" sort of things. For example: "I fixed the button issue on the homepage. Still, need to center the title." would be better written as: …

  18. comment
    Comment #13457589

    disclaimer: you may need to have a masters in CS or Statistics to be taken seriously. For every success story you hear of someone "doing it on their own", scrutinize it enough and …