-
"I view ValhallaPlate as being closely related to an SM57. Or a hammer. No need to be delicate with the tool. No need to think about things too much. It just works." I liked this line on toolmaking, especially when it comes to music technology.
-
Much more Illustrator-like than Sketch is, in many ways, and affordable. Certainly leaps ahead of Inkscape in not being rubbish. Going to use this for lasercutting/frontpanel work, I think.
-
Really good article on the realities of installing iBeacons, and, secondarily, the way you develop your own internal processes just to solve workflow. I liked the trolly; I felt for the BKM very much as I read this.
-
Translating Gender: Ancillary Justice in Five Languages Alex Dally MacFarlane | Interfictions OnlineFascinating article capturing how various translators worked around their languages to translate not only the absence of gendered language _suggested_ in Ancillary Justice, but also the author's deliberate use of the feminine as a generic case. (Also, how to translate things for different cultures – what they expect and what they intimate).
-
Yes, it's a bit heavily focused on copying/emulation, but there's some useful stuff in here and some interesting starting points.
-
Thoughtbot's engine for Rails admin UIs, sans-DSLs. Filed away for reference.
-
Corrie Corfield on Peter Donaldson. Lovely.
-
[this is good] and I will remember more of it in future.
-
Wonderful, dense, three-part study of one of GTA V's renderer. I like Adrian's posts because he focuses on the art of the technology, as well as the technology of the art; a reminder that game art isn't just plonking OBJ files into a world, but relies on a whole host of developers, maths, and drawcalls.
-
Interesting; the wrapper Github used for Atom, as a platform. Makes building desktop applications for web-folk like me a notch easier, though as ever, I find the Javascript ecosystem baffling.
-
Wonderful article from an architect who worked on "The Witness" about the role of architecture practice in game design, and all the rough edges architects see within game worlds. Good on spatial design principles, too.
-
"Every gallery project needs an Andy" – and other insights from Tim Hunkin on installation design, following his work on 'The Secret Life of the Home' at the Science Museum. All rings very true for me, and glad to see it's not just me that finds this sort of stuff challenging. Also: very interesting on museum culture.
-
Lovely interview between Jeff Bridges and Roger Deakins – on film, and how they get made, and feel. Lots of deep knowledge and affection in this; I really enjoyed it.
-
Ansible as software deployment tool.
-
"xsv is a command line program for indexing, slicing, analyzing, splitting and joining CSV files. Commands should be simple, fast and composable." iiinteresting.
-
JS/webGL sculpting app. Nifty.
-
"So many traditions of art-making like music, painting, or carpentry, all involve some sense of rejecting formalist intellectualizing in favor of just… "doing." Try to take joy in doing, collaborate with your computer, embrace messiness." Great stuff from Robert Yang.
-
Very good post on Just Using make as your task runner.
-
"There was also one late night when a stranger opened the door and walked into the house when August should have auto-locked the door. (The stranger was trying to enter our next-door neighbor’s house and didn’t realize he was at the wrong door.)" YOU HAD ONE JOB etc.
-
Rather looking forward to seeing this play out: thirty days of processing and spelunking CSV, from Paul Downey. Lots of new tools and tricks emerging already.
-
Really nice exploration of a small stack for poking data at the commandline. I'm a fan of jq and its ilk already, so this extends some of those techniques.
-
Alternative to localtunnel, which I'd been having some issues with recently.
-
"Sheetsee.js is a JavaScript library, or box of goodies, if you will, that makes it easy to use a Google Spreadsheet as the database feeding the tables, charts and maps on a website. Once set up, any changes to the spreadsheet will auto-saved by Google and be live on your site when a visitor refreshes the page." This is good.
-
"All it takes to get a website going for a repository on GitHub is a branch named gh-pages containing web files. You also don’t need a master branch, you can have a repo with just one branch named gh-pages. Here is what I think is really cool, if you fork a project with just a gh-pages branch, you’re only a commit away from having a live version yourself. If this repo being forked is using sheetsee.js then everyone is a fork, commit and spreadsheet away from having a live website connected to an easy (a familiar spreadsheet UI and no ‘publish’ flow because Google autosaves) to use database that they manage (control permissions, review revision history)." Very smart.
-
Hosted statistics tool with attractive interface and smart API. Not cheap for its single-tier plan ($99/mo), but looks like it might be worth a poke.
-
A nice talk on type, with some great faces referenced in it; Brandon Grotesque is a stunner.
-
"Reply to an evening email reminder with what you did that day. The next day, get a digest with what everyone on the team got done." As a management style, I like that.
-
"Xray is the missing link between the browser and your app code. Press cmd+shift+x (Mac) or ctrl+shift+x to reveal an overlay of what files are powering your UI – click anything to open the associated file in your editor." A lifesaver, if only for working with other people's code.