Posted by jpluimers on 2020/07/10
I am still a bit ambivalent on remapping keys on a keyboard, mainly because of two reasons:
- Without remapping, tools used for virtualisation, remote access and shells already get it wrong every now and then. Finding causes is already tough, so adding more degrees of freedom complicates this more.
- Switching systems or assisting people without the tools can be cumbersome. I vividly remember the really hard times when I had switched from Windows Explorer to Windows Commander (now Total Commander) and could not use it on a sequence of contracting jobs.
Just in case I am going to use it:
–jeroen
Via:
Posted in Keyboards and Keyboard Shortcuts, Power User | Leave a Comment »
Posted by jpluimers on 2020/07/10
Hopefully by now the extensions below still work, as Google removed the “View Image” button in Google Image Search a few years back.
When not: these might help finding an updated method (:
Via:
–jeroen
Posted in Google, GoogleImageSearch, GoogleSearch, Power User | Leave a Comment »
Posted by jpluimers on 2020/07/09
For my link archive: [WayBack] openSUSE:Standards Rpm Metadata – openSUSE: Repository layout.
It is not fully up to date any more on primary.xml.gz, so here are my notes for the aarch64 version of Tumbleweed:
- Inspect http://download.opensuse.org/ports/aarch64/tumbleweed/repo/oss/repodata/repomd.xml [WayBack] for the name of
*-primary.xml.gz (in this case http://download.opensuse.org/ports/aarch64/tumbleweed/repo/oss/repodata/d701c298b21d0b995c9560f9cfcc84685cb916deacc4f4c4a613a9b9d8f5aa57-primary.xml.gz [WayBack]
- Download that
.gz file and uncompress it
- Inspect the
*-primary.xml from it, look inside the metatadata root element for a package having a name element with value openSUSE-release: that package element now has a version element having a ver attribute containing the version text.
–jeroen
Posted in *nix, *nix-tools, Linux, openSuSE, Power User, SuSE Linux, Tumbleweed | Leave a Comment »
Posted by jpluimers on 2020/07/09
Various ways are explained at [WayBack] linux – How do I use sudo to redirect output to a location I don’t have permission to write to? – Stack Overflow.
Some are for simple commands and can be a one liner (for instance using tee, or executing a secondary shell).
Others are more suited for longer command sequences.
–jeroen
Posted in *nix, *nix-tools, bash, bash, Development, Power User, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2020/07/08
Since GetIt is hardly, if at all documented, but has quite a few of problems, I will likely need to use this another time: [WayBack] delphi – How to reset the download when the GetIt package manager fails? – Stack Overflow
TL;DR:
Luis Navarro from Embacadero just explained to me:
Close the IDE, then delete the OmniThread folder from MyDocuments\Embarcadero\Studio\17.0\CatalogRepository After that, you have to edit the registry and delete also the Omnithread folder from HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\17.0\CatalogRepository\Elements
Related: [RSP-12387] GetIt does not reset the download when Delphi crashes whilst downloading. – Embarcadero Technologies
Via:
–jeroen
Posted in Delphi, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2020/07/08

Cool historic stuff: [WayBack/Archive.is] Edsac Simulator.
It simulates the 1949 built EDSAC computer.
Via: EDSCA Simulator – Computerphile (video below) which explains concepts like the mercury memory “tank” used for memory.
Related:
–jeroen
Read the rest of this entry »
Posted in Development, Hardware Development, History, Software Development | Leave a Comment »
Posted by jpluimers on 2020/07/07
Always read the comments (:
Cool tip by Paul Irish (but remember it will dump the binary curl output as well) at [WayBack] How can I debug git/git-shell related problems? – Stack Overflow:
There are a few GIT_TRACE options, beyond the core one. Here’s the über-verbose option: set -x; GIT_TRACE=2 GIT_CURL_VERBOSE=2 GIT_TRACE_PERFORMANCE=2 GIT_TRACE_PACK_ACCESS=2 GIT_TRACE_PACKET=2 GIT_TRACE_PACKFILE=2 GIT_TRACE_SETUP=2 GIT_TRACE_SHALLOW=2 git pull origin master -v -v; set +x
Related: [WayBack] Git – Environment Variables
–jeroen
Posted in Development, DVCS - Distributed Version Control, git, Software Development, Source Code Management | Leave a Comment »