defeated | 13 years ago | on: Sikuli: Write scripts using GUI buttons and screenshots
defeated's comments
defeated | 13 years ago | on: Textmate2 Goes Open Source
defeated | 14 years ago | on: Show HN: Meteor, a realtime JavaScript framework
On a related note, they took it down now.
defeated | 14 years ago | on: Show HN: Meteor, a realtime JavaScript framework
Seems to have a minor glitch with unicode characters? When you do Colors.remove() everything goes away, but the entries with unicode all come back? Somewhat strange...
Interesting tech, but db access from the client scares me to no end, call me a curmudgeon I guess.
defeated | 14 years ago | on: Restoring Bletchley Park: birthplace of modern computing
defeated | 14 years ago | on: Restoring Bletchley Park: birthplace of modern computing
Getting to Down House (Darwin's House) from London, on the other hand, while totally worthwhile... what a hassle!
defeated | 14 years ago | on: Queen to unveil Bletchley tribute
defeated | 14 years ago | on: Queen to unveil Bletchley tribute
Here's a sad little video I took on my phone of the Colossus MK2 rebuild in action: http://www.youtube.com/watch?v=ziOEFIBZmBk.
defeated | 15 years ago | on: Three Routes to Spaghetti-Free Javascript
defeated | 15 years ago | on: Three Routes to Spaghetti-Free Javascript
defeated | 15 years ago | on: The Dave Matthews Band shows how to make money in the music industry
defeated | 15 years ago | on: Echo park time travel mart
defeated | 15 years ago | on: Ask HN: Version numbers in a REST API
GET /client
Accepts: application/vnd.clientlist.v1+json
And they would get back the version 1 client list response. If they want v2, etc, they can specify a different content type (clientlist.v2+json, etc). Also note, that putting verbs in your URIs is counterintuitive. The verb for a REST operation is the HTTP method (GET, POST, PUT, DELETE). The URI should simply represent the resource being retrieved. An argument can be made that the client list is the resource, but in reality listing things from a REST API is a first class concept and shouldn't need separate URIs. It's simply a request for a specific resource type without qualifying it by asking for a single instance of that resource. So, GET /client would return all clients (can add query parameters for pagination, etc), GET /client/834 would return a single client resource.
See also: http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hyperte...
defeated | 16 years ago | on: To Facebook the answer must be no