Skip to main content

a silhouette of a person's head and shoulders, used as a default avatar
a silhouette of a person's head and shoulders, used as a default avatar

Eureka!! Another Planet discovered.

Isn't the subject amazing? Yep, I guess. Today, while blogging and reading other planets, a chotasa spark jalaa in my mind..oOOO(Why not we have a planet for evolution?)......

jeee booom baaaaaaa....,

Here it is, however, it is as of now running locally on my laptop, will soon move it to a publicly accessible server.

WOW!! I should really appreciate and thank, Jeff Waugh and Scott James Remnant for the Planet stuff. The setup was so easy that it took hardly 5 mins to get my planetevolution up and running. Great work guys.
a silhouette of a person's head and shoulders, used as a default avatar

More enhancements than bugs, isn't it great?

From the list of around 30 pilot-conduit bugs, today I categorized them in to two broad categories, fix-for-god-sake and fix-for-goodness-sake. There was a third category, ask-nice-to-get-fixed, as a goodies for the hacker contributing to it. Most of the bugs decorated the fix-for-goodness-sake category, as many of fix-for-god-sakes' are gone, phew. :-)

Its really the right time to start supporting the new Palm OS databases which, pilot-link 0.12.x supports, in evolution-conduits. First one is Contacts, with so many requests, with one of them falling in to ask-nice-to-get-fixed category. ;-)

a silhouette of a person's head and shoulders, used as a default avatar

A Beagle bite

It feels like void, even after doing lot of coding in evolution & co, till, I get a Beagle bite. May be that Beagle hacking is a real fun. After the memory-optimization work, I took two-bugs filed by our test-hero, David Richards, 323276 and 323312. Though both the bugs are fixed, I haven't checked-in the fix for 323276 as it requires a little debugging-work to be done to get rid of a double free error.

323312 actually brought-up a corner case in the FilterPPT, actually, I would say one of the weirdness of Microsoft's formats. We were reading till EOF of the PPT stream and it was working fine except the document attached with the bug. Some stray bytes were left without reading causing the filter to enter into an infinite-loop.

Guess, will have more beagle-bites this week.

the avatar of Flavio Castelli

iBook X keyboard mapping

How to have a comfortable keyboard layout under X. A guide destinated to italian iBook linux users

Target

have the following keymap: apple keyboard = alt gr

Instructions

You’ve to edit your /etc/X11/xkb/keycodes/xfree86 file. Remember to make a backup copy of this file before editing. These’re the easy steps:

  • under X run a program like xev to find the exact keycode of your apple key
  • change the code with the new one
  • comment all the old command referring the new keycode

Restart X and keep your finger crossed ;)

the avatar of Christoph Thiel

Streaming Movie Parallel (2018) Online

Image Movie Parallel 2018

Parallel (2018)

HD | 2018 | 80 minutes | Drama.

8

Movie ‚Parallel‘ was released in April 10, 2018 in genre Drama. Isaac Ezban was directed this movie and starring by Martin Wallström. This movie tell story about A group of friends stumble upon a mirror that serves as a portal to a „multiverse“, but soon discover that importing knowledge from the other side in order to better their lives brings increasingly dangerous consequences.

Actors : Martin Wallström, Georgia King, Alyssa Diaz, Mark O’Brien, Aml Ameen, Carrie Genzel, Shannon Chan-Kent.
Producer : Garrick Dion, Matthias Mellinghaus.
Director : Isaac Ezban.
Writer : Scott Blaszak.
Release : April 10, 2018

Incoming search terms : Watch Parallel 2018 For Free online, Watch Parallel 2018 Online Free 123movie, live streaming film Parallel 2018 online, Parallel 2018 streaming, Watch Parallel 2018 Online 123movie, Watch Parallel 2018 Online 123movies, Watch Parallel 2018 Online Free netflix, Watch Parallel 2018 Online Free Viooz, download movie Parallel 2018, streaming movie Parallel 2018, Watch Parallel 2018 Online Viooz, Watch Parallel 2018 Online Free Putlocker, download movie Parallel 2018 now, Watch Parallel 2018 Online Free megashare, Watch Parallel 2018 Online Free, watch Parallel film now, live streaming film Parallel, Watch Parallel 2018 Online Free hulu, Watch Parallel 2018 Online Putlocker, watch film Parallel 2018 now, streaming Parallel, Watch Parallel 2018 Online Megashare, Streaming Parallel 2018 For Free Online, watch Parallel 2018 movie now, Parallel 2018 Watch Online, Streaming Parallel 2018 Online Free Megashare, film Parallel 2018 online, live streaming movie Parallel online, Parallel 2018 live streaming film, live streaming movie Parallel 2018, download film Parallel 2018 now.

the avatar of Flavio Castelli

iBook console keyboard mapping

How to have a comfortable italian keyboard layout on your iBook.

Target

We just want this mapping:

apple key = alt gr
numpad return (the key near to left arrow) = canc

Procedure

Simply download the file at the end of the page and load it using loadkeys ibook-it.map.gz

Simple, isn’t it?

Download

I found this file over internet, the author is Dario Besseghini. Thank you Dario!

{% gist 2469779 %}

the avatar of Flavio Castelli

No more exams!

Just a small announcement: last month (by 14th september) I’ve finished all my exams!!

Obviously I’m really happy but I’m also really busy because I’m working hard on strigi. I’ll let you know something more about it in these days…

the avatar of Flavio Castelli

iBook mouse emulation

In this really small guide you’ll discover howto enable mouse button emulation on a iBook G4 running linux

Target:

I just wanted to enable mouse button emulation on my iBook using the following shortcuts:

fn + ctrl = middle mouse button
fn + alt = left mouse button

Requisites:

You’ve to enable CONFIG_MAC_EMUMOUSEBTN in your kernel.

Commands:

In order to enable this shortcut at every boot add the following lines to your /etc/sysctl.conf:

dev.mac_hid.mouse_button_emulation = 1
dev.mac_hid.mouse_button2_keycode = 97
dev.mac_hid.mouse_button3_keycode = 100

Simple, isn’t it?

the avatar of James Willcox

allegedly very tasty

Last night I did a lot of work on Tangerine, a standalone DAAP server of mine. I think it’s probably good enough for general use now, as I added a little control panel for enabling/configuring it.

The ‘automatic’ mode uses Beagle, which was really fun to do. Aside from some kind of metadata extraction issue, it works really well.