Go to log in.

<password is incorrect>

No, it isn't, I double-checked by opening my encrypted pwd file.

<password is incorrect>

<Login with backup email to be sent a verification code.>

Entered backup email, received verification code.

Enter verification code.

<must enter this info you never needed before>

What?!

Entered info, logged in.

It was never about an incorrect pwd.

I did remove the added info, though. We'll see what happens next time I need to log on. :(

Yes, I am grumpy.

This entry was edited (56 minutes ago)

On my AMD Ryzen 7 8845HS mini PC, NVDA is a bit sluggish in some cases in Firefox; e.g. cursoring through messages in Gmail folders. For reasons I don't fully understand, setting the processor affinity to a single CPU core and setting the process priority to "above normal" helps significantly, even when the CPU is nearly idle. I don't currently have the time/energy to debug the root cause for this or write a proper add-on, but I wrote an NVDA global plugin to make the change for me automatically when NVDA starts. If it breaks something, you get to keep all the pieces.
```
import ctypes

import globalPluginHandler

class GlobalPlugin(globalPluginHandler.GlobalPlugin):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
p = ctypes.c_void_p(ctypes.windll.kernel32.GetCurrentProcess())
ctypes.windll.kernel32.SetProcessAffinityMask(p, ctypes.c_void_p(1))
ctypes.windll.kernel32.SetPriorityClass(p, ctypes.wintypes.DWORD(0x00008000))
```
#nvdasr

This entry was edited (35 minutes ago)

modulux reshared this.

As if today couldn't get any worse, the bill for the server that runs this instance came out today and it was £1.60 more than expected. I never got any emails saying I'd gone over any limits or anything, but anyway, I'm now £0.02 negative. Some support to help keep this server going and help my other services grow, as well as covering personal costs, would be greatly appreciated.

* Patreon: patreon.com/seediffusion
* Ko-Fi: ko-fi.com/seediffusion

At a critical moment, the tech press are failing to connect the dots between Apple and Google's craven capitulations and the authoritarianism they have nurtured within their own ecosystems. Apple is now corrosive to democracy itself, and we have to get smarter about the way these forces interact:

infrequently.org/2025/10/the-a…

/cc @owa @pluralistic

This entry was edited (2 hours ago)

Trump admin lies about #ICE being attacked, so they can be the victim.
The Technique is called DARVO
(Deny Attack Reverse Victim & Offender)

But when people see that the "attackers" are people in frog costumes, it visually destroys the lie.

This means us sharing our silly protests on social media is REALLY important.

This @TomSullivan post explains
digbysblog.net/2025/10/11/liar…

Cry havoc and let slip the frogs of war.
-Nora Reed

#Portland #Frogs #Antifa #AntiFascistFrog #FrogBrigade

This entry was edited (8 hours ago)
in reply to NicksWorld

Oh don't get me wrong, I'm not trying to imply that all wealthy people are narcissistic jerks who deserve nothing, but the fact of the matter is that many are. It also depends on how you got rich in the first place. If you were born into wealth, you will simply not relate to people who either don't have the extraordinary amount of money you do, or who have come into it honestly by doing good work. There's a lot of nuance here, as with everything.

In the late 1980's there was an MS-DOS program called PIANOMAN. Yup, in the docs, it's written in all caps like that. This program would let you compose, play, edit, and save tunes, and even compile them into self-contained executables to give to others who didn't have a copy of PIANOMAN themselves. This program's claim to fame was that it could create pseudo-polyphonic music through the monophonic PC speaker by playing different notes extremely rapidly. This was a shareware program (try it for a while, if you like it, send in a registration fee to get the latest version and another disk of sample songs). I just found the shareware distribution of version 4 on Archive.org. One of the included tunes, which exists here only as a compiled, self-contained executable, is a version of a Tom Lehrer classic. Naturally, I figured some folks might be interested in this. It's set up to play repeatedly until a key is pressed, so I've only included three playings in this recording, and the last one fades out. Enjoy! #TomLehrer