Message from @SenPyro
Discord ID: 470395646965317632
Get a bearded dragon
It can't fly but at least it isn't noisy and doesn't claw at you when it's mad
What about poop
I mean, if you're into that...
Not into that
I'd rather get a pet that can help me avoid that as much as possible
Get a plushie toy
Sounds reasonable
Avoid getting bunnies tbh
They shit everywhere
>bunnies
Only good thing bunnies are for is pate
Then again, most pets will learn where to shit if you educate them properly
The answer is get a goldfish
Unless I have to scoop her out of the bowl, and get new water
Or any fish, for that matter
Get a shark
<:alismirk:230784726615588865>
Can't really pet that tho
<:thonk:288060975775612929>
scoop it out of the water and start petting it
it can't say no
<:alismirk:230784726615588865>
<:thvnk:332928260004642827>
I'm not sure where he thought this would go.
He has
damn
Poland is very all or nothing
everyone sends like 2 or 5 helicopters, 2 planes
Poland sends and entire battalion of firefighters
probably smugglings drugs when we can
or just tobacco or alcohol
Witness the prophecy, guys.
fake n gay
```This organization structure, combined with the global-ish nature of JavaScript in the browser, has made us build the desktop client UI out of many small, self-contained web apps called Spotlets. They all run inside Chromium Embedded Framework, each app living within their own little iframe, which gives squads the ability to work with whatever frameworks they need, without the need to coordinate tooling and dependencies with other squads. While this approach has the disadvantage that we have many duplicate instances of different versions of libraries, increasing the size of the app, but it offers the massive advantage that introducing a library is a discussion between a few people instead of decision that involves ~100 people and their various needs. Not only would such a big discussion extremely time-consuming and hard, it would also force us to use a least-common-denominator approach to picking libraries, instead of picking the ones specifically tailored to the problem domain of each squad. Considering the size of a single song compared to the size of a JavaScript library, this trade-off is a no-brainer for us.```