apt-get but for real stuff

http://designfiles.org/dokuwiki/skdb

git: http://designfiles.org/skdb.git
irc: #hplusroadmap on irc.freenode.net
irc logs: http://gnusha.org/logs/ and http://gnusha.org/irclogs.txt

And in particular, the talk abstract:

http://texaslinuxfest.org/talks/2010/apt-get-for-hardware/

Posted in creactive | Leave a comment

tunnel to my laptop

ssh server -R :3001:127.0.0.1:3000 sleep 99999
and adding to /etc/ssh/sshd_config
GatewayPorts clientspecified

Posted in ubuntu, webdevelopment | Leave a comment

nexus one … adb and ubuntu

i had problems with connecting a nexus one to adb on ubuntu 9.10.
but putting:

SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="18d1", MODE="0660", GROUP="android"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e12", SYMLINK+="android_adb"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="18d1", ATTR{idProduct}=="0c01", SYMLINK+="android_fastboot"

into /etc/udev/rules.d/90-android.rules and a sudo restart udev did the job.

Posted in android, ubuntu | Leave a comment

heeks! ein held der arbeit

heute habe einen helden der arbeit gefunden. heekcnc ++

Posted in Uncategorized | Leave a comment

gecko 1.9.1

Heute habe ich auf dem Mozilla Add-Ons Workshop in der c-base einigen Teilnehmern die Neuerungen des Gecko 1.9.1 offenbart.

Das ganze passierte in einer Demonstration wie man einen Gecko reitet. Also habe ich mir einen Firefox 3.1 beta3 installiert und los ging der wilde Ritt auf dem Gecko.

Zuerst mal Firefox 3.5 for developers durchgeschaut und ein bisschen auf die Neuerungen in den audio and video elementen geschaut, dann Dom workers, SVG Effekte auf HTML Elemente und natuerlich das Canvas Element.

Und dann zu Demonstration der einzelnen Componenten bzw. deren Zusammenspiel eine Reihe von Websiten angeschaut und erklaert.

Reitpfad:

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment

xwindow as canvas in a website

while having a small resolution on a screen,  i like to see websites in fullscreen.

but browsing htmlpages and doing something else like watching a video the same time. is lot of toggling between seperate windows or virtual screen.

i have to arrange to application-windows (with decorations or scroll/title/statusbars) beside or above each other.

but on the website in the browser is sometime space not used. like in centric bloglayouts or all the empty space by blocking adds.

so placing a window of a not browser-window within the dom of a layout and arranging the content arround?

accessing the window the way how xcompmgr with transet is doing it and redrawing it into a canvas which is inside a dom.

howto?

Posted in Uncategorized | Leave a comment

thougts from mozcamp utrecht

I visited mozcamp / open-web event in utrecht.

Saw several of the talks.

Had some ideaexchange with Paul Rouget.

extensions

* access to Xapplications mapping them to a canvas
* loading videosfrom sources encode them to ogv (some ffmpeg2theoraextension is there) and then viewing them within your extension nativly
* a simple useful example of a extension is showing a cat from unixtools and insert the output into a textfield.
* provinding this also to ubiquity
* providing a /dev/ubiquity-input
* something like:
t@mymachine:~$cat “translate baum from german to english” | ubiquity
tree

Posted in Uncategorized | Leave a comment

c-base will zum mond

Naja eigentlich nix besonderes das ein Raumstation zum Mond fliegen will.

Wen es trotzdem intressiert der mag sich doch bitte mit den Details vertraut machen.

Posted in c-base | Leave a comment

no interface is a better interface?

see , dan

Userinterface of the future. John Lilly, CEO Mozilla Corporation. Aza Raskin, Head of User Experience at Mozilla Labs. Dan Mills, Lead Developer of Weave at Mozilla Labs. All about shovels and building houses ;) . Great contoverse discussion within mozilla staff. Mighty Spaceship-Thinking. Gives an impression about community work behind closed doors of MOZILLA. Uncut. °|~ Jim

Hold on the Berlin Hack Days at c-base.

Posted in c-base, communication | Tagged , , | Leave a comment

suchen via commandline

goosh.org – This google-interface behaves similar to a unix-shell.

Posted in tools | Tagged | Leave a comment