โโโโโโโโโโโ โ โโโโโโโ โโโ
โ โโโโโ โโโ โ โโโ โ
โ โโโโโโโ โโ โ โโโโโโโ
โ โ โโโโโ โโโ
โโ โโ
โโโโ
โโโโโ
Any conversation
I got an email from battle.net to confirm my age. Apparently some content may be restricted to minors in the region my account is from.
You would think that the account having been created 19 years ago, and with some CD-keys of games from the late 1990's having been added to it would be enough proof, but oh well.
็ๆฅๅฏไปฅๅไธญๆใๅ ไธบๆฒกๆ่บซไปฝ่ฏ๏ผๆไปฅไธ่ฝๆฅๆๆๆบๅท๏ผๆฅ็ไธ่ฝๆณจๅ็จณๅฎ็email๏ผไนๅฐฑๆฒกๆณๆณจๅๅ
ๅฎนๅนณๅฐ๏ผๅๅธๅ
ๅฎนใhotmailๅ ไธบๆๆฒกๆ็จณๅฎ็ipๅฐๅ๏ผๅธธๅธธๅฐ็ฆๆ็email่ดฆๅท๏ผๆ็mastodon่ดฆๅทๅ ๆญคไนๆฒกๆณ้ฟๆไฝฟ็จใๆๅธๆ่ฟๆฏไธไธชๆๅฏไปฅ้ฟๆๅๅธๅ
ๅฎน็ๅฐๆน
It seems I can post in Chinese. Because I don't have an ID card, I can't have a phone number, and therefore can't register a stable email address, which means I can't register on content platforms or publish content. Hotmail frequently blocks my email account because I don't have a stable IP address, so my Mastodon account can't be used long-term. I hope this is a place where I can publish content consistently.
โฆ
NIH syndrome? I am guilty of it too. I love implementing things from scratch, you learn a lot by doing so and you get to own the codebase end-to-end, so no surprises and fighting around othersโ choices. It can get exhausting too though, in the end I succumb to using off-the-shelf components because my primary goals move at a higher level.
WezTerm for local and remote multiplexing really is the ideal experience - it's so much better than using zellij, tmux, zmx, and friends.. I don't think they pitch this feature hard enough on their site.
I think the in-terminal multiplexers have their place - e.g. if you need to access from mobile (no WezTerm there) or on machines where you simply don't want to install WezTerm for some reason. WezTermrm could probably eliminate that last one by packaging just the mux server.
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)
โโ
โโโโโโโโ
โ โโโโโโโโโ
โโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโ
โโโ โโโโโโโโโ
โโโโโโโโ
โ โโโโ
โโ
