1. 1

    Organizer here, thanks for proposals, shares, feedback, and upvotes! :)

    1. 1

      very cool. Maybe it would be cool to be able to see all the screenshots side by side. I’ll submit a PR.

      1. 1

        it already does that as well :)

        1. 1

          see https://raw.githubusercontent.com/ponyfoo/ponyfoo/master/resources/shots/output/1024x768.png as an example. open in safari, chrome and ff fail to render it because it’s too wide or something.

      1. 1

        This refined-github extension looks neat, but unfortunately it’s Chrome-only. However, the source looks like it’d be amenable to porting to either a Userscript or the new WebExtensions format.

        1. 3

          I just finished wiring up collaborative realtime for a product I’ve been building on the side: http://stompflow.com/ It’s a project management SaaS, think of it like Jira but actually fast, accessible, and with a sprintboard, also not as customizable and enterprisey. The realtime aspect itself makes me quite happy because I was able to take a progressive approach and just basically bring native <form> tags to websockets (kind of), which was amazing. I’m quite enthusiastic because it actually worked with a few lines of code once I got the “data binding” hookups right

          1. 1

            If I remember correctly, DFA is regex-directed, whereas NFA is text-directed, which explains the curves. It isn’t uncommon in modern programming languages to switch between both engines as they see fit

            1. 9

              I have a hard time taking performance advice from someone whose website takes 3 seconds to load while showing me a fancy spinning progress indicator instead of just showing me content.

              1. 2

                Your concerns are completely understandable, the blog is indeed in desperate need of some face-lifting, I’m prioritizing other things at the time, though.

                1. 1

                  Not to mention (ab)using radio buttons for such purpose.