Posted by jpluimers on 2022/05/27
Posted in Chrome, Configuration Management, Development, DevOps, Firefox, History, IaC - Infrastructure as Code, Infocom and Z-machine, Infrastructure, KVM Kernel-based Virtual Machine, LSI/3ware, Open Source, PDP-11, Power User, PowerShell, Puppet, Python, Qemu, Rust, Safari, Scripting, Software Development, UCSD Pascal, Vagrant, Veewee, Virtualization, Web Browsers, Xen | Leave a Comment »
Posted by jpluimers on 2022/05/26
Vista!
Shutting down or rebooting Windows allowing existing applications to reopen
Windows Vista introduced the /g switch in shutdown.exe and was unchanged in Windows 7:
/g Shutdown and restart the computer. After the system is
rebooted, restart any registered applications.
I never noticed it until Windows 10 which began actively use it when applying system updates: then suddenly many of the previously running applications would reopen during startup.
Read the rest of this entry »
Posted in Power User, Windows, Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Vista, Windows XP | Leave a Comment »
Posted by jpluimers on 2022/05/25
Since I will be bitten by this someday, here the september 2021 observation that [Wayback] By default, scp(1) now uses SFTP protocol.
The original scp/rcp protocol remains available via the -O flag.
It refers to the august 2021 announcement in the [Wayback] OpenSSH: Release Notes – OpenSSH 8.7/8.7p1 (2021-08-20) that scp supported SFTP (like the sftp tool) and that it would become default soon:
Read the rest of this entry »
Posted in *nix, *nix-tools, Communications Development, Development, Internet protocol suite, OpenSSH, Power User, rsync, scp, SFTP, SSH, TCP | Leave a Comment »
Posted by jpluimers on 2022/05/23
Printing on MacOS can be less Plug&Play than one hopes for.
For default printer drivers on MacOS for the same printer:
- Postscript allows colour and monochrome (black & white / grayscale)
- PCL only allows monochrome (black & white / grayscale)
One solution for my OKI MC363 is to use the HP PCL driver and fake it as a HP Colour LaserJet 9500 (which provides a similar amount of memory, and colour duplex A4 printing):
Read the rest of this entry »
Posted in Apple, Development, EPS/PostScript, Hardware, Mac OS X / OS X / MacOS, MC342 printer/scanner, OKI C332, OKI MC363/MC363DNW, OKI Printers, Power User, Printers | Leave a Comment »
Posted by jpluimers on 2022/05/20
Every now and then you revisit old Windows versions. It seems a fact of life.
If course those lack more recent features, one of which is the default View with which Windows Explorer starts.
In Windows 10 you can switch it between “This PC” and “Quick Access”. Not so with Windows 8.1.
Read the rest of this entry »
Posted in Power User, Windows, Windows 10, Windows 8.1 | Leave a Comment »
Posted by jpluimers on 2022/05/18
Subtitle:
GetFullPathName thread-unsafety because of SetCurrentDirectory isn’t, so derived functions (like Delphi GetDir/ChDir/TPath.GetFullPath, or .NET System.IO.Path.GetFullPath) are not thread-safe either (via The Old New Thing)
A while ago I got a big reminder because of [Wayback] What are these dire multithreading consequences that the GetFullPathName documentation is trying to warn me about? | The Old New Thing:
Read the rest of this entry »
Posted in Delphi, Development, Pascal, Software Development, Turbo Pascal, Windows Development | Leave a Comment »
Posted by jpluimers on 2022/05/17
Earlier this year, [Wayback/Archive] Lars Fosdal posted a long thread about Embarcadero/IDERA software quality and one special person trying to offset the lack.
It is important not just because of his opinion, but also because Lars posts rarely about his Delphi opinion. He is the kind of guy quietly working with Delphi and doing a lot of community support.
When he posts, it is important and should be a signal to be picked up by Embarcadero/IDERA. Until now, not so much of that.
The first tweet was this:
Read the rest of this entry »
Posted in Delphi, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2022/05/16
IntelBurnTest is a wrapper around the [Wayback] Intel Linpack benchmark ([Wayback] Windows download) and still a great way to test CPUs.
From [Wayback/Archive.is] reddit – About Intel Burn Test… : overclocking:
“Pinhedd: “Both IBT and Prime95 are similar in that they stress floating point arithmetic and memory subsystems. They are different in that IBT uses Linpack (solving linear equations) while Prime95 calculates Mersene Primes.
IBT is generally regarded as being far more aggressive in the short term, which makes it great for testing ultimate stability. IBT will easily drive load temps up to 20 degrees higher than Prime95, this is well known and is a defining feature of the program.
Unfortunately, the Linpack benchmark was designed for supercomputers (hence the floating point part, for modeling continuous phenomenon) so it really pushes desktops to the limit, far beyond what any application will do. This means that IBT may fail on commercial CPUs that are running at stock settings simply because Intel doesn’t test them to that extent.
Too bad it is not open source and steadily at version 2.54, but then again, there is so little to maintain when the underlying tests basically do not change.
Read the rest of this entry »
Posted in CPU, Hardware, Intel CPUs, Mainboards, MSI, Power User, Z77A-G43 | Leave a Comment »