Bitcasaの無料 10GB使って見た2013/02/06 20:00

MACにBitcasaのアプリ入れて 使って見た。

結論は、 安いだけの事は ある。

使い勝手は、それほどよくない。

mac上で ファイルのcacheのリンクを持つので dropboxの様に HDを消費してしまう。

リンクを消すと uploadが終わってないらしくて BitCasa上のファイルは消えていた。

デフォルトでキャッシュ17G程度持っている。無限ユーザ(有料)になると 変更できるか分からない。

実態ファイルの転送が何時終わるかの表示がdropboxの様に確認出来ると リンク消せるのだが

ファイル容量、数が少ないと瞬時に実態もuploadされていた

ブラウザーベースでの uploadでは まだ ディレクトリの作成方法が分からない。コマンドラインで出来るとshellscriptくめるのだが

分からない

年間 7000円程度で 容量無制限には 心躍るが まだ一寸無理そう

Begining Scalaを読み始めた2013/02/08 23:47

初っぱなから

引っかかった

Sum.scalaの
input.getLines.collectは
 
ScalaのVersion UPで  input.getLines.toSeq
に変更されていた

homebrew gtk+ update2013/02/19 09:26

icu4cとharfbuzzの依存関係で cairoが引っかかってgtk+がupdateできなかった
ーーーー以下 log

brew rm icu4c
Uninstalling /usr/local/Cellar/icu4c/50.1...
$ brew install icu4c
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/icu4c-50.1.
Already downloaded: /Library/Caches/Homebrew/icu4c-50.1.mountainlion.bottle.1.tar.gz
==> Pouring icu4c-50.1.mountainlion.bottle.1.tar.gz
==> Caveats
This formula is keg-only: so it was not symlinked into /usr/local.

Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

LDFLAGS: -L/usr/local/opt/icu4c/lib
CPPFLAGS: -I/usr/local/opt/icu4c/include

==> Summary
🍺 /usr/local/Cellar/icu4c/50.1: 235 files, 55M
$ brew info harfbuzz
harfbuzz: stable 0.9.12
http://www.freedesktop.org/wiki/Software/HarfBuzz
Depends on: pkg-config, autoconf, automake, libtool, glib, icu4c, fontconfig
/usr/local/Cellar/harfbuzz/0.9.12 (29 files, 1.8M) *
https://github.com/mxcl/homebrew/commits/master/Library/Formula/harfbuzz.rb
==> Options
--without-icu4c
Build without icu4c support
$ brew install harfbuzz
Error: harfbuzz-0.9.12 already installed
suzuki-juunotto-no-MacBook-Pro:lib butcher$ brew uninstall harfbuzz
Uninstalling /usr/local/Cellar/harfbuzz/0.9.12...
$ brew install harfbuzz
==> Downloading http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.
Already downloaded: /Library/Caches/Homebrew/harfbuzz-0.9.12.tar.bz2
==> ./autogen.sh
==> ./configure --prefix=/usr/local/Cellar/harfbuzz/0.9.12
==> make install
🍺 /usr/local/Cellar/harfbuzz/0.9.12: 29 files, 1.8M, built in 40 seconds
brew install gtk+
==> Installing gtk+ dependency: pango
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/pango/1.32/pango-1.32.6.t
Already downloaded: /Library/Caches/Homebrew/pango-1.32.6.tar.xz
==> Patching
patching file pango/pangoft2-render.c
patching file pango/pangoft2.c
==> ./configure --prefix=/usr/local/Cellar/pango/1.32.6 --enable-man --with-html
==> make
==> make install
🍺 /usr/local/Cellar/pango/1.32.6: 119 files, 3.8M, built in 21 seconds
==> Installing gtk+
==> Downloading http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.15.ta
Already downloaded: /Library/Caches/Homebrew/gtk+-2.24.15.tar.xz
==> ./configure --prefix=/usr/local/Cellar/gtk+/2.24.15 --disable-glibtest --dis
==> make install
🍺 /usr/local/Cellar/gtk+/2.24.15: 1184 files, 50M, built in 106 seconds

祝 ruby 2.0.0でも...2013/02/25 13:28

Ruby入れるのに こんなに苦労するなんて

macでbrewとrvm使ってます。

まず ruby 2.0.0はapple-gcc-4.2が必要だった。

別リポジトリーをリンクして 持ってきた。(installした)

googleとURLと追加方法が出ていた。

それ以外にも

Installing required packages: apple-gcc42, libyaml, libxslt, openssl, curl-ca-bundle.

なんやら 不穏なメッセージが

気にとめずにrvm install 2.0.0ってやったら

案の定
ruby-2.0.0-p0 - #compiling
Error running 'make', please read /Users/butcher/.rvm/log/ruby-2.0.0-p0/make.log
There has been an error while running make. Halting the installation.

ってエラー見ろよと ダメじゃんと返されてしまった。

brewでインストールはされていたので エラーのモジュールをlinkし直した

brew link libyaml
brew link libxslt
....

で再度
rvm install 2.0.0
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.8/x86_64/ruby-2.0.0-p0.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing requirements for osx/10.8/x86_64, might require sudo password
Already up-to-date.
Installing Ruby from source to: /Users/butcher/.rvm/rubies/ruby-2.0.0-p0, this may take a while depending on your cpu(s)...
ruby-2.0.0-p0 - #downloading ruby-2.0.0-p0, this may take a while depending on your connection...
ruby-2.0.0-p0 - #extracted to /Users/butcher/.rvm/src/ruby-2.0.0-p0 (already extracted)
ruby-2.0.0-p0 - #configuring
ruby-2.0.0-p0 - #compiling
ruby-2.0.0-p0 - #installing
Retrieving rubygems-2.0.0
######################################################################## 100.0%
Extracting rubygems-2.0.0 ...
Removing old Rubygems files...
Installing rubygems-2.0.0 for ruby-2.0.0-p0 ...
Installation of rubygems completed successfully.
find: -printf: unknown primary or operator
Saving wrappers to '/Users/butcher/.rvm/wrappers/ruby-2.0.0-p0'

ruby-2.0.0-p0 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
ruby-2.0.0-p0 - #importing default gemsets, this may take time ...
Install of ruby-2.0.0-p0 - #complete

なので

rvm use 2.0.0
Using /Users/butcher/.rvm/gems/ruby-2.0.0-p0
$ ruby -v
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.2.0]

セキリテイーホールを助長する、金融庁???2013/02/28 09:32

すこし切れ気味!!!

e-taxを利用して 送信しようとしたら、なんと セキリティーホールがあるので止めてくれと、国の機関、マスコミなどが騒いでいたJavaのプラグインを使わないと個人認証キーが使えなくて送信できないみたい。 

このアプリ、MACで使えることはなさそうだ
(AppleはJAVAのサービス推奨してない)

E-tax根本的に直さないとダメじゃん

年寄りとかリテラシー無い人間は PC穴だらけにするのを 国税局、金融庁は 助長しているのかな?

せめて e-tax利用終わったら。javaのプラグイン無効にするように指導した方が良いと思うのだが

縦割りで 無理かな、個人認証キーは 内務省管轄なのかな?