Feel like a geek and get yourself Ema Personal Wiki for Android and Windows

14 September 2012

Probleem met dataverbinding en WiFi op de HTC One X

Mijn nieuwe HTC One X van Tele2 had een vervelende eigenschap: de dataverbinding ("Mobiel netwerk") startte niet automatisch als ik WiFi had gebruikt. Bij het verlaten van het WiFi-bereik moest ik dan gaan rommelen met de vliegtuigmodus aan en uit zetten of zelfs de telefoon herstarten om het dataverkeer weer aan de praat te krijgen.

Na veel proberen en uitzoeken en zelfs een nieuwe ROM installeren, wat allemaal niet hielp, bleek het probleem te zijn dat het APN (toegangspunt) voor mobiel verkeer voor Tele2 niet goed staat. En uit berichten in forums blijkt dat het probleem ook voor andere providers geldt.

Repareer dit voor Tele2 als volgt:

  • Ga naar instellingen > Mobiel netwerk
  • Kies "Namen toeganspunten"
  • Kies "Tele2 internet"
  • Zet "Verificatietype" op "geen"
  • Zet APN-type op "default,supl"


De instellingen voor andere providers kun je (met een beetje technische kennis en zoekwerk) vinden in de apn configuratie van CyanogenMod 

26 October 2011

Open Microsoft OneNote urls from Freemind (workaround)

Freemind doesn't support custom uri protocols. Because OneNote links begin onenote://, it's not possible to create a link to a OneNote page from Freemind.

There is a (somewhat painful) workaround though:

  • Create a directory that will hold intermediate files
  • In Onenote, right-click on the section or page that you want to link to and click the "copy hyperlink" option.
  • In the directory with the intermediate files, right-click and select New > Shortcut
  • Paste the OneNote hyperlink and click Next
  • Choose a meaningful name and save the shortcut.
  • In Freemind, make a link to a file (ctrl+shift+K), choose "all files" to see the shortcut, and select the shortcut you just created in the intermediate files directory.

05 September 2011

.NET software engineer / technical team lead

The Dutch company I work for is hiring. Warning: you are about to be exposed to a well-crafted piece of dutch  prose.

We zoeken een .NET software engineer / technical team lead voor ons team van vijf programmeurs. De ideale kandidaat spreekt .NET in verschillende dialecten (C# en VB.NET), heeft ervaring met ASP.NET MVC, Winfoms en WCF, en kan VB6 lezen. Verder is hij/zij in staat om andere programmeurs op sleeptouw te nemen en als vraagbaak te fungeren. Hij/zij is goed in staat om een abstract niveau mee te denken en is bekend met moderne methoden en technieken, zoals unittesting, CI, IoC, ORM, et cetera. BMA biedt een omgeving met veel vrijheid om je functie naar eigen inzicht in te vullen. BMA maakt een groei- en professionaliseringsproces door, waar je jouw eigen stempel op kunt drukken. 
Voor de complete tekst met de prachtige standaard teksten om de hierboven zichtbare, feitelijke tekst heen: de vacature als PDF.

13 July 2011

The war on crapware

People download and install everything from the web, safe or not. Malware takes advantage of this, and virusscanners obviously don't work.

Every now and then, we, the ones "working with computers", have to clean up the computers of friends and relatives because of this. Everytime we visit, that is.

The idea: the friendly Trojan horse

Programmers could compile a stealth anti-malware component into their regular software. A friendly Trojan horse. Because anyone downloads anything, no one would notice.

After installation, the software installer executes the anti-malware component. This component performs the steps that we have to do manually each time on cleaning up a system:

  • It removes the unnecessary components from the startup places
  • It removes any additional toolbars from IE
  • It removes search hijackers and other stupid malware
  • It will stop and turn off unnecessary or crappy windows services
  • n...

No questions asked. It does not ask the user permission to do this, since that would be a competitive disadvantage in the struggle against crapware.  It just removes stuff the we decide is crapware. To cover legal issues it could be mentioned somewhere hidden deep down in the EULA. That's how our opponents do it, so let's take advantage of their methods.

If the idea works, it could save us a lot of time. It may even result in a real visit the next time we visit anyone, because we don't have to fix any computer.

RSS feed for Google Plus

Using the "unofficial Google Plus API" I created an RSS generator. Fill in the Google plus Id for a user and an RSS feed is generated from the posts stream:

http://janwillemboer.nl/PlusRss/114855202444081509222 will show you my public stream, but the last number can be any Google Plus user id.

The source code can be downloaded from http://janwillemboer.nl/2011/GooglePlusRss.7z and is licences under the Apache 2.0 License.