JavaScript network graph visualization

  • D3.js

http://d3js.org/

Cluster Dendrogram http://bl.ocks.org/mbostock/4063570
Force-Directed Graph http://bl.ocks.org/mbostock/4062045
d3.layout.tree http://mbostock.github.io/d3/talk/20111018/tree.html
d3.layout.cluster http://mbostock.github.io/d3/talk/20111018/cluster.html

http://bost.ocks.org/mike/
http://bost.ocks.org/mike/selection/

http://sigmajs.org/
https://github.com/jacomyal/sigma.js/

JSON data

  • bl.ocks.org

http://bl.ocks.org/mbostock/1153292
http://bl.ocks.org/emeeks

  • VIDA

https://vida.io/explore

  • vis.js

http://visjs.org/


  • Protovis

http://mbostock.github.io/protovis/

arc
matrix

cantor dust

カッコいいバイナリー可視化

  • 本家

https://sites.google.com/site/xxcantorxdustxx/home
https://www.youtube.com/watch?v=4bM3Gut1hIk

  • Pythonによる実装 - binglide

https://github.com/wapiflapi/binglide

Install on Ubuntu 14.04

sudo apt-get install git python3-pyqt4 python3-pyqt4.qtopengl python3-opengl python3-pip python3-scipy
sudo pip3 install pyqtgraph numpy
git clone https://github.com/wapiflapi/binglide
cd ./binglide
sudo python3 setup.py install




Install on OSX (TBD, has some errors)

brew install python3
brew install qt
brew install sip --with-python3
brew install pyqt --with-python3
brew install gfortran
pip3 install scipy
pip3 install pyqtgraph
pip3 install numpy
git clone https://github.com/wapiflapi/binglide
cd ./binglide
sudo python3 setup.py install


.bash_profile:
PYTHONPATH=/usr/local/lib/python3.4/site-packages:$PYTHONPATH

  • Javaによる実装

https://github.com/jrupac/Cantor-Dust

Saleae Logic PRO16

アナログも見れるロジアナということで4月にプレオーダーしていたSaleae Logic PRO16 (https://www.saleae.com/) がようやく届いたので簡単にレポート。

新しいラインナップではLogic4からLogicPro16まで4種類、値段は$99から$499まである。何の測定に使うかにもよるが、ちょっとしたシリアルを見るにはLogic4で十分であろう。ただ複数のバスや、パラレルも見たかったり、速度も欲しいとPro16がよさげである。あとPro16の場合、測定する信号が少ないとサンプリング速度を速くできる(逆に信号数が多いと遅くなる)。私はPro16を選んだ。色は黒と赤が選べるが、私は赤にしてみた。理由は目立つからw


このツールの良い所は

  1. ソフトウェアがWin、OSXLinuxをサポート
  2. ソフトウェアが使いやすい
  3. 筐体が綺麗(中の基板も綺麗)
  4. アナログも取れる
  5. SDKでカスタマイズできる


似たような製品は他にも色々でています。

  • ZeroPlus

http://www.zeroplus.com.tw/logic-analyzer_en/

秋月電子などでも売っているので国内での入手は簡単。
http://akizukidenshi.com/catalog/goods/search.aspx?maker=zeroplus&style=T&search.x=true

私も持ってますが、不満は

  1. Windowsのみ
  2. プロトコルアナライザは別売り(たいていのプロトコルはフリーで使える)
  • BitScope

http://www.bitscope.com/

http://dangerousprototypes.com/docs/Open_Bench_Logic_Sniffer



つづく

USB memory + encryption

The Best Encrypted Flash Drives
http://www.pcworld.com/article/254816/the_best_encrypted_flash_drives.html

CRYPTO DRIVE - FIPS 197 ENCRYPTED USB
http://www.integralmemory.com/product/crypto-drive-fips-197-encrypted-usb

CRYPTO DUAL - FIPS 140-2 ENCRYPTED USB
http://www.integralmemory.com/product/crypto-dual-fips-140-2-encrypted-usb

DataTraveler
http://www.kingston.com/us/usb/encrypted_security

Xprotect, File Quarantine

Mac Malware Guide : How does Mac OS X protect me?
http://www.thesafemac.com/mmg-builtin/

  • File Quarantine

OS X: About the "Are you sure you want to open it?" alert (File Quarantine / Known Malware Detection)
http://support.apple.com/kb/HT3662

http://en.wikipedia.org/wiki/File_Quarantine

  • Xprotect

OS Xの「マルウェア」対策を知る
http://news.mynavi.jp/column/osxhack/081/

Chaos Monkey

  • Chaos Monkey

https://github.com/Netflix/SimianArmy

Quick Start Guide
https://github.com/Netflix/SimianArmy/wiki/Quick-Start-Guide

Chaos Monkey Released Into The Wild
http://techblog.netflix.com/2012/07/chaos-monkey-released-into-wild.html

  • Security Monkey

https://github.com/Netflix/security_monkey

  • Else

アジャイル DevOps: Chaos Monkey を使用する
http://www.ibm.com/developerworks/jp/agile/library/a-devops4/