-
Somewhat annoying website. But: really impressive new Markdown app – its view/hide source mode is in some ways nicer than Macdown/Mou, and it has detailed support of the Markdown 'spec'. Going to keep trying this whilst it's in beta.
-
I've loved Alan Warburton's work for a while, but this is superb: a talk, and a film, and it made me laugh and it's really on-point and just this, yes.
-
Opensource alternative to Mou, which feels a little neglected – good to know there are alternatives (with richer features, too).
-
"Easily remove the background from your photos to create masks, cutouts, or clipping paths, all done instantly online with ClippingMagic.com" Blimey, that's some dark voodoo.
-
"EasyMotion provides a much simpler way to use some motions in vim. It takes the <number> out of <number>w or <number>f{char} by highlighting all possible choices and allowing you to press one key to jump directly to the target." This is very clever.
-
"Fountain is a plain text markup language for screenwriting." More plaintext formats for writing in. This is good.
-
"When I'm evaluating entrepreneurs and their ideas, I look for "innovation bipolarity," a version of F. Scott Fitzgerald's first-rate intelligence: "the ability to hold two opposed ideas in the mind at the same time and still retain the ability to function." Entrepreneurs should be able to argue passionately that their idea will change the world, and then, without skipping a beat, honestly assess the risks standing in the way of its success and describe what they are doing to mitigate them."
-
"I wanted to make the ship move, and I wanted to make it speak, and I wanted to speak back to it, with it, together. To make something." The poetry of creation is important. Also, @shipadrift is lovely, but you already knew that.
-
More useful vim stuff.
-
"In my forthcoming book Alien Phenomenology, at the start of the chapter on Carpentry (my name for making things that do philosophy), I talk about the chasm between academic writing (writing to have written) and authorship (writing to have produced something worth reading). But there's another aspect to being an author, one that goes beyond writing at all: book-making. Creating the object that is a book, that will have a role in someone's life—in their hands or their purses, around their mail, in between their fingers. Now, in this age of lowest common denominator digital and POD editions, it's time to stop writing books and to start making them." I am not totally sure I buy all of Bogost's argument, but I like his points explaining the role of artefacts. However, POD is weirder than he gives it credit.
-
"[Was shooting The Artist very different to making a 'regular' movie?] No, it’s a regular picture. The only difference is, there is no boom mic. And the story is not being told by what comes out of your mouth. If you want to tell the story, the story being the narrative, not the plot—the plot’s fairly simple—but if you want to tell the narrative, then you have to be concise with your reaction, and let the reaction get into your body and your face in a way you don’t necessarily do when you have dialogue, because the dialogue takes care of that." James Cromwell interview by the AV Club. I enjoyed this line especially.
-
"The (for now) final end product seems incredibly obvious. And popular.
Yet it took decades of iterative innovation, from some of the cleverest minds in the field, to make something so apparently simple yet powerful.
And every step was astonishing." This is great stuff from Francis.
-
"So, as some of you may know, the old shrine got re-activated as a working shrine a few days ago, and the Church classroom cleared away for meditation and contemplation, led by Fa Zang (Rinpoche), the guy in the buddhist monk robe who has been doing a lot of sewing in the craft area recently." I love mailing lists. And this is a remarkable post.
-
"Using vim is like talking to your editor in ‘verb modifier object’ sentences, turned into acronyms." Which is a good way of thinking of it.
-
"Calepin reads Markdown-formatted, plain-text files stored in your Dropbox and converts them into blog posts for you." Which is pretty clever.
-
Really good look at getting your head around vim from Mislav. Especially on the money with regard to starting slow, and adding things as you need them. The worst thing you can do is _start_ with somebody else's .vim files.
-
MarsEdit 3 is out; the headline feature is the WYSIWYG mode, but for me, the headline features are syntax-highlighting, support for WordPress Pages, and integration with Lightroom's library. Sadly, it's 10.6 only, and my knackered MBP is 10.5… but it's an upgrade I'll be making asap.
-
Blimey, ReBirth, entirely ported to iPhone and on the App Store. Looks finickity, but it was loads of fun, and for $7… I might end up with that.
-
"Fortunately, for the first time in my life, I know the way forward. The way forward lies in my having the courage that I did not know I had a decade ago to bid farewell to those tragically comforting habits. I need to walk on hot coals and sleep on a bed of nails. I need to chew on broken glass. I need to drink paint. This post has gotten long enough and I am still afraid to come to the point, but what I really need more than anything is to write these words;<br />
<br />
I gave notice of my resignation to Ubisoft on Monday, April 26th, 2010." -
Engine Yard have a new blog about Rails, consisting of screencasts and tutorials, and it looks good. One to subscribe to.
-
"These concepts are not complicated by Cern standards. We are entering a zone which is weaponised to boggle."
-
Simple, straightforward, pretty much correct.
-
Yes, this is going to come in handy.
-
"This javascript function can then read in the current content of the text area, format it using a trimmed down version of textile, and then set the content of a DIV with the resulting HTML. The end result of all this is live comment preview, with textile formatting." Live textile preview functionality.
-
"Trying to over-explain the cause of a disaster often detracts from its more tangible impact. … Instead, Faliszek says, it is more effective to create resonant gameplay experiences that players will remember, particularly if the setting in question, such as a zombie invasion (or a tornado outbreak, for that matter) is already familiar." Why games don't always need tangible villains.
-
A nice approach to doing some of the typical monitoring you'd want to do with Google Analytics, eg monitoring PDF downloads. I'm not totally convinced by some of his syntax, but the functionality is good, and the regex trick is nice.
-
"It's just an Nintendo in a toaster, but I like it."
Jakarta Velocity bundle for Textmate
13 July 2006
Problem: there’s no Velocity (VTL) bundle for Textmate.
Solution: write one yourself.
I’m currently working on a basic Velocity bundle for Textmate. We use it as a templating language at work, and, let’s face it, Textmate is an awesome editor with many, many ways to make your life easier. Given that it’s listed as a bundle people might be interested in… I’d better get started on it, right?
If you’re interested, leave a comment or drop me an email. So far I’ve got some basic function and syntax highlighting, along with autocompletion of some common constructs. Once it’s more finalised – and has been built in accordance to the VTL spec, not just the way I write it, I’ll start putting out releases.
(And if none of this makes much sense: Velocity/VTL is a templating language for Java web-apps. It’s one of the least sucky Java templating languages, apparently, but it’s not as mature of fully-featured as, say, Smarty.)