• Ludlum Model 2A 500K cpm mod

    ludlum500krange

     

    I recently bought a Ludlum Measurements model 2A survey meter on eBay from Obtanium. This is a nice meter which features the well known rugged Ludlum design, adjustable HV and 3 ranges of 500, 5000 and 50000 counts per minute.

    Using a scintillation probe the meter easily saturates on the 500 cpm scale, and the 5k and 50k ranges are also overloaded with certain sources.

    So I thought of adding a 500k cpm range. I already read the manuals and associated schematics to find out how to do this.

    Ludlum model 2 and 3 offer about the same functionality and basically share the same PCB, circuit, knobs and switches. Depending on age and model there are certain differences, but a lot of the stuff and functionality is the same. Continue reading  Post ID 1186


  • Access bridged modem using Cisco router

    I have a Cisco 1811 with a Zyxel P2812HNU-F1 VDSL modem connected to it in bridge mode. The Cisco gets the public IP address through DHCP.

    I wanted to access the modem on it’s local IP address of 192.168.1.254. At first, this didn’t seem possible because all traffic out of the WAN interface is translated to the public IP address. To enable access to the modem I did the following:

    First, I added a secondary IP address to the WAN interface, Fastethernet0:

    interface fastethernet0
    ip address 192.168.1.100 255.255.255.0 secondary

    Then I added a nat pool to translate internal traffic with 192.168.1.100:

    ip nat pool nat_to_modem 192.168.1.100 192.168.1.100 netmask 255.255.255.0

    The global NAT command requires an access list to match traffic that is to be NATted. Here I define that all traffic to 192.168.1.0/24 is to be translated:

    ip access-list extended nat_to_modem
     permit ip any 192.168.1.0 0.0.0.255
     deny   ip any any

    Continue reading  Post ID 1186


  • Kerken en de GBA

    Op Geenstijl en Trouw was er weer een nieuw “privacydrama van enorme proporties” aan het licht gekomen. Wat blijkt, kerken hebben middels de Stichting Interkerkelijke Ledenadministratie (Sila) toegang tot de gemeentelijke basisadministratie (GBA). Deze gebruiken ze onder andere om verhuizingen van ingeschrevenen bij te houden. Toen ik jaren geleden naar Utrecht verhuisde vanuit het dorp waar mijn ouders wonen kreeg ik op een gegeven moment een brief met een voorstel me weer bij een protestantse kerk in Utrecht aan te melden, evenals enige bedelbrieven voor diverse collectes.

    Ik kan me herinneren dat ik me toen daar lichtelijk aan heb geërgerd en me ook afvroeg hoe de kerk wist dat ik was verhuisd. Achteraf bekeken zijn er ergere dingen in het leven. Het zou pas echt vervelend zijn als de kerk actief mensen zou proberen te werven middels deze toegang tot informatie, maar dat is voor zover ik weet nooit gebeurd. Er zijn ook geen gevallen van fraude of misbruik van gegevens bekend. Je zou dus kunnen stellen dat de kerk verantwoordelijk met deze toegang omgaat.

    Principieel gezien echter is het een schending van de scheiding tussen kerk en staat. De kerk heeft geen toegang nodig tot deze informatie ter algemeen nut, maar om de volgelingen “erbij” te houden. Ik beschouw het assisteren bij de administratie van kerken niet als een taak van de overheid, aangezien ik religie een persoonlijke zaak vind.

    Uiteindelijk is er op diverse sites een hoop gebakkelei over deze kwestie maar lijkt men de ernstigere voorbeelden van invloed van religie op de staat te vergeten. We hebben nog steeds een wettelijk verbod op godslastering, er gaat nog steeds geld naar bijzonder onderwijs en een partij welke moedwillig de grondwet en diverse verdragen schendt heeft dit jaren ongestraft kunnen doen.

     

     


  • Thrash metal appreciation post

    I grew up listening a lot of metal. When you are young you will get easily impressed by all kinds of music. I used to listen to highly accessible and melodic stuff, such as power metal, gothic metal, black metal with lots of keyboards. I don’t listen to much of that stuff anymore. As I got older I began listening to less technical and melodic music. One of the genres I knew but didn’t interest me in particular was thrash metal. Sure, as virtually every young metal listener I discovered bands like Metallica, Megadeth, Sepultura, Slayer etc…

    My interest in (hardcore) punk music of more recent years brought me back to listening thrash. Similar to punk it is loud, fast, contains anti-establishment lyrics and usually doesn’t dwell too much on the technical stuff.

    Some years ago thrash metal got a revival and showed that there are still a lot of good bands around. Also, some bands decided to use a more humorous approach in the lyrics. Since I like extreme music but often find the lyrics crap (the usual stuff about death, destruction, the apocalypse etc. over and over again) I think this is a good thing because in the end, a lot of people go to gigs to drink some beers and have fun!

    So, here some fine examples of thrash 🙂

    Kreator, one of the big German thrash bands, still raging on after decades:

    Municipal Waste is one of the revival bands and is highly influenced by crossover thrash. Also they make funny lyrics and videos which is GOOD!

    Continue reading  Post ID 1186