David Buchanan
David Buchanan
It's almost certainly an ISP issue of some kind, either with your own ISP, or one of the intermediate hops.
Nice, could you add it to the example here too? https://github.com/DavidBuchanan314/boiga/blob/d4bf8f9944e0e84f70df1f48d8dbd800030fd889/examples/all_supported_blocks.py#L82-L83 (uncomment and add say)
This is academically interesting but I don't think it's a candidate for a rootmytv exploit. The initial stage only applies if you already have an ssg app authenticated (and a...
What distro?
I think this is where the "exception ignored" message is coming from https://github.com/python/cpython/blob/8b1edae93a05cc90c5b8c5c935f3753aca938ccf/Modules/_ctypes/callbacks.c#L212-L217
I'm still not quite sure what's going on, but I have a workaround, which is to catch the KeyboardInterrupt exception in the wrapper and re-raise it as a regular Exception:...
Proper handle verification requires two-way checks. You can check historic DID->domain mappings via the PLC server, but you can only verify a domain->DID relationship in "real time" (unless you have...
Maintaining historic records is nice, but what happens when new independently-operated infrastructure joins the network? They have no such records, and old links will be broken for their users. The...
I was just thinking about this again. One potential issue with the `https://bsky.app/profile//post/?did=` format @pfrazee mentioned is that, aesthetically, it looks like a "tracking URL". Most people probably don't care,...
@patcon as-is, setting up a "redirect account" involves a race condition, since account A has to "release" the old handle before account B can switch to it (assuming the old...