So... if you can guess what the trigger might be, you can try bits of it on the LLM and see if it reacts in an unexpected way. But otherwise, are you any better off than Pte Baldrick asking the LLM "Are you a German spy?"
Posts by Nugry Horace
70 publicly visible posts • joined 14 Nov 2011
Three clues that your LLM may be poisoned with a sleeper-agent back door
'Ralph Wiggum' loop prompts Claude to vibe-clone commercial software for $10 an hour
Rebuilding VisiCorp's Visi On UI reveals how Apple defined the GUI era
Microsoft Task Manager now tasking PCs with running multiple copies of itself
Techie found an error message so rude the CEO of IBM apologized for it
Re: Triggering a Specific Error Message
Even if an error message can't happen, they sometimes do. The MULTICS error message in Latin ('Hodie natus est radici frater' - 'today unto the root [volume] is born a brother') was for a scenario which should have been impossible, but got triggered a couple of times by a hardware error.
Linux rolls out the welcome mat for Microsoft's Copilot key
One odd thing about this: Windows maps scancode 0x6E to F23, and so this patch is doing the same for Linux. But if you have a genuine IBM 122-key Host Connected keyboard, F23 only sends 0x6E if you've switched to the rarely-used scancode set 3. At power-up it sends 0x6A.
My best guess is that the Windows developer who originally mapped 0x6E to F23 was using a Key Tronic 122-key keyboard, which does send 0x6E in both modes.
How a good business deal made us underestimate BASIC
Christmas 1984: The last hurrah for 8-bit home computers
When old Microsoft codenames crop up in curious places
The sweet Raspberry taste of success masks a missed opportunity
The amber glow of bork illuminates Brighton Station
Sweet 16 and making mistakes: More of the computing industry's biggest fails
Re: Always envious of my friends'
The PC200 was definitely a misstep by Amstrad -- they reused the chipset from the PPC portable, meaning they were targeting the home gaming market with a chipset designed to run Wordstar and Lotus 1-2-3 on an LCD panel. I think a successful PC200 would have needed, at the very least, MCGA graphics (even if only the 320x200x256 mode) and a sound chip.
Where the computer industry went wrong – the early hits
Re: "Even less relevant was CP/M, which bloated the price for no useful gain. "
It's interesting that the C64 and the BBC both had Z80 accessories to run CP/M (in the case of the Beeb, multiple different ones, even). In the 1980s environment I can see where CP/M would be a useful feature for a Z80-based computer -- it meant access to a mature ecosystem of development tools like Microsoft M80, so would make it easier to develop for the platform, always a good thing. But that doesn't sound so persuasive if you're writing 6502 software.
(I was reading up on the C64 CP/M cartridge today. From the Z80 side it looks like living in a cramped flat where there are strange bumps under the carpet which you don't know what they are, but you know you mustn't trip over them.)
Re: Liam...You Forgot About......
There was obviously a niche in the market for a cheap wordprocessing / office computer because the PCW filled it very successfully for some years. Maybe if Amstrad hadn't had the PCW to hand, they could have packaged the QL in an all-in-one case with a proper keyboard and floppy drive, and sold it. It could even have shipped with CP/M -- CP/M-68K, of course. With a 68K architecture it might even have lasted a bit longer than the Z80-based PCW did.
The origin of 3D Pipes, Windows' best screensaver
Council claims database pain forced it to drop apostrophes from street names
Unintended acceleration leads to recall of every Cybertruck produced so far
The rise and fall of the standard user interface
White goods giant fires legal threats to unplug open source plugin
The built-in dishwasher in our kitchen has the 'finished' light on the inside, so you can't tell if it's safe to open it unless you've already opened it.
Manufacturers seem to think that sending a notification to the user over the Internet is a satisfactory substitute for, I dunno, putting a light somewhere where you can see it.
The New ROM Antics – building the ZX Spectrum 128
Want to live dangerously? Try running Windows XP in 2023
Re: My takeaway from this article...
I remember when my work laptop was running Windows 10 from a 128Gb SSD. The drive kept filling up, and in the end had to be upgraded. What concerned me was that I remembered running Windows NT 4 on a system with a 2Gb hard drive, and while Windows 10 is clearly an improvement, is it really such an improvement that it needs 64 times the space to run in?
Windows 11 puts 'disgusting' Remote Mailslots protocol out of its misery
Re: Net Send was disgusting.
Oh, it could push adverts - just not Microsoft's adverts. Back in the early 2000s when everyone used USB ADSL modems, you'd end up with Windows systems exposing their Messenger service over the Internet without any firewall, and so spammers started broadcasting NET SEND popups (some even containing pornographic ASCII art).
If your Start menu or apps are freezing up on Windows, Microsoft has a suggestion
Re: "Not even hijacked, just used"
I had to deal with a support call for an application I maintain, where it was apparently hanging when the user closed it. Cause: Some module loaded by the system-provided open file dialog trying to access a network resource and sitting there spinning. No change I could have made that would fix it, short of writing my own open file dialog instead of relying on the system one.
Tales from four decades in the Sinclair aftermarket: Parts, upgrades and party tricks
I remember seeing an editorial in Personal Computer World in around 1992 describing something similar to the Retro-Printer - a hardware device that interpreted a well-known set of printer codes and rendered them on a modern device. This was in the days when every DOS program needed its own printer driver.
The many derivatives of the CP/M operating system
Re: Origins
An external interface could replace the bottom 16k of ROM with RAM. But on a pre-128k Spectrum that would still leave the problem of the video RAM being fixed at 0x4000, which is a tad low for a CP/M system. (Not a problem on a 128, as you could put the video RAM at 0xC000 and page it out when not using it).
Enough with the notifications! Focus Assist will shut them u… 'But I'm too important!'
My favourite discussion of this type was on Raymond Chen's blog, where the comments section turned into a jokey arms race about how a program could ensure it was the one whose alerts ended up on top. From memory it ended something like "My program uses a robot arm to draw on the screen with permanent marker. It needs to do this to tell you that you could free up space by deleting temporary files." "Well, MY program uses the robot arm to stick a post-it note that covers the monitor entirely. It needs to do this to tell you that you have unused icons on your desktop."
20 years of .NET: Reflecting on Microsoft's not-Java
Only Microsoft can give open source the gift of NTFS. Only Microsoft needs to
Re: Microsoft should move beyond NTFS
There's even one out there called Universal Disk Format (it's what DVDs use). I remember seeing recommendations to format your USB sticks as UDF to get around FAT limitations. Never caught on because operating system support for using UDF on anything other than a DVD suffered from all sorts of weird limitations.
'Bigger is better' is back for hardware – without any obvious benefits
File Explorer fiasco: Window to Microsoft's mixed-up motivations
Unable to write 'Amusing Weekly Column'. Abort, Retry, Fail?
Re: Abort Retry Fail
The problem being that:
If Abort terminates the process, you drop back to COMMAND.COM, which may well try to access the same drive and trigger the same error.
If Fail doesn't terminate the process, the application may ignore the failure, keep trying to access the same drive, and trigger the same error.
The way to get out of the loop, as I recall, was to Abort (to get back to COMMAND.COM) and then Fail (because COMMAND.COM did check the result and handle a failed read). You'd end up at a "Current drive is no longer valid>" prompt.
Proprietary neural tech you had surgically implanted? Parts shortage
Re: "unnecessary computer sounds"
I remember when someone in our office discovered the Windows 95 'Robotz' theme. It sounded like the computer had a terrible case of indigestion.
Then a few years later we all became terribly familiar with the Windows XP setup music, because when it was being installed on a laptop the volume keys couldn't be used to mute it.
(Relevant Dilbert: https://dilbert.com/strip/1994-12-27 )
Happy birthday, Windows Vista: Troubled teen hits 15
I still remember reading "So Beautiful, So Disturbing", a blog entry that imagined Vista as an unexpected new wife.
ASUS recalls motherboards that flame out thanks to backwards capacitors
Microsoft gives Notepad a minimalist makeover to match Windows 11 style
It's 2021 and someone's written a new Windows 3.x mouse driver. Why now?
Windows Subsystem for Android: What's the point?
I no longer have a burning hatred for Jewish people, says Googler now suddenly no longer at Google
A beefy Linux 5.14-rc2 and light at the end of the tunnel for Paragon's NTFS driver
Splunk junks 'hanging' processes, suggests you don't 'hit' a key: More peaceful words now preferred in docs
Re: In the end we shall make thoughtcrime literally impossible, ...
One error message I've seen from C++ programs under Windows is "This application has requested the Runtime to terminate it in an unusual way".
It made me wonder "What, it asked the Runtime to have a bunch of topless women chase it off a cliff?"