"The Symbian Foundation's announced that it would make its code open source in 2008 and has now completed the move. "
http://news.bbc.co.uk/2/hi/technology/8496263.stm
I wonder if it could be adapted to the openmoko, so that it becomes an usable phone.
-.- 0 comentarios / Lee o escribe comentarios
20 de febrero, 10:02(+01:00) - Snow simulation
I made this small snow simulation using MotorJ:
I've committed the new Billboard class (which is highly inefficient - I'd like to polish it a bit more) to the motorJ repo in the unstable branch.
I've uploaded the code to the sim here: http://svn.mexinetica.com/snowsim/. I included 2 small snippets to either quickly download motorj to the local project directory (for the impatient :) ) or link it from an existing local repo copy.
-.- 0 comentarios / Lee o escribe comentarios
08 de febrero, 05:16(+01:00) - Quick notes on triple-booting Snow Leopard, Debian and GNU/Linux on a mac
(Addressed to self)
- Install rEFIt and set it to boot always (run /efi/enable-always.sh as r00t) .
- Use carbon copy cloner to make a backup of the mac system to an external HDD with sufficient space.
- After the backup is done, boot from the external drive; fiddle with the partitions all you need to get them to the right size.
- Clone the backup into the new partition
- (re)Install refit. Re-enable to boot always.
- Get gparted and create an ext2 partition for Debian (ext2 is compatible with more tools than ext3/4; for instance macfuse and ext2fs for fuse )
- Create Windows' NTFS partition as well. Set the boot flag to it, in order to clear the weird msftres flag (with the msftres flag the installer won't recognise it)
- Reboot and run Partition Tool from the rEFIt bootloader.
- Install Debian (I recommend Stable to myself, with the occasional package from Testing, otherwise it'll pester you with a lot of updates that bring nothing but brokenness and no interesting functionality. Remember the latest nvidia/Xorg dispute? Yeah, I didn't like that either.)
- Install Windows.
- Boot gparted again.
- Using a terminal, mount the linux partition (mine is /dev/sda3) at /mnt : mount /dev/yourLinuxPartition /mnt
- cd / ; ln -s /mnt/boot
- cp /mnt/etc/apt/sources.lst /etc/apt/sources.lst
- Modify /etc/apt/sources.lst to only have your normal repo line activated (dev-src is not necessary and all the others will only take a bit more time) and point it to testing: mine is deb http://ftp.sunet.se/pub/os/Linux/distributions/Debian testing main
- run apt-get update
- apt-get install grub2
- grub-install --force /dev/yourLinuxPartition (mine is /dev/sda3)
- nano /boot/grub/grub.cfg ; Add line maxcpus=1 to the kernel loading line
- Reboot (Shut down; rebooting from any linux currently hangs the computer)
- Start GNU/Linux; remove grub from your installed packages using synaptics. Package updates to grub usually screw everything up in macs. At least in mine did.
- Reboot (Shut down; rebooting from any linux currently hangs the computer)
- Do not touch anything in the damn partition table _ever_ again. Do not allow anything to even threaten to touch the partition/bootloader/blah configuration. Do not upgrade grub. :D or the kernel :D
-.- 2 comentarios / Lee o escribe comentarios
26 de enero, 20:19(+01:00) - Gource
I'm currently checking out Gource by Andrew Caudwell ( http://code.google.com/p/gource/ ), a version control system change visualiser. Their visual style is undeniably nice. I tried it with the motorJ repo:
Gource is available for GNU/Linux, Windows and MacOSX (Through macports)
My only dismay is that it didn't display the last 2 changes in the repo, which where quite big (I expected it to bloom like a tree in spring, right after the winter cold). But I think that's some glitch in the svn log facility (or the instructions provided to it), since I couldn't see them in the logfile it generated..
-.- 0 comentarios / Lee o escribe comentarios
12 de enero, 11:30(+01:00) - Tumblr account
I opened a tumblr at http://lj9.tumblr.com/. Let's see how this goes.
-.- 0 comentarios / Lee o escribe comentarios
10 de enero, 09:47(+01:00) - Invisible solar-powered lumberjack
I had a ton of fun writing this mock-essay with fellow teammates in Ubiquitous Computing. The aim was simply filling up the ACM template so I think we succeeded.
chalmers: Exercise 3 - Group L.pdf
-.- 0 comentarios / Lee o escribe comentarios


