Looks like I am user #482
Any conversation
code quality is about coupling.
coupling is not a technical property of the code bytes.
code acquires its meaning in contact with the cultural environment, and coupling is about meaning.
two constants with no semantic relationship are nonetheless coupled in pragmatics if they refer to the same domain concept.
if your goal is to minimise the time integral of future work, you must understand your domain: it decides which lines will need changing.
to carve up a codebase is to carve up the world.
hรกt, jรณ, รฉppen telepรญtem a Windows 11-et, most jรกrok kรถrรผlbelรผl annรกl az รฉrdekes rรฉsznรฉl, hogy a TPM 2.0-รกs processzor-izรฉ egy Rufus nevลฑ programmal elvileg szoftveresen kivรกlthatรณ, meg hogy a windows 1125H iso-t kell beletรถlteni egy minimum 8 GB-os pendrive-ra
Well, I'm currently installing Windows 11, and I'm getting to the interesting part, where the TPM 2.0 processor chip can be replaced in software with a program called Rufus, and where the Windows 1125H ISO needs to be loaded onto a pendrive of at least 8 GB.
a Gemma 4 a Google tulajdona, nem tรกrol mรกs adatot, csak amirลl a gรฉpen fogom a Rezsล nevลฑ OpenClaw รผgynรถkรถt kรฉrdezgetni, helyileg azt sem itt tartja, hanem a felhลnek csรบfolt infrastruktรบrรกban, ami legvalรณszรญnลฑbben valamelyik brazรญliai esลerdลben foglal helyet vagy Finnorszรกgban
Gemma 4 is owned by Google, it doesn't store any other data, except what I'll ask the OpenClaw agent named Rezsล about on the machine, it doesn't keep it locally either, but in the infrastructure mocked as the cloud, which is most likely located in a Brazilian rainforest or in Finland
mandelbrot
for y in range(10):
s=''
for x in range(25):
a=[]
for q in range(2):
z=c=x/25*3-2+1j*((y*2+q)/10-1);n=40
while n and abs(z)<2:z=z*z+c;n-=1
a+=[n<5]
s+=" โโโ"[a[0]+2*a[1]]
print(s)
โโ
โโโโโโโโ
โ โโโโโโโโโ
โโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโ
โโโ โโโโโโโโโ
โโโโโโโโ
โ โโโโ
โโ

