/*! * 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); more... | MadaMada http://hightimes247.com Motorcycle, Gadget and more experience... Tue, 13 Aug 2024 14:35:50 +0000 ja hourly 1 http://hightimes247.com/wp-content/uploads/2013/08/faviconM63.png more... | MadaMada http://hightimes247.com 32 32 絶賛隔離中 http://hightimes247.com/16558?utm_source=rss&utm_medium=rss&utm_campaign=%25e7%25b5%25b6%25e8%25b3%259b%25e9%259a%2594%25e9%259b%25a2%25e4%25b8%25ad http://hightimes247.com/16558#comments Wed, 04 Aug 2021 01:50:25 +0000 http://hightimes247.com/?p=16558 ただいま、隔離生活中。 移住先、中国は広州! こんなタイミングで海外赴任ってのもいい経験にはなりますね。 ホテルでの隔離生活も折り返し地点の7日目。 かなり飽きてるけれども、あと7日間…。 ネットが少し不安定...

The post 絶賛隔離中 first appeared on MadaMada.]]>
http://hightimes247.com/16558/feed 4
SRP777 3rd DIVER Custom http://hightimes247.com/14083?utm_source=rss&utm_medium=rss&utm_campaign=srp777-3rd-diver-custom http://hightimes247.com/14083#comments Sun, 29 May 2016 08:49:41 +0000 http://hightimes247.com/?p=14083 さて、復刻ダイバーネタ、ちょこっとカスタムでもうひとネタ。 ベゼルから段落ちしてイマイチ一体感に欠ける風防。 ベゼルで風防の傷を防ぐって機能的な意味はあるのだろうけど…3rdには絶対ドーム風防でしょ。 という...

The post SRP777 3rd DIVER Custom first appeared on MadaMada.]]>
http://hightimes247.com/14083/feed 12
3rd DIVER Rewinds http://hightimes247.com/14062?utm_source=rss&utm_medium=rss&utm_campaign=3rd-diver-rewinds http://hightimes247.com/14062#respond Thu, 26 May 2016 14:36:38 +0000 http://hightimes247.com/?p=14062 “時を巻き戻す!” 久しぶりのネタはダイバーズ。 フランケンや偽物も数多く出回る、レジェンダリーな銘機、Seiko 3rd Diversが30年の時を経てついに復刻。 PROSPEXブランドからS...

The post 3rd DIVER Rewinds first appeared on MadaMada.]]>
http://hightimes247.com/14062/feed 0
AKEOME http://hightimes247.com/14049?utm_source=rss&utm_medium=rss&utm_campaign=akeome-2 http://hightimes247.com/14049#respond Tue, 05 Jan 2016 04:00:07 +0000 http://hightimes247.com/?p=14049 おひさしあけましておめでとうございます。 夏以降全くブログに手をつける暇もなく、怒涛の如く終わった昨年。 今年は今年で色々と忙しくなりそうな雰囲気もあり、さらにマルチコプターに関してはそろそろ潮時なムードもあって、食と睡...

The post AKEOME first appeared on MadaMada.]]>
http://hightimes247.com/14049/feed 0
Mt.Fuji http://hightimes247.com/13991?utm_source=rss&utm_medium=rss&utm_campaign=mt-fuji http://hightimes247.com/13991#respond Mon, 20 Jul 2015 14:26:29 +0000 http://hightimes247.com/?p=13991 今日は海の日でしたが、週末は富士登山でした。 台風11号の影響でそこそこの悪コンディション。 雨こそ登り始めに少々なれど、6合目から上はコンスタントに14-20M/sの強風… 風速が1m上がれば体感温度は1℃...

The post Mt.Fuji first appeared on MadaMada.]]>
http://hightimes247.com/13991/feed 0
US ROAD TRIP -22- Death Valley National Park http://hightimes247.com/13927?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-22-death-valley-national-park http://hightimes247.com/13927#comments Wed, 03 Jun 2015 15:37:39 +0000 http://hightimes247.com/?p=13927 だらだらとログってきたUS ROAD TRIPもそろそろ終焉近し。 ということでDeath Valley National Park アメリカでもっとも寂しい道と称される道をユタ方面からアクセス。 近くには有名なエリア5...

The post US ROAD TRIP -22- Death Valley National Park first appeared on MadaMada.]]>
http://hightimes247.com/13927/feed 2
Kyoto http://hightimes247.com/13855?utm_source=rss&utm_medium=rss&utm_campaign=kyoto http://hightimes247.com/13855#respond Sun, 17 May 2015 05:12:14 +0000 http://hightimes247.com/?p=13855 東京に比べて随分と蒸し暑く、京都はもうすぐ夏といった趣。 京都にくると、駅で過ごす時間が長い。 京都駅の魅力?なんなんだろう。 今回泊まったホテル、とても良かった。

The post Kyoto first appeared on MadaMada.]]>
http://hightimes247.com/13855/feed 0
Tateyama http://hightimes247.com/13785?utm_source=rss&utm_medium=rss&utm_campaign=tateyama http://hightimes247.com/13785#respond Sat, 09 May 2015 00:53:00 +0000 http://hightimes247.com/?p=13785 GWの余韻もなく一昨日から仕事モード全開な訳ですが、数日前は残雪の立山連峰でした。 DISCOを背負って行こうかなー、なんて考えてたんだけど、今回は自重。 ラジコンの落し物、なんて日常の一コマさえもドローンというフィルタ...

The post Tateyama first appeared on MadaMada.]]>
http://hightimes247.com/13785/feed 0
Shinkansen http://hightimes247.com/13762?utm_source=rss&utm_medium=rss&utm_campaign=shinkansen http://hightimes247.com/13762#respond Sun, 03 May 2015 13:07:39 +0000 http://hightimes247.com/?p=13762 GWは初の北陸新幹線! で、はじめてのグランクラス! CAさんのサービスで、お弁当付き2時間半の飲み放題。 立山連峰も綺麗に見えてました。 立山側は下りは左窓側C席、上りは右側のA席。 ビール、ワイン、スパークリング梅酒...

The post Shinkansen first appeared on MadaMada.]]>
http://hightimes247.com/13762/feed 0
Yellow of the year http://hightimes247.com/13695?utm_source=rss&utm_medium=rss&utm_campaign=yellow-of-the-year http://hightimes247.com/13695#respond Wed, 15 Apr 2015 15:32:44 +0000 http://hightimes247.com/?p=13695 毎年恒例の黄色靴! 今年は久しぶりにNIKE iDでオーダー。 昨年のイエローとはうって変わって控えめ。 ホワイトに差し色でボルト(yellow green)、シンプルに。 納品まで約2ヶ月待ち。NIKE iD、相変わら...

The post Yellow of the year first appeared on MadaMada.]]>
http://hightimes247.com/13695/feed 0
US ROAD TRIP -21- Valley of Fire http://hightimes247.com/13425?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-21-valley-of-fire http://hightimes247.com/13425#respond Sat, 21 Mar 2015 22:28:53 +0000 http://hightimes247.com/?p=13425 ネバダ州立のValley of FIre State Park. 州立だからなのか結構空いてて、ピクニックや散策するのにちょうど良い。 もちろん飛ばすのも良し。 岩しかないけど(笑) そうそう、iMacの広告もここですね...

The post US ROAD TRIP -21- Valley of Fire first appeared on MadaMada.]]>
http://hightimes247.com/13425/feed 0
Blog re-build http://hightimes247.com/13351?utm_source=rss&utm_medium=rss&utm_campaign=blog-re-build http://hightimes247.com/13351#comments Wed, 18 Mar 2015 15:45:32 +0000 http://hightimes247.com/?p=13351 リビルド完了! Word Pressの不調を放置すること3ヶ月、やっと修復完了。 ついでにデザインリニューアル! 約2週間にわたりブログ修復してました。 今回見舞われたWordPressのエディターパネルの不調は、プラグ...

The post Blog re-build first appeared on MadaMada.]]>
http://hightimes247.com/13351/feed 2
US ROAD TRIP -20- South Coyote Buttes http://hightimes247.com/12803?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-20-south-coyote-buttes http://hightimes247.com/12803#respond Mon, 05 Jan 2015 12:13:49 +0000 http://hightimes247.com/?p=12803 ザ・ウェーブのバックアップ案として訪れたのは、The WaveのあるNorth Coyote Buttesのさらに南に位置する、South Coyote Buttes。 ここもThe Wave同様に一日20人限定の許可証...

The post US ROAD TRIP -20- South Coyote Buttes first appeared on MadaMada.]]>
http://hightimes247.com/12803/feed 0
US ROAD TRIP -19- Lottery http://hightimes247.com/12780?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-19-lottery http://hightimes247.com/12780#respond Sun, 04 Jan 2015 05:22:50 +0000 http://hightimes247.com/?p=12780 あけましておめでとうございます 新年一発目は思い残しなエントリからスタート。 The Wave、波に似た3Dで美しい地形が見られる世界的にも類を見ない絶景。 ここ数年メディアの露出も増えて超メジャーになったけど、発見は2...

The post US ROAD TRIP -19- Lottery first appeared on MadaMada.]]>
http://hightimes247.com/12780/feed 0
US ROAD TRIP -18- Bryce Canyon http://hightimes247.com/12730?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-18-bryce-canyon http://hightimes247.com/12730#respond Wed, 31 Dec 2014 14:00:02 +0000 http://hightimes247.com/?p=12730 ブライスキャニオンは標高約2400-2700mにあり、昼夜の寒暖差が非常に激しい。 ここの特徴的な土柱群の形成にはこの高い標高が大きく関係してる。 風雨だけの浸食ではなく、夜間に凍った土中の水分が気温のあがる日中に溶けだ...

The post US ROAD TRIP -18- Bryce Canyon first appeared on MadaMada.]]>
http://hightimes247.com/12730/feed 0
US ROAD TRIP -17- Corona Arch http://hightimes247.com/12675?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-17-corona-arch http://hightimes247.com/12675#respond Tue, 30 Dec 2014 07:13:56 +0000 http://hightimes247.com/?p=12675 コロナアーチは国立公園ではなく、立ち入り自由で道順を示す看板もない。鎖場やハシゴはあるものの、誰が管理してるんでしょうかね? だがしかし、侮る事なかれ、満足度としてはアーチズ国立公園に遜色ない、といっても良い位に素晴らし...

The post US ROAD TRIP -17- Corona Arch first appeared on MadaMada.]]>
http://hightimes247.com/12675/feed 0
US ROAD TRIP -16- Arches http://hightimes247.com/12624?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-16-arches http://hightimes247.com/12624#respond Mon, 29 Dec 2014 07:31:44 +0000 http://hightimes247.com/?p=12624 グランドサークル周辺の国立公園のほとんどが、浸食によって形成された特異な地形なわけですが、アーチズ国立公園も浸食の様々な過程が見られるナイスな場所。 ここに限らず、国立公園を訪れる前には是非、Google Earthで地...

The post US ROAD TRIP -16- Arches first appeared on MadaMada.]]>
http://hightimes247.com/12624/feed 0
US ROAD TRIP -15- Monument Valley http://hightimes247.com/11726?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-15-monument-valley http://hightimes247.com/11726#respond Sun, 28 Dec 2014 09:04:47 +0000 http://hightimes247.com/?p=11726 西部開拓時代のアメリカを象徴するナバホの聖地。 日本からのアクセスだとラスベガスから遠く、周囲に特に何も無い事もあって敬遠されがちなのかな?とか思ったりするんだけど、記念碑と言われるだけあって雰囲気、佇まい、迫力、文句無...

The post US ROAD TRIP -15- Monument Valley first appeared on MadaMada.]]>
http://hightimes247.com/11726/feed 0
箱根ゼンカイ http://hightimes247.com/12589?utm_source=rss&utm_medium=rss&utm_campaign=12589 http://hightimes247.com/12589#respond Sat, 27 Dec 2014 09:23:50 +0000 http://hightimes247.com/?p=12589 昨日発売のモーターヘッドVol.14の特集 箱根ターンパイクでのGTマシンヒルクライム! 久しぶりにブチアガル動画!GTRヤバい!空撮も自然で良い! ※もちろん貸し切りでの走行撮影、良い子のみんなは真似しちゃダメよ! G...

The post 箱根ゼンカイ first appeared on MadaMada.]]>
http://hightimes247.com/12589/feed 0
US ROAD TRIP -14- Horseshoe Bend http://hightimes247.com/11722?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-14-horseshoe-bend http://hightimes247.com/11722#respond Sat, 27 Dec 2014 09:05:29 +0000 http://hightimes247.com/?p=11722 ウマの蹄鉄はアンテロープキャニオンから車で10分、ここはセットで訪れる定番。 最近では4K関係のCMでみかけますね。 前エントリでも書いたように、午後には谷が影になってしまうので午前中にこなきゃダメ。 ココを見てお昼にア...

The post US ROAD TRIP -14- Horseshoe Bend first appeared on MadaMada.]]>
http://hightimes247.com/11722/feed 0
US ROAD TRIP -13- Antelope Canyon http://hightimes247.com/11720?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-13-antelope-canyon http://hightimes247.com/11720#respond Thu, 25 Dec 2014 16:54:26 +0000 http://hightimes247.com/?p=11720 すっかり放置なUS ROAD TRIP、今年中に終わらせる! ということで、何も言う事はあるまい。てほどにメジャーなスポット。 遠くからでもめだつ、巨大な火力発電所が目印。 直ぐ横にグレンキャニオンダムがあるのに、なぜに...

The post US ROAD TRIP -13- Antelope Canyon first appeared on MadaMada.]]>
http://hightimes247.com/11720/feed 0
Lunar eclipse http://hightimes247.com/11757?utm_source=rss&utm_medium=rss&utm_campaign=lunar-eclipse http://hightimes247.com/11757#comments Wed, 08 Oct 2014 14:47:45 +0000 http://hightimes247.com/?p=11757 皆既月食! と見せかけて皆既日食! 5年前の皆既日食。 鹿児島からフェリーで11時間、喜界島で観測してました。 たったの2分弱だけど、おそらく、いままでで一番太陽のエネルギーを感じた瞬間。 ちなみに、喜界島は日本の陸地で...

The post Lunar eclipse first appeared on MadaMada.]]>
http://hightimes247.com/11757/feed 2
US ROAD TRIP -12- ToadStool Hoodoos http://hightimes247.com/11645?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-12-toadstool-hoodoos http://hightimes247.com/11645#respond Sun, 05 Oct 2014 15:14:16 +0000 http://hightimes247.com/?p=11645 Pageの近くの隠れたHoodooスポット、Toadstool Hoodoos。 Toadstool…キノコ、 Hoodoos…風化した柱状の岩、つまりキノコ岩。 アメリカを走り回るとわかりますが...

The post US ROAD TRIP -12- ToadStool Hoodoos first appeared on MadaMada.]]>
http://hightimes247.com/11645/feed 0
US ROAD TRIP -11-Alstrom Point http://hightimes247.com/10797?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-11-alstrom-point http://hightimes247.com/10797#comments Fri, 03 Oct 2014 15:27:42 +0000 http://hightimes247.com/?p=10797 久しぶりですが…US ROAD TRIP。 実はネタがまだまだあるんですよね(笑)  今回はBig Waterという小さな街から、目指すはAlstrom Pointなる絶景地。 ブリトニーのPVのロケ地として...

The post US ROAD TRIP -11-Alstrom Point first appeared on MadaMada.]]>
http://hightimes247.com/10797/feed 2
COOLER BOX http://hightimes247.com/11430?utm_source=rss&utm_medium=rss&utm_campaign=cooler-box http://hightimes247.com/11430#respond Thu, 02 Oct 2014 15:59:23 +0000 http://hightimes247.com/?p=11430 最強のクーラーボックスが欲しいんじゃ! ということで久しぶりにキャンプエキップメント新調。 クーラボックスはずっとド定番のソフトタイプを使っていました。 ソフトタイプは収納時にコンパクトに折り畳めたり、キャンプ以外でも気...

The post COOLER BOX first appeared on MadaMada.]]>
http://hightimes247.com/11430/feed 0
Berliner Dom http://hightimes247.com/11403?utm_source=rss&utm_medium=rss&utm_campaign=berliner-dom http://hightimes247.com/11403#respond Tue, 30 Sep 2014 16:40:42 +0000 http://hightimes247.com/?p=11403 ベルリン、とても住みやすそうな街で。 首都で見どころも沢山あるけれど、街の雰囲気がとても落ち着いているからなのか、観光客がそこまで多くないように感じたり。 緑も多くてとても良ろしい。 治安もそこそこ良いそうで、夜間の散歩...

The post Berliner Dom first appeared on MadaMada.]]>
http://hightimes247.com/11403/feed 0
Arrival http://hightimes247.com/11364?utm_source=rss&utm_medium=rss&utm_campaign=arrival http://hightimes247.com/11364#respond Tue, 09 Sep 2014 14:46:14 +0000 http://hightimes247.com/?p=11364 無事帰国。 今回は撮影を頼まれていたこともあってカメラ機材諸々で、空モノの入り込む余地無しですた。 まーまた機会あるでしょう。 より大きな地図で Europe Trip を表示

The post Arrival first appeared on MadaMada.]]>
http://hightimes247.com/11364/feed 0
Around the Europe http://hightimes247.com/11346?utm_source=rss&utm_medium=rss&utm_campaign=around-the-europe http://hightimes247.com/11346#comments Thu, 04 Sep 2014 00:34:56 +0000 http://hightimes247.com/?p=11346 美しき河よモルダウよ♪ ということでタイトルも モル 盛ってます。 全然アラウンドじゃないけど、連日の電車移動で今日はここ。 そろそろ帰りのことを考え始めたりしつつ。 黄昏からの夜景。 こーいうのは水面モワッさせるでしょ...

The post Around the Europe first appeared on MadaMada.]]>
http://hightimes247.com/11346/feed 2
Departure http://hightimes247.com/11331?utm_source=rss&utm_medium=rss&utm_campaign=departure http://hightimes247.com/11331#respond Wed, 27 Aug 2014 07:22:14 +0000 http://hightimes247.com/?p=11331 いざ欧州   そいや、羽田の国際ターミナルは深夜早朝しか使った事無いな…

The post Departure first appeared on MadaMada.]]>
http://hightimes247.com/11331/feed 0
Hanabi http://hightimes247.com/11247?utm_source=rss&utm_medium=rss&utm_campaign=hanabi http://hightimes247.com/11247#comments Sun, 24 Aug 2014 17:29:28 +0000 http://hightimes247.com/?p=11247 残暑お見舞い申し上げます。 週末はビール片手に花火撮影。 だいぶ涼しくなってきて、リラックスして楽しめました。 久しぶりに味わうこの感じ、なんとも贅沢。 つづきはGalleryでドウゾ。

The post Hanabi first appeared on MadaMada.]]>
http://hightimes247.com/11247/feed 4
Shiretoko peninsula http://hightimes247.com/11218?utm_source=rss&utm_medium=rss&utm_campaign=shiretoko-peninsula http://hightimes247.com/11218#respond Tue, 19 Aug 2014 17:50:11 +0000 http://hightimes247.com/?p=11218 7月末に予定してた北海道知床、お仕事の都合で直前にリスケジュールしてまして。 それが今週末の予定だったのだけど、またもや、無理… マイルで取ったフライトなので、期限的にもう延期できないというやつで、泣く泣くキ...

The post Shiretoko peninsula first appeared on MadaMada.]]>
http://hightimes247.com/11218/feed 0
Yellow http://hightimes247.com/10756?utm_source=rss&utm_medium=rss&utm_campaign=yellow http://hightimes247.com/10756#respond Fri, 04 Jul 2014 16:16:41 +0000 http://hightimes247.com/?p=10756 毎年1足は買う蛍光イエロー、今年はこれ。 ちょっと派手な気もしますが、意外と履くとそうでもn….かなり派手(笑) ワールドカップでイエローとピンクのスパイク、多くないですか? ちょうど今見てるフランスvsドイ...

The post Yellow first appeared on MadaMada.]]>
http://hightimes247.com/10756/feed 0
FPV FLYING WAS BANNED!! http://hightimes247.com/10734?utm_source=rss&utm_medium=rss&utm_campaign=fpv-flying-was-banned http://hightimes247.com/10734#comments Thu, 03 Jul 2014 10:36:01 +0000 http://hightimes247.com/?p=10734 すっかり見落としてた、1週間前のビッグニュース!!! FAA(アメリカ連邦航空局)がFPVによるフライトは違法だとの見解を出した。 Interpretation of the Special Rule for Model...

The post FPV FLYING WAS BANNED!! first appeared on MadaMada.]]>
http://hightimes247.com/10734/feed 2
US ROAD TRIP -10-Lake Powell http://hightimes247.com/10540?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-10-lake-powell http://hightimes247.com/10540#comments Sat, 28 Jun 2014 04:42:21 +0000 http://hightimes247.com/?p=10540 いつかボートハウスでのんびりバカンスしたいっす。 宝くじに当たったらボートハウス買ってプカプカと奥地の入り江までノンビリと数日かけて探検とか、間違いない。 全米第2位の人造湖、グランドキャニオン並みのキャニオンに水貯めた...

The post US ROAD TRIP -10-Lake Powell first appeared on MadaMada.]]>
http://hightimes247.com/10540/feed 2
Drones are completely banned at US NP!! http://hightimes247.com/10626?utm_source=rss&utm_medium=rss&utm_campaign=drones-are-completely-banned-at-us-np http://hightimes247.com/10626#comments Sat, 21 Jun 2014 12:49:01 +0000 http://hightimes247.com/?p=10626 きましたね。 US National Park ServiceがNational Park内でのDroneを全面禁止しました。 これは正式なルールが制定されるまでの、差し当たっての暫定的な措置ではあるけれど、おそらく解禁...

The post Drones are completely banned at US NP!! first appeared on MadaMada.]]>
http://hightimes247.com/10626/feed 2
US ROAD TRIP -9-Grand Canyon http://hightimes247.com/10461?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-9-grand-canyon-2 http://hightimes247.com/10461#respond Mon, 09 Jun 2014 14:08:21 +0000 http://hightimes247.com/?p=10461 Grand CanyonといえばYellowstone,Yosemiteに次ぐ人気のNPなわけだけど。 (日本だと1番有名?) いざ行くと、「思った程でも」とか「直ぐ飽きた」とか言う人もいたりするわけです…も...

The post US ROAD TRIP -9-Grand Canyon first appeared on MadaMada.]]>
http://hightimes247.com/10461/feed 0
US ROAD TRIP -8-Sedona http://hightimes247.com/10331?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-8-sedona http://hightimes247.com/10331#comments Thu, 29 May 2014 15:26:16 +0000 http://hightimes247.com/?p=10331 忘れた頃にやってくる(笑)、US ROAD TRIP その8。アリゾナはセドナ。 スピリチュアルだのパワースポットだの安室奈美恵だのと、独身OL女子が憧れそうな観光地なんざんしょ? なんて斜に構えてたわけだけど、これがな...

The post US ROAD TRIP -8-Sedona first appeared on MadaMada.]]>
http://hightimes247.com/10331/feed 4
Parrot Bebop Drone http://hightimes247.com/10050?utm_source=rss&utm_medium=rss&utm_campaign=parrot-bebop-drone http://hightimes247.com/10050#comments Thu, 15 May 2014 15:42:02 +0000 http://hightimes247.com/?p=10050 Parrotの新型機 Bebop、FLITE TESTによるレビューがアップされてたので、つまみ食いエントリ。 てか、久しぶりにParrotのHP見たら、いつのまにかsenseFlyがParrot傘下になってた̷...

The post Parrot Bebop Drone first appeared on MadaMada.]]>
http://hightimes247.com/10050/feed 3
Drones Banned!! http://hightimes247.com/9861?utm_source=rss&utm_medium=rss&utm_campaign=drones-banned http://hightimes247.com/9861#respond Mon, 05 May 2014 03:45:30 +0000 http://hightimes247.com/?p=9861 はぁぁぁ…本格的に始まりましたね。 ヨセミテ国立公園が空物の全面禁止を決めた。 No More Drones in NP via TKYSSTD 全米No1.の公園が動けば、他の公園がそれをフォローする可能性...

The post Drones Banned!! first appeared on MadaMada.]]>
http://hightimes247.com/9861/feed 0
USB AC Adapter best ever http://hightimes247.com/9624?utm_source=rss&utm_medium=rss&utm_campaign=usb-ac-adapter-best-ever http://hightimes247.com/9624#comments Tue, 01 Apr 2014 08:07:58 +0000 http://hightimes247.com/?p=9624 数多のUSB ACアダプターを使いつつ、行き着いた先!今の所コレが最強。 Anker 40W USB 5ポートAC Adopter ここ数日いろんなガジェット系メデイアで紹介されてますが、オレも使ってるわ!Amazon....

The post USB AC Adapter best ever first appeared on MadaMada.]]>
http://hightimes247.com/9624/feed 1
BD Apparel http://hightimes247.com/9231?utm_source=rss&utm_medium=rss&utm_campaign=bd-apparel http://hightimes247.com/9231#respond Sat, 18 Jan 2014 21:47:19 +0000 http://hightimes247.com/?p=9231 仕事帰りにフラリと寄ったREIでBlackDiamondのDAWN PATROL™ HYBRID SHELLが30%off!で、思わず購入。 で、思わずエントリ。 意外や意外、BDのアパレル本格展開は今シーズンが  &#...

The post BD Apparel first appeared on MadaMada.]]>
http://hightimes247.com/9231/feed 0
USA ROAD TRIP -7- http://hightimes247.com/9091?utm_source=rss&utm_medium=rss&utm_campaign=usa-road-trip-7 http://hightimes247.com/9091#comments Sat, 04 Jan 2014 06:20:40 +0000 http://hightimes247.com/?p=9091 昨日、10泊11日の旅から無事に帰宅して、今日から早速仕事初め。 11日も旅してりゃいろいろあるわけで、その辺はおいおい書くとして。 とりあず、忘れないうちにルートだけ。 より大きな地図で USA ROAD TRIP i...

The post USA ROAD TRIP -7- first appeared on MadaMada.]]>
http://hightimes247.com/9091/feed 2
AKEOME http://hightimes247.com/9080?utm_source=rss&utm_medium=rss&utm_campaign=akeome http://hightimes247.com/9080#respond Wed, 01 Jan 2014 11:33:09 +0000 http://hightimes247.com/?p=9080 明けましておめでとうございます。 まだトリップ中だったりします、9泊目。 近くにいたから、って軽い気持ちでLas Vegasのカウントダウンに行ってみたら、想像以上に人多すぎて夜飯にもありつけず… ちょっと試...

The post AKEOME first appeared on MadaMada.]]>
http://hightimes247.com/9080/feed 0
USA ROAD TRIP -6- http://hightimes247.com/9066?utm_source=rss&utm_medium=rss&utm_campaign=usa-road-trip-6 http://hightimes247.com/9066#respond Thu, 26 Dec 2013 06:59:43 +0000 http://hightimes247.com/?p=9066 メリークリスマス!休暇を利用して旅に出てます。 3日目の晩にしてやっとまともなWifi環境にありつけたので、とりあえずエントリ。 クルマがFORD EXPLORER(2013)に変わりました!って前回ZIONは既にコレだ...

The post USA ROAD TRIP -6- first appeared on MadaMada.]]>
http://hightimes247.com/9066/feed 0
The 1st TNF Store http://hightimes247.com/8538?utm_source=rss&utm_medium=rss&utm_campaign=the-1st-tnf-store http://hightimes247.com/8538#respond Sat, 21 Dec 2013 01:57:25 +0000 http://hightimes247.com/?p=8538 サンフランシスコついでにチェックしてきました。 The North Face 1st store 45年前、バークレーで創業したTNFの記念すべき第一号店。 現在はアウトレットとして営業中。 通常のアウトレット価格は20...

The post The 1st TNF Store first appeared on MadaMada.]]>
http://hightimes247.com/8538/feed 0
San Francisco http://hightimes247.com/8536?utm_source=rss&utm_medium=rss&utm_campaign=san-francisco http://hightimes247.com/8536#respond Fri, 20 Dec 2013 05:47:53 +0000 http://hightimes247.com/?p=8536 先々週末はSan Franciscoへ。 大寒波だとかで、超寒かったdeath! メジャーなスポットをざっと駆け足で廻りました。 Fisher Mans Wharf カニ、ロブスター、豊漁らしいです。 Lombard S...

The post San Francisco first appeared on MadaMada.]]>
http://hightimes247.com/8536/feed 0
Go to Mexico http://hightimes247.com/8349?utm_source=rss&utm_medium=rss&utm_campaign=go-to-mexico http://hightimes247.com/8349#comments Fri, 13 Dec 2013 16:59:05 +0000 http://hightimes247.com/?p=8349 ボーダーを超えてMexicoへ一泊二日のショートトリップ。 普段乗ってるクルマはメキシコでの保険がないので、メキシコOKなレンタカー借りつつ。  金曜夕方なI-5は週末帰省のメキシカンで大渋滞。 USからMexicoへは...

The post Go to Mexico first appeared on MadaMada.]]>
http://hightimes247.com/8349/feed 2
USA ROAD TRIP -5- Angels Landing http://hightimes247.com/8663?utm_source=rss&utm_medium=rss&utm_campaign=usa-road-trip-5-angels-landing http://hightimes247.com/8663#respond Thu, 12 Dec 2013 17:48:15 +0000 http://hightimes247.com/?p=8663 Zionの代名詞といえば? ということで2日目は、前回の訪問時は朝の雨で諦めた、Angels Landing. “天使の降り立つ地”って素敵な名前とは裏腹に、そそり立ったエッジを鎖を頼りに登ってく...

The post USA ROAD TRIP -5- Angels Landing first appeared on MadaMada.]]>
http://hightimes247.com/8663/feed 0
USA ROAD TRIP -4- Zion again http://hightimes247.com/8336?utm_source=rss&utm_medium=rss&utm_campaign=usa-road-trip-4-zion-again http://hightimes247.com/8336#comments Tue, 10 Dec 2013 17:06:18 +0000 http://hightimes247.com/?p=8336 11月中旬 (3週間も前の話w)、2度目のZION National Park。 LA近辺に出張中だったTimをピックアップしての、2泊3日ブラリ男子二人旅。 金曜夜中にSt. Georgeで一泊、土曜日の朝にZion入...

The post USA ROAD TRIP -4- Zion again first appeared on MadaMada.]]>
http://hightimes247.com/8336/feed 2
USA ROAD TRIP -3- footage http://hightimes247.com/8387?utm_source=rss&utm_medium=rss&utm_campaign=usa-road-trip-footage http://hightimes247.com/8387#comments Mon, 02 Dec 2013 07:52:38 +0000 http://hightimes247.com/?p=8387 US ROAD TRIP1-2の素材をとりあえず切って貼って繋いでみた動画。 コレ!ってフッテージは撮れてないのだけど、だいぶ強引に… 1分半前後ノーカットでメロウなムーブがマイブーム、というか理想だけど(い...

The post USA ROAD TRIP -3- footage first appeared on MadaMada.]]>
http://hightimes247.com/8387/feed 4