Skip to content

Instantly share code, notes, and snippets.

View sotarok's full-sized avatar
🍺
developing Crowi and beer

Sotaro Karasawa sotarok

🍺
developing Crowi and beer
View GitHub Profile
@sotarok
sotarok / gist:a2d02fb8c949ba3cbbdb848abf4e3cc2
Last active June 26, 2023 23:02
エンジェル投資に対する気持ち

エンジェル投資に対する気持ち

日本でも「エンジニアがちゃんとお金持ちになる」スタートアップが増えることを願っています。

ベイエリアでテック企業が大きく成功できるのは、投資家も元々エンジニアであったり、 スタートアップを成功させた経験のあるエンジニアが、次の世代のエンジニアに投資する、という好循環があることが、1つの要因だと思います。

一方、日本のスタートアップは、(失礼を承知であえて言えば) エンジニアリングのことをわからないVCや投資家が、 エンジニアリングのできない・エンジニアがいないスタートアップに投資していたり、 「EXITしたけどエンジニアが株を大して持っていなかった...」ということもあるかと思います。

@sotarok
sotarok / x.php
Created September 27, 2016 05:08
<?php
class Banner
{
private $x;
public $y;
public static function factory()
{
$self = new Banner();
@sotarok
sotarok / -.diff
Last active August 29, 2015 14:19
--- ../../aura/web_kernel/src/WebKernelDispatcher.php 2015-04-15 23:49:27.434448733 +0900
+++ vendor/aura/web-kernel/src/WebKernelDispatcher.php 2015-04-17 14:10:07.467050507 +0900
@@ -79,9 +79,16 @@
*/
public function __invoke()
{
- $action = $this->request->params->get('action');
- $this->logControllerValue($action);
- $this->checkForMissingController($action);
+ $object = $this->dispatcher->getObjectParam()
--- www.google.com ping statistics ---
98 packets transmitted, 65 packets received, 33.7% packet loss
round-trip min/avg/max/stddev = 9954.426/20503.051/31523.570/7623.484 ms
@sotarok
sotarok / vundle
Created January 31, 2013 10:05
vundle
set rtp+=~/.vim/vundle/
call vundle#rc()
Bundle 'buftabs'
"バッファタブにパスを省略してファイル名のみ表示する(buftabs.vim)
let g:buftabs_only_basename=1
"バッファタブをステータスライン内に表示する
let g:buftabs_in_statusline=1
if exists("w:buftabs_enabled")
@sotarok
sotarok / vendor-update.bash
Created August 28, 2012 02:17
update vendor mirror repository
#!/bin/bash
CURDIR=`pwd`
for dn in `find . -maxdepth 1 -type d`
do
[ "$dn" == "." ] && continue
echo $dn
cd $dn
<?php
/**
*
*/
const HOGE = <<<E
gusagi : 今回はATNDで募集を行っています。 懇親会に参加される方は、アンケートの回答を忘れないようお願いしますm(_ _)m
yut148 : 20:00ぐらいの遅刻になると思いますがよろしくお願いします。
takyam :
KuKi :
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
; All relative paths in this configuration file are relative to PHP's install
; prefix (/home/sotarok/.phpenv/versions/5.4.0s). This prefix can be dynamicaly changed by using the
; '-p' argument from the command line.
; Include one or more files. If glob(3) exists, it is used to include a bunch of
; files from a glob(3) pattern. This directive can be used everywhere in the

Song Ranking

  1. 797 Perfume / エレクトロ・ワールド
  2. 722 Perfume / チョコレイト・ディスコ
  3. 701 Perfume / ポリリズム
  4. 695 Perfume / SEVENTH HEAVEN
  5. 636 Perfume / パーフェクトスター・パーフェクトスタイル
  6. 618 Perfume / マカロニ
  7. 616 Perfume / Baby cruising Love
  8. 560 Perfume / リニアモーターガール
@sotarok
sotarok / file0.txt
Created April 8, 2012 07:39
gitolite インストール (debian squeeze) ref: http://qiita.com/items/b929d8512be2c7e52ace
$ wget http://ftp.nara.wide.ad.jp/debian/pool/main/g/gitolite/gitolite_2.2-1_all.deb
$ sudo dpkg -i gitolite_2.2-1_all.deb