Some great ideas for T-shirt prints: 45 Jokes Only Programmers Will Get.
Happy new year!
–jeroen
Posted by jpluimers on 2015/12/31
Posted in Fun, Quotes, T-Shirt quotes | Leave a Comment »
Posted by jpluimers on 2015/12/30
This is what I needed:
:: http://www.windows-commandline.com/disable-screensaver-registry-settings/
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v ScreenSaveActive /t REG_SZ /d 0 /f
And this one to verify the current settings:
:: http://www.windows-commandline.com/disable-screensaver-registry-settings/
:: possible names
:: ScreenSaveActive
:: ScreenSaveTimeOut
:: ScreenSaverIsSecure
reg query "HKEY_CURRENT_USER\Control Panel\Desktop" | findstr /I /C:"ScreenSave"
–jeroen
via:
Posted in Batch-Files, Development, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2015/12/29
{} + [] vs. [] + {} – BECAUSE JavaScript: funny shirt for #JavaScript programmers➥ http://www.redbubble.com/people/ramiro/works/19808814-wat-because-javascript-funny-design-for-web-developers?p=t-shirt&style=womens&body_color=white&print_location=front #wat
–jeroen
Source: {} + [] vs. [] + {} – BECAUSE JavaScript: funny shirt for #JavaScript program…
Posted in Fun, Quotes, T-Shirt quotes | Leave a Comment »
Posted by jpluimers on 2015/12/29
I needed to compare the local group memberships on a few systems.
I knew there is the distinction between
So I came up with this batch file thanks to Command Line Kung Fu:
:: http://blog.commandlinekungfu.com/2009/06/episode-43-users-groups.html
for /F "skip=4 delims=*" %%g in ('net localgroup ^| find /v "The command completed successfully"') do @net localgroup "%%g"
It can be done in PowerShell too, but is more work.
Based on that and Beyond Compare I created some diff scripts.
–jeroen
via:
Posted in Batch-Files, Development, Scripting, Software Development | 1 Comment »
Posted by jpluimers on 2015/12/28
Unlike SourceTree for Windows, SourceTree for Mac still doesn’t automagically detect Beyond Compare even though that has been available for Mac OS X since : [SRCTREE-2092] Add built-in support for Beyond Compare version 4 – Atlassian JIRA.
Even modifying my ~/.gitconfig didn’t work, but manual configuration did. Here are the steps:
Posted in Apple, Beyond Compare, Development, DVCS - Distributed Version Control, Keyboards and Keyboard Shortcuts, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.10 Yosemite, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, Source Code Management, SourceTree | 3 Comments »
Posted by jpluimers on 2015/12/28
A long time ago, I wrote about Steps for adjusting a whiteboard photo in Paint.NET.
GIMP does an even better job with these steps:
Once: install the clean-whiteboard-photo script
The above steps will add this menu option to GIMP: menu “Filters” -> “Whiteboard” -> “Clean whiteboard photo”
For every picture: make it less ugly
–jeroen
via: Steps for adjusting a whiteboard photo in Paint.NET « The Wiert Corner – irregular stream of stuff.
Posted in Image Editing, Power User | Leave a Comment »
Posted by jpluimers on 2015/12/27
Great post: HowTo: Configure Low Battery Duration and PCNS to Shut Down with an APC SmartUPS
It explains how to configure automatic shutdown of machines upon UPS battery low events.
Posted in LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2015/12/26
I found out the hard way that the so called APC “Sealed, non-spillable” lead acid batteries inside their UPS systems do leak when used normally.
So I head to clean up before the damage would get bigger.
A few links on how to clean:
This is what you need:
Baking soda paste: 3 parts baking soda and 1 part water.
Baking soda solution: 1 parts baking soda in 10 parts water.
* Zuiveringszout: Natriumwaterstofcarbonaat (natriumbicarbonaat, dubbelkoolzure soda): E-nummer E 500 (ii).
In The Netherlands, you can get it expensively as “bakpoeder” ingredient (baking powder) or cheaply as cleaning agent called Zuiveringszout.
** Vaseline usually is petroleum jelly with extra ingredients, be sure to get the pure white one that is acid and fragrance free.
–jeroen
Source: “Sealed, non-spillable”. Yeah right +ApcbySchneider : How do I clean up this …
Posted in APC Smart-UPS, Power User, UPS | 1 Comment »
Posted by jpluimers on 2015/12/26
Source: Interactive Frequency Chart – Independent Recording Network
via The only eq chart one will ever need?!? and many others:
The only eq chart one will ever need?!? – Svein Idar Hansen – Google+
Posted in Audio, Power User | Leave a Comment »
Posted by jpluimers on 2015/12/25
Merry X-mas sorting out your cables (:
Some interesting links that all come down to: make sure your USB-C cable is compliant before you start really using it.
you cannot be sure that cables Benson tested good are always good. Trust me, it happened to me. Knowing the ASINs/EANs of good cables, I went into local stores and bought a number of presumably good cables. Know what? They were bad. Might be that vendors recently changed their cables and there are still batches of bad ones out there, still with the same ASIN/EAN codes. So just be careful!
and
Having a weaker than 3A charger is actually a risk factor because the device being charged will always try to charge at 3 and if the older adapter can’t handle 3A, that is when it might be
–jeroen
Posted in Hardware, Power User, USB, USB-C | Leave a Comment »