Replying to @destranis@tweesecake.social
@destranis If we talk about the same person, they write lyrics on their own (like, by hand with no AI at all) and make songs of them with suno.
A married and happy geek from Strasbourg, France.
Backend software engineer and accessibility specialist with 20 years of experience.
I live with my wife and our two cats, and I believe cats are the cutest, yet the most independent companions.
Pagan, worshiper of Scandinavian gods.
This account is multilingual, posts may contain strong language.
No alt text, no boost.
AI is our assistant, not our replacement, not our enemy.
Pro-European, pro-American, leaning to the right.
Opinions are my own.
Replying to @destranis@tweesecake.social
@destranis If we talk about the same person, they write lyrics on their own (like, by hand with no AI at all) and make songs of them with suno.
Replying to @destranis@tweesecake.social
@destranis What about Vocalizer?
Replying to @FreakyFwoof@universeodon.com
@FreakyFwoof Me too, me too!
Replying to @elettrona@poliversity.it
@elettrona I used to consider myself as left-centrist before, but after a couple years of fediverse, also after seeing the tax system and other leftist narratives, — well, I'm not anymore.
See? See? Now you start understanding why I constantly talk about far left delusions and unwelcoming nature of most of the Fediverse. As soon as you don't agree with them in their radicalism, you are a fascist. You talk about far-right ableists, but you'll understand that they are a minority, really radicals (as bad as far-left radicals though).
I assumed that Fediverse could really be an open, progressive environment where to discuss ideas and grow up, with different points of view. But what I'm finding lately, is something different. Narration going from "pro AI / glasses" to "no AI / glasses" so if you don't maintain a position, you are just in favor of fascists or perverts.
The last one I had a discussion with, called me "a waste of time" because I made him realize that a sighted pervert can use his own eyes, without glasses, while I fasten my shoes strings, bent over. Instead of joining me, thinking of a proposal to satisfy blind people's needs while protecting privacy, no. The problem is me.
Same for github/codeberg stuff: do AI-built pull-requests ruin open source software? Yes.
Is AI-generated code dirty and unreliable? Yes.
Have hand made coders the right to prohibit automated code? Yes, of course.
But same coders, went on for years saying "I'm an independant coder, a small company, I have no resources to make it accessible to blind, if you need it, make it yourself".
Now, thanks to assisted coding, many of us blind are doing exactly this: trying to solve their gaps by having the bots fix the issue. Then, to help other users (and the coder himself), they place the fix in form of pull request, into the repository. And it's often refused.
But, would the original coder ever solve accessibility? No. I'm alone, it's a small company, you're the first blind user I hear, and similar bullshit.
What, the fuck, should, we, do?
From far-right, I know what to expect: they're racist, ableists, and all the worst. They don't hide it. But I couldn't definitely expect such behaviours from people caring for freedom, ethics, open technologies, etc. I'm fed up of being considered an object who can gladly be sacrificed for purity of something or someone.
UPDATE: on blindness, coding and AI, please read this story, wrote by an experienced blind guy, about the topic:
And as the discussion must be complete, I also add another point of view, together with the one pro vibe-coding.
On the link below, Robert (another experienced blind person) talks about "disability dongle", meaning those super-tech hardwares made for disability, but are more for inspirational videos than for real time usage. Expensive and uncomfortable.
Robert talks about hardware but it can easily be applied to AI as well: it's far from affordable, not with disability in mind, it must be well trained and you use more tokens to get what you want...
I'm not pro, I'm not against, I'm in the middle. Appreciate good, hate the bad. And want the discussion to be more balanced.
Replying to @destranis@tweesecake.social
@destranis It's okay. I know people who don't understand ESpeak. I do, but I can't work with it for long times.
@ag Тоже никогда этого не понимал, но у меня это редчайший случай, когда нравится весь альбом и тем более когда я готов его слушать именно подряд много раз. Чаще всего это отдельные композиции. Но меня аудиофилом не назовёшь, я мп3 люблю)
Replying to @destranis@tweesecake.social
@destranis I switch for longer texts, like an article or a story I want to read. but otherwise… Newfon or Speaking Mouse forever!
Replying to @technocounselor@caneandable.social
@technocounselor Meow.
Replying to @destranis@tweesecake.social
@destranis @pixelate Nothing is wrong, it's just I don't use it except for testing. thanks to everyone who cares about SAPI.
Replying to @pixelate@tweesecake.social
@pixelate ah, NVDA again… sigh.
Replying to @pixelate@tweesecake.social
@pixelate Wait, Google TTS voices on windows? Is it an emulation of some kind? I really like their Ukrainian voice, still the best out there.
It seems, #Fable helped me to find a mysterious bug in #Windows #UIAutomation core. Nice! #ClaudeCode
Replying to @TheQuinbox@dragonscave.space
@TheQuinbox I'm curious, what RHVoice voice do you use? Because all English voices I saw before from them I can't stand at all.
Yes, I knew it but it's a great suggestion, thanks!
Did you know that, in Claude Code, you can reference files directly using at, followed by the file name? Claude Code will automatically insert the file into the model's context. This saves tokens because it does not need ot find it first. For example, you can do a prompt like this:
Read @ todo.md and tell me what is due next.
Remove the space between the at sign and todo.md, I only placed it so it doesn't make some weird mention out of it.
#claude #claudecode
Replying to @JustPlainTrace@mastodon.social
@JustPlainTrace this is definitely a boost and a follow. Will look at it, thank you!
Replying to @radio1975@dragonscave.space
@radio1975 Yummy! We had fish with cauliflower.
#Microsoft keeps breaking #Accessibility in #windowsForms. Many of you can notice that their menus are not native menus anymore, but I was today years old when I noticed that their list view is also something else. With NVDA it reads as "table" (which it should not), and only the first column is read. I checked, it ships in SIC! and nobody told me (probably because nobody knew there are other columns). I'm crafting a solution right now, but it's a crutch of course. I don't want to go away from WinForms because other #CSharp solutions are even worse accessibility-wise. It seems, the only viable way to cook apps is wxDragon now, but it's Rust which… is syntactically very specific, at least for me. Sigh. #Blind