marcelpetrick

that blogs speed

Written by  on May 2, 2016

quote: If you can’t quantify it, you’re just making it up with your mind”
– quote from someone I can’t currently determine

The subscription for that page expired. As you can check, it’s hosted by bplaced. Why? Because I used that provider for years for some other minor pages and blogs and I experienced never anything bad and their support was also really fast & helpful. Manus manum lavat.
So I wanted to know if there will be an experienceable difference in speed of delivery for the page. It’s dynamic content, so not just the size of the text+pictures matter. I picked randomly three webpage-speed-check-pages from the search results (does not matter which – in two weeks others will own the first ranks, no one cares) and did three runs each. The first was while all three check-pages ran simultaneously, then the following two runs with each separated.

Read more…

What a worthless feature *facepalm*

Written by  on April 30, 2016

Thank you for wasting 300 seconds life-time, M$-Devs*!
ps. I know this is a decision of design, so not to blame the devs but the designers ..

Procrasticoding: annotate animated GIFs (or even add a picture/watermark)

Written by  on April 20, 2016

The sun rose, the cats were watching the birds on the windowsill and at first I just wanted to take a cute picture of them sitting soo close, but then I had another inspiration ..

0. Prepared the logo from some internetsearch; stripped of colors, converted to 3-color-GIF with transparency: all done by GIMP and some magic.
1. converted the video to GIF with greyscaling and resizing
2. merged the two pictures while optimizing the layers and applying some contrast

BTW: sometimes empty phrase-error messages spark my fury … “convert.im6: non-conforming drawing primitive definition `image’ @ error/draw.c/DrawImage/3158.
” … and what does this tell me now?!?
But at least I am not the first one who understood nothing! Thank you.

combined320

doEis.sh: convert all negatives via negfix8

Written by  on April 15, 2016

reason: too lazy to call the negfix8-script for each file itself. Because conversion is fast but even with an SSD writing the ~120 MiByte files takes some time. Precious time ..

ps. ‘do eis’ is latin, not some german-english mumble jumble.

expert-systems: a working example

Written by  on April 15, 2016

Most of the time I just add more rants using this tag. But for now I have found a really decent and hugely uselful example of an expert-system: determine plant names.
The examples presented in school and university were most of the time really stilted. You got the idea behind, but you doubted someone would really implement it this way ..

Video to *good* GIF

Written by  on April 7, 2016

You can use a crappy app or some webservice … or DIY!

read: start at second 4 with length 3, use high quality-conversion, downscale (because scaling with ‘convert’ will result in artifacts because of the color-indexing), out-filename

If some rotation is needed (-vf “transpose=2” is also an option, but the quality suffered), add it afterwards via convert.

Emojicode

Written by  on March 28, 2016

What crazy times to live in. Finally possible to code with emojis. No, I don’t mean the “oh, my DSL supports unicode comprehensively”, I mean: “the whole grammar is based on emojis :3”.
My hello-world prints the first fibonacci numbers as a cat-paw-string. (Yes, I am aware, that NOW their frontpage offers also an fibonacci-example!)

code:

compile & run:

Basics: from dummies for dummies

Written by  on March 7, 2016

Create symbolic link 😀
Doing it for years, still tries first: “ln -s link actual”

Update kernel

Written by  on February 18, 2016

Call me dumb, but every few weeks I check my kernel, check the current one and then decide to update, but notice that I can’t remember the needed commands. First try is always “sudo kernelupdate”, which never succeeds 😉
Of course: Linux Mint is the target. For all other Ubuntu-based distros it should work as well.
Therefore: check http://kernel.ubuntu.com/~kernel-ppa/mainline/ and adapt ..

Synergy

Written by  on December 21, 2015

I was using this tool already in 2005(!) and recently re-discovered it when I set up again a multi-monitor multi-system desktop at home. Synergy allows to share keyboard and mouse between different systems by defining virtual expansions at the edges of the ‘server’. Layout is configurable. It is even possible to share the input between different operating systems!

Use the nightly build-download-archive, because for the stable release they charge at least 10$ (since 2014 ).

  1. install at both systems
  2. define one as server
  3. enter the server-IP at the client
  4. configure a expansion-setup for the screens, done!

edit 20190319: url for the repo not working anymore, use https://sourceforge.net/projects/synergy-stable-builds/ (v1.8.8) instead. Worked on OSX <--> Win10.