1. 17
  1.  

  2. 11

    Can you tell me why your blog requires javascript to display the content? It’s extremely frustrating, it’s all there but post the initial blip the site just turns white with only the header remaining visible.

    https://i.imgur.com/mQHB3N0.png

    1. 2

      Fixed.

      1. 2

        Works fine with FF’s reader view mode even with javascript blocked. He has a bit of javascript that loads typekit and toggles opacity on success. As to why?

        1. 2

          Looks like there’s an “opacity: 0” in the CSS.

          1. 1

            so i just have to disable css too? :)

        2. 3

          Super cool! Thanks for writing & sharing.

          I don’t think I’ve seen this before:

          index
          |> Kernel.*(16)
          

          I like it. I’m more used to stuff like below. We could write index*16, sure, but I like the pipeline

          index
          |> (&(&1*16)).()
          
          1. 2

            the linked discussion of why you can’t send an EOF to a port and close the write half but leave the read half open was very interesting too

            1. 2

              nice post! when I saw the use of os:cmd() I was hoping that wasn’t where you ended haha