Comment "Global leader" my @rse (Score 2) 13
Comment Taking tips from Wally (Score 2) 82
Comment How about s/i/a/? (Score 1) 210
Comment Re:Don't forget the it as digital storage medium (Score 2) 103
I had a cassette drive for my C64... until I went big and got a 1541. Anyone know where the number came from?
Commodore used a four digit numbering scheme for many years, the PETs were 2xxx, 3xxx, 4xxx, 8xxx etc When the VIC-20 came out it, and all its peripherals, were assigned 1xxx. In Japan the VIC-20 was the VIC-1001.
Comment Re:Updates should never be forced (Score 1) 142
In an ideal situation "DLL" type of mechanics would go away and everything would be statically linked. GPL/LGPL unfortunately pretty much requires everything to be a chaotic mess of shared libraries, and thus the resultant binaries are massive as they pull in more and more unused functionality.
This is a bad idea for more reasons than that, when a bug is identified in a dependency everything that uses it would have to be rebuilt. Packages are not built by a single entity, you'd end up playing whack-a-mole. The reason shared libraries are used is nothing to do with the licence, it's the correct deployment model.
Comment Re:Excel is a platform. Basically. Sort of. (Score 1) 109
Fault tolerant does not mean idiot proof.
As I always say, you can only make a system idiot-proof for a given subset of idiots.
Comment M$ EMBRACES Python... (Score 3, Insightful) 77
Comment Re:Does this mean (Score 1) 56
Comment Is it a trick question? (Score 3, Insightful) 111
Are Whiteboard Coding Interviews Just Testing For Social Anxiety? (theregister.com) 196
In a paper to be presented later this year at the ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering, researchers from North Carolina State University and Microsoft in the U.S. argue that whiteboard sessions test for stage fright rather than, y'know, coding competency... "A technical interview has an uncanny resemblance to the Trier Social Stress Test, a procedure used for decades by psychologists and is the best known 'gold standard' procedure for the sole purpose of reliably inducing stress." As a consequence, whiteboard interviews may fail to assess coder competency. Rather, the researchers argue, they measure how well job candidates handle anxiety....
In essence, social anxiety took otherwise qualified job candidates out of the running because of the circumstances of the interview.
Cisco Fires Workers for Racial Comments During Diversity Forum (bloomberg.com) 416
The Linux Team Approves New Neutral Terminology (zdnet.com) 522
The Linux team did not recommend any specific terms but asked developers to choose as appropriate. The new terms are to be used for new source code written for the Linux kernel and its associated documentation.
The older terms, considered inadequate now, will only be allowed for maintaining older code and documentation, or "when updating code for an existing (as of 2020) hardware or protocol specification that mandates those terms."
Proposed alternatives for master/slave include:
- primary/secondary
- main/replica or subordinate
- initiator/target
- requester/responder
- controller/device
- host/worker or proxy
- leader/follower
- director/performer
Proposed alternatives for blacklist/whitelist include:
- denylist/allowlist
- blocklist/passlist
Twitter Engineers Replacing Racially Loaded Tech Terms Like 'Master,' 'Slave' (cnet.com) 350