Live data from Hacker News

Viewing profile — agj

agj

HN member
Joined
Tue, Jan 25, 2011, 5:38 PM UTC
HN karma
28
Public activity
24 items

About agj

Cofounder @ Read the Docs

I'm at http://ohess.org and @agjhnsn

Recent public activity

  1. comment
    Comment #15503043

    Correct, Read the Docs isn't going away, and maintainers certainly don't need to worry about moving their documentation. We'll just be switching hosts before the end of the year. W…

  2. comment
    Comment #10548530

    To answer these questions, I think you need to be talking to these companies that you think would/should donate. Finding out what they want or need (from you or DBIx::Class et al i…

  3. comment
    Comment #10106916

    Sphinx, or rather Docutils, does eat Markdown now: https://github.com/rtfd/recommonmark There is no access to Sphinx's directives/extensions, as it implements Commonmark support, w…

  4. comment
    Comment #10106855

    It's worth mentioning the besides the steps for requirements installation, this workflow isn't limited to Python. Sphinx has support for writing referential documentation with many…

  5. comment
    Comment #9228141

    Similarly, if your modules are that popular and causing enough of a support burden to result in resentment, maybe this is a signal of an opportunity? If your code is popular, why n…

  6. story
  7. comment
    Comment #6580446

    It's not clear if you are asking about Homebrew or Macports. If you're asking for a Linux wrapper around Macports, I think you've found it. If you're asking for a cross-platform bu…

  8. comment
    Comment #5688590

    Has anyone heard anything from Moniker, or the other registrars claimed to be hacked? I wasn't able to fetch the registrar data from the zine release, and haven't found another sou…

  9. comment
    Comment #4123537

    You should look into a tool that stores meta information on the backup files, such as rdiff-backup. Manually restoring ownership/permissions from a backup is probably tiring.

  10. comment
    Comment #4020208

    Also, the added benefit of avoiding social distractions helps a great deal. I know I'll be able to sit down by myself, with my morning coffee, and have several hours of highly focu…

  11. comment
    Comment #3643713

    I would definitely agree that to progress with any endeavor -- entrepreneurial or creative -- requires critical analysis of your work and yourself. If you are not focusing on your …

  12. comment
    Comment #3538229

    Perl one-liners are a great way to learn more about Perl -- there is a lot of uncommon syntax that makes some of the more advanced examples more like little puzzles. However, if yo…

  13. comment
    Comment #3389707

    Minus the mean of transfers out this week = 11800 total. That probably doesn't equate to very much profit loss. It's good that people are voting with their money, but we need to mo…

  14. comment
    Comment #3091168

    It's probably the XML. Not only is Bcfg2's explicit configuration structure unpleasant to work with, the heart of it is in XML. I tried to use Bcfg2 and was easily put off by the r…

  15. comment
    Comment #3091132

    I agree -- although I am sure you could write a system that manages config diffs, testing, backups and reporting in Fabric, it won't be pretty. My current workflow for managing sys…

  16. comment
    Comment #3091103

    I prefer bash scripting for this as well. With a small ops team, pushing for adoption of Puppet or Chef, and definitely cfengine, can be difficult. However having a backbone for ru…

  17. comment
    Comment #2790036

    There are ways you can manage this line while working from home, but having worked on-call, in both remote and non-remote settings, separating yourself is far more difficult when w…

  18. comment
    Comment #2789488

    This hits the nail on the head, for me. I thought staying motivated would be my primary problem before I started, but what's definitely worn me down the most is the lack that delin…

  19. comment
    Comment #2785253

    For backups, I use rdiff-backup across 60G+ of user data, nightly. rdiff-backup uses librsync to transfer files, but also handles incremental backups and seems to be fairly efficie…

  20. comment
    Comment #2709765

    I've noticed this trend directly. Our incoming non-spam rate has stayed steady at an avg of about 10 msgs/min in the least few years, but our overall average rate has dropped from …

  21. comment
    Comment #2514200

    Why such interest in this script? Besides being written in php, it's also a fairly kludgey approach to managing /etc/hosts. Is it the vulgarities? #!/bin/sh [ $UID -eq 0 ] || { ech…

  22. comment
    Comment #2408484

    The alternative that predates this is to this is to just tunnel ppp over ssh using pppd: pppd updetach noauth pty "ssh root@example.com pppd nodetach notty noauth" ipparam 192.168.…

  23. comment
    Comment #2403138

    It doesn't sound like the OP tried very hard to resolve this before deducing this was all a scam that had to come to light. McAfee isn't going to resolve this out of goodwill after…

  24. comment
    Comment #2176827

    I use a crude script to make a custom hash of a password http://dpaste.com/hold/382522/ I use the two arguments: a master password, and a common name. I only know one of my passwor…