All of the interesting technological, artistic or just plain fun subjects I'd investigate if I had an infinite number of lifetimes. In other words, a dumping ground...

Saturday 29 May 2010

Saving the FBI Radio stream to mp3 on Linux (Ubuntu Lucid)

crontab
0 18  * * mon-fri  /home/tohare/fbi.sh >> /home/tohare/mimms.log 2>&1
30 20  * * mon-fri  /home/tohare/convert_fbi.sh >> /home/tohare/mimms.log 2>&1

save the stream (fbi.sh)
#!/bin/bash
/usr/bin/mimms -v -t 120 mms://wm9.streaming.telstra.com/UCS-wh_fbi0live1  /home/tohare/web-music/fbi-radio-sunsets-`date +%F`.asf > /home/tohare/mimms.log 2>&1


convert to mp3 (convert_fbi.sh)
#!/bin/bash
cd /home/tohare/web-music
/usr/bin/ffmpeg  -i /home/tohare/web-music/fbi-radio-sunsets-`date +%F`.asf /home/tohare/web-music/fbi-radio-sunsets-`date +%F`.mp3 >> /home/tohare/mimms.log 2>&1
/usr/bin/mp3info -t "fbi-radio-sunsets-`date +%F`" -a "FBI Radio" -g "Dance" -y "`date +%Y`" /home/tohare/web-music/fbi-radio-sunsets-`date +%F`.mp3 >> /home/tohare/mimms.log 2>&1
/usr/bin/mp3splt -s /home/tohare/web-music/fbi-radio-sunsets-`date +%F`.mp3 -d fbi-radio-sunsets-`date +%F`  >> /home/tohare/mimms.log 2>&1

Wednesday 26 May 2010

Open source business intelligence

http://www.pentaho.com/

Monday 24 May 2010

PyPy/Codespeed - benchmarking code performance

Codespeed is a web application to monitor and analyze the performance of your code.

It is built using Django for the backend, and jQuery and jqPlot for the frontend.

http://wiki.github.com/tobami/codespeed/

http://github.com/tobami/codespeed#readme

Wednesday 19 May 2010

England predicted to win World Cup

http://ftalphaville.ft.com/blog/2010/05/18/233991/england-to-win-world-cup-says-jpm-quant-model/


Ultimately our Model indicates Brazil as being the strongest team taking part in the tournament. However, due to the fixture schedule our Model predicts the following final outcome:

- 3rd: Netherlands

- 2nd: Spain

- World Cup Winners: England

• Alternatively, we point out that the 3 favourite teams (from market prices recorded on 30 April of 3.9-to-1 for Spain, 5-to-1 for Brazil and 5.4-to-1 for England) represent a 52.5% probability of winning the World Cup.


Penetration testing 

http://www.backtrack-linux.org/

tim's shared items

Add to Google Reader or Homepage