Go home GitHub, you’re drunk. – Jeroen Wiert Pluimers – Google+
Source: Go home GitHub, you’re drunk. – CodeProject – Google+
–jeroen
Posted by jpluimers on 2017/04/01
Go home GitHub, you’re drunk. – Jeroen Wiert Pluimers – Google+
Source: Go home GitHub, you’re drunk. – CodeProject – Google+
–jeroen
Posted in Development, DVCS - Distributed Version Control, git, GitHub, Software Development, Source Code Management | Leave a Comment »
Posted by jpluimers on 2017/04/01
Still sooo funny many O Rly fake book covers. Here’s just one of them:
http://imgur.com/gallery/jXAza
–jeroen
Posted in Fun | Leave a Comment »
Posted by jpluimers on 2017/03/31
Reminder to self: see if I have memory for a friends Acer Aspire M3900 system:
via: [WayBack] Acer Aspire M3900 (AM3900-xxx) Memory
this should get me a rough idea on pricing: [WayBack] Geheugen intern – Producten vergelijken – Tweakers – DDR3 1.333 Ghz 2Gb modules
It has an NVidia GForce 315 based video card, so it should be able to drive 1920×1080 just fine despite being from 2010. Note to self: drivers will not be updated; latest are from december 2016
That combined video combined with a E5700 Pentium Dual-Core processor should make it excellent for home work and card gaming:
The drive isn’t very fast, but is good enough for now: [WayBack] Western Digital WD Green WD10EARS 1TB 5400 RPM 64MB Cache SATA 3.0Gb/s 3.5″ Internal Hard Drive Bare Drive – Newegg.com
–jeroen
Posted in Power User | Leave a Comment »
Posted by jpluimers on 2017/03/31
In addition to my post about Mac OS X: restarting Google Drive when it shows a spinning wheel, restarting a hanging Tunnelblick is even easier:
killall Tunnelblick
open -a Tunnelblick
–jeroen
Posted in Apple, bash, Development, iMac, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, MacMini, OS X 10.10 Yosemite, OS X 10.11 El Capitan, OS X 10.9 Mavericks, Power User, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2017/03/31
Via falconhunter “Voor langere ritten is een electrische auto wel degelijk een probleem want ‘t aantal oplaadpunten in de EU is een lachertje.Ik rij met mijn Tesla regelmatig van Amsterdam naar Berlijn. Lukt allemaal best hoor. en ik denk dat jij geen ervaring hebt en niet weet hoeveel laadmogelijkheden er zijn. Op de route naar Berlijn staan er 31 in mijn navigation system. Niet allemaal snelladers maar op dit moment meer dan genoeg. https://www.google.com/maps/d/viewer?mid=z8zu7Vqr8anA.ke1npfrDkN7M Daarnaast, openbare snellaadstations gebruik je alleen als je inderdaad een keer ver weg moet, 95% van de mensen laadt gewoon thuis.”
I’ve added zoom level (z) and centre (ll) parameters to make the map easier viewable:
–jeroen
Sources:
Posted in LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2017/03/30
I tried to power both Raspberry B+ and Raspberry 2 B devices via the USB ports of both a Fritz!Box 7490 and Fritz!Box 7360.
At first this works, but the Raspberry B+ devices over time would become unstable: not being able to ping and/or boot.
So below are some links on power requirements and powering Raspberry Pi A, B, A+, B+, 2B and zero.
Fazit/TL;DR: use an external power supply when available.
Posted in *nix, Development, Fritz!, Fritz!Box, Hardware Development, Internet, Linux, openSuSE, Power User, Raspberry Pi, SuSE Linux | Leave a Comment »
Posted by jpluimers on 2017/03/30
Some links that helped me getting FTDI USB serial communication to Raspberry Pi systems going:
–jeroen
Posted in Apple, Communications Development, Development, Hardware Development, Hardware Interfacing, iMac, Legacy Ports: COM, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, MacMini, OS X 10.10 Yosemite, OS X 10.9 Mavericks, Power User, Raspberry Pi, USB | Leave a Comment »
Posted by jpluimers on 2017/03/29
Marco Cantú posted the below solution when ActiveX is missing in your File -> New dialog which I’ve paraphrased:
OK, you can try this.
- Close RAD Studio/Delphi.
- Open the registry editor.
- Under
HKEY_CURRENT_USER, open theKnown IDE Packages\Delphi— that is something likeHKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\18.0\Known IDE Packages\Delphi—- Search for the
delphicompro240.bpl, entry- Edit it: remove the
__(double-underscore) pre-pended to the value(Untitled). In other word, change “__(Untitled)” into “(Untitled)“.- Close registry editor.
- Open the IDE.
I ran it it recently and was glad this worked.
–jeroen
Source: Hey! I have a new Delphi :)…Great! And what to do now with my favorite…
Posted in Delphi, Delphi 10.1 Berlin (BigBen), Development, Software Development | Leave a Comment »
Posted by jpluimers on 2017/03/29
Every now and then, Google Drive on Mac OS X gets confused and starts showing the spinning wheel when hovering over the menu bar icon similar to for instance DropBox does every once in a while.
This is how to terminate and restart Google Drive from the terminal (no need for su):
killall -v -SIGKILL Google\ Drive
open -a Google\ Drive
Alternatively you can start Google Drive using this:
/Applications/Google\ Drive.app/Contents/MacOS/Google\ Drive &
I found this executable through osx – Find all executable files within a folder in terminal – Ask Different
Note that this won’t kill Google Drive as it sends the TERM signal (SIGTERM):
killall -v Google\ Drive
–jeroen
Posted in Apple, bash, Development, Google, GoogleDrive, iMac, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, MacMini, OS X 10.10 Yosemite, OS X 10.11 El Capitan, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, Scripting, Software Development | 1 Comment »