Tried some after a long time again today. Couldnโt hold my thoughts for 15 seconds. I used to be able to and blank my mind for 5 to 10 minutes. Need to practice again, I remember how beneficial it was to my when I did it in the past.
Any conversation
Routines in Claude Desktop create Claude Code sessions, so hourly routine litters in iPhone' Claude.app Code tab. Screw it, built my local version of AWS StepFunctions - Stepper - and run skills as state machines there.
I'm doing experiments with short attention-span students and code. Starting with python, and, oddly, now working in BASIC. As a C programmer of 40+ years, I find this aesthetically and pedagogically displeasing, but I am delighted to see them getting fully absorbed in writing
130 PRINT "You have been eaten by a bear!" : GOTO 900. Yes there is spaghetti, but it's their spaghetti and they seem to take delight in debugging it. Python will come later. Windows 8 szintลฑ elbarmolรกst lรกtok (na, jรณ, Windows 8.1), nekem amรบgy kihรญvรกs a bonyolultabb kezelลfelรผlet, ha a szoftver maga jรณl mลฑkรถdik, de mรกr a kezdet sem alakul tรบl jรณl, a Windows-nak รบj filozรณfiai szlogent talรกltam ki, ami egy magyar mondรกs is: "Ez van, ezt kell szeretni."
I see Windows 8-level nonsense (well, Windows 8.1), for me the more complicated interface is a challenge, if the software itself works well, but the beginning is not going too well, I came up with a new philosophical slogan for Windows, which is also a Hungarian saying: "This is it, you have to love it."
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)
โโ
โโโโโโโโ
โ โโโโโโโโโ
โโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโ
โโโ โโโโโโโโโ
โโโโโโโโ
โ โโโโ
โโ


