Productive weekend started four hours ago for me (at 06:00 EDT). Visited aunties and mum. Just got home, and waiting for wife to finish preparing to get on the road again. Next destination: nursing home (visit family, and โadoptedโ elders).
Any conversation
How do you define slop in relation to ? For me, it is how quickly you get to an unmaintainable state- the acceleration into something that becomes difficult to work. I talk more about it here: hellodavid.dev/blog/slop
szรณval technikailag nem adatkรถzpontnak neveznรฉm a fลterminรกlt, hanem maximum vallatรณszobรกnak MI รผgynรถkรถk rรฉszรฉre, jelenleg el vagyok akadva a Windows 11 telepรญtรฉsnรฉl, รฉs nรฉhรกny kรถnyvet รฉs scriptet mรฉg lementenรฉk rรณla รบgy biztonsรกgilag, mielลtt belefognรฉk a vallatรณszoba kialakรญtรกsรกba, itt tรฉnyleg olyan sandbox van, amibลl nincs nagyon merre mรกszkรกlni, kivรฉve, ha direkt kikรผldรถm valamelyik webes alkalmazรกsra
So technically I wouldn't call the main terminal a data center, but more of an interrogation room for MI agents. I'm currently stuck installing Windows 11, and I'd like to download some books and scripts just to be safe before I start building the interrogation room. It's really a sandbox here, with nowhere to go except if I send it directly to a web application.
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)
โโ
โโโโโโโโ
โ โโโโโโโโโ
โโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโ
โโโ โโโโโโโโโ
โโโโโโโโ
โ โโโโ
โโ
