If you've changed your name, and you have old git commits that still show under your old name, you can fix it by adding a `.mailmap` file in the root of a git repository
This file lets you say what name and email address should appear any time git sees a particular email address for a commit author
Also, a heads up:
I'll be doing an online presentation on the Epics About Women project! If anyone is interested, here is the registration link:
storycrossroads.org/AllThingsS…
You can join in, or ask for the recording to view later.
Here is a promo video:
youtube.com/watch?v=e4-AW9oIHF…
#folklore #mythology #women #epics #WomensHistory
All Things Story – Virtual Workshop Series
Learn and develop storytelling skills in all areas – professional, performance, and applied. This is a monthly series with a certificate after each time that can be used for professional deve…Story Crossroads
No more Microsoft Exchange. 🇩🇪German consultancy IAGO GmbH celebrates its decision to switch to Tuta Mail. 🎉
The benefit:
✅ Digital sovereignty
✅ Security
✅ GDPR-compliance
Check here what Niclas has to say about Tuta and what feature he loves most. ❤️
➡️ tuta.com/blog/iago-switched-fr…
#Privacy #DigitalSovereignty #EmailEncryption #MadeInGermany
IAGO GmbH switched from Exchange to Tuta Mail – and is not looking back! | Tuta
From its own Exchange server to a secure European alternative: Why a German business consultancy chose Tuta Mail over US clouds.Tuta
We’re a little more than a week away from the Sun setting for the next three months. November 6th.
#nunavut.
Již tento víkend se v Brně koná @openalt a
tam nebude chybět. Nejenže tam budeme mít stánek, ale v programu najdete i několik přednášek, které se #Fedora týkají. 👇
reshared this
#legday
Release refs/tags/v3.5.0 · ogomez92/launchtype
This is a new release of LaunchType. For the user manual see https://www.oriolgomez.com/software/GitHub
Sensitive content
On this day last year, #libcurl celebrated its 18th anniversary of not breaking the ABI.
That makes it 19 years now.
Let's fight SPAM 🥊
Our team has built an amazing update to better filter spam.
Help us test it! Join the beta now: antispam-beta@tutao.de
Thank you! 😍
Buenos días desde la Administración Pública.
Sirviendo con objetividad los intereses generales y actuando de acuerdo con los principios de eficacia, jerarquía, descentralización, desconcentración y coordinación con sometimiento pleno a la ley y al Derecho.
Y vosotros, ¿qué tal?
vyzerá to tak že priestor mám ale to je tak všetko, je tam ohýbačka zvárať mám/budem prej v škole.. dobrý dobrý xD
edit: fakt neviem aký materiál to mi bude musieť povedať niekto v škole lebo nevím, tam to musia vedieť ne čo ja viem
trojku hlazenku se nám podařilo vymlátit kladivem do pružiny :D
Kdybys tam měl kyslík a acetylen tak tím by to mohlo jít pěkně :D
Gosh I love podcasting! I started to create the podcast episodes for our local blindness organization. For the second to last episode, I had the main moderation with our press person over MS Teams, which I recorded in Audio Hijack by @RogueAmoeba. I then already had multiple tracks to import into REAPER. Then, I also had the intro and outro, which are two wave files, and a bunch of interviews which were created using several different setups by different people. Two were phone interviews, one was a statement recorded directly onto an iPhone, and two were interviews conducted over Teams or such, with the interviewer and interviewee using notebook mics instead of something proper. But thanks to the advanced audio processing algorithms offered by @auphonic, not only did the press person's audio, which was quite flat when it came to me due to the mic she was using, sound much better because of the voice EQ filter, but the interviews all benefitted from the voice isolation feature, including the removal of reverb. The resulting episode sounds amazing considering the varying bits of audio I was given to put together. The original version of the episode didn't have all of this, but I just recreated the audio with all the above, and hope the person in charge of the podcast host interaction will replace the audio with the one I recreated.
Anyway, the satisfaction of creating something really decent sounding from all these bits of unprofessional recording fills me with lots of joy.
Sensitive content
Ve válce. Sedm ukrajinských příběhů a esejů o tříletém vzdorování Rusku
Koho mučí v ruském zajateckém táboře? Kam míří ruské údery? Jak zní válka a jak krajina předků? Kam a kudy utéct? Jak si navzájem pomáhat? A jak truchlit, přežít, nebo žít dál? V Radioknize uslyšíte exkluzivně sedm povídek, reportáží i esejů nejvýzna…MůjRozhlas
Here’s what a monopoly is.
If your corporation is a monopoly (or part of a duopoly, or a triopoly, or whatever), you can fire all your best staff, let your services degrade to hell, and you’ll still keep all your customers (and all their money) because there’s nowhere else to go.
I don’t really care that all the big cloud providers are corporations beholden to the USA. I care that there’s 3–4 of them. It wouldn’t matter where they were based if there were 100.
This could be incredible for accessibility.
I've long held the opinion that the proper way to expose TUI semantics (which nobody is doing at the moment, as there's no standard for it) would be to rely on HTML in some way.
We already have perfectly good screen readers that can work with complex objects (think tables with column headers spanning multiple columns) on the web, why re-invent the wheel?
Aria has everything we might possibly need, menus, progress bars, tables, forms (for 3270 / 5250 terminal emulators), it's all just there, well specified, well supported and ready to use.
ghostty/src/terminal/formatter.zig at main · ghostty-org/ghostty
👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration. - ghostty-org/ghosttyGitHub
Consuming this would be another matter entirely, you'd have to write some Electron / native webview / browser-based abomination, communicating with some native process (with enough privileges to actually run terminal commands) over websockets. You can't "just" expose raw HTML to screen readers, you need some kind of web engine that converts it to the accessibility APIs that screen readers understand natively, and those varry per platform.
You could make Ghostty itself pretend to be a webview (which AFAIK would be the only way to communicate a complicated document representation like this), but that would either rely on the platform's native web view somehow, or re-implement those APIs.
Perhaps @matt has some input on this, he knows a lot more about this than I ever will.
GitHub - david-vanderson/dvui
Contribute to david-vanderson/dvui development by creating an account on GitHub.GitHub
Mac OS has a significant problem with queuing. WHile Windows screen readers have a queue of utterances to be spoken, Mac OS can only support one utterance at a time. New speech output always clobbers what's currently in the buffer.
This is highly undesirable for terminals. Imagine a quickly scrolling compilation log, where all lines are prefixed with a timestamp. Instead of being able to periodically flush the queue and listen to a few lines to track progress, you'll constantly hear the word "two" (as in 2025-10-30). In other words, before a line can be read, it will be cut off by the next one.
This is the behavior of terminal.app (which is why it is unusable without muting VO and using a separate terminal screen reader, but that is an ugly hack that carries other issues with it.)
It's not an insurmountable problem by any means, you can get around it by interacting with Mac OS's speech APIs directly (and those APIs do support queuing, it's just VO that doesn't), it's just something to be aware of and that most terminal emulators get wrong, making them almost unusable on Mac accessibility-wise.
For an example of the problem in action, see this page with VO on (cmd+f5 or cmd+side button pressed three times on old touchbar Macs) gist.githack.com/mikolysz/9878…
Máš starší notebook nebo počítač a chceš zkusit žít s Linuxem místo Windows?
Chceš zjistit, jaké jsou otevřené alternativy ke komerčním cloudovým službám a běžným programům?
Tak pojď na náš celodenní workshop v sobotu 8.11. od 10:00 u náměstí Jiřího z Poděbrad v Praze, nainstaluj si s naší pomocí Linux a nauč se jeho základní použití pro běžné činnosti!
Detaily na workshop.cyberladies.cz 🐧
On this day in 1995 (thirty years ago), I experienced my first school fire, when someone threw a lit match into an empty soap Dispenser in an upstairs girl's bathroom, which was right down-wind from the library, which smelled bad for weeks afterward.
Ah, good times.
Disney and YouTube settle their legal dispute over YouTube's hiring in May of former Disney executive Justin Connolly to be global head of media and sports (Dominic Patten/Deadline)
deadline.com/2025/10/disney-yo…
techmeme.com/251029/p63#a25102…
Disney & YouTube Settle Legal Dispute Over Justin Connelly Hiring
Disney & YouTube have put down their legal weapons and come to a settlement over executive Justin Connolly.Dominic Patten (Deadline)
simonwillison.net/2025/Oct/29/…
MiniMax M2 & Agent: Ingenious in Simplicity
MiniMax M2 was released on Monday 27th October by MiniMax, a Chinese AI lab founded in December 2021. It's a very promising model. Their self-reported benchmark scores show it as …Simon Willison’s Weblog
So that's DeepSeek, Qwen, Moonshot (Kimi), Z.ai (GLM) and now MiniMax all turning out frontier open weight models in China
The ai-in-china tag on my blog is pretty busy this year! simonwillison.net/tags/ai-in-c…
Simon Willison on ai-in-china
77 posts tagged ‘ai-in-china’. See also my tags for Qwen and DeepSeek.Simon Willison’s Weblog
On another less daunting note, I just published a new track called "The Fall".
You can check it out on Bandcamp: alecaddd.bandcamp.com/track/th…
YouTube Music: music.youtube.com/watch?v=6CLM…
and other streaming services
Corporate America is so toxic and such a scarring ever lasting experience that even places that try to do better and have a transparent, open, and collaborative approach are seeing as leadership against developers, with deep trust issues, and an ingrained instinctual approach of trying to read between the lines, even when nothing is hidden.
It's sad...so sad.
Cue the "you're a Director so you must make millions so go die in a fire" kind of replies
In 2013, when #Montreal was deep into its corruption self-investigation, we almost ran out of asphalt.
We'd made a new rule that anyone named during the Charbonneau commission's corruption inquiry was disqualified from being a vendor/supplier for the city.
The hitch was that all of the asphalt suppliers were named. Yes, *all* of them.
So we had to decide “run out of pothole-patching materials" or “continue doing business with corrupt suppliers”.
This is a lot like how big tech feels in 2025.
reshared this


Komodore68
in reply to Tuta • • •Cybernaut
in reply to Tuta • • •Deni Mintsaev 🇪🇺
in reply to Tuta • • •Tuta
in reply to Deni Mintsaev 🇪🇺 • • •Deni Mintsaev 🇪🇺
in reply to Tuta • • •Tuta
in reply to Deni Mintsaev 🇪🇺 • • •Nikos Schneider
in reply to Tuta • • •