

Isn’t that true, all other things being equal?
Isn’t that true, all other things being equal?
Hmm, but if the acceleration is gradual, shouldn’t it be fine?
Or are you referring to the constant centripetal acceleration felt by the object as it’s spinning?
Man is physics class far away
What prevents them from doing exactly that?
Lots of (all?) satellites have propulsion systems to make orbit adjustments anyway. Is it that complicated to bolster them a bit for that purpose?
Look for other advice for repairing them, but making your couch feet bigger and softer with tennis balls or felt should prevent it from worsening.
Isn’t that a lot of politicians? I hate Trump as much as the next gal, but this particular thing doesn’t sound all that out of the ordinary.
What the fuck
Canada, that actually has land really close to Greenland: haha let’s play a silly war of flags and alcohol over an island no one cares about, it’ll be fun.
The US, that has absolutely nothing to do there: all your base are belong to us
I used Voyager for a while and here are the issues i noticed before I switched to another app (which also has issues):
Oh yeah, I’m realizing this late but I’ve got a feeling you might like twists on the magical girl genre like Mahou Shoujo Ikusei Keikaku. Puella Magi Madoka Magica was among the first and is all a fan favourite, but it’s not the one I like the most.
Mangaka. Author.
Akagi is a mahjong manga. It assumes you know mahjong from the beginning. I wouldn’t recommend it unless you really like the game. I barely made it 6 pages into the manga after someone gifted me a volume for Japanese practice.
If you want to see a lighter take on gambling, maybe Kakegurui or No Game No Life.
If you want death game stuff, maybe Btooom!. Mirai Nikki is also a classic in the same vein. Much more over the top would be the Fate series (Fate Stay Night, Fate Unlimited Blade Works, Fate Zero, etc.) Much less intense but still enjoyable was Death Parade. And we’re getting pretty far from the theme but theoretically Sword Art Online checks the death game box; reviled by true connoisseurs 🍷, I still think it’s plenty enjoyable if you don’t think about it too deeply.
If you’re looking for something in the “psychological” category, I can recommend Psycho-Pass for something serious with action, Oshi no ko for something serious with drama ,or Kaguya-sama wa kokurasetai! for a lighter take.
Those game wikis are basically the only ones I use an adblocker on. They’re basically unusable on mobile.
That’s not mileage infuriating, that’s fucking abuse.
Oh my god. I think I’ll just go back to my teapot.
I’m trying to avoid Chromium clones altogether. I really don’t like the engine quasi-monopoly we have and I don’t want to participate in furthering it.
It’s not in Firefox mobile.
Sure, I could probably find the URLs to add it in at a new custom search engine. But if you’re gonna make such a bombastic announcement, I expect you to have the update ready beforehand.
Do they not realize that mobile is most Web traffic nowadays?
I’d rather we get eradicated but the rest of nature is fine.
Hmm, I follow the package’s readme and only get invalid command errors.
Gotta install the pip dependencies.
Oh but first you need to create a venv or everything will be global. Why isn’t that local by default like with npm? Hell if I know!
Ah but before that I need to install the RIGHT version of Python. The one I already have likely won’t do. And that takes AGES.
Oh but even then still just tells me the command is invalid. Ah, great, I live CLIs. Now I’ve gotta figure out PATH variables again and add python there. Also pip maybe?
Now I can follow the readme’s instructions! Assuming I remember to manually open the venv first.
But it only gives me errors about missing pieces. Ugh. But I thought I installed the pip dependencies!
Oh, but turns out there’s something about a text file full of another different set of dependencies that I need to explicitly mention via CLI or they won’t be installed. And the readme didn’t mention that, because that’s apparently “obvious”. No it’s not; I’m just a front-end developer trying to run the darn thing.
Okay. Now it runs. Finally. But there’s a weird error. There might be something wrong with my .env file. Maybe if I add a print statement to debug… Why isn’t it showing up?
Oooh, I need to fully rebuild if I want it to show up, and the hot reload functionality that you can pass a command line argument for doesn’t work… Cool cool cool cool.
Python managed to turn me away before I wrote a single line of code.
Running an already functional project took me nearly two hours and three separate tutorials.
That’s good and all but man is that person a big fan of aria properties.
To be clear, they’re not bad, but they’re a little brute-forcey. There’s often a way to achieve the same purpose without them.
For instance, instead of
aria-pressed
with buttons, you can just use radio buttons and labels. And your can just put heading elements in your sections instead of naming them with aria properties.