Using AI Generated Code Will Make You a Bad Programmer | Rudi's Unsolicited Opinions

I’m always impressed by bad programming, but that one’s new. I can’t find the WPS feature of my TP-Link Deco network. It should be in the advanced tab, which does not load. The UI hints that it does not load, I should reset the network. When I try to reset the network the app fails, while claiming everything is fine. #tplink #tplinkdeco #badprogrammer
Updated Python awhile back on this machine and didn't rerun a bunch of scripts until today. The joys of new warnings and errors along with packages not installed in the new venv. Warnings and errors were down to my laziness e.g. leaving “\s” in regex strings leading to Python going “that's not one of my escape sequences” #Python #BadProgrammer

@gdd @cst1

#tinytapeout For some reason, the Verilator #linter used in the GitHub actions doesn't know about the Sky130 standard cells. However, I do directly instantiate some inverter cells in my ring oscillator TRNG design.

Consequence: the action fails because the linter raises an error.

Solution? Disable the linter.

#hardware #vlsi #badprogrammer #computerscience