JATth@lemmy.worldOPtoProgrammer Humor@programming.dev•Removing API dependency from a plugin.
0·
9 days agoBtw. I’m having a party tonight like NOW.
I mean no harm.
Btw. I’m having a party tonight like NOW.
The point when the AI hallucinations become useful is the point where I raise my eye brows. This not one of those.
Python is just a pile of dicts/hashtables under the hood. Even the basic int
type is actually a dict of method names:
x = 1
print(dir(x))
['__abs__', '__add__', '__and__', '__bool__', '__ceil__', '__class__', '__delattr__', '__dir__', ... ]
PS: I will never get away from the fact that user-space memory addresses are also basically keys into the page table, so it is hashtables all the way down - you cannot escape them.
I was reluctant to take this project, knowing well I would end up deleting nearly all existing code I would have to touch, all while having just mediocre skill writing its successor, if it ever becomes one.
I can no longer escape from this project, nor do have I will to.