Category ArchiveRandom



Random &Rants 10 Jan 2014 05:25 pm

EU Copyright Review 2014

There is an ongoing Public Consultation on the review of the EU copyright rules questionnaire with deadline February 5th, 2014, and here are my answers. I did not answer all questions; some due to lack of opinion, some due to lack of standing, and some due to lack of knowledge about the domain.

Type of Respondent

  • End user/consumer (e.g. internet user, reader, subscriber to music or audiovisual service, researcher, student)
  • Author/Performer
  • Intermediary/Distributor/Other service provider (e.g. online music or audiovisual service, games platform, social media, search engine, ICT industry)


Continue Reading »

Code &Random 06 Jan 2014 03:53 pm

The Competency Matrix and Me

I recently stumbled upon the well known Programmer Competency Matrix again, so I figured this time I’d store where I think I fit on it. I’ll use the linear 0-3 scale, since that’s easier for the in-between values.

Continue Reading »

Random 14 Dec 2013 01:26 am

Thought Experiment: Population

Imagine a community of N people following these three rules:

  1. Every day, at most 1 person is born
  2. Every day, at least 1 person dies
  3. Over time, the population does not decrease (tomorrow, N must be ≥ the N of today)

What is the minimum value possible for N to start as?

What other social or biological constraints you choose to enforce is up to you, but it is probably most fun if your initial simulation follows modern norms. Then you can skew the variables to see how bizarre a community you can create.

Continue Reading »

Random 18 May 2011 09:32 pm

BrainHex Class

Your BrainHex Class
Your BrainHex Class is Mastermind.

Your BrainHex Sub-Class is MastermindSeeker.

You like solving puzzles and devising strategies as well as finding strange and wonderful things or finding familiar things.

Each BrainHex Class also has an Exception, which describes what you dislike about playing games. Your Exceptions are:

» No Fear: You do not enjoy feeling afraid, preferring to feel safe or in control.

Your scores for each of the classes in this test were as follows:

Mastermind: 20
Seeker: 17
Achiever: 13
Socialiser: 7
Daredevil: 4
Conqueror: 2
Survivor: -2

Random 05 Feb 2008 07:57 am

New Hardware

Ordered a new computer Friday, received it Monday.

Comparison

  Old New
CPU AMD Athlon XP 3200+ Barton Intel C2D E6850 3.0GHz 1333 4MB
MB Soltek SL-75MRN-L Abit IP35-E
RAM 1.25GB DDR 4GB DDR2 PC6400 800MHz (2x2GB)
GPU 128MB PNY GeF 6600GT AGP 512MB ASUS GeF 8800GT DDR3 PCI-E
Storage 2x320GB + 1x60GB 500GB + 320GB
Cabinet Some AOpen thing Colors-IT L8027-C43 Black/Silver
Cabinet Fan None 80mm Arctic Cooling AF8025 19dB
PSU Seasonic SS-430HB 520W Chill CP-520A4 140mm (12-16dB)
CPU FAN GlacialTech 80mm GlacialTech Igloo 5062 Silent
CD/DVD/RW 16x Lite-On DVD/RW DL White 20x Lite-On DVD/RW DL Black
Speakers Viking VK4-80 Logitech R-20 2.1

What I look for…

As is probably evident from the hardware list, I value silence. I do not, however, care what the cabinet looks like as long as it has USB plugs in the front. The computer goes under the table, so I won’t be looking at it enough to care whether it is black, white, or purple.

The 320GB harddrives are Seagate Barracuda 7900.10’s, which are nicely silent. I wanted to move both drives over, but hadn’t foreseen that the DVD drive would take up an IDE slot (duh me), so I’ll have to get an external enclosure for one of them. Suits me fine as I also wanted a nice big portable drive anyways.

Relocating Windows XP via Ubuntu

As my old computer’s DVD burner was rather dead, I wanted to use the new machine to burn a Windows XP SP3 (sic) disc I had slipstreamed with latest updates and various drivers. Luckily I had Ubuntu 7.10 on dual-boot from the 320GB PATA drive, which had no problems with any of the hardware changes. So I used Ubuntu to dd the entire harddrive over to the 500GB SATA drive, basically relocating existing installations so that when the system boots from the SATA drive, partitions won’t complain about being re-enumerated. This worked without any problems and I could boot Ubuntu from the SATA drive after some /etc/fstab and /boot/grub/menu.lst edits.

I figured that my old Windows installation would blue-screen or refuse to boot since all the hardware had changed and I had not made a clean hardware profile for it. I also recalled something about Windows needing a clean reinstall to properly detect and work with multiple processors if it had been installed with only a single CPU. So I didn’t even consider booting that installation. If only I had…would have saved me a few hours.

I installed the fresh Windows XP SP3 (sic) onto a new partition and started filling it up with drivers and tools. That turned out to be terribly buggy: Sound would not work at all and applications would randomly crash. After a few hours of grumbling, I decided to see what would happen if I booted my existing Windows XP SP2.

To my amazement, it worked. No blue screen, no warnings nor errors. It simply ignored hardware it couldn’t find and happily started detecting all the new hardware, so I installed the drivers and everything just worked. Windows XP SP2 successfully relocated to entirely different hardware (even from PATA to SATA drive), and it just worked. No need to reinstall any of my applications, and it has full use of both cores in the CPU.

I must grudingly admit I had not expected that at all. I thought only Linux/BSD/MacOSX were hardware agnostic to such a degree. But I cannot complain…saves me weeks of fiddling with installations and preferences.