It’s cool. Bring enough money (:
- Inside pictures: Hypercube Lego Server | Total Geekdom
- Config options: Lego Server Configurations
–jeroen
Posted by jpluimers on 2016/06/24
It’s cool. Bring enough money (:
–jeroen
Posted in Geeky | Leave a Comment »
Posted by jpluimers on 2016/06/24
From old stock, I still had a few of these machines and gave them away maxed out at 8 GB with a Windows x64 installation and SSD.
You need 4 of these: 2GB DDR2 PC2-5300 @ 667Mhz non-ECC non-registered memory DIMM. Faster DIMMs work too. Registered DIMMs don’t work.
–jeroen
Posted in DELL-9200, Hardware, LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2016/06/23
Recently I did my very first JavaScript in HTML development. Since it was a one page experiment, I didn’t want to put it in an official repository of it’s own…
which reminded me of JavaScript is not Java – A humorous comparison of JavaScript and Java.
And still lots of uneducated people think they are the same, for instance the NBC Chicago publishes this at the start of the year:
They fixed it later but then the harm was already done (besides making a lot of fun of themselves and others making fun out of them too):
Java Developer; What they do: Write programs used by mobile devices, websites and mainframes.
Source: Report Reveals 10 Most In-Demand Jobs in Chicago for 2016 | NBC Chicago
–jeroen
Posted in Development, Java, Java Platform, JavaScript/ECMAScript, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2016/06/23
Some links.
First tfpt:
Old name: Microsoft Team Foundation Server 2010 Power Tools.
Then witAdmin:
With API:
–jeroen
via: Microsoft Visual Studio Team Foundation Server 2013 Power Tools extension.
Links to past posts about tfpt:
Posted in .NET, Development, Power User, PowerToys, Software Development, Source Code Management, TFS (Team Foundation System), Visual Studio and tools, Windows | Leave a Comment »
Posted by jpluimers on 2016/06/22
Woofis a small simple stupid webserver that can easily be invoked on a single file. Your partner can access the file with tools he trusts (e.g. wget). No need to enter passwords on keyboards where you don’t know about keyboard sniffers, no need to start a huge lot of infrastructure, just do a
$ woof filenameandtell the recipient the URL
woofspits out. When he got that file,woofwill quit and everything is done.And when someone wants to send you a file,woofhas a switch to offer itself, so he can get woof and offer a file to you. …
Woofneeds Python on a unix’ish operating system. Some people have used it successfully on Windows within thecygwinenvironment.
Source: Woof – simply exchange files
Works from homebrew on OS X.
via: Web Offer One File – Thomas Mueller (dummzeuch) – Google+
Source: Web Offer One File
–jeroen
Posted in *nix, *nix-tools, Apple, BSD, Home brew / homebrew, Linux, Mac, Mac OS X / OS X / MacOS, Power User | Leave a Comment »
Posted by jpluimers on 2016/06/22

The “embed” dropdown allows to get URLs for sharing and git cloning.
Recently I did my very first JavaScript in HTML development. Since it was a one page experiment, I didn’t want to put it in an official repository of it’s own.
I will explain about the content in a future post, but first about getting it on-line as a HTML file that can run JavaScript.
This is the hosted page: Work around G+ “403. That’s an error.” errors.
Gists are pretty amazing. They have history, syntax highlighting (which you can embed on your own page, see Using Github as a Syntax Highlighter for Your Blog or Website), can show an overview of files or even raw content. This holds for public and secret gists.
The history of all the files comes from a repository: in fact all gists are in fact git repositories of which you can get the URL (be it https or ssh) is under the “Embed” dropdown: see the screenshot on the right.
So the gist itself is available under these URLs:
The individual files can either be viewed as syntax highlighted (when they’re small enough, not binary and github knows how to highlight them), or as raw files:
Posted in Development, DVCS - Distributed Version Control, gist, git, GitHub, rawgit, Source Code Management | 2 Comments »
Posted by jpluimers on 2016/06/22
Some notes with the links I found them:
"$@" when passing on arguments to other processes: scripting – Propagate all arguments in a bash shell script – Stack Overflow.$* is very confined: Accessing bash command line args $@ vs $* – Stack Overflow.$0 is the command itself; it is not included in $@ or $*: linux – Script parameters in Bash – Stack Overflow.| Syntax | Effective result |
|---|---|
$* |
$1 $2 $3 … ${N} |
$@ |
$1 $2 $3 … ${N} |
"$*" |
"$1c$2c$3c…c${N}" |
"$@" |
"$1" "$2" "$3" … "${N}" |
–jeroen
Posted in bash, Development, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2016/06/21
A long time ago, I found out German trains can show a Kernel version number during their boot sequence (sometimes even at their station, in this case Hannover Central Station). Recently, I found who posted the original of the picture (Volker Briegleb) and through reddit that Volker had posted more pictures on a twitter thread.
So this train showed:
The MAC address indicates the network device is made by ANNAX Anzeigesysteme GmbH.
–jeroen
Posted in Development, Hardware, Software Development | Leave a Comment »
Posted by jpluimers on 2016/06/21
I’m using these Chrome Extensions for most of the http / https call mockups, and after that put them in SoapUI (which despite the name also does REST and has come a long way sinceSource: SoupUI – as sometimes that is the only thing that works):
You can get both Postman versions through GetPostman.com as well.
–jeroen
Posted in .NET, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0, .NET 4.5, ASP.NET, C#, C# 3.0, C# 4.0, C# 5.0, Chrome, Communications Development, Development, Google, HTTP, Internet protocol suite, Power User, REST, Software Development, TCP | 1 Comment »
Posted by jpluimers on 2016/06/20
Just wow: Source: Y Combinator’s Xerox Alto: restoring the legendary 1970s GUI computer
Posted in History | Leave a Comment »