Finished watching Titanic with kids. One of the best movies ever.
Any conversation
Wrote a short essay on overreliance on metaphor in our "understanding" of the brain
there's no fundamental physical limit that prevents silicon from developing taste and judgement, but language is a lossy compression of reality.
taste comes from experience, from the shadowy mass of episodic memory, which swirls and convects at the boundary of consciousness. the ideas recombine into new ones in the nuclear reactor of the hippocampus.
but no matter how imbued with meaning and expertise is a handmade wardrobe we still get our shit from ikea
a kis laptopnak pedig nincs elรฉg memรณriรกja, szรณval ezt a fลterminรกlt eredetileg programozรกsra vettem, azt nem tudom mรกr, mit akartam programozni vele, de pont รบgy zรบg, mint egy adatkรถzpont, รฉs hogyha egy kicsit korszerลฑsรญtem, a Gemma 4 LLM รฉppen visรญtva el fog tudni futni rajta
and the little laptop doesn't have enough memory, so I originally bought this main terminal for programming, I don't know what I wanted to program with it anymore, but it hums like a data center, and if I upgrade it a little, the Gemma 4 LLM will be able to run on it screaming
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)
โโ
โโโโโโโโ
โ โโโโโโโโโ
โโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโ
โโโ โโโโโโโโโ
โโโโโโโโ
โ โโโโ
โโ
