• Github experimenting with a formalised approach for using Actions/repositories as datastores. Interesting to see their end-to-end approach, including, in particular, custom VS Code plugins for generating configurations; it's a neat and accessible way to build end-user UI.
  • "Just the Docs gives your documentation a jumpstart with a responsive Jekyll theme that is easily customizable and hosted on GitHub Pages." As used by the excellent update monome docs – this is a really great template for clear, searchable documentation. You still have to write the docs, of course, but this is a great format for that output.
  • "This information describes how Free Range operates, both as a business and as a culture.<br />
    <br />
    We're open-sourcing our business, from the site to the contracts to the philosopy. Value does not come from these things, but from putting these ideas into practice. These ideas are not assets – we, the people, are.<br />
    <br />
    Fork this." Free Range have put their manifesto and operating principles onto Github.
  • "Egmont Press and Penguin Publishing will launch a range of children's books onto the Nintendo DS in a licensing deal with entertainment software company Electronic Arts (EA). It is the first time that children's books have been developed specifically for the Nintendo DS platform in the UK." Ooh, that's kind of awesome.
  • "Gemcutter is the next generation of gem hosting for the Ruby community. Instantly publish your gems and install them. Use the API to interact and find out more information about available gems. Become a contributor and enhance the site with your own changes." Apparently this is the next big thing, post-github not serving gems. Let's chase this trend for a bit.
  • "…it’s been a week and we’ve decided to not bring back the gem builder. It was a fun experiment but Jeweler and Gemcutter combined make it ridiculously simple to publish a gem. The gem builder use case (fork a project, make a change, publish a gem, install it) is now easier than ever using these tools." Which is all very nice, but a bit of a PITA for anyone who'd been depending on this. Still: gems.github.com will serve for another year.
  • "In Nokogiri &nbsp;'s are converted to whitespace, but they are not a normal space and aren't removed with the standard String#strip and friends." Needless to say, this is somewhat annoying. Thanks for fixing it, internet!