-
Using page.js as a really lightweight router for Svelte – worked very well, it turned out.
-
Whilst I'm an old-fashioned developer, sometimes I need to make something like an SPA, and I really like how lightweight and simple this routing library is – not to mention its excellent set of plain js examples. Really good.
-
Because we all forget things, and this is a nice, tidy list of simple HTML DOM wrangling (which I frequently have to do, and like to do as simply as possible).
-
Web-based port of Laurie Spiegel's _Music Mouse_. Instant composition; just wonderful to fiddle with. Suddenly thinking about interfaces for this.
-
Using a Raspberry Pi to emulate the memory of a NES cartridge and then outputting that data through the original NES. The making-of is good too.
-
Impressive, fun, immediate.
-
A good list of ways to protect any MCU circuit – not just an Arduino.
-
Good crunchy post on the design of the axe-recall feature in God Of War (2018); particularly interesting on how it evolved, how players perceived variance in its implementation, and the subtleties of its sound and rumble implementation. And yes, there's screenshake. It's one of the simpler functions to grok in the game, but one of its best mechanics, I think. Looking forward to more posts.
-
Beautiful. Poppy Ackroyd soundtrack, too.
-
Yeah, that. See also 'drawing is thinking' – drawing exposes the paragraphs I left out of paragraphs I wrote. I've been writing documentation recently and boy, that properly forces you to think about how to describe the thing you're doing.
-
Janelle Shane – with some effort – trains neural networks to make knitting patterns. Then knitters from Ravelry make them. I love this: weird AI being taken at face value by people for art's sake.
-
Quite like the look of Stimulus for really simple interactions without too much cruft.
-
Really rather impressive port of Prince of Persia to… the BBC Micro. From the original Apple II source code which is, of course, also a 6502 chip – although not quite the same. The palette may be rough and ready, but the sound and animation is spot on. I'd dread playing this with the original micro keyboard, though.
-
"You are a traffic engineer. Draw freeway interchanges. Optimize for efficency and avoid traffic jams." Lovely.
-
Useful, this stuff is not nearly as easy as it should be in ES.
-
Great interview with Meng Qi, with lots of lovely stuff on being both a musician and an instrument bulider. I need to return to this.
-
This feels… familiar. Two things resonated a lot, though: the description of Hymns Ancient and Modern as a tradition to come from, and especially the description of 'cramming for A-levels' – my version of that was a combination of Fopp and Parrot Records at university, and the local libraries' CD sections during my teenage years.
He's a better musician then me, though, clearly.
-
How did I not know this? Definitely better errors for Rack apps. Will be using in future.
-
Nice simple JS library for handling keypresses.
-
Write the documentation for your tool to define the interface. Very nifty, and has polyglot parsers.
-
"a class factory and dsl for generating command line programs real quick" I like the look of this: solves lots of things I've always made clunky workarounds for.
-
Great set of pictures from Evo 2013; I really, really ought to go sometime.
-
As usual with things like this: a decent client library that's at least somewhat up-to-date (official or no) goes a long way to helping you decide which [x] provider to use. In this case: SMS gateways that send to the UK.
-
"This is all very preliminary, but here is a first pass as a Processing Kinect library." Ooh.
-
Trap streets – yes, of course. But trap rooms; trap architectures? That's iiinteresting.
-
"Bookland is a fictitious country created in the 1980s in order to reserve a Unique Country Code (UCC) prefix for EAN identifiers of published books, regardless of country of origin, so that the EAN space can catalog books by ISBN rather than maintaining a redundant parallel numbering system." Awesome. Via Kim (who else?)
-
"This tutorial assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little nuggets of UNIX® wisdom and lore. It serves as a textbook, a manual for self-study, and a reference and source of knowledge on shell scripting techniques. The exercises and heavily-commented examples invite active reader participation, under the premise that the only way to really learn scripting is to write scripts." Really good stuff, which Nick pointed me at this morning when I revealed I couldn't write bash scripts.
-
"Simple javascript (+backend) library for web-annotation". Looks really good.
-
"gRaphaël’s goal is to help you create stunning charts on your website. It is based on Raphaël graphics library." And that's what I've been looking for.
-
"If / when telly people complain that their industry was blind-sided by the internet/interactivity I think it might be fair to point out that this was made in 1990. And that it was shown – ON THE TELLY. Or would that be mean?" Douglas Adams' documentary "Hyperland", a crash course in hypertext written and shown pre-the-web.
-
"The best games communicate their systems to us in ways that feel satisfying, and the quality of this dialogue between player and game often determines the success or failure of the game." Michael Abbott's been playing Demon's Souls.
-
"Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library." Looks really rather interesting, and potentially beautiful.