Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

January 26 2012

kelvan
12:42
kelvan
10:48
7272_cdde
Reposted fromlacrima lacrima
kelvan
10:36
5374_d7b0_500

January 24 2012

kelvan
12:32
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
— Brian W. Kernighan
Reposted bythtwins4ever thtwins4ever
kelvan
11:36

cssh and Xforwarding

"X Error of failed request:  BadAccess (attempt to access private resource denied)" solved by using ssh -Y (TrustedX11Forwarding) instead of ssh -X

January 20 2012

kelvan
17:04
Reposted fromtron tron viaclifford clifford
17:01
"Tea. Earl Grey. Hot" <- Even in the 24th Century, some software doesn't have sensible defaults.
mattgemmell
Reposted fromcypher cypher viaclifford clifford
kelvan
16:45
Reposted fromPerpetuummobile Perpetuummobile vialacrima lacrima
kelvan
01:16
4609_0b5d_500
Reposted fromeisfrei eisfrei viamondkroete mondkroete

January 16 2012

kelvan
18:35
1362_f00d
Reposted fromkaji kaji vianobodylikesyou nobodylikesyou
kelvan
18:07
7235_5f82_500
Reposted bymaltaannonxfectsgafmorbidiwonchenLeuXTanklockesrezultnarwhalsSoulPLdatenwolflefupolkahytyszTheGehmMastahadjaelentariedohse

January 03 2012

kelvan
15:43
Reposted fromragis ragis viacygenb0ck cygenb0ck

December 29 2011

kelvan
13:18
Im Grunde sollte jeder MAC Filterung verwenden.
WPS + Pin habe ich damals fuer das Blackberry verwendet, im nachhinein die MAC vom BB in die Router Liste eingegebe und fertig.

Derjenige der schaft in unter 5500 Sekunden sich in meinen Router zu "hacken" geb ich einen 1000er bar auf die Kralle.
— Orku5

December 23 2011

kelvan
02:29

[paramiko] Unknown host

(Note to myself)
to work around the "unknown host" thing in paramiko just use:

ssh = SSHClient()
ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())

December 21 2011

kelvan
15:08

[OSM] wien.at layer zum Abzeichnen von Gebäuden

In Zuge der OpenGovData-Initiative der Stadt Wien ist es möglich Gebäudeumrisse aus den Katasterboldern abzuzeichnen:

Folgende URL in (zB) josm einfügen:
tms:http://www.wien.gv.at/wmts/fmzk/pastell/google3857/{zoom}/{y}/{x}.jpeg

December 13 2011

kelvan
23:25
mom, please..
Reposted fromboorosia boorosia viamondkroete mondkroete
kelvan
00:28

Our entry, heatwave, uses node-heatmap to draw a heatmap over your code in realtime to show the parts that are most active as the code executes.

Heatwave accomplishes this trick using bunker to add hooks around every expression. When these hooks get called, the heatmap gets updated!

node knockout heatwave :: The Universe of Discord
Reposted fromfinkregh finkregh viadeepthought deepthought

December 12 2011

kelvan
23:55
kelvan
22:38
thanks for the link.
yeah of course it is ugly to monkey patch :)
kelvan
22:35

controlling mpd on beagleboard with psmove

Current project:
mpd control through ps move controller on beagleboard (arch)

Getting bt to work:
pair move controller with dongle on your pc (should also work on beagleboard but it's easier that way)
install bluez, put bluetooth and dbus to DAEMONS in rc.conf
disable input plugin in /etc/bluetooth/main.conf (restart bluetooth)
check dongle with hcitool dev
get psmove from github
install dependencies like swig, libusb, cmake, etc
make psmove like described in INSTALL

Edit:
Clone mpdmove
install mpc and python-mpd
link psmove.py ans _psmove.so to mpdmove folder
run mpdmove.py

Features described in readme file
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.