Hacker Newsnew | past | comments | ask | show | jobs | submit | seryl's commentslogin

Guessing he's asking 8k a month because...

8k/mo is roughly 100k/yr

So he's asking if the project's pulling six figures.


SEEKING WORK - San Francisco/Mountain View, remote ok, travel possible.

Experienced team of Systems Engineers/DevOps with strong development projects

  * Over 4 years high-scale experience with Chef
  * AWS buildouts
  * MySQL/Postgres Database tuning/configuration
  * Centralized Logging, Monitoring, Metrics
  * CCNP, CCDP, CISSP, CISA, PMP
  * Centos6/RHEL/Ubuntu experts
  * Ruby (Rails/Eventmachine/Sinatra)
  * Node (Coffeescript/Express)
  * Erlang (Cowboy/OTP/Riak)
  * Many others
High-scale experience at companies such as: Level3, RockYou, Pacificorp, Amgen pharmaceuticals, Hotwire.com, Cisco and Symantec.

Info: https://rajsystems.net

Contact: contact@rajsystems.net


Hey gschiller!

I'd suggest learning a little software engineering, it'll be invaluable to you later on. Organizing the way you develop your code is pretty damn essential to tackling real-world projects.

If you're already building simple tools and apps there are a couple of things you should really master.

  * Version Control [1][2]
  * Packaging python eggs [3]
  * Command line parsing [4]
  * Configuration [5]
  * Documentation generation [6]
  * Unit Testing [7]
If you can get comfortable with the above concepts and tools before you're deep into school, you're going to be head and shoulders above most of your peers.

First, setup a github account if you don't already have one. Make sure you're committing your code, keep a history of small, succint changes. Learn branching and merging!

As the others have suggested, pick up a project! Whatever you want to build (this keeps it interesting) and integrate in the above tools. Set it up as a package, give it cli options, have it load a default config file if it exists, or use sane defaults. Document your functions; you'll be spending a majority of your time reading code, so make it useful for others.

Most importantly, get yourself some unit tests. Build your application one function at a time. Test it with nose. After it's doing what you want, commit the changes in git, push to your github branch, and onto the next one.

If you're having issues with python in particular, pickup an irc client and join #python on freenode. The community there is pretty excellent and if you're at a difficult point, it's likely someone can point you in the right direction.

Lastly put together a blog. While you're going through all of this, document what you're doing. Put together a couple things you learned when you tackle a difficult problem. Write about what things you had the most trouble with. This will pay back for you two fold; you'll reflect on the material which will help your understanding, and you'll also be setting yourself up for success when you're ready to either start your first internships or jobs.

[1] http://git-scm.com

[2] https://github.com

[3] http://www.pip-installer.org/en/latest

[4] https://github.com/docopt/docopt

[5] http://docs.python.org/dev/library/configparser.html

[6] http://sphinx-doc.org

[7] https://nose.readthedocs.org/en/latest


SEEKING WORK - San Francisco/Mountain View, remote ok, travel possible.

Experienced team of Systems Engineers/DevOps with strong development projects

  * Over 4 years high-scale experience with Chef
  * AWS buildouts
  * MySQL/Postgres Database tuning/configuration
  * Centralized Logging, Monitoring, Metrics
  * CCNP, CCDP, CISSP, CISA, PMP
  * Centos6/RHEL/Ubuntu experts
  * Ruby (Rails/Eventmachine/Sinatra)
  * Node (Coffeescript/Express)
  * Erlang (Cowboy/OTP/Riak)
  * Many others
High-scale experience at companies such as: Level3, RockYou, Pacificorp, Amgen pharmaceuticals, Hotwire.com, Cisco and Symantec.

Info: https://rajsystems.net

Contact: contact@rajsystems.net


chmod 0600 ./id_rsa


If the file really was already in the badguys group and 0440 it's already been compromised so that's just covering it up. I suppose if SSH really had the courage of its convictions it'd automatically upload the key fingerprint to some revoked key blacklist.


You have the ordering backwards: SSH complains now so the problem is fixed before someone gets limited access to the computer.

If your account or computer has already been compromised you're still screwed but this helps considerably on shared computers, NFS, etc. where the access situation is easier to misunderstand.


blacklist the way sudo does http://xkcd.com/838/


on a fresh debian install, the first user (me) wasn't in the sudoers list. I sudo'd, and got reported. The report mail went to root, which was cloned to the first user...


I had built something very similar to this a while ago, based off of the pivotal idea but with a one-liner install.

https://github.com/seryl/kindness

supports updating itself and it's templates form the git repo it's referencing.


It appears that libgdiplus 3.0 isn't currently available at

http://download.mono-project.com/sources/libgdiplus/

Would be nice to have it there :)


libgdiplus is fairly stable - you can find use the latest zip from github if you need a source release:

https://github.com/mono/libgdiplus/commit/3ddf7ff28e0876dc39...


"Grove is here to stay"... clicks link

> curl -i https://grove.io/blog/grove-here-stay HTTP/1.1 500 Internal Server Error Server: nginx/1.1.17 Date: Fri, 28 Sep 2012 17:33:13 GMT Content-Type: text/html Content-Length: 193 Connection: close

<html> <head><title>500 Internal Server Error</title></head> <body bgcolor="white"> <center><h1>500 Internal Server Error</h1></center> <hr><center>nginx/1.1.17</center> </body> </html>

Well, hopefully they get it on it's feet again. But it's good to hear!


I use something relatively similar, but I do it with Chef.

(shameless plug) Kindness: A nice way to bootstrap your box (with chef) http://joshtoft.com/kindness/

It takes advantage of site-cookbooks with Chef, letting you bring in your own site-cookbooks and also takes your chef-solo.json (if it exists).

I made it to get away from the rake dotfile sillyness.


Since I saw the post for the unofficial dotfiles guide: http://news.ycombinator.com/item?id=3881075 I decided to post some of my projects for the first time to HN.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: