Threads for pkhamre

    1. 2

      Safe for work?

      1. 1

        As long as the word “porn” in big font doesn’t make people rage!

    2. 2

      Should be pretty basic, but it seems some Linux distros are moving away from the FHS. One thing I love about OpenBSD is that there’s no surprise where things end up. One thing you might consider covering is /usr/local.

      1. 1

        I know this post is about Unix, but after I started using Ubuntu 6 years ago I have practically forgotten that /usr/local exists.

        1. 1

          If all you’re using is the package manager, I can understand that. I still write a lot of code I use on my own box, and it all installs to /usr/local/, so I end up still using it a lot.

      2. 1

        Thanks for your reply! My goal is to create a simple app I’m gonna use myself, and push it to the google play store (free download) when I have created a simple working app.

      3. 1

        Spot on!

    3. 2

      Do you like the ‘jj’ keymap in Vim so far?

      1. 1

        Is it:

        imap jj <Esc>

        1. 1

          Yeah, I’ve been using it for a while myself.

      2. 1

        Whoah, somehow I missed this thread. :‘(

        I took it out because I haven’t really used it.

        1. 1

          Same as me. I tried to use it for a couple of weeks, but I found it more annoying than productive.

    4. 4

      Nice work, I will definitely bookmark it!

      Love the increase of show lobste.rs posts lately.

    5. 1

      HN is down, got so much work done!

    6. 2

      I love the simplicity. Add a few git-commands and you can easily sync the address book across computers through Github.

      1. 3

        Please don’t put my contact information to GitHub…

        1. 1

          Oh!

        2. 1

          hmm. this is an interesting article about encrypting your external git repos and using dropbox: http://syncom.appspot.com/papers/git_encryption.txt. That would work.

      2. 1

        Glad you like it!

        I’ve updated the post to include a nice mailto function for even simpler usage.

    7. 1

      Lots of nice git tips! I was not aware of the interactive git add with the -p option.

    8. 1

      Thought for a moment it was Vine for Android!

    9. 1

      Got my upvote for a nice README.

    10. 3

      No need to copy pasta those dotfiles around anymore! fresh is a tool to source configuration (aliases, functions, etc) from others into your own shell files. We also support other files such as ackrc and gitconfig.

      Looking forward to hearing what you guys think of fresh. We’ve already got a bunch more features planned. See our list of upcoming features at http://github.com/freshshell/fresh/issues.

      1. 1

        what problem is this trying to solve?

        1. 3

          We found we were constantly copying bits and pieces of each others config files. We built this so we can easily share the pieces we need from each other. For instance @jasoncodes has his $EDITOR variable set up so it changes if you’re using tmux, instead of copying his code I used fresh to grab it.

          1. 3

            Interesting. Every so often I come across something I may want to add or change in one or another config file, but it happens so rarely that I can’t imagine wanting to involve Yet Another Tool to manage it. So this is interesting to me because you’re describing a behavior that sounds awfully foreign to me. :)

            “For instance @jasoncodes has his $EDITOR variable set up so it changes if you’re using tmux, instead of copying his code I used fresh to grab it.”

            But how often is that going to happen that using Fresh beats just pasting or typing some lines into a file? I guess often enough for you now, but don’t you expect that before long you’ll have some good, reliable, comfortable settings you don’t want to forever tweak?

            1. 2

              I’m often tweaking my dotfiles, my repo has over 500 commits. The other benefit is if something breaks (Git changes an options we’re using for instance) and @jasoncodes fixes it I can just update instead of making any changes manually. I guess it depends how often you tweak things. I work in an office where most people maintain their own set of dotfiles and if someone finds something new or a better way of doing things we can all benefit from it easily.

          2. 2

            The idea is cool, but how should I approach the discovering of new functionality (aliases, functions, etc)? Maybe there should be some central repository with information? Think web-interface with GitHub-repositories as a backend so it’s easy to discover and browse other people’s configuration.

            1. 2

              At the moment you can simply look through peoples dot files and grab what you want. Projects like Oh My Zsh are good because the functionality is broken up into small pieces that make it a perfect candidate for fresh. We were talking about this today, we’re thinking of setting up a wiki page that you can add to and we would scrape that an build a search into fresh so you can fresh search ackrc for instance and find all the ackrc files people have recommended.

    11. 2

      Reminds me of Windows 8, but maybe that’s the intention.

    12. 1

      I’m always scared when the password is posted without encryption.

    13. 1

      Take this philosophy, apply everywhere – Profit!

    14. 2

      Nice project, I will try it out at work tomorrow. Have been trying a few different solutions for time/task tracking, but this is a really simple approach.

      I would suggest that you set 25 minutes to default since this is the default interval time specified by the pomodoro technique

      1. 2

        Thanks! Just pushed this change.

    15. 3

      I am no colour expert, but I clearly agree.

    16. 3

      What do you suggest?

      1. 1

        How about #bbb

        This is a segment of my chrome’s Custom.css (removed the borders from tags as well)

        1. 2

          This is #bbb but I think it makes visited links kind of hard to read. It would be useful on a site where all you did was click things so that it would be out of the way once clicked on, but I think it’s a pretty common usage pattern on this site to click on a link, read it, then hit back and want to comment or vote on the story and possibly do it again a few hours later to read new comments. It’s important to be able to quickly scan the list of titles, which is why I left the visited color still a readable blue. That said, I’m not against changing it,

          1. 1
            bbb is too light
    17. 1

      I hate CAPTCHAs. I would consider hiring this just for signing up to things. ;)

      1. 1

        I find reCAPTCHA okay, but other projects are quite difficult to interpret. Even for human beings.

    18. 1

      End users don’t care if downtime is maintenance or error. I think is more honest to show all downtime, not disable checks when you know there will be.

      If you have regular downtime, pingdom keeps you honest and might push you towards finding a way to do it without downtime.

      1. 1

        It’s not about end-users in my case, it’s about tracking SLA towards our hosting provider. And I agree with you that all downtime should be displayed to end-users, maintenance windows or anything.