Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Wednesday, April 15, 2026

David Auerbach's "Meganets"

My notes (on-going till I say so}:

persistent, evolvIng, opaque(e.g. hft)
volume, velocity, virality
cardinalityn of many to many = social networks + off original platform human interaction =
MEGANET
blockchain technololgy=decentralization so why do organizations want to adopt.
shortcomings only in its unpredictability
virality= unpredictable feedback loop not popularity
Jan 6 2021 capital invasion was example of meganet. No one is in control but we'll still point to someone.
Gamestop another example
AMZN sells prodcuts, Google sells ads, FB sells people
Textual to click and emoticons and lists computerize behavior
no reset, initialize or reboot to undo unintended consequencesn (inflation)
MSFT sold software; GOOGL indexing determed by Web interactivelyn (SEO); passive vs active search
Metaverse = grafting into Meganet a gamification and monetization of life

Keeping Score as in gamify life
Advertising (Ad blockers?)(potential) vs paywalls (guaranteed)
Control vs manage? See latest Google for Android developer notification.
Gold mining, virtual inflation, WoW Corrupted Blood
Attaching blockchain transactions to a game means that it can never be reset.
smart contracts remove human interaction; code rules
blockchain transactions = borderless and censorship resistant
move to centralize and regulate to mitigate failure not eliminate
false assumption after all Lehman no more after 158 years
Can still fork off into separate realities even with consensus
ideological vs technical; economic vs programmatic
Ceding control to MEGANET while seeking robust solutions to the inevitable code update.













Friday, April 10, 2026

Waiting for Godot

Read it again or maybe for the first time. I am fairly certain that I am uncertain that I ever read it. Although, the title is so much a part of Western culture, I was probably taught it by an influential existential high school teacher. Anyway, just reminded not to take myself so seriously.

Wednesday, April 1, 2026

Uninstalling Drivers on Windows

In Terminal as administrator:
pnputil /delete-driver oem121.inf /uninstall /force

Friday, March 27, 2026

Python to Create Zoom links

Python on my drive.
Creating an HTML file that will have clickable links. Better to click one at a time than try to process programmatically and risk unintended consequenes.

Monday, March 16, 2026

Unable to Attach USB Antenna AWSUS036ACH in Kali WSL on Windows

Cannot set monitor mode probably because the Windows USB uses the same physical bus as the WSL instance.
Documenting commands anyway for future reference.

sudo apt install -y realtek-rtl88xxau-dkms
dkms status
lusb
usbipd list
usbipd bind --force --busid 2-2
usbipd attach --wsl --busid 2-2
usbipd unbind --busid 2-2