mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

584
comptes actifs

#typing

0 message0 participant0 message aujourd’hui

I’m pretty sure that I’m talking to a skewed audience here, but anyway:

Did you “formally” learn to type? As in, with software / a teacher or instructor?

If you can add a generation or general age indication in with your answer, that would be useful too.

Good morning, friends. 🌺💮🌻

25 July 2025

Charlie came in early this morning to badger me about breakfast—still fifteen minutes away. He kept nudging my keyboard with his nose, persistent and focused, while it rested on my lap. I told him to lie down, but had to repeat myself; he was determined to get me moving. When the clock finally ticked over to mealtime, I stood and announced, “Time to eat—go outside,” and he bolted to the door. I almost always let him out while I prepare his food. It’s just part of my morning rhythm at home.

When I’m working at my desk, I usually prop my legs on the corner and balance the keyboard in my lap. Maybe it’s not textbook posture for typing, but it feels natural to me.

"Typing Great Thoughts and Beautiful Sentences... like iridescent stones that dry into dull gray pebbles." – Michael Dirda

Suite du fil

I use spellcheck but hate-hate-HATE #autocomplete & Siri.

They only remind me tech is 90% based on assuming we’re stupid and further dumbing us down, the word I want so often not there if not actively avoided.

Still, there are some annoying #typing tasks where autocomplete saves effort.

So here in two posts are my 'Text Replacement' entries in IOS Settings.

No alttext as this is (I think) a visual thing, but an example is: I type 'isnt' and Text Replace offers 'isn't'.

2/2

I use spellcheck but hate-hate-HATE #autocomplete & Siri.

They only remind me tech is 90% based on assuming we’re stupid and further dumbing us down, the word I want so often not there if not actively avoided.

Still, there are some annoying #typing tasks where autocomplete saves effort.

So here in two posts are my 'Text Replacement' entries in IOS Settings.

No alttext as this is (I think) a visual thing, but an example is: I type 'isnt' and Text Replace offers 'isn't'.

1/2

I'll go ahead and say it. Predictive typing is as advanced as just throwing spaghetti at a wall and seeing what sticks.

The typo in "hour” is mine. The suggestion to complete the sentence with "horseshoe” is Microsoft Outlook’s.

Even worse, I have "Check spelling as you type” and “Check grammar as you type" both turned on.

Vous vous souvenez (enfin, surtout les personnes nées ya un bon moment) de l'epoque-ou-on -ecrivait-des-mails-sans-les-accents-cedilles-tremas-en-francais?

Il y a encore des langues qui doivent passer par des fonts spéciales qu'il faut installer pour pouvoir lire correctement et ne pas avoir des carrés ou des caractères au hasard.

Or, cela fait super longtemps que le problème n'est pas technique. Il n'est pas non plus linguistique évidemment...

Article en libre accès, en anglais ⤵️

Why is it so hard to type in Indigenous languages?

"The challenges to achieving universal encoding for historically-marginalized languages are no longer technical; they are bureaucratic and political". ⤵️⤵️

theconversation.com/why-is-it-

The ConversationWhy is it so hard to type in Indigenous languages?A recent update to the Unicode Standard means that Haíɫzaqvḷa can finally be fully written and read on all digital platforms.

I'm trying to use mypy inside tox with tox-uv, but mypy's --install-types flag hardcodes the usage of pip. When you're using tox-uv, pip is no longer installed in the environment because uv does the heavy lifting with `uv pip install` as a faster alternative to `pip install`

Here's my attempt at making mypy more configurable so it can install types using uv:

github.com/python/mypy/compare

GitHubGitHub - python/mypy: Optional static typing for PythonOptional static typing for Python. Contribute to python/mypy development by creating an account on GitHub.