A Love Letter to Tinkerable Software
trevoragilbert.com
A Love Letter to Tinkerable Software
1–10 of 80 posts
Re: A Love Letter to Tinkerable Software
#2To a lesser extent, even being able to modify pretty much any game mechanic via the pull-down Console was amazing too. A great entryway to programming for the young enthusiast!
Always was a wonderful advantage to owning a PC over a console. That, and the accompanying utilities you could combine with the game, to create new graphics, sounds etc.
Re: A Love Letter to Tinkerable Software
#3Re: A Love Letter to Tinkerable Software
#4I've long applauded the efforts of the JA2 1.13 devs and their drive to externalize basically every game parameter into xmls that can be edited rather than hardcoded inside the game's executable.
Tweakable software is the best!
Re: A Love Letter to Tinkerable Software
#5The project that currently occupies most of my time, Decker[0], is a rapid development platform that can produce standalone single-file HTML "applications". The detail I'm most proud of is that every such app still contains the entire suite of editing tools: anything made with Decker is ready to be customized and extended by end-users.
Re: A Love Letter to Tinkerable Software
#6On the other hand, there are projects like https://github.com/rxi/lite Its scope and layout makes it extremely tinkerable.
Re: A Love Letter to Tinkerable Software
#7Playing with browser developer tools and always seeing obfuscated JavaScript makes me sad. I'm not a web developer, but I suspect the security gained is low enough to fall within the author's "unnecessary constraints." On the other hand, there are projects like https://github.com/rxi/lite Its scope and layout makes it extremely tinkerable.
Re: A Love Letter to Tinkerable Software
#8There is a notable e-collective dedicated to soft/changeable systems, the Malleable Systems collective, https://malleable.systems
Re: A Love Letter to Tinkerable Software
#9Playing with browser developer tools and always seeing obfuscated JavaScript makes me sad. I'm not a web developer, but I suspect the security gained is low enough to fall within the author's "unnecessary constraints." On the other hand, there are projects like https://github.com/rxi/lite Its scope and layout makes it extremely tinkerable.
I think a lot of obfuscation seen these days isn’t about security, but is a side effect of minifying code (which usually is worthwhile).
Re: A Love Letter to Tinkerable Software
#10let's start over. You might like civboot.org