Posts

SUVs

· misc

“We’re constantly being told that doing anything about the astronomical growth and the average size of motor vehicles would infringe on the freedoms of people to do whatever they want. But your freedom to swing your arm ends where my face begins, and SUVs are a giant punch in the face to everyone who doesn’t drive one. …

Over a ten-year period, over 500 American children were killed by being run over by SUVs – usually by their own parents, in their own driveways. This is insane! This is legitimately insane in any civilized society. This information alone would be enough to regulate the hood design of SUVs and light trucks, but instead the industry solution for this is proximity sensors and front-facing cameras, because car companies are happy for any regulations that means they can sell you more stuff. …

Everything is a remix: AI

· misc

Fittingly, it’s almost been 10 years to the day I’ve posted about “Everything is a Remix”, and AI is no different.

Yes, it’ll affect us, yes, it’s learning from us, but we’re still the creators. And we’ve been doing the exact same.

Inflation

· misc

Three reasons prices are going up. But also most notably massive markups and lack of healthy competition.

Source: Kottke

Tracking "recycled" shoes with Airtags

· apple, misc

U.S. petrochemicals giant Dow Inc and the Singapore government said they were transforming old sneakers into playgrounds and running tracks. Reuters put that promise to the test by planting hidden trackers inside 11 pairs of donated shoes.

Most got exported instead.

[...]

t a rundown market on the Indonesian island of Batam, a small location tracker was beeping from the back of a crumbling second-hand shoe store. A Reuters reporter followed the high-pitched ping to a mound of old sneakers and began digging through the pile.

NextDNS and NetworkManager

· errors, linux, software

A while back, I wrote about installing NetworkManager if NextDNS activate fails to work.

Only... I realised that for some reason on Raspberry Pi (4), WiFi stopped working with the following errors:

Feb 17 11:55:02 tyr NetworkManager[449]: <info>  [1676631302.2204] device (wlan0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
Feb 17 11:55:02 tyr NetworkManager[449]: <info>  [1676631302.7525] device (wlan0): set-hw-addr: set MAC address to 92:F3:ED:C2:8F:9B (scanning)
Feb 17 11:55:02 tyr NetworkManager[449]: <warn>  [1676631302.7559] device (wlan0): Activation: failed for connection 'superuser.one'
Feb 17 11:55:02 tyr NetworkManager[449]: <info>  [1676631302.7562] device (wlan0): supplicant interface state: scanning -> disconnected
Feb 17 11:55:02 tyr NetworkManager[449]: <info>  [1676631302.7562] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Feb 17 11:55:02 tyr NetworkManager[449]: <info>  [1676631302.7577] device (wlan0): supplicant interface state: disconnected -> interface_disabled
Feb 17 11:55:02 tyr NetworkManager[449]: <info>  [1676631302.7578] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> interface_disabled
Feb 17 11:55:02 tyr NetworkManager[449]: <info>  [1676631302.7579] device (wlan0): supplicant interface state: interface_disabled -> disconnected
Feb 17 11:55:02 tyr NetworkManager[449]: <info>  [1676631302.7579] device (p2p-dev-wlan0): supplicant management interface state: interface_disabled -> disconnected
Feb 17 11:55:02 tyr NetworkManager[449]: <info>  [1676631302.7585] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')

The WiFi SSID and password (wpa_supplicant) never changed, so I wasn't sure what it was. However, as most Pi's are wired I didn't pay much attention, until today.