Feb
27
2008
-
A “distributed, rewindable, virtual queue serverâ€. It speaks HTTP and will soon have a peer-to-peer replication mode. It can be treated like a queue, but because it doesn’t actually get rid of any data, you can rewind the queue to any point in the p
Feb
21
2008
I updated my FOAF file and gave myself a URI: http://iandavis.com/id/me
Feb
19
2008
-
The irony is palpable… use HTTP uris… oh hang on we’re getting 130 million requests a day for something that never changes… whoops
-
The collected works of Roy Fielding
-
Drupal gets RDF with RDF/JSON too
-
RESTClient is a Java platform client application to test RESTful webservices. It can be used to test variety of HTTP communications.
-
Feb
12
2008
-
Some nice icons under CC licenses
-
Kevin Marks @ LIFT speaking on the “social cloud” (open social)
-
Slashdot picks up on the Reuters + SemWeb story
-
A good example of why technology fails. It primarily solved the broadcaster problem of lack of bandwidth but offered very few tangible benefits for its users, all of which are trumped by the Internet
Feb
10
2008
-
Corporations are shifting to cloud-computing platforms–Software as a Service vendors like Salesforce.com and NetSuite, Google Apps, etc–but, for the most part, they are not shifting to “free software supported by advertising.”
Feb
08
2008
-
Erlang does not have a built-in string data type. Strings are simulated on top of lists of integers. In 32-bit Erlang an integer is 4 bytes plud 4 more bytes for a pointer to the next list element: 8 bytes per “character”. In 64-bit this number doubles.
-
Loads of good points in this article. But the single most important advantage PHO has is: “Working applications stay working”. There’s so little that can go wrong with PHP compared with e.g. a servlet container that these little scripts just go on and on.