<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Computers on Robert van Bregt</title>
    <link>https://blog-vanbregt-eu.statichost.page/tags/computers/</link>
    <description>Recent content in Computers on Robert van Bregt</description>
    <generator>Hugo</generator>
    <language>nl</language>
    <lastBuildDate>Tue, 25 Aug 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog-vanbregt-eu.statichost.page/tags/computers/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Verschillend scrollen met muis en trackpad op een MacBook</title>
      <link>https://blog-vanbregt-eu.statichost.page/2020/08/25/verschillend-scrollen-met-muis-en-trackpad-op-een-macbook/</link>
      <pubDate>Tue, 25 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2020/08/25/verschillend-scrollen-met-muis-en-trackpad-op-een-macbook/</guid>
      <description>&lt;p&gt;Meestal gebruik ik het trackpad van mijn MacBook om door pagina’s te scrollen. Maar als ik lang zit te werken pak ik er weleens een muis bij. Voor het trackpad vind ik het “natuurlijk scrollen” dat Apple standaard instelt wel prettig; dit werkt hetzelfde als op een iPhone of iPad. Maar voor scrollen met een muis geef ik toch de voorkeur aan het ouderwetse, tegengestelde scrollen.&lt;/p&gt;
&lt;p&gt;Op een Mac kun je echter maar één richting instellen. Om dit op te lossen gebruik ik al jaren de gratis applicatie &lt;a href=&#34;https://pilotmoon.com/scrollreverser/&#34;&gt;ScrollReverser&lt;/a&gt;. Ik stel mijn MacBook dan in op natuurlijk scrollen, en stel Scroll Reverser zo in dat alles behalve het trackpad wordt omgekeerd. Dan heb ik het beste van 2 werelden. Heerlijk.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bewaak je WAN IP met openHAB</title>
      <link>https://blog-vanbregt-eu.statichost.page/2017/05/02/bewaak-je-wan-ip-met-openhab/</link>
      <pubDate>Tue, 02 May 2017 21:21:04 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2017/05/02/bewaak-je-wan-ip-met-openhab/</guid>
      <description>&lt;p&gt;&lt;em&gt;(Dit artikel heb ik in het Engels eerder geplaatst op het &lt;a href=&#34;https://community.openhab.org/t/how-to-monitor-a-dynamic-wan-ip-address/11368&#34;&gt;openHAB forum&lt;/a&gt; en in de &lt;a href=&#34;https://github.com/openhab/openhab1-addons/wiki/Samples-Tricks#how-to-monitor-a-dynamic-wan-ip-address&#34;&gt;openHAB wiki&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;het-probleem&#34;&gt;Het probleem&lt;/h2&gt;
&lt;p&gt;De meeste Internet Service Providers (ISP) voorzien je van een dynamisch IP-adres.&lt;br&gt;
Dit adres kan in de loop van de tijd veranderen.&lt;br&gt;
Als je op dit adres vertrouwt, bijvoorbeeld om een computer binnen je thuisnetwerk te benaderen, wil je dit adres misschien in de gaten houden.&lt;/p&gt;
&lt;h2 id=&#34;de-oplossing&#34;&gt;De oplossing&lt;/h2&gt;
&lt;p&gt;Websites zoals &lt;a href=&#34;http://icanhazip.com&#34;&gt;icanhazip&lt;/a&gt; geven je publieke IP-adres terug als platte tekst.&lt;br&gt;
Deze kun je met openHAB prima verwerken en bijhouden in een item.&lt;br&gt;
Een ‘rule’ (regel) bewaakt wijzigingen van het item en acteert daarop.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Include Raspberry Pi System Temperature in openHAB</title>
      <link>https://blog-vanbregt-eu.statichost.page/2016/05/13/include-raspberry-pi-system-temperature-in-openhab/</link>
      <pubDate>Fri, 13 May 2016 14:00:00 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2016/05/13/include-raspberry-pi-system-temperature-in-openhab/</guid>
      <description>&lt;p&gt;(This post is also contributed to the openHAB wiki)&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://github.com/openhab/openhab/wiki/Systeminfo-Binding&#34;&gt;Systeminfo Binding&lt;/a&gt; enables you to read system information through &lt;a href=&#34;http://sigar.hyperic.com/&#34;&gt;Sigar&lt;/a&gt;. The system information provided through this library can be extended with some additional important features. For example, reading system temperatures for your Raspberry Pi.&lt;/p&gt;
&lt;h2 id=&#34;cpu-temperature&#34;&gt;CPU temperature&lt;/h2&gt;
&lt;p&gt;The CPU temperature can be read with a terminal command:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ cat /sys/class/thermal/thermal_zone0/temp
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;46540&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This output can be captured using the Exec binding. The value returned represents millidegrees Celsius. (I’m not sure if another OS localization returns Fahrenheit). So the actual needed CPU temperature is computed through a Javascript transformation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My First Raspberry Pi</title>
      <link>https://blog-vanbregt-eu.statichost.page/2015/04/03/my-first-raspberry-pi/</link>
      <pubDate>Fri, 03 Apr 2015 06:57:08 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2015/04/03/my-first-raspberry-pi/</guid>
      <description>&lt;p&gt;Earlier this week my first &lt;a href=&#34;http://raspberrypi.org/&#34;&gt;Raspberry Pi&lt;/a&gt; arrived by mail. What a great little device. I intend to use it to replace my Mac Mini. That Mac is currently running an &lt;a href=&#34;http://openhab.org/&#34;&gt;openHAB&lt;/a&gt; server. Where the previous model B was said to be somewhat slow for larger openHAB installations, the hardware specs of this new &lt;a href=&#34;https://www.raspberrypi.org/products/raspberry-pi-2-model-b/&#34;&gt;Raspberry Pi 2 model B&lt;/a&gt; have increased. I expect it to be faster and fast enough for  my purposes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nederlandstalige spellingcontrole voor Mac OS X Lion</title>
      <link>https://blog-vanbregt-eu.statichost.page/2011/08/25/nederlandstalige-spellingcontrole-voor-mac-os-x-lion/</link>
      <pubDate>Thu, 25 Aug 2011 21:40:32 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2011/08/25/nederlandstalige-spellingcontrole-voor-mac-os-x-lion/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: toetscombinatie aangepast, automatische taalkeuze mogelijk (zie reacties).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.libreoffice.org&#34;&gt;LibreOffice&lt;/a&gt;, het Open source alternatief voor &lt;a href=&#34;http://office.microsoft.com/nl-nl/&#34;&gt;Microsoft Office&lt;/a&gt;, heeft al tijden de mogelijkheid om een Nederlandstalig taalpakket te installeren van de &lt;a href=&#34;http://www.opentaal.org/&#34;&gt;Stichting Open Taal&lt;/a&gt;, waarmee een spellingcontrole wordt ingebouwd volgens de officiële woordenlijst.&lt;/p&gt;
&lt;p&gt;Toevallig zag ik bij Open Taal dat er nu ook een &lt;a href=&#34;http://www.opentaal.org/bestanden/doc_details/17-opentaal-20-voor-apple-lion&#34;&gt;download&lt;/a&gt; beschikbaar is voor gebruik met &lt;a href=&#34;http://www.apple.com/nl/macosx/&#34;&gt;Lion&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Instructies:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download het &lt;a href=&#34;http://www.opentaal.org/bestanden/doc_download/17-opentaal-20-voor-apple-lion&#34;&gt;zip-bestand&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unzip het bestand&lt;/li&gt;
&lt;li&gt;Geef de uitgepakte bestanden weer in een Finder venster.&lt;/li&gt;
&lt;li&gt;Open een nieuw Finder venster met de map Spelling van de &lt;strong&gt;systeem&lt;/strong&gt;bibliotheek (&lt;code&gt;/Library/Spelling/&lt;/code&gt;). Dit kan het eenvoudigst met &lt;em&gt;cmd⌘ + shift⇧ + G&lt;/em&gt;cmd⌘ + K. Let op: bestanden &lt;strong&gt;niet&lt;/strong&gt; plaatsen in de gebruikersbibliotheek (&lt;code&gt;~/Library/Spelling&lt;/code&gt;).&lt;a href=&#34;https://blog-vanbregt-eu.statichost.page/wp-content/uploads/2011/08/venster-bibliotheek-spelling.png&#34;&gt;&lt;img alt=&#34;venster bibliotheek spelling&#34; loading=&#34;lazy&#34; src=&#34;https://blog-vanbregt-eu.statichost.page/wp-content/uploads/2011/08/venster-bibliotheek-spelling-300x159.png&#34; title=&#34;venster-bibliotheek-spelling&#34;&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sleep de uitgepakte bestanden naar de andere map.&lt;/li&gt;
&lt;li&gt;Kies &lt;em&gt;apple ▸ Systeemvoorkeuren ▸ Taal en tekst ▸ Tabblad ‘Tekst’&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;De standaard-instelling voor Spelling is ‘Automatisch op taal’.&lt;a href=&#34;https://blog-vanbregt-eu.statichost.page/wp-content/uploads/2011/08/taal-en-tekst-automatisch.png&#34;&gt;&lt;img alt=&#34;instelling taal en tekst automatisch&#34; loading=&#34;lazy&#34; src=&#34;https://blog-vanbregt-eu.statichost.page/wp-content/uploads/2011/08/taal-en-tekst-automatisch-300x266.png&#34; title=&#34;taal-en-tekst-automatisch&#34;&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Selecteer in plaats daarvan ‘Nederlands (Bibliotheek)’.&lt;a href=&#34;taal-en-tekst-nederlands.png&#34;&gt;&lt;img alt=&#34;instelling taal en tekst nederlands&#34; loading=&#34;lazy&#34; src=&#34;https://blog-vanbregt-eu.statichost.page/2011/08/25/nederlandstalige-spellingcontrole-voor-mac-os-x-lion/taal-en-tekst-nederlands.png&#34; title=&#34;Taal en tekst op &amp;#39;Nederlands&amp;#39;&#34;&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
    <item>
      <title>Minimal Mac: precies genoeg</title>
      <link>https://blog-vanbregt-eu.statichost.page/2011/07/30/minimal-mac-precies-genoeg/</link>
      <pubDate>Sat, 30 Jul 2011 08:37:32 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2011/07/30/minimal-mac-precies-genoeg/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://blog-vanbregt-eu.statichost.page/wp-content/uploads/2011/07/minimalmac-icon.jpg&#34;&gt;&lt;img alt=&#34;minimal mac icon&#34; loading=&#34;lazy&#34; src=&#34;https://blog-vanbregt-eu.statichost.page/wp-content/uploads/2011/07/minimalmac-icon-150x150.jpg&#34; title=&#34;minimalmac-icon&#34;&gt;&lt;/a&gt;Een tijdje geleden ontdekte ik de site &lt;a href=&#34;http://minimalmac.com&#34;&gt;Minimal Mac&lt;/a&gt;. &lt;a href=&#34;http://patrickrhone.com/&#34;&gt;Patrick Rhone&lt;/a&gt; schrijft hier over minimalistische werkwijzen op het gebied van technologie. De artikelen die ik las spraken me wel aan. Patrick heeft het vaak over “Enough”. En dat is het. Precies genoeg. Een computer die helemaal op jouzelf is afgestemd. Waarmee je precies dat kunt doen wat je wilt. Niet meer en niet minder. Prachtig idee.&lt;/p&gt;
&lt;p&gt;N.B.: Minor detail. De site is alleen maar te vinden op het webadres minimalmac.com en niet op &lt;em&gt;www&lt;/em&gt;.minimal.com. Ik bedoel maar.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ben jij een computer expert?</title>
      <link>https://blog-vanbregt-eu.statichost.page/2009/08/25/ben-jij-een-computer-expert/</link>
      <pubDate>Tue, 25 Aug 2009 11:30:44 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2009/08/25/ben-jij-een-computer-expert/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://xkcd.com/627/&#34;&gt;&lt;img alt=&#34;tech support cheat sheet&#34; loading=&#34;lazy&#34; src=&#34;https://blog-vanbregt-eu.statichost.page/2009/08/25/ben-jij-een-computer-expert/tech-support-cheat-sheet.png&#34; title=&#34;tech support cheat sheet&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Altijd al willen weten of je een computer expert bent of hoe je dat wordt? Webcomic site &lt;a href=&#34;http://xkcd.com/627/&#34;&gt;xkcd onthult het antwoord&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;(via &lt;a href=&#34;http://lifehacker.com/5344702/tech-support-cheat-sheet-reveals-the-secrets-of-troubleshooting&#34;&gt;Lifehacker&lt;/a&gt;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>GNOME Do</title>
      <link>https://blog-vanbregt-eu.statichost.page/2008/12/12/gnome-do/</link>
      <pubDate>Fri, 12 Dec 2008 17:12:00 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2008/12/12/gnome-do/</guid>
      <description>&lt;p&gt;Onder Windows had ik al eens gekeken naar &lt;a href=&#34;http://www.lauchy.net/&#34;&gt;Launchy&lt;/a&gt;, maar op de Mac heb ik &lt;a href=&#34;http://www.blacktree.com/quicksilver&#34;&gt;Quicksilver&lt;/a&gt; pas echt leren waarderen. Beide programma’s zijn een krachtig hulpmiddel om snel bepaalde handelingen of taken uit te voeren. Natuurlijk ben ik even op zoek gegaan naar een vergelijkbaar hulpmiddel onder Ubuntu. En ja hoor, dat is er: &lt;a href=&#34;http://do.davebsd.com/&#34;&gt;GNOME Do&lt;/a&gt;. (En voor KDE is er &lt;a href=&#34;http://katapult.kde.org/&#34;&gt;Katapult&lt;/a&gt;, heb ik begrepen.)&lt;/p&gt;
&lt;p&gt;Het is, net als voor Quicksilver, lastig om uit te leggen wat GNOME Do is. Het is een applicatie-starter, maar je kunt er bijvoorbeeld ook de muziekspeler Rhythmbox mee bedienen.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ubuntu revisited</title>
      <link>https://blog-vanbregt-eu.statichost.page/2008/06/27/ubuntu-revisited/</link>
      <pubDate>Fri, 27 Jun 2008 11:18:45 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2008/06/27/ubuntu-revisited/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Ubuntu&#34; loading=&#34;lazy&#34; src=&#34;https://blog-vanbregt-eu.statichost.page/images/2008/02/ubuntu.png?w=96&#34;&gt;&lt;a href=&#34;https://blog-vanbregt-eu.statichost.page/2007/08/12/ubuntu-op-de-laptop-van-de-familie/&#34;&gt;Ubuntu op de thuislaptop&lt;/a&gt; was niet zo’n geslaagd projectje. Ik kreeg niet alles aan de praat zoals ik het graag zou willen. Vooral het gebruik van het draadloze netwerk bleef kuren vertonen. En omdat zoonlief ook allerlei Windows-spelletjes deed, moest er toch een XP-computer beschikbaar blijven.&lt;/p&gt;
&lt;p&gt;Later deed ik een &lt;a href=&#34;https://blog-vanbregt-eu.statichost.page/2007/12/30/ubuntu-opnieuw/&#34;&gt;nieuwe poging&lt;/a&gt; met de redelijk overbodige Desktop PC op zolder. Die werd nog nauwelijks gebruikt, maar door de aanschaf van de Mac waren we zo nu en dan toch genoodzaakt om een Windows PC te gebruiken (printen, scannen, Office etc.). Bovendien was Ubuntu niet echt lekker snel. Na het aanklikken van een menukeuze steeds een seconde (of minder, maar wel merkbaar) wachten gaat wel irriteren. Daarom is de desktop inmiddels ook weer voorzien van XP.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hebben: de MacBook Air</title>
      <link>https://blog-vanbregt-eu.statichost.page/2008/01/16/hebben-de-macbook-air/</link>
      <pubDate>Wed, 16 Jan 2008 06:32:25 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2008/01/16/hebben-de-macbook-air/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.apple.com/nl/macbookair/&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.apple.com/nl/macbookair/&#34;&gt;&lt;img alt=&#34;Apple MacBook Air&#34; loading=&#34;lazy&#34; src=&#34;https://blog-vanbregt-eu.statichost.page/images/2008/01/applemacbookair.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Deze behoeft geen introductie: de &lt;a href=&#34;http://www.apple.com/nl/macbookair/&#34;&gt;MacBook Air&lt;/a&gt;. De dunste notebook ter wereld. 1,3 Kilo zwaar. Slechts 2 cm dik als ie is dichtgeklapt. Energiezuinig. Kost wel 1699 euro.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ubuntu opnieuw</title>
      <link>https://blog-vanbregt-eu.statichost.page/2007/12/30/ubuntu-opnieuw/</link>
      <pubDate>Sun, 30 Dec 2007 12:04:37 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2007/12/30/ubuntu-opnieuw/</guid>
      <description>&lt;p&gt;Na de &lt;a href=&#34;https://blog-vanbregt-eu.statichost.page/2007/08/27/imac-therefore-i-exist/&#34;&gt;aanschaf van de iMac&lt;/a&gt; staat de desktop op zolder zo goed als stof te happen. Dat vraagt om een hobbyprojectje. Na een minder geslaagde &lt;a href=&#34;https://blog-vanbregt-eu.statichost.page/2007/08/12/ubuntu-op-de-laptop-van-de-familie/&#34;&gt;poging op de laptop&lt;/a&gt; was het ditmaal de beurt aan de desktop om zich als &lt;a href=&#34;http://www.ubuntu-nl.org/&#34;&gt;Ubuntu-machine&lt;/a&gt; te gaan gedragen. Nadat ik alle bestanden had veiliggesteld op de mac heb ik de 7.10 Live CD erin gestopt en kon de installatie starten. Direct, zonder problemen aan de slag deze keer. De komende periode zal ik alle randapparatuur aan de praat proberen te krijgen.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Elf mini-applications voor de Mac</title>
      <link>https://blog-vanbregt-eu.statichost.page/2007/12/28/elf-mini-applications-voor-de-mac/</link>
      <pubDate>Fri, 28 Dec 2007 16:45:26 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2007/12/28/elf-mini-applications-voor-de-mac/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://webworkerdaily.com/author/samueldean/&#34;&gt;Samuel Dean van Web Worker Daily&lt;/a&gt; heeft een verzameling gemaakt van &lt;a href=&#34;http://webworkerdaily.com/2007/12/27/eleven-go-anywhere-mini-applications-for-the-mac/&#34;&gt;elf kleine gratis applicaties voor de Mac die je mee kunt nemen op een USB-stick&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Geen zin om het artikel door te lezen, maar direct te downloaden:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://www.istumbler.net/&#34;&gt;iStumbler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.bean-osx.com/Bean.html&#34;&gt;Bean&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://amarsagoo.info/tofu/&#34;&gt;Tofu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.adiumx.com/&#34;&gt;Adium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.hexcat.com/downloads.html&#34;&gt;ViewIt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://xtralean.com/IW.html&#34;&gt;ImageWell&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.download.com/Inquisitor/3000-2145_4-10745009.html?tag=toprated&#34;&gt;Inquisitor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.grapefruit.ch/iBackup/&#34;&gt;iBackup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://paintbrush.sourceforge.net/&#34;&gt;Paintbrush&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.titanium.free.fr/pgs2/english/maintenance.html&#34;&gt;Maintenance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.bluehenley.com/products/dobedo/index.php?ref=vt&#34;&gt;DoBeDo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Je kunt nog meer mac freeware op deze blog vinden via de &lt;a href=&#34;https://blog-vanbregt-eu.statichost.page/tags&#34;&gt;tags&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows op je Mac</title>
      <link>https://blog-vanbregt-eu.statichost.page/2007/12/21/windows-op-je-mac/</link>
      <pubDate>Fri, 21 Dec 2007 11:07:16 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2007/12/21/windows-op-je-mac/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://blog-vanbregt-eu.statichost.page/images/2007/12/apple.gif&#34; title=&#34;Apple Logo&#34;&gt;&lt;img alt=&#34;Apple Logo&#34; loading=&#34;lazy&#34; src=&#34;https://blog-vanbregt-eu.statichost.page/images/2007/12/apple.thumbnail.gif&#34;&gt;&lt;/a&gt;Op mactech is een uitgebreide &lt;a href=&#34;http://www.mactech.com/articles/mactech/Vol.24/24.02/VirtualizationBenchmark/&#34;&gt;virtualisatie benchmark&lt;/a&gt; uitgevoerd met &lt;a href=&#34;http://www.apple.com/nl/macosx/features/bootcamp.html&#34;&gt;Boot Camp&lt;/a&gt;, &lt;a href=&#34;http://www.vmware.com/mac&#34;&gt;VMware Fusion&lt;/a&gt; and &lt;a href=&#34;http://www.parallels.com/&#34;&gt;Parallels&lt;/a&gt;. Met deze producten kun je &lt;a href=&#34;http://www.microsoft.com/netherlands/windows/&#34;&gt;Windows&lt;/a&gt; op je &lt;a href=&#34;http://www.apple.com/nl/mac/&#34;&gt;Mac&lt;/a&gt; gebruiken. Zoals altijd is er niet één winnaar aan te wijzen, maar hangt het van je gebruiksdoel af wat voor jou de beste oplossing is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you don’t want Mac integration, and just want to run Windows, go with Boot Camp. It’s faster than a PC anyway.&lt;/p&gt;
&lt;p&gt;If you want a virtualization product (that allows you to run Windows alongside Mac OS X), and you want the best performance for the types of things that we tested, then clearly you need to run &lt;a href=&#34;http://www.microsoft.com/netherlands/windows/products/windowsxp/default.mspx&#34;&gt;XP&lt;/a&gt; and not &lt;a href=&#34;http://www.microsoft.com/netherlands/windows/products/windowsvista/default.mspx&#34;&gt;Vista&lt;/a&gt;. […] Parallels was somewhat faster in general than VMware Fusion for XP.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iMac, therefore I exist</title>
      <link>https://blog-vanbregt-eu.statichost.page/2007/08/27/imac-therefore-i-exist/</link>
      <pubDate>Mon, 27 Aug 2007 07:53:00 +0000</pubDate>
      <guid>https://blog-vanbregt-eu.statichost.page/2007/08/27/imac-therefore-i-exist/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://nl.wikipedia.org/wiki/Rene_Descartes&#34;&gt;René Descartes&lt;/a&gt; wist het al: “I think, therefore I exist”. Misschien wat licht-filosofisch, maar toch…&lt;/p&gt;
&lt;p&gt;De afgelopen weken kwam de fluisterstille &lt;a href=&#34;http://www.apple.com/nl/imac&#34;&gt;nieuwe iMac&lt;/a&gt; uit en die moest er maar komen als vervanger van de steeds trager wordende en veel geluid producerende Windows XP laptop in de woonkamer.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
