jmau5 | 12 years ago | on: Ask HN: What should every software engineer know?
jmau5's comments
jmau5 | 12 years ago | on: Ask HN: What should every software engineer know?
jmau5 | 12 years ago | on: Ask HN: What should every software engineer know?
Initially, it seems like the best approach would be to find a few well-run open source projects that would agree to mentor users in some fashion. The problem would be getting this approach to scale as the number of mentees will always be larger than the number of mentors.
jmau5 | 12 years ago | on: Ask HN: What should every software engineer know?
jmau5 | 12 years ago | on: Ask HN: What should every software engineer know?
Thanks!
jmau5 | 12 years ago | on: Ask HN: What should every software engineer know?
jmau5 | 12 years ago | on: Ask HN: Is YC turning into the next Google, Microsoft, and IBM?
jmau5 | 14 years ago | on: Ask HN: Best Online Learning Sites?
Link: http://www.udacity.com/
jmau5 | 14 years ago | on: Google Map Maker University Mapping Contest for the US and Canada
jmau5 | 14 years ago | on: Ask HN: Where are the cheapest places to live in the Bay Area without a car?
Mountain View sounds like a decent place and there was a post on the front page last night that said it's one of the cheaper places to live and a car isn't necessary, so that's good. Also, there's Foothill college that's a half hour bike ride away from the center of Mountain View.
jmau5 | 14 years ago | on: Ask HN: Where are the cheapest places to live in the Bay Area without a car?
jmau5 | 14 years ago | on: Ask HN: Moving to the Bay Area as a Student
jmau5 | 14 years ago | on: Ask HN: Moving to the Bay Area as a Student
I'm working on a project now (stack includes Python, Bootstrap, postgresql eventually) that I hope will help me get an internship for the summer to help pay for next year.
jmau5 | 14 years ago | on: Show HN: We made an addictive way to browse pictures on reddit
Just kidding, this is excellent. Great job!
jmau5 | 14 years ago | on: Ask HN: Who's looking for employment?
Since I lack any professional experience, I don't yet know what it is I'm interested in. I like math and I feel that working with data would be a very satisfying challenge for me. I program in both Python (personally) and Java (mostly for my courses, although I've been using Java personally as of late), but I am open to learning whatever language your company uses.
I'm searching for a Summer 2012 internship and, if I have my way, I'll be taking one in the Bay Area. However, under the right circumstances, I'd be perfectly happy elsewhere. All I require is sunlight and warm weather (nice to have: beach).
If you think I might be a good fit at your company then drop me a line at [email protected]
jmau5 | 14 years ago | on: Show HN: reddit.py - View reddit's RSS feed from your terminal.
jmau5 | 14 years ago | on: Show HN: reddit.py - View reddit's RSS feed from your terminal.
I've integrated it into reddit.py and it made the `if __name__ == "__main__"` block look much more professional.
jmau5 | 14 years ago | on: Show HN: reddit.py - View reddit's RSS feed from your terminal.
1) I've conformed setup.py to distutils, so it's a lot prettier now.
2) I tried using the print [this for this in that] style, but that didn't work out as planned. The actual list itself was printed and the colors didn't work.
3) I'm still using sudo to set the chmod and to move reddit.py to /usr/local/bin, what alternatives are there? On my system I can't do either without sudo.
jmau5 | 14 years ago | on: Show HN: reddit.py - View reddit's RSS feed from your terminal.
Thanks for the link, have some karma! :)
jmau5 | 14 years ago | on: Show HN: reddit.py - View reddit's RSS feed from your terminal.
Much appreciated. :)