Older blog entries for sye (starting at number 427)

23 Apr 2013 (updated 2 Dec 2013 at 04:19 UTC) »

#!/bin/bash
cd /usr/local/red5-1.0.0/webapps/oflaDemo/streams/MTS

for f in $( ls /usr/local/red5-1.0.0/webapps/oflaDemo/streams/MTS ); do
ffmpeg -i $f -vcodec copy -acodec aac -strict experimental /tmp/test/$f.mp4
done

# rotate video using mplayer
# 00037.MTS.mp4 VO: [xv] 1080x1920 => 270x480 Planar YV12
mplayer -x 480 -y 270 -vf rotate -vo xv 00037.MTS.mp4


http://www.ibm.com/developerworks/webservices/library/ws-restful/

31 Oct 2012 (updated 31 Oct 2012 at 17:35 UTC) »

house lost power for two days due to Sandy. no dial-tone on land line either which is a total surprise to me. Ordered a skype# & g3 telecom international SIM card + $49 mobile phone with keyboard... reading Chuck Moore's blog Sandy offered a good timely alert to re-think fault tolerance design paradigm in telecomm/internet service provider/supporter

Beider-Morse Phonetic Matching (BMPM) , Consular Lookout And Search System.. . wotd.
27 Aug 2012 (updated 1 Sep 2012 at 20:02 UTC) »

reading 'The Fire Next Time' by James Baldwin. 'The Sino-Soviet Dispute' - documented and analyzed by G.F. Hudson, Richard Lowenthal and Roderick MacFarquhar ( second printing 1962)

Bertrand Russell: Why I am not a Christian. ( a good read)

https://www.coursera.org/category/cs-programming

Tim Roughgarden's course is good but I didn't stick to it at all. too much distractions. such is life.

http://stackoverflow.com/questions/8937818/failed-to-parse-adb-version-wrong-elf-class

Google requires some libraries to be 32-bit. That's why you should install them. – Yury Jan 20

apt-get install ia32-libs ( not the right path!)

install Java 7 on Ubuntu Natty
http://brunoreis.com/tech/installing-java-ubuntu-natty/

2 Aug 2012 (updated 2 Aug 2012 at 20:16 UTC) »
30 Jul 2012 (updated 31 Jul 2012 at 02:17 UTC) »

http://www.ibm.com/developerworks/linux/library/l-10sysadtips/index.html

http://www.ibm.com/developerworks/opensource/tutorials/os-eclipse-octave/

couldn't get any oracle otn dev package to run/install on my Debian workstation. tried oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-linux32.bin & Eclipse(indigo) update manager...only j2ee 5 & 6 Documentation plugin installation done. sudo gets it going... but installing ADT plugin runs into another problem:


[2012-07-30 15:19:06 - adb] /opt/src/android-sdks/platform-tools/adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64
[2012-07-30 15:19:06 - adb] 'adb version' failed!
/opt/src/android-sdks/platform-tools/adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64
[2012-07-30 15:19:06 - adb] Failed to parse the output of 'adb version':
Standard Output was:

Error Output was:
/opt/src/android-sdks/platform-tools/adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64


IBM Worklight Dev Edition version 5 for Eclipse.
http://public.dhe.ibm.com/ibmdl/export/pub/software/mobile-solutions/worklight/wdeupdate/

25 Jul 2012 (updated 25 Jul 2012 at 15:08 UTC) »

http://postgis.refractions.net/docs/using_postgis_dbmanagement.html

http://thebuild.com/blog/2012/06/04/postgresql-when-its-not-your-job-at-djangocon-europe/

http://advogato.org/person/dmarti/diary/421.html

http://gettingreal.37signals.com/thanks.php

418 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!