Dec
30
2006
This E2200WS Iiyama 22″ TFT, does it have a DVI connector?
Let’s see:
- The box it shipped in has the “DVI” logo
- All online tests I read, wrote about it having a DVI connector
- Salesperson at Computerland said it contained everything I needed for DVI
Let’s take a look at what the manual thinks:
[screenshot of manual]
I take a second look at the box, and see: “Iiyama E2200WSV-B”. This type cannot be found on the iiyama website, nor any reviews seem to mention any differences.
What is happening here? I can return my E2200WSV-B to swap it for a E2200WS if I pay 50 more euro’s. It would have saved me several extra trips to the computer shop, due to the new one not being in stock.
Why, Iiyama?!
Dec
29
2006
I’m trying to create a tree for popomundo skills, a bit alike Civilisation’s science timeline.
It is based on http://cs.one09.net/grimmi/popomundo/ and the popomundo help site and is not entirely complete yet:
Please leave your suggestions as comments!
warning: large image ahead – click on image for fullscreen

Dec
25
2006
weblog van lokale SPert
Vooral deze informatie, gecombineerd met m’n eerdere bericht over het niet netjes omgaan met persoonsgegevens (sofinummer, bankrekeningnummer, adres, telefoonnummer), lijkt toch genoeg voor voor een aanklacht.Wie weet hier meer van?
Dec
17
2006
build.xml:16: The type doesn’t support the “dst” attribute.
Fix: use ‘dest’ instead of ‘dst’.
Dec
17
2006
The eclipse/java error “Error starting modern compiler” when trying to compile something using javac in eclipse is being caused by eclipse using a different java VM than the one JAVA_HOME is pointing to.
Other keywords:
- eclipse compile error
- “13: Error starting modern compiler”
- eclipse cannot compile
Dec
09
2006
Mijn oude auto staat na bijna een jaar nogsteeds te koop ..
Dec
09
2006
As page 8 of the online manual of the SMC 2652W AP is “broken” in Adobe Acrobat Reader, the procedure for resetting the access point to factory defaults is:
- Power off the SMC2652W
- Keep the reset button pressed, and power it on while keeping it pressed
- Wait till the “Wireless activity” and “Wireless connection” leds start blinking
- Release the reset button
- You can now switch modes by pressing the reset button shortly. The modes are:
| Connection |
Activity |
function |
| off |
off |
normal boot |
| off |
on |
reset to factory defaults |
| on |
off |
boot an primary firmware (?) |
| on |
on |
normal boot |
Dec
07
2006
Sinds mei dit jaar worden alle huurwoningen in de niet-particuliere sector in leiden en omgeving via de nieuwe stichting “Woonzicht” verdeeld. Naast de drama’s rond het toekennen van voorrang (waar ik zelf gelukkig geen last van had; integendeel) kenden ze een hoop andere (start-)problemen:
- Ze hebben geen contact-adres
- De persoon in de whois informatie heeft in eerste instantie geen benul van de site
- Er zaten in de begin fase SQL insertion bugs in. Deze heb ik via de whois-info telefonisch doorgegeven, en zijn (volgens mij) ook inmiddels gefikst. Hebben die mensen met 20+ jaar inschrijftijd deze bug eerder gevonden dan ik?
- Alle persoonlijke gegevens worden onversleuteld via HTTP (ipv HTTP met SSL: HTTPS) verstuurd. Dit zijn onder andere mijn sofi-nummer, bankrekeningnummer, adres, inkomensgegevens.. (behalve m’n pincode)
Helaas zijn de woningzoekenden in Leiden afhankelijk van dit onding. Wat mij betreft mag die markt vrijgegeven worden, want dit werkt ook niet: bij een eengezinswoning voor 500 euro per maand staan er 200+ mensen voor mij in de wachtrij; als die prijs een paar honderd euro per maand hoger ligt, zijn dat er nog maar een stuk of 30. En waarom zijn er zoveel mensen met meer dan 20 jaar inschrijftijd die zich voor bijna elke woning inschrijven?
Helaas was ik te laat om mijn klacht te melden bij de SP, die een onderzoek was gestart:
http://leiden.sp.nl/bericht/12000/061113-klachten_over_woonzichtnl_aangeboden.html
Het probleem van het ontbreken van een SSL certificaat had ik eerder bij Portaal neergelegd, welke netjes reageerden:
”
Elke inschrijving is beveiligd met inlogcodes. Iemand kan dus niet
zomaar gegevens inzien. Om de beveiliging te waarborgen zijn inmiddels
de voorbereidingen voor de implementatie van de beveiligingscertificaten
afgerond. De daadwerkelijke implementatie van deze certificaten vindt
begin september plaats.
Met vriendelijke groet,
Portaal Leiden, afdeling Klantbeheer
"
Over Portaal niets dan lof. (met de andere aangesloten organisaties heb ik geen ervaring)
Dec
01
2006
After doing a scan in mythtv, you’ll end up with lots of unnamed channels.
This table:
http://mythtv.org/pipermail/mythtv-users/attachments/20031125/ad787d1d/Cable_casema_DenHaag.obj
Can be converted to SQL using:
perl -we 'while(<>){ /^(.+?)\s+[\d\-\+]+\s+[\d\-\+]+\s+([\w\d]+)\s+([\d\-]+)$/ && do {print "UPDATE channel set name=\"$1\",callsign=\"$1\" where channum = \"$2\";\n"} }' > myth.sql
(just paste the table into the command box where you executed perl)
You can now feed myth.sql to your mythtv mysql instance, and your channel names will be set correctly.