ryan

u/ryan@the.coolest.zone
23 posts · 305 comments

Recent posts

Recent comments

Calorie counting through MyFitnessPal. I am unable to accurately gauge how many calories I'm consuming just by eyeballing it, and this is especially difficult given my TDEE (total daily energy expenditure) is about 1350 calories. (I'm short.) The only way I've been able to manage my weight is by turning it into concrete understandable numbers.

I have a 3,312 day streak of calorie counting now. It's the one habit I've managed to keep up, and while my weight has gone up and down I've kept track of it all. At my starting point, I weighed 150lb (obese by BMI), and I'm currently down to 118 (high end of normal by BMI).

on Real talk · c/lemmyshitpost · 2 pts · 2y

Some of my earliest memories are watching The Next Generation with my parents. I never stood a chance! I was always destined to be 🤓

on Real talk · c/lemmyshitpost · 180 pts · 2y

Real answer: these are actually real languages! They're just conlangs, or constructed languages, instead of natural languages. The major problem with conlangs generally ends up being the limited vocabulary, but the grammar foundations are usually solid.

I actually really like Klingon as a language because it was intentionally designed to be alien, and specifically to be very Klingon. Most languages are Subject-Verb-Object (like English and other Western languages) or Subject-Object-Verb (like Japanese or Hindi). Klingon, however, is Object-Verb-Subject - it's very direct with the emphasis placed on the target of the sentence, which makes sense with the Star Trek world and Klingon culture.

Fun fact, Klingon has at least one native speaker - some guy raised his daughter to speak Klingon as well as English. (I'm not a fan of this - on one hand, learning multiple languages from an early age is a huge leg up in being able to learn more languages in the future, but on the other hand Klingon is entirely useless as a primary language given its structure and the few other people who speak it.)

Unfortunately, I think due to the way ActivityPub works, the domain name is inexorably tied to the instance. Trying to migrate to a new domain name would break a lot of federation to my understanding.

It looks like someone posted an attempt at a workaround here (latest reply): https://github.com/mastodon/mastodon/issues/5774

But it does require the self-destruct button because the old domain name has to be erased from other servers.

on *Permanently Deleted* · c/memes · 5 pts · 2y

if camping's so great, why did man invent House? 😏

(I've never actually been camping. I think I would like to one day though, both for the general experience and the ability to actually see stars, which I think would be neat.)

There is a Light Gary on your right shoulder and a Dark Gary on your left. They don't provide any great moral advice, but damn do they love to argue about the best hiking trails.

on Trolley Problem Solution · c/memes · 25 pts · 2y

Y'all kids and your speedrun strats. Some of us have poor reaction time and need to perform safety setups.

on Trolley Problem Solution · c/memes · 155 pts · 2y

I've never understood why people have such a hard time with the trolley problem. Obviously, if you pre-emptively move that lone guy over to the rail with the five, you can hit all six at once to maximize your score. Just requires a bit of setup.

Though the network engineer cries out, the parents do not come back to take care of the hatchling. The newborn must climb down the cell tower on its own and immediately begin searching for food, shelter, and a job in the telecommunications industry. The rapid fledging cycle of the network engineer means that only a handful survive into employment.

High school (and all primary schooling) is 50% teaching you useful facts and knowledge and 50% teaching you skills like concentrated work effort, sitting and listening, taking instructions and following them, and applying critical thinking to transform knowledge. MLA falls into the latter category, in my opinion.

on *Permanently Deleted* · c/autism · 15 pts · 2y

I always thought this was my ADHD talking, but from some googling... It could be this as well, or instead of. I'm definitely very monotropic and I also recognize the symptoms of Pathological Demand Avoidance in myself.

Unfortunately, at work I manage three different tracks which each have their own roadmaps and deadlines, so constantly shifting attention is required. It's taken a decade of practice to get where I am -- forcing my body and my brain past perceived obstacles and discomfort. It's possible to train your brain out of certain desire paths with enough effort, but it's not easy, and I wouldn't say I'm cured to any measure. I'm just better at managing my symptoms and getting things done than I used to be.

I hate to say "it's a bootstrap thing" but frankly there's no magic cure, only increasingly difficult iterative steps that you achieve through a ton of practice. I do hope my neurodivergent compatriots here have been able to find jobs that work with their unique skills and brain structures, rather than against as I have found myself.

🥸 well you see, you own a digital license to watch the movie so long as we have it available, have you read our terms of agreement--

Agreed that this is scummy marketing, though. The only real way to own media (legally) anymore is through physical copies, and even then maybe there's some provision that makes a DVD illegal due to license shenanigans... but no cop's gonna bust down your door for owning an illegal DVD of Aquaman.

on *Permanently Deleted* · c/firefox · 12 pts · 2y

By observing the HTML of the about:preferences#privacy page, we can find that the checkbox "Cookies" has a preference value of network.cookie.cookieBehavior, as does the dropdown next to it, so that's the preference value that is changed.

You can see in the console of about:preferences that if you type in Services.prefs.getIntPref('network.cookie.cookieBehavior') it will return a 1. You can also see this if you have about:config open as you are toggling the preferences dropdown - the value will change there.

Hope that helps!