Elternurlaub

Today is my first day back at work.
4 weeks of parenting time are over.
It was quite the vacation, I miss it already.
Sleep until 7 a.m.
going shopping around 11..
Lots of naps.
And during the night just some diaper changes.
Not to bad.
I could go on with it.
But I have to work.
wow there, only 1/2 a day!
I don’t want to get to exhausted during the next 2 months;)

What did I accomplish in the laast weeks?
Finished first season of Blacklist, sadly didn’t read any books.
But played the shit out of EU4 again
:)))

Veröffentlicht unter Initializing /dev/chaos | Schreib einen Kommentar

Schelle

I am not 100% sure, how happy I should be with that present from Kazonga:

Veröffentlicht unter Initializing /dev/chaos | Schreib einen Kommentar

Fliegerchen

This is my first diagram design for a mini quadcopter:

drone014engine_Schaltplan

Based on
Arduino,
4 cheap _brushed_ engines,
GY – 521 as accelerometer and gyro,
IR for remote control

I have no idea, if this works.
Waiting for all the parts to be delivered:)
After they arrive, I will assemble it and start coding the software for it to fly.

Veröffentlicht unter Initializing /dev/chaos | Schreib einen Kommentar

Arduino LCD

My LCD Display arrived today.
And it works.

image

Yeah
:))))

Veröffentlicht unter Initializing /dev/chaos | Schreib einen Kommentar

Finally. Shushi

Madame waited so long for her next sushi shot;)
(9 months )

image

Veröffentlicht unter Initializing /dev/chaos | Schreib einen Kommentar

Zuhause

Today we all arrived home.

image

Veröffentlicht unter Initializing /dev/chaos | Ein Kommentar

Nina Rozenn

image

image

image

image

image

image

Veröffentlicht unter Initializing /dev/chaos | 3 Kommentare

Tomorrowland

So, we watched this movie.
The first half of it is really awesome.
Finally a movie, where the future looks bright and shiny.
Utopian SciFi again!
Just to tumble into the darkness afterwards..to bad.
We need more positiv stories on cinema.
The firstpart, bulding up that story, is just an engineers dream, if we can fix it, we will fix it.
But somehow this did lead into a dystopia, reasons where not explained.
The hero tries to fix it, seems to be successfull, but the ending is, when you think about it, just plain horrible.
Brain Drain!
What they leave behind is an earth, populated just be the dumb, lawyers, capitalists and politicians.
Lucky me, I would not need to live there.
I don’t think this would play out well in a Tomorrowland 2…

Veröffentlicht unter Filmkiste | Schreib einen Kommentar

Whisky und Karamalz

Trying out new things:

image

Whisky und combination with malt beer..
Or as it is called here:
Kinderbier
Weird taste..but funny.
All together I would call it Kinderwhisky.
🙂

Veröffentlicht unter Initializing /dev/chaos | Schreib einen Kommentar

Gentoo Raspberry Pi 0.5

My blog is running on current software..again.
But major Raspberry Pi news:
It is now running on Gentoo.
But still lot to do, forgot the login..:))

Why is this a big thing?
Well, I only have Gentoo on my VirtualBox here.
And mounting a SD Card does not work, at least as a non Windows device.
So, create a hdd.img.

dd if=/dev/zero of=hdd.img bs=1024 count=15360000

15GB, my SD is 16GB and I am not sure, how broken it is.

Fdisk that image:

fdisk /mnt/vir/hdd.img

Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

Command (m for help): p
Disk /mnt/vir/hdd.img: 14.7 GiB, 15728640000 bytes, 30720000 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5b32974e

Device Boot Start End Sectors Size Id Type
/mnt/vir/hdd.img1 2048 268287 266240 130M c W95 FAT32 (LBA)
/mnt/vir/hdd.img2 268288 30719999 30451712 14.5G 83 Linux

Oh yeah, /mnt/vir?
Well, my vdi was only 8GB, so I needed a new HDD on that VM ..
And mounted it quickly there.

And now the complicated part:
Get those partitions mounted.
For that we need to create some loop devices:

losetup -o 1048576 --sizelimit 137362944 /dev/loop1 hdd.img
losetup -o 137363456 --sizelimit 15728639488 /dev/loop2 hdd.img

From here on just follow the directions given in the Gentoo Wiki.
Copy the hdd.img to Windows and write it on the SD Card.

Next Steps:
– Get Login working (should be adjusting /etc/shadow)
– Cross Compilation (I have no idea..yet)

Veröffentlicht unter Initializing /dev/chaos | Schreib einen Kommentar