1. 7

    Also, in irb and rails console, _ holds the return value of previous line. So if you do something and forget to assign it to a variable, you can just write a = _.

    1. 1

      Wait, he’s complaining that files in /tmp won’t survive a reboot? Isn’t that how it’s supposed to work?

      In my experience it’s a great idea, small temp files don’t hit your disk.

      1. 4

        To improve the experience on the user side of things, you could try mailcheck. It catches common typos in emails and adds a link to correct them next to the field, like that: ![](https://raw.github.com/Kicksend/mailcheck/master/doc/example.png)

        1. 3

          Whenever you wonder how lobsters works, you can check the code. It looks like there is no interface for adding tags, I guess they’re created from the Rails console.

          1. 1

            Ah, good point. I didn’t think of looking at the code.

            I suppose my question was more along the lines of, What’s the policy? The submission guidelines mention that if there’s no tag for your story it likely doesn’t belong on lobsters. But that seems a bit restrictive right now since there aren’t that many tags (yet).

          1. 4

            I’m curious, what’s the hosting setup?

            1. 5

              A (real) server in California running OpenBSD.

              1. 3

                Any reason for OpenBSD, other than the high security? Personally, I’m a FreeBSD fan for servers.

                1. 6

                  I’m an OpenBSD developer and it’s just what I’ve used for everything for the past decade or so.

            1. 1

              Soo, make it even easier for people to send crap around?

              1. 1

                Why the negativity? A lot of people sign up for newsletters to get aggregated news (e.g. ruby weekly, status code, etc).

                I tried the mailchimp design tool and it’s horrible to use. This is much easier, and looks like it could be easier to use for designers (upload a template, cut, add text).

                1. 1

                  The problem is HTML in mails, it simply has no place being there. But what do I know, I am that crazy guy still using mailx on SDF.

                  1. 1

                    I use mutt on a self-hosted mail server; HTML emails can be pretty annoying, especially since I use lynx(1) for viewing html emails.