1. 2

    What ‘Design of the year award’ has this won?

    I feel like the author is taking a strawman and bashing it to death in the name of pretty websites. I do agree that gov.uk isn’t the best example of an intuitive web design, but it isn’t the worst I’ve ever seen either.

    Taking a look at the list of results from a search query did make me double take though. Inline tabs, no differentiation other than a bit of shading. Definite headaches are coming…

    << apologies for the duplicate below >>

    1. 4

      Awesome idea guys.

      On the subject of switching to Firefox, how does firebug compare to dev tools? I’ve gotten into a pretty nice workflow lately but I would rather switch and support Mozilla.

      Also, just checked out https://stackmachine.com. Not sure if it’s intended or not, but the video autoplays while still hidden on Safari 7.

      1. 4

        I don’t use Firebug anymore, as Firefox ships with it’s own dev tools. The tools are fantastic and only getting better. I personally think they are better than Chrome’s.

        Also, sorry about the autoplay video. That is most certainly not supposed to happen. Working on a fix for that now.

        1. 2

          Nice, wasn’t even aware of that.

          Site seems to be fixed now, everything looks great and really simple, hope it takes off! What’s it all built with by the way?

          1. 2

            The site is Python and Django. The StackMachine SDK for Love is written in Lua. Database is Postgres.

      1. 8

        I’m finally finishing up the book I’ve been writing since March; it’s looking like I might actually finish by the end of the month, or February at the latest.

        How about you?

        1. 3

          You should consider hosting on http://www.penflip.com if you are releasing them for free. It allows git-like version control for the writing process too. It’s seriously great. I found it a few months back on HN and have been using it for both of my free books myself.

          1. 1

            I actually sell the ebooks versions (via Leanpub), but Leanpub lets me put up an HTML version for free. I do have a free book coming up (an introduction to the commonly-used cryptopackages in Go, like OTR, NaCl, tls, and one I wrote, CryptoBox), so I’ll definitely look into it. The only thing is I’d like to stray away from Markdown for writing technical books and use Asciidoc. Does Penflip support that?

          2. 3

            Leanpub is awesome!!

            1. 1

              It’s certainly made writing easier, except the Dropbox-based sync has made life difficult (mostly, I run OpenBSD, and there isn’t a good Dropbox client for OpenBSD).

            2. 2

              Very interesting, also discovered your other book focused on Python. Kudos for putting them up free to read as well, definitely going be curling up with these this weekend!

              1. 1

                The Python book is problematic for me, because I haven’t written much, if any, Python since starting Go. That means I have less experience with the elliptic curve stuff, because at my previous job we used RSA. I feel like it’s not as useful as it should be for Pythonistas.