Live data from Hacker News

Viewing profile — cparedes

cparedes

HN member
Joined
Sun, Jun 27, 2010, 2:10 AM UTC
HN karma
119
Public activity
74 items

About cparedes

I'm a UNIX systems administrator in the Seattle area.

http://redbluemagenta.com is my website.

Want to contact me? cp[at]redbluemagenta[dot]com.

Recent public activity

  1. comment
    Comment #16083958

    Thanks BTW for understanding - that's my intention here, which is to call out bad companies for doing egregious sorts of things (along with me being pretty frustrated in general, w…

  2. comment
    Comment #16083879

    Forgot to mention: I don't expect anything positive to come out of it. I just want it to be a fair warning to anyone who would think about interviewing with them.

  3. comment
    Comment #16083877

    There was never an interview where you meet with Canonical execs. There was an interview panel where I met with higher ups and whatnot, but not at the executive level. That was a c…

  4. comment
    Comment #16083870

    Yeah - I'm still looking for that job fit. Takes a while sometimes.

  5. comment
    Comment #16083864

    They never asked for references.

  6. comment
    Comment #16083862

    "Tool" here. I don't blame them for not having a paycheck, I blame them for handling this incredibly terribly. If I had known there was even an exec-level review of my application,…

  7. comment
    Comment #7780469

    Er, sure it does: * No web UI. This may be a blocker for business folks who want to update a blog. This is a blocker for folks who are using devices like iPad's to update blogs (wh…

  8. comment
    Comment #7594273

    IMO, Amazon gets 'DevOps' right. It's mostly just called 'ownership' over in Amazon. (source: I used to work in Amazon as a systems engineer) You still have specializations - SDE's…

  9. comment
    Comment #5670600

    Security is about mitigating risk, not about eliminating it. Keep up with CVE's, don't provide a wide attack area (so lock down interfaces to your machine and don't expose much to …

  10. comment
    Comment #5243477

    FWIW, if you do need ELB support right away (and keep in mind that you'll have to look at it from each server's point of view), you can probably use https://github.com/opscode-cook…

  11. comment
    Comment #5243265

    Sort of, but not exactly. It's not API compatible with Chef server, and I believe you don't get the nice search syntax for grabbing node information across your fleet that match so…

  12. comment
    Comment #5044928

    You can use TCP/UDP/GRE for your traceroute packets with the -P switch: traceroute -P udp This is super useful if you're probing a network that's hostile to ICMP packets - it's a l…

  13. comment
    Comment #4873645

    The reasons that other folks have mentioned (static files, nginx is built for lots of HTTP requests), as well as basic load balancing between several 'worker processes'. Sometimes …

  14. comment
    Comment #4390672

    You can replace 'ssh loop' with parallel SSH connections, or pubsub, or...

  15. comment
    Comment #4390643

    Kick off Puppet/Chef runs? It's not too hard to automate these tasks, either (or even put a fancy interface around it, though of course this takes a bit more time.) It's also a bit…

  16. comment
    Comment #4390608

    I can't know for sure, but it's at least corroborated with quite a bit of research: https://www.google.com/search?q=usenix+configuration+managem... I'm a fan of both of those syste…

  17. comment
    Comment #4390551

    Author here. NT? (edit: you mean non-technical? I'm definitely not non-technical - I work as a systems engineer by trade.) And, yes, you don't need to use Chef or Puppet to solve t…

  18. comment
    Comment #4390480

    Author here. They do, though for a certain set of problems, you can get away with using things like Chef for coordinating lots of information between a lot of machines. My point, h…

  19. comment
    Comment #4235868

    You can use LDAP logins and passwords with SSH by using pam_ldap - but since you only allow SSH keys, it'll be a non-starter for many orgs to use your product. Best of luck - I'll …

  20. comment
    Comment #4232167

    So, tell me - what would this tool offer over, say, RunDeck or mcollective? Why only use SSH keys? (What if I'm using LDAP across all of my machines?) I'm not trying to knock your …

  21. comment
    Comment #3491944

    I think the problem isn't inherently the class content (in 'soft' subjects), but how decent the professor is in letting students get by with weak arguments in their papers. I think…

  22. comment
    Comment #3223871

    Maybe they'll come in, then leave as soon as they're all settled in.

  23. comment
    Comment #3223138

    Seattle is crazy awesome for startups, but man, SLU has changed a lot since I last worked there a couple of years ago at a research lab (and I think it changed for the worse - way …

  24. comment
    Comment #2980174

    Obvious troll is obvious. As I've said in the past, the consensus is simply "use a CM system," especially if you have to maintain these machines for a while (or if you have 50+ mac…

  25. comment
    Comment #2693973

    Over at Seattle Biomed, we keep everything in the same branch (for now) - all of our nodes are defined in nodes.pp, and we have modules that install software/configuration files as…