Nutshell is a really useful way to embed information from other websites in a convenient way. It works sorta like those hover boxes on wikipedia allowing you to learn more about a related subject without leaving the current thing you’re reading.

For those of you who don’t know, Nicky Case releases really interesting interactive things that are Open Source and CC0. A project you’ve likely seen in the past was this project called :the game: that was extremely popular on Newgrounds back in the day.

or this game called We Become What We Behold

heres a link to their projects https://ncase.me/ they’re all really thought provoking and made to help you learn about things in an interactive and entertaining way.

They also write really well thought out blog posts, here’s my favorite post they made that’s called Evolution not Revolution and talks about how so many uprising and revolutions that were “successful” led to the current authoritarians being replaced with another set of authoritarians with no progress for the people actually being made.

  • NXLOP
    link
    fedilink
    12 years ago

    That would be nice, maybe someone will fork it to make a verison without javascript

    • @octt
      link
      2
      edit-2
      2 years ago

      Since this is all JavaScript there’s not really much to fork I think, you would need to write everything (not really a lot) from scratch

      As I said though, the idea is nice, I could probably implement it as a new feature for my own static site generator, as a replacement to wiki-like footnotes (the concept I currently use to move additional information away from the content body)

      • NXLOP
        link
        fedilink
        12 years ago

        if you do it please share it!

        even if it would be a rewrite I think it would be useful submit it as a js-less fork so it could be discovered when on the original’s github