A site needs to have an adversarial relationship between it’s users and its ownership . If the owners get their way it’s garbage and if the users get their way it’s a different kind of garbage
Lynn™
@lynn.cat
💊🐇 she/they 🐰🐱 nyagomorph 👑💖 demoscene royalty 💾📀 i have computers older than you 🎹🎧 tracker/hacker/dj 🎨🐇 rabbit artist 🧃🍼 adult by circumstance, not by choice ♾ thanks, its the autism! 🌍🔗 http://bark.lynn.cat/
can't wait to reclaim "vibe coding" to mean just doing substances and hacking away at mIRCscript in a dimly lit room with jungle blasting in the background
fucked that "vibe coding" now means something besides getting sorta high and blasting music and boppin' along while writin' c++ or whatever
this month's word/theme is "friction" and it's all about how I'm trying to experience less of it (unless otherwise desired (haha sex))
I've been reverse-engineering / porting Super Mario Bros. to C++ to understand how it works on the inside! I guess this looks exactly like an emulator but it's not, the "RAM" is recreated from internal state
“How strong should the eject mechanism on this miniSD card slot be?” “Ah, just fuckin’ send it mate”
We've had the tabs/spaces argument, 4 vs 8 spaces, hot dogs, etc. but does anyone use odd-number tab sizes for indentation while coding? :D
biobreak implies the existence of chembreaks, radbreaks, and nukebreaks
containers, groups, tags, threads, give me more, I love to sort and organize everything~
definitely ignoring this way too hard right now, but hhhhhhh what if my boilerplate code was even better??? >w>
Had to put a note up above my monitor
i wish khaled would add some kind of call-origin identifier to mIRCscript, for more convenient/helpful debug/log output :) it's only been requested a bunch of times in the past on the forums, but not sure why it has never been implemented :D
Kinda was going through art block and not really drawing much anyway, but now that my iPad is out of commission, I feel a burning desire to doodle -.-;
corollary: if someone posts art with the specific intent of *finding out who the artist is*, don't boost or comment, *unless* it actually helps identify who the artist is.
Getting the whole iPad replaced by apple, no charge, EU consumer rights win for once :)
I hate naming characters I hate it I love drawing guys and I hate naming them it SUCKS
an artist who has been a huge inspiration reposted one of my dumbest meme things ever :D this is awesome, i love being noticed >w<
I think Riven deserves more love than it's predecessor.
I also also also love Myst.
damn, just learned I've made a wrong assumption about how mIRCscript tokenizes parameters :) by default any input/parameters for an alias are space-delimited, so: /test fuck you, baltimore would populate $1- with 3 tokens: $1 would contain "fuck", $2 "you,", and $3 "baltimore".