eidorb | 6 months ago | on: Dynamically patch a Python function's source code at runtime
eidorb's comments
eidorb | 8 months ago | on: Measuring power network frequency using junk you have in your closet
I'll test if this antenna methods works as an alternative. I'd feel more comfortable sharing with others if mains voltages are eliminated entirely.
eidorb | 8 months ago | on: Australians to face age checks from search engines
eidorb | 8 months ago | on: Breaking WebAuthn, FIDO2, and Forging Passkeys
webauthn in software https://github.com/bodik/soft-webauthn
Unofficial bank API client using software passkey: https://github.com/eidorb/ubank
eidorb | 8 months ago | on: The Grug Brained Developer (2022)
eidorb | 9 months ago | on: MonsterUI: Python library for building front end UIs quickly in FastHTML apps
I can see hypermedia future -- it's lightweight iframes all the way down ;)
eidorb | 1 year ago | on: Begrudgingly Choosing CBOR over MessagePack
I found it wouldn't encode `None`s, but didn't dig at all, just worked around it.
Star count would place it about midway in the list.
eidorb | 1 year ago | on: OpenAI O3 breakthrough high score on ARC-AGI-PUB
eidorb | 1 year ago | on: An artist who trained rats to trade in foreign-exchange markets (2014)
eidorb | 1 year ago | on: Gestaltgesetze füR Websites (Gestalt Principles for Websites)
eidorb | 1 year ago | on: Decabit Decoder
eidorb | 2 years ago | on: Windows Sandbox
eidorb | 3 years ago | on: WTFPython: Exploring and understanding Python through surprising snippets
stripped_lines = (line.strip() for line in buffer.readlines())
non_empty_stripped_lines = [line for line in stripped_lines if stripped_lines]eidorb | 5 years ago | on: Solving Algorithmic Problems in Python with Pytest (2019)
(Also, it’s part of the standard library.)
eidorb | 9 years ago | on: Operating Systems
eidorb | 10 years ago | on: You hear a voice in your head when you're reading, right?
eidorb | 13 years ago | on: Threading in Python
[1] http://eli.thegreenplace.net/2011/12/27/python-threads-commu...
eidorb | 13 years ago | on: For a Bit of Colored Ribbon
eidorb | 13 years ago | on: Using python and k-means to find dominant colors in images
eidorb | 13 years ago | on: Never again be thwarted by restrictive “guest” wifi (e.g. on buses or airplanes)
I had some time on my hands and got TCP over DNS working. It's obviously quite slow, but certainly useable. A fun exercise anyway.
https://github.com/eidorb/ubank/blob/master/soft_webauthn_pa...