/*! * vue-resource v1.4.0 * https://github.com/pagekit/vue-resource * Released under the MIT License. */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.VueResource=e()}(this,function(){"use strict";var t=2;function e(e){this.state=t,this.value=void 0,this.deferred=[];var n=this;try{e(function(t){n.resolve(t)},function(t){n.reject(t)})}catch(t){n.reject(t)}}e.reject=function(t){return new e(function(e,n){n(t)})},e.resolve=function(t){return new e(function(e,n){e(t)})},e.all=function(t){return new e(function(n,o){var r=0,i=[];function s(e){return function(o){i[e]=o,(r+=1)===t.length&&n(i)}}0===t.length&&n(i);for(var u=0;u=200&&a<300,this.status=a||0,this.statusText=c||"",this.headers=new q(u),this.body=t,d(t)?this.bodyText=t:(i=t,"undefined"!=typeof Blob&&i instanceof Blob&&(this.bodyBlob=t,(0===(r=t).type.indexOf("text")||-1!==r.type.indexOf("json"))&&(this.bodyText=(n=t,new o(function(t){var e=new FileReader;e.readAsText(n),e.onload=function(){t(e.result)}})))))};L.prototype.blob=function(){return v(this.bodyBlob)},L.prototype.text=function(){return v(this.bodyText)},L.prototype.json=function(){return v(this.text(),function(t){return JSON.parse(t)})},Object.defineProperty(L.prototype,"data",{get:function(){return this.body},set:function(t){this.body=t}});var B=function(t){var e;this.body=null,this.params={},w(this,t,{method:(e=t.method||"GET",e?e.toUpperCase():"")}),this.headers instanceof q||(this.headers=new q(this.headers))};B.prototype.getUrl=function(){return $(this)},B.prototype.getBody=function(){return this.body},B.prototype.respondWith=function(t,e){return new L(t,w(e||{},{url:this.getUrl()}))};var M={"Content-Type":"application/json;charset=utf-8"};function N(t){var e=this||{},n=function(t){var e=[I],n=[];function r(r){for(;e.length;){var i=e.pop();if(l(i)){var s=void 0,u=void 0;if(m(s=i.call(t,r,function(t){return u=t})||u))return new o(function(e,o){n.forEach(function(e){s=v(s,function(n){return e.call(t,n)||n},o)}),v(s,e,o)},t);l(s)&&n.unshift(s)}else c="Invalid interceptor of type "+typeof i+", must be a function","undefined"!=typeof console&&a&&console.warn("[VueResource warn]: "+c)}var c}return m(t)||(t=null),r.use=function(t){e.push(t)},r}(e.$vm);return function(t){u.call(arguments,1).forEach(function(e){for(var n in e)void 0===t[n]&&(t[n]=e[n])})}(t||{},e.$options,N.options),N.interceptors.forEach(function(t){d(t)&&(t=N.interceptor[t]),l(t)&&n.use(t)}),n(new B(t)).then(function(t){return t.ok?t:o.reject(t)},function(t){var e;return t instanceof Error&&(e=t,"undefined"!=typeof console&&console.error(e)),o.reject(t)})}function D(t,e,n,o){var r=this||{},i={};return g(n=w({},D.actions,n),function(n,s){n=T({url:t,params:w({},e)},o,n),i[s]=function(){return(r.$http||N)(function(t,e){var n,o=w({},t),r={};switch(e.length){case 2:r=e[0],n=e[1];break;case 1:/^(POST|PUT|PATCH)$/i.test(o.method)?n=e[0]:r=e[0];break;case 0:break;default:throw"Expected up to 2 arguments [params, body], got "+e.length+" arguments"}return o.body=n,o.params=w({},o.params,r),o}(n,arguments))}}),i}function J(t){var e,n,r;J.installed||(n=(e=t).config,r=e.nextTick,i=r,a=n.debug||!n.silent,t.url=$,t.http=N,t.resource=D,t.Promise=o,Object.defineProperties(t.prototype,{$url:{get:function(){return b(t.url,this,this.$options.url)}},$http:{get:function(){return b(t.http,this,this.$options.http)}},$resource:{get:function(){return t.resource.bind(this)}},$promise:{get:function(){var e=this;return function(n){return new t.Promise(n,e)}}}}))}return N.options={},N.headers={put:M,post:M,patch:M,delete:M,common:{Accept:"application/json, text/plain, */*"},custom:{}},N.interceptor={before:function(t){l(t.before)&&t.before.call(this,t)},method:function(t){t.emulateHTTP&&/^(PUT|PATCH|DELETE)$/i.test(t.method)&&(t.headers.set("X-HTTP-Method-Override",t.method),t.method="POST")},jsonp:function(t){"JSONP"==t.method&&(t.client=A)},json:function(t){var e=t.headers.get("Content-Type")||"";return m(t.body)&&0===e.indexOf("application/json")&&(t.body=JSON.stringify(t.body)),function(t){return t.bodyText?v(t.text(),function(e){var n,o;if(0===(t.headers.get("Content-Type")||"").indexOf("application/json")||(o=(n=e).match(/^\s*(\[|\{)/))&&{"[":/]\s*$/,"{":/}\s*$/}[o[1]].test(n))try{t.body=JSON.parse(e)}catch(e){t.body=null}else t.body=e;return t}):t}},form:function(t){var e;e=t.body,"undefined"!=typeof FormData&&e instanceof FormData?t.headers.delete("Content-Type"):m(t.body)&&t.emulateJSON&&(t.body=$.params(t.body),t.headers.set("Content-Type","application/x-www-form-urlencoded"))},header:function(t){g(w({},N.headers.common,t.crossOrigin?{}:N.headers.custom,N.headers[p(t.method)]),function(e,n){t.headers.has(n)||t.headers.set(n,e)})},cors:function(t){if(c){var e=$.parse(location.href),n=$.parse(t.getUrl());n.protocol===e.protocol&&n.host===e.host||(t.crossOrigin=!0,t.emulateHTTP=!1,R||(t.client=U))}}},N.interceptors=["before","method","jsonp","json","form","header","cors"],["get","delete","head","jsonp"].forEach(function(t){N[t]=function(e,n){return this(w(n||{},{url:e,method:t}))}}),["post","put","patch"].forEach(function(t){N[t]=function(e,n,o){return this(w(o||{},{url:e,method:t,body:n}))}}),D.actions={get:{method:"GET"},save:{method:"POST"},query:{method:"GET"},update:{method:"PUT"},remove:{method:"DELETE"},delete:{method:"DELETE"}},"undefined"!=typeof window&&window.Vue&&window.Vue.use(J),J}); /*Click Away*/ !function(e,t){"use strict";function n(e,t,n){i(e);var u=n.context,a=t.value;if("function"==typeof a){var c=!1;setTimeout(function(){c=!0},0),e[o]=function(t){var n=t.path||(t.composedPath?t.composedPath():void 0);if(c&&(n?n.indexOf(e)<0:!e.contains(t.target)))return a.call(u,t)},document.documentElement.addEventListener("click",e[o],!1)}}function i(e){document.documentElement.removeEventListener("click",e[o],!1),delete e[o]}t="default"in t?t.default:t;/^2\./.test(t.version)||t.util.warn("VueClickaway 2.2.2 only supports Vue 2.x, and does not support Vue "+t.version);var o="_vue_clickaway_handler",u={bind:n,update:function(e,t){t.value!==t.oldValue&&n(e,t)},unbind:i},a={directives:{onClickaway:u}};e.version="2.2.2",e.directive=u,e.mixin=a}(this.VueClickaway={},Vue); 洗車!!ラクチン | MadaMada

洗車!!ラクチン

ペットボトル洗車だ!エコだ!なんて言ってましたが、それも今日までです。
本音は思いっきり水を使って洗車したい!そりゃ当たり前だ。

今日からは思いっきり水を使える!!
(ただしイケメンに限る)

Horse0

という事に気付かせてくれたのはShimoken Worksさんのこちらのエントリ。「新しいホースリールセットに感激」

ウチの住環境は、賃貸の1階なんですね。で、駐車場がベランダの直ぐ目の前。
バイクを弄ったりなんかする時は、ベランダの壁を乗り越えて出入り。(一歩間違うと通報されかねんw)工具類はベランダへ収納。
と、まぁ賃貸の割にバイク環境は楽な方なんです。

賃貸住まいバイク乗りの多くが困る事の一つが洗車時の水源確保。


1.屋外水道で

まぁウチにそんな贅沢な物はアリマセン。

2.ホースで

ウチはベランダの目の前が自分の駐車枠・・・ホースで水引くか?
ん〜ホースの片付け面倒、邪魔、却下。

3.ペットボトルで
←昨日までココ
水の使用量・搬送を最小限に。

4.コンパクト収納ホースリールで←
今ココ
届いた!!

 

独身アラサーが想像するホースリールはいわゆるドラムが見えてるコレですよ。

41yzbikhll_ss500_

上に貼ったのは樹脂製だけど、頭の中では金属製のイメージ。いつの時代ですか?ってかんじ。

上の物をいちいち片付けはしないよね?ホースリールは屋外の水道に常設。当たり前のように思い込んでた。

上記リンクのShimokenさんによると、

取り付け取り外しが簡単。薄くてコンパクト。使う時だけ出して、片付けられる。 

しかもイメージしていたより安い。

Amazon即ポチです。

届いた品がコチラ。

Horse1

タカギ オーロラ NANO コンパクト収納 散水ホースリール 20m RM−220FJ


と、泡沫蛇口用ニップル

RM-220FJ!品番で呼ぶと不思議とカッコいい。 品番=コードネームってメタファーは男の子特有だろうなぁ。
「まー君!!」
て呼ばれるより「スネーク!!」って呼ばれた方がカッコいい(小学生低学年脳)

オーロラ、NANO、コンパクト・・・このフレーズでピンと来るあなたはアウトドアエキップメント通。

って、ちょっと話が逸れました。

お風呂場の蛇口に泡沫水道用アタッチメントを付けて、本体はお風呂場に設置。
ベランダからはキッチンの方が近いが、暴発した時の事を考えてお風呂場から引く事にした。

Horse2

ホースを伸ばしながら、部屋抜けて。ベランダ抜けて。

バイクまで!!

Horse3

えぇ、2週間前のグラベル汚れを放置してました・・・。

設置から放水まで所用時間5分かからず、てとこでしょうか。
片付けはベランダへ置いておいても邪魔にならないサイズ。
サイズで特筆すべきはその幅。
収納時の幅は168mm。どの位かって言うと、500mlの缶の高さとほぼ同じ。コンパクトさのポイントはホースの細さ(外径12mm)とスライド式の台座かな。

バイクの洗車に水量、水圧はそんなに要らないのでホースが細い事に関しては問題ないと個人的には思うス。
「ストレート」「シャワー」「きり」「じょうろ」「スプレー」と5種類のノズルパターン。豊富なノズルパターンを使い分けながらの洗車も楽しみの一つw
ただし、水圧があるのがストレートのみ。車の洗車などの広範囲に水圧が必要な用途には合わないかもしれない。

Horse4

久しぶりに洗車を楽しんでる感覚。水を存分に使う洗車はやっぱり気持ちイイ!!

塩素対策として、ペットボトルの時は最後の一流し用に煮沸後冷ました水を使っていたが・・・
最後に41℃のお湯で軽く流しといた。少しは塩素抜けてるだろ・・・?

賃貸で水源確保に悩んでいる方、もしかしたら確保できるかもしれませんよ〜。

ただし

イッケい(一階)で駐車場に
メン(面)している場合

に限る。

って、全然上手くない・・・。失礼。

 

6 Comments

  • muu

    2010-09-14 at 12:04 PM

    だんだんアフィリ目的の奥さんブログ化してきたような、気のせいだね。うん、気のせい。

    返信
  • hightimes247

    2010-09-14 at 12:31 PM

    ヒドイ!心外www
    アフィリは結果であり、目的ではない(`・ω・´)キリッ
    そこが奥さんブログとの大きな差。
    まぁ売り上げは雀の涙以下、微々たるモンです。

    返信
  • ShimoKen

    2010-09-15 at 1:23 AM

    水圧に関しては結構厳しい意見が多いですよね。
    確かにシャワーの水圧はもう一息。実はヘッドだけ交換すれば結構改善されるようです(後日トライしてみます)。
    ブログでも書きましたが、バイクを洗うのには好都合かと。
    ウチのバイクみたいに旧車に片足突っ込んだようなのだと、あんまり水圧があるのも考え物なんす(笑)
    ブラシやキレイなウエスを利用すればカウルなどもキレイに出来ますし。
    てなわけで、ホースリールもモディファイしましょー。

    返信
  • hightimes247

    2010-09-15 at 8:33 AM

    水圧、弱いですが使途がバイクだけなので問題ないかなぁ。なんて。
    シャワーに水圧があればクルマにも使えるかもしれませんね~。
    いいもの紹介していただきました(*^o^*)

    返信

コメントを残す