Posts

Facebook, I don't get you.

· misc

Screen Shot 2014-08-04 at 12.43.16

Screen Shot 2014-08-04 at 12.39.22

This is the video in question (NSFW, graphic, and well, everything you don't want to see): Hamas Members Execute Fatah Members in Gaza.

This is stuff for Liveleak, not for a social media platform with tons of kids.

Oh, by the way, these are the Community Standards: [...] share their experiences and raise awareness about issues important to them. Sometimes, those experiences and issues involve graphic content that is of public interest or concern, such as human rights abuses or acts of terrorism. In many instances, when people share this type of content, it is to condemn it. [...]

Raspberry Pi & @Flightradar24

· hardware, linux, networking, software

In a couple of lines: how to get FR24 (+ dump1090) to work on your Raspberry Pi.

Be sure to have the right hardware: flightradar24.com/dvbt-stick and … obviously … a RPi.

I got a NooElec from Amazon because I didn’t have the patience to wait for something (that might not work) from AliExpress.

As root:

apt-get update && apt-get install cmake gcc pkg-config libusb-1.0 make git-core libc-dev git clone git://git.osmocom.org/rtl-sdr.git cd rtl-sdr mkdir build cd build cmake ../ -DINSTALL_UDEV_RULES=ON make && make install ldconfig cd ../..