Skip to content

Instantly share code, notes, and snippets.

View ogawaso's full-sized avatar

Soichiro Ogawa ogawaso

  • Circlace inc
  • JP/Kanagawa
View GitHub Profile
@ogawaso
ogawaso / test.md
Last active April 4, 2025 14:02
スパリゾートハワイアンズ

概要

  • https://www.hawaiians.co.jp/
  • 2025/03/30,31で行った
  • 会場がとにかく広い。1泊だと全て回りきれなかった。2泊でもいいかも。
  • スライダーは120cm以上が条件なので、幼児向けのプールもあるとはいえ、小学生以上じゃないと楽しめないと思う。

事前予約

  • 2ヶ月前に予約しようとしたら春休みシーズンですでに残りの部屋少なかった。早めの予約が良さそう。
  • バスの予約はホテルの予約とは別なので、気を付ける必要がある。日程によってはホテルはあってもバスの残り席がないとかありえる。
@ogawaso
ogawaso / gist:d1091b4a69a82a999fd6b51cb36d3281
Last active January 19, 2025 17:02
はまぎんこども宇宙科学館

概要

施設

  • 京浜東北線の洋光台駅から徒歩5分ぐらい。
  • 大人の入場料が400円。プラネタリウムが600円。
  • B2から5Fまでいろんな展示、ショーなどがある。
@ogawaso
ogawaso / gist:f766c086f1cd5cb3e3d22c4ebdde1ded
Last active February 8, 2025 17:50
国立科学博物館

概要

  • 普通に全部見ようとするとまる一日かかる。
  • 企画展は毎回すごい。

企画展

2025/02 鳥展

  • やはりものすごい人だった。
  • 剥製がとても多くて非常によかった。
  • 鳥によって翼の使い方が違っていて面白かった。
  • バタバタしたり、悠々と風に乗ったり
@ogawaso
ogawaso / gist:92c531c53d789de02ef5ee0a81d1a6ff
Last active December 30, 2024 08:00
幼児向けボルダリングジム
  • 小学生未満でも登れるボルダリングジムは意外と少ないので、まとめてみた。

Rock & Wall

  • https://rockandwall.jp/
  • JR辻堂駅から徒歩7,8分ぐらい。
  • ファミリープランで1時間で1600円。30分単位で延長できる。料金的には安め。
  • 事前に電話予約が必要
    • 予約した人しか使えないから、混んでてストレス溜まるということはない。
  • 壁は4面ぐらいしかなく、他のジムほど広くはない。
  • 2面が垂壁と100度。残り2面が少し被った壁。
@ogawaso
ogawaso / gist:4f73cd22e87ccc20b945980e9ac6fd6c
Last active February 23, 2025 12:47
多摩動物公園

多摩動物公園

履歴

  • 2025/02/22 6歳5ヶ月
  • 2024/10/20 6歳1ヶ月
  • 2024/04/20 5歳8ヶ月

見どころ

ライオンバス

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>タイトル</title>
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" >
</script>
<script src="http://documentcloud.github.com/underscore/underscore-min.js"></script>
#chef-solos to work on ruby-2.0.0-p195
touch ~/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/rubygems/format.rb
@ogawaso
ogawaso / .rubocop.yml
Created May 8, 2013 10:58
my rubocop gist
# This is the default configuration file with all checking enabled. It is also
# the configuration used to check the rubocop source code.
# Use UTF-8 as the source file encoding.
Encoding:
Enabled: true
# Limit lines to 80 characters.
LineLength:
Enabled: true