I’ll be watching to see what Obama says.
Update: he avoids the word ‘genocide’ but still angers the Turks.
an eddy in the bitstream
Maker of lunches.
Teller of stories.
Singer of songs.
Crafter of code.
Kicker of darkness.
I’ll be watching to see what Obama says.
Update: he avoids the word ‘genocide’ but still angers the Turks.
I drank the koolaid a few years ago on the usefulness of test-driven development. I have Perl and the Perl community to thank for that. chromatic outlines the history of Perl’s test-infected culture in a recent post.
Roy resurrected the Swish-e project nearly 10 years ago. There’s a nice interview with him out recently, in which he says “there really isn’t anything I can’t do with Perl and my favorite indexing tool, Swish-e” — which is exactly my experience too.
Thanks, Roy.
My friend Brett is writing a novel. I read the first version some years ago, and the second version after that. This third take is a good read so far.
No, it’s not what I suffer from the lack of (as in sleep). It’s Representational State Transfer. It’s been a buzzword for a few years now. I’m just now reading about it, and thought I would include some highlights here for my own reference.
From the URL above, REST exhibits the following characteristics:
Trying to make my CatalystX::CRUD project more RESTful.
If I needed to explain REST to my wife, I could refer her to this.
The Wikipedia CRUD article maps the RESTful verbs to CRUD and SQL actions like so:
Operation | SQL | HTTP |
---|---|---|
Create | INSERT | POST |
Read (Retrieve) | SELECT | GET |
Update | UPDATE | PUT |
Delete (Destroy) | DELETE | DELETE |
However, important to note that REST != CRUD.
update to original post: Another good REST article.
And REST for my kids.
© 2025 peknet
Theme by Anders Noren — Up ↑