Tuesday, October 15. 2013Wo das Netz nicht gar so dünn ist, IIIEin Nachtrag fürs Protokoll: Ich bin seit Jahresanfang auf GigaSpeed 30 (30 Mbps Downstream/4 Mbps Up) der A1 Telekom, deren Produktreihe sich mittlerweile auf Glasfaser Mit dem Preisverfall deren 30er-Pakets von 14,90 auf 9,90 €/M Mitte 2012 war plötzlich die Verfügbarkeit an meinem ländlichen Wohnort nicht mehr gegeben, obwohl das Paket mir offensichtlich vor drei Jahren zur Auswahl stand. Ich lauerte in den Monaten danach auf die Wiederverfügbarkeit, und tatsächlich, im November tauchte es wieder auf. Der Bestellvorgang ermittelte dann allerdings doch Nichtverfügbarkeit. Erst im Februar war mir die tatsächliche Bestellung möglich. Das Modem hat sich auf 22,5 Mbps Downstream und 3,1 Mbps Upstream eingependelt. Die Gesamtkosten belaufen sich übrigens auf annehmbare 31,05 €/M (mit 19,90 für das Basispaket und €15÷12 Pauschale). In gewissem Sinne sind das „drei Schritte vor, zwei zurück“: Zwar steigerte sich der Upstream von 1 auf 3 Mbps, doch werden aufgrund demnächst verdoppelter Pixelzahl meine RAW-Fotos doppelt so groß. Thursday, July 11. 2013DSLR upgrade considerationsIt took me some time to write a post about photo gear. As my Canon EOS 40D is now really becoming old, I’m looking for an upgrade. Sadly, my photography hasn’t evolved much, so I most probably won’t wait for the 7D Mk II (if that one still makes sense, given the 6D) and will stay with their prosumer x0D line. Surprisingly, it took Canon three years to introduce a successor to the 60D: The EOS 70D. Although I originally considered the 60D a downgrade within that line, my view has changed with its successor: The reduced weight is not something negative, the reduced size is minimal, the plastic housing at least has got weather sealing, and the swivel screen perfectly fits the camera’s video capabilities. I’d get (compared to the 40D):
So, quite a jump in technology during the last six years. I plan my purchase for the end of this year.
Posted by Stephan Paukner
in Photography
at
15:16
| Comments (0)
| Trackback (1)
Defined tags for this entry: photo gear
Tuesday, July 9. 2013Cheap time lapses, IISome quotes of myself from four years ago: “Cheap” should mean here that you don’t need to spend money on extra hardware like a remote timer or on extra software like Windoze [...] My hope is that I can use gphoto2 with an Android smartphone. Somehow this is still a Linux-post, as Android simply is the most popular Linux distribution to date. Btw, PC and smartphone don’t count as dedicated extra hardware. But you might need to purchase an app and a USB adapter: Meanwhile I use the awesome DSLR Controller on my Android smartphone in USB host-mode to create time-lapse picture sequences on my aging Canon EOS 40D—a thing that wouldn’t work with a diePhone, I guess. This app can do a lot more, of course. Up to now, you have to rely on USB. However, as Wi-Fi enabled DSLR The most elegant solution would of course be located within the camera itself. Canon is still sleeping in this regard, but at least there’s the third-party Magic Lantern firmware add-on for some newer models, also sporting an intervalometer. My 40D is not (yet, but I guess won’t ever be) supported. You should still set the camera to a resolution at or slightly above the HD 1080p resolution, which in my case is 1936×1288. You should fix the aperture and ISO values, and probably also the exposure time. [Update: In addition, fix the white balance. Also, don’t forget to cover the viewfinder with the eyepiece cover on your strap, as otherwise you might get different exposures that result in flickering!] After getting the images to your Linux machine, you need to crop the pictures from 3:2 to 16:9 (in my case 1936×1089) or crop a 1920×1080 patch directly. You can do this with a simple script using ImageMagick: #!/bin/bash
[ ! -z “$1” ] && v=$1 || v=0 [ ! -z “$2” ] && h=$2 || h=0 for img in *JPG; do num=$(echo $img | tr -d ’[:alpha:]_.’) convert $img -crop 1920x1080+$h+$v img_${num}c.jpg done (GNU Parallel didn’t work for me.) You can then issue $ mencoder ’mf://*jpg’ \
-nosound \ -ovc x264 \ -x264encopts nocabac:level_idc=41:bframes=0:bitrate=9500:\ global_header:threads=auto:pass=1 \ -mf type=jpg:fps=24 \ -vf dsize=1920:1080:2 \ -of lavf -lavfopts format=mp4 \ -o timelapse-f24-1080.mp4 to render an HD video into a format that’s also recognized by your smartphone. Finally, you could use OpenShot to edit your videos and add background music. (You could of course compose that music yourself using FOSS as well...)
Posted by Stephan Paukner
in Information Technology, Photography
at
15:28
| Comments (0)
| Trackbacks (0)
Wednesday, May 22. 2013My quest for a tabletI started the following section as a draft in 2008, with the generic title “Mobile device wanted”:
Yes. The ¡Pad didn’t exist yet. That mentioned netbook back then was a convertible, with a touch-screen LCD that could be rotated to be operated like a tablet. Similar solutions still exist, e.g. the Lenovo ThinkPad X230, but I dislike the low screen resolution, its weight and the MS Windows 7 OS that’s not tailored for touch use. But the main reason why I disliked both the netbook and the e-readers was that these were no dedicated solutions for stylus input—I wanted to write formulas and draw graphs and arrows. I followed the evolution of e-readers with e-ink displays, but they were just too laggy. When the ¡Pad was introduced in 2010, I saw the desired technology approaching, but I was leering at a more open Android solution. Sadly, in the first time those tablets were only targeted at game and movie enthusiasts, and were more considered gadgets than productive devices. I was drooling over Plastic Logic’s QUE e-reader that also had a stylus, but of course it never appeared on the market. The finally tablet-optimized Android 3 of 2011 wasn’t mature. Also, I still think that 10” screen diagonals are somewhat small compared to textbooks or magazines, so I was drooling over Kno’s 14” tablet. (I shake my head over opinions that 10” are already too large.) Of course, Kno went out of the hardware business before reaching production. From a different manufacturer, and while too underweight for my needs, the NoteSlate was a nice concept, but it still doesn’t exist. 2011 also brought Samsung’s S Pen technology with their Android-based Note brand, and I thought that a tablet variant would be just around the corner. Indeed, the Note 10.1 came in 2012, but it still had that pixelated 720p resolution (regarding font rendering) instead of more reasonable 1080p. Finally, there seem to be two 11” Samsung tablets lurking for 2013, but none of them is Note branded; there’s also a rumor that there won’t be a Note 10.1 successor soon due to weak sales of the current model. It appears I’ll have to wait for yet another year. Monday, January 14. 2013Technical job board FAIL
Sunday, August 12. 2012Link roundup, week 32/2012
Continue reading "Link roundup, week 32/2012"
Posted by Stephan Paukner
in Data Science
at
17:28
| Comments (0)
| Trackbacks (0)
Defined tags for this entry: linkroll
Sunday, August 5. 2012Link roundup, week 31/2012
Continue reading "Link roundup, week 31/2012"
Posted by Stephan Paukner
in Data Science
at
12:08
| Comments (0)
| Trackbacks (0)
Defined tags for this entry: linkroll
Sunday, July 29. 2012Link roundup, week 30/2012
Posted by Stephan Paukner
in Data Science
at
12:16
| Comments (0)
| Trackbacks (0)
Defined tags for this entry: linkroll
« previous page
(Page 39 of 52, totaling 413 entries)
» next page
|
AboutCalendarArchivesCategoriesShow tagged entriesandroid antenna anti-spam apache astronomy austria automobile bash bluetooth bug career cloud comic cooking cw debian diy dreams education electronics event fail fashion finance flickr fun gentoo geography german gnu-linux gnucash google google earth graphics guitar hardware history image processing internet kernel kids language lifestyle linkroll literature ltd machine learning making mallorca mathematics matlab microsoft migration movies munich music nautilus numismatics octave pdf perl philately philosophy phone photo gear photography physics podcast politics postfix private programming public transport rant religion review salzburg samsung science security shtf social web software statistics storage sustainability symbian tablet time lapse transceiver tv usenet venice video virtualization wordplay work www yahoo youtube
Syndicate This BlogFollow meBookmarksPowered by |