Stay up to date on Fractalspin news!

Subscribe to the Press Stuff RSS Feed.

Knit your own Dalek

extermaknit.jpg
Yes, those fearsome aliens from Doctor Who can now be your cuddly buddies with a skein of yarn and a bit of time.

Download one of these “EXTERMIKNIT!” knitting patterns in either .doc or ..txt format and start knitting away!

The teeny little arms on these guys cracked me up. Hope you enjoy it too!

[thanks, Wonderland]



A server made of duct tape

Team Boom Tape is a team that not only makes things out of duct tape in competitions (like a poker-chip-toting barge), they’ve created a server with a duct tape case!

They’ve even lit it from the inside, and it show through since they’ve used 3M’s clear duct tape to make “windows.” The duct tape fan guard is an especially amusing part of the setup.

[via]



fbxrd

fbxrd

Good news and bad news. The bad news is that the host that the Fractalspin blog is on got had its databased erased and the backups corrupted (but the main Fractalspin.com site is perfectly fine–it’s on a different, dedicated server). So we’ve lost all the posts from February - April. :-(

The good news is, we were inspired to create a line of “fbxrd” gear, like the sticker you see above, and the t-shirts down below. The shirts will be great to wear when you have a hangover–or when you get all your websites hax0rd into the ground.

Fear not–more new stuff is on the way!



Free Splatterboy toy–just in time for Halloween

Rph2.jpgJust download, print, cut out and assemble this robot-on-a-rampage for hours of attacking and mauling with your new friend (of the somewhat gentle sort, seeing as he’s made out of paper).

The Splatterbot has a waist that twists, the arms can move up and down, and the claws can be swapped out so the ‘bot can hold different weapons. Pop off the head and you can see the eyeball-creature sitting at the control panel of our friend the robot. What a fun way to spend a Sunday!



Server response codes as text messaging “shorthand”

[By Liz Revision] Instead of awkwardly typing on your phone’s keypad something to the extent of “cant find yr house” or “theyre charging a cover here at this venue,” try using server response codes!

200 = OK
The client’s request was successful, and the server’s response contains the requested data.

[FRIEND] hows the sushi ovr there?
[YOU] 200

or

[FRIEND] is it cool if i come over after work w/ a 6pack?
[YOU] 200


202 = Accepted

The request was accepted but not immediately acted upon. More information about the transaction may be given in the entity body of the server’s response. There is no guarantee that the server will actually honor the request, even though it may seem like a legitimate request at the time of acceptance.

[FRIEND] come to our party tonite. addy = 2143 hoyne apt4. theres a keg
[YOU] 202


204 = No Content

A status code and header is given in the response, but there is no entity body in the reply. Browsers should not update their document view upon receiving this response. This is a useful code for an imagemap handler to return when the user clicks on useless or blank areas of an image.

Use this one in place of “lame” or “nothing exciting here”

[FRIEND] how’s the music ovr there? djs start yet?
[YOU] 204


300 = Multiple Choices

The requested URI refers to more than one resource. For example, the URI could refer to a document that has been translated into many languages. The entity body returned by the server could have a list of more specific data about how to choose the correct resource.

[FRIEND] hey whats goin on tonite?
[YOU] 300

301 = Moved Permanently
The requested URI is no longer used by the server, and the operation specified in the request was not performed. The new location for the requested document is specified in the Location header. All future requests for the document should use the new URI.

[FRIEND] yo im heading ovr there now ok?
[YOU] 301: rodan


302 = Moved Temporarily

The requested URI has moved, but only temporarily. The Location header points to the new location. Immediately after receiving this status code, the client should use the new URI to resolve the request, but the old URI should be used for all future requests.

Use this one in place of “brb.”

[FRIEND] yo im heading ovr there now ok?
[YOU] 302


401 = Unauthorized

The result code is given along with the WW-Authenticate header to indicate that the request lacked proper authorization, and the client should supply proper authorization when requesting this URI again.

[FRIEND] were u able to get in without yr ID? or no?
[YOU] 401


402 = Payment Required

This code is not yet implemented in HTTP.

But that doesn’t mean we can’t use it over SMS!

[FRIEND] is it a free show 2nite or is there a cover?
[YOU] 402

403 = Forbidden
The request was denied for a reason the server does not want to (or has no means to) indicate to the client.

[FRIEND] i herd the show was sold out. did u get in?
[YOU] 403

or

[FRIEND] how’d it go last night with that new girl???
[YOU] 403


404 = Not Found

The document at the specified URI does not exist.

[FRIEND] is there any parking outside the place? did you find any?
[YOU] 404

or

[FRIEND] where teh frak r you??? weve been waiting for 2 hrs now…
[YOU] 404

or, [*advanced*] as an inverted request, signalling “i’m lost”:

[YOU] 404
[FRIEND] 2 blks n of armitage at dickens, 3rd bldng on right


405 = Method Not Allowed

This code is given with the Allow header and indicates that the method used by the client is not supported for this URI.

[FRIEND] can i bring my dogs to the theater?
[YOU] 405


406 = Not Acceptable

The URI specified by the client exists, but not in a format preferred by the client. Along with this code, the server provides the Content-Language, Content-Encoding, and Content-Type headers.

[FRIEND] sup doo000000d?? im bringin 2 transvestites and some bondage gear to yr party tonite!!!!!!!!!!!!!!!! RAWK on!
[YOU] 406


409 = Conflict

This code indicates that the request conflicts with another request or with the server’s configuration. Information about the conflict should be returned in the data portion of the reply.

[FRIEND] can you meet me @ 4:30 @ filter today?
[YOU] 409: dentist appt


410 Gone

This code indicates that the requested URI no longer exists and has been permanently removed from the server.

[FRIEND] what happend to that cute roomate you had?
[YOU] 410

[via]
[tags]sms, mobile, geek, funny, humor, text messaging, culture[/tags]