Positive Erfahrungen mit Unitymedia

, 1 min read

Bisher habe ich mit der Firma Unitymedia ausschließlich positive Erfahrungen gemacht. Sie sind es wert, kurz festgehalten zu werden. Am 20. August 2009 habe ich bei Unitymedia Internet (20MBit/s) und Telefon bestellt. Am nächsten Tag stand ein Herr Niclas Roth von Computer-Füchse vor der Tür…

Cisco Cablemodem Signal to Noise Ratio

, 1 min read

For internet connection I use a cable modem EPC3208 from Cisco, which was supplied by the cable provider, Unitymedia in my case. It shows the following measurements regarding signal-to-noise ratio, modem is at 192.168.100.1: More information on this modem can be found here: Cisco EPC3208 (dead…

Mainframe Rehosting: Cost Reduction, Hardware Sizing, Tools, and Methodology

, 1 min read

Mainframe rehosting is about replacing the whole mainframe with one or multiple Linux boxes, or at times, move portions of the application landscape from the mainframe to Linux. Thereby you basically keep many of the hitherto used development- and runtime-environment, like COBOL, DB2, IMS, CICS,…

WordPress March 2009 Wrap-Up

, 1 min read

Impressive numbers from WordPress.com: 827 terabytes of data, 400.000 new users, 7 million logins, 1 billion of pageviews. From March Wrap-Up, written by Matt Mullenweg: In March we brought you P2, an awesome theme perfect for short-form and group blogging, made with love by Automatticians. Next,…

Vasily Volkov (UC Berkeley): Unrolling parallel loops

, 1 min read

Loop unrolling is not only good for sequential programming, it has similar dramatic effects in highly parallel codes as well, see Unrolling parallel loops (local copy), also see #pragma unroll in the NVidia CUDA programming guide. Some bullet points of the presentation: More resources consumed per…

WordPress Statistics of this Blog: Top Views by Country

, 1 min read

How to use TrueType Fonts in xterm or uxterm

, 1 min read

See how to use ttf fonts in xterm in the NetBSD tutorial. To get TrueType fonts by default in uxterm or xterm I added the following lines in .Xdefaults: XTerm*faceName: Bitstream Vera Serif Mono XTerm*faceSize: 14 UXTerm*faceName: Bitstream Vera Serif Mono UXTerm*faceSize: 14 It didn't work if I…

The New Digital Company: Distributed, Online, and Transparent

, 1 min read

Very good article on open company communication by Sara Rosso, who works for WordPress. The article below centers around these headlines. Be distributed Be Online Be Transparent Work Hard, Play Hard When I Have Time by Sara Rosso Update: I gave a similar presentation at LeWeb about the Future…

CUDA without X Window System

, 1 min read

Instead of starting X like xinit /usr/bin/icewm and therefore loading the NVidia CUDA environment, one can simply add [ -c /dev/nvidia0 ] || mknod -m 666 /dev/nvidia0 c 195 0 [ -c /dev/nvidiactl ] || mknod -m 666 /dev/nvidiactl c 195 255 to `/etc/init.d/boinc-client` assuming one has a single…

Porting Source to Linux - Valve's Lessons Learned

, 1 min read

Interesting slides from Valve on their venture to Linux: Porting Source to Linux - Valve's Lessons Learned

John Raff / Dmitry Sandalov: Access Google translate from a terminal

, 1 min read

See an article by a guy named johnraff, Access Google translate from a terminal, or reblogged by Dmitry Sandalov here Access Google translate from a terminal. Works great. Here are some examples: translate Weg Way translate "Ich gehe nach Hause" I'm going home

Phoronix: NVIDIA vs. Nouveau Drivers On Ubuntu 13.04

, 1 min read

In Phoronix there is an interesting comparison between Nouveau and proprietary NVidia graphics driver, see NVIDIA vs. Nouveau Drivers On Ubuntu 13.04.

A Praise for IceWM

, 1 min read

Since more than ten years I use IceWM, a clean and compact window manager for X. I can only recommend it. IceWM in its own words: The goal of IceWM is speed, simplicity, and not getting in the user's way. These goals are nicely met. Among the features of IceWM: multiple workspaces easily move…

0x5f3759df - calculating inverse square root

, 1 min read

An interesting article in Wikipedia on calculating a first approximation of the inverse of the square root Fast inverse square root, or 0x5f3759df - calculating inverse square root

linux-3.9: Compile times

, 2 min read

Compare linux-3.8.4: Compile times. This time we compiled Linux kernel 3.9 and used time make -j 20 according Compiler Speed-up. My 8-core machine is fully loaded, as can be seen by top: top - 21:08:50 up 30 min, 10 users, load average: <strong>21.92</strong>, 16.95, 8.40 Tasks: 257…

Max Planck Institut für Astrophysik: The Millennium Simulation Project

, 1 min read

Article on Max Planck Institute Millenium Simulation. Pictures of the galaxy distribution Addendum: There is an article on the Millenium Simulation in Brian Koberlein's article Sim Universe.

Brian Koberlein on Google+: Astronomy Blog

, 1 min read

Brian Koberlein on Google+ on Astronomy (dead link) contains a number of interesting articles on current developments in astronomy and relativity. Added 31-Aug-2013: Brian Koberlein now has a WordPress powered separate web presence: www.briankoberlein.com. Added 21-Oct-2013: Brian Koberlein noted…

Counting to Ten on Linux

, 1 min read

Very good article by Bruce Dawson on timing CPU bound application. Results are: Using $(expr) to do math is over a hundred times slower than using bash internals. This is not a new discovery, but it’s worth reiterating. Excessive use of sub processes (see point 1) can confuse the Linux…

linux-3.8.4: Compile times

, 1 min read

In Phoronix Forum I have received feedback regarding the CPU time issue, as described below, see "CPU Usage Time Is Dependant on Load". Right now I use 3.2.0-38-generic #61-Ubuntu SMP Tue Feb 19 12:18:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux So maybe this behaviour is kernel dependant.…

Screenshots on Nexus 4 (Android 4.x)

, 1 min read

Press On/Off switch (right) and simultaneously press speaker volume button (left), voila, you've got your screenshot in Android. Here is an example from today.