Peter Vágner reshared this.

OK. Some of y'all wanted a stereo recording of Cadence. Here's my recording on: How it works with NVDA, how images work, how connecting two of them works. You'll also hear the pins more accurately. Enjoy.
This entry was edited (2 days ago)

reshared this

Peter Vágner reshared this.

🚨 BREAKING #Google just activated #Gemini on #Gmail - without asking you.

Turn it off now; here's how!
tuta.com/blog/how-to-disable-g…

✊️ Fight AI & fight Google

You have to manually turn off Smart Features in the Setting menu in TWO locations.

Share so everyone is aware. ❤️

reshared this

Peter Vágner reshared this.

I can't believe I didn't share with you all about the hard slap I received few days ago.

arnel.bearblog.dev/reaper-slap…

#Reaper #ReaperFM #Daw #Audio #Blogging #Learning

reshared this

Peter Vágner reshared this.

No, there was no leaked database of 3.5B #WhatsApp users. Researchers from Vienna simply used the contact discovery method with all possible phone numbers to get contact data of 3.5B users. They informed WhatsApp who kinda fixed it by setting rate limits for contact discovery and the researchers deleted their collected data. Read the paper instead of clickbait :)

github.com/sbaresearch/whatsap…

reshared this

Peter Vágner reshared this.

Should I have gone with DotPad X over Cadence? For me, I don't think so. Your trade-offs may vary but:
Both devices have a refresh noise. There's no way around it. I wish I could hear the DotPad X in action, but very few or practically nobody has posted a demo of this. I would expect it to sound like a Monarch, if the cell tech is the same or similar. Even if we consider Cadence louder, the refresh is near-instant. Not as instant as a classic piezoelectric 40-cell, but let me say, itt's no more than .5 to 1 seconds for the entire 4 lines to refresh. This doesn't get longer when you connect more than one because they refresh together, but you do get slightly louder clicks. So refresh rate itself? Cadence still wins.
Then for me the battery is what sealed the deal. Weeks on a charge? DotPad X looks to be 8 hours. A workday's worth, sure, but not much more.
And for sure, this is Cadence gen 1. Can you imagine what this little company from Indiana could do with it if more people saw things this way? How the tech could improve, maybe dampening over time the clicks?
Joe and the rest of their team have been incredible. For repairs, they told me they send you a new unit and you then send yours back. Very prompt at responses too during the day, you're not left waiting on hold.
So if anyoone again asks: "Do you regret Cadence despite its press conference-like noise when refreshing?" My answer is still a resounding no. I love 48-cells in my pocket, sized like an 18-cell.

Peter Vágner reshared this.

Peter Vágner reshared this.

Today, November 19, is World Toilet Day.

In honor of this, in 2018, when November 19 fell on a Monday, I recorded an introduction to week 47 of 2018 using a couple of toilets flushing, a vocoder, and my own voice, such that the toilets are speaking.

reshared this

Peter Vágner reshared this.

Another notable feature merged in the GNOME Calendar live coding session today: the ability to export an entire calendar as an .ics file.

This was originally added to the wishlist 10 years ago: gitlab.gnome.org/GNOME/gnome-c…

Thanks to @FineFindus's dedication towards implementing this (alongside the individual event .ics export feature) this year, you will be able to use this feature in #GNOME 50 (or the nightly flatpak version of Calendar today): gitlab.gnome.org/GNOME/gnome-c…

#GNOMECalendar #calendaring

reshared this

Peter Vágner reshared this.

We're building something for the Fediverse. #Holos

ActivityPub running on your phone. Your own server, your data stored locally. A relay handles your stable identity when you're offline.

One account, all formats. Short text, long articles, photos, videos. The UI adapts to your mood. Switch between text mode, photo grid, video feed, article editor based on what you feel like sharing.

Same network, same followers.

Early stages, but the foundation is solid. We wanted to share the progress.

reshared this

Peter Vágner reshared this.

I'm proud to release the first early version of the high-level audio engine I've been working on for the past months!
GraphAudio.Kit is a high level 3d audio game engine for your dotnet, using SteamAudio for great hrtf! Very understandable and hackable. It's built on top of GraphAudio, which is a set of libraries I made that let you create your own audio engines by giving you a graph-based audio framework, webaudio for your dotnet basically! Please take a look, and tell your friends.

nuget.org/packages/GraphAudio.…

#game-audio #gamedev

reshared this

Peter Vágner reshared this.

Paperback 0.6.1 is out, bringing with it lots of bugfixes and a few new features! Changelog:
• Added password-protected PDF support!
• Added a very basic go to previous/next position feature. If you press enter on an internal link and it moves your cursor, that position will now be remembered, and can be navigated to with alt+left/right arrows.
• Added an elements list! Currently it only shows a tree of all the headings in your document or a list of links, but there are plans to expand it in the future.
• Added an option to start Paperback in maximized mode by default.
• Fixed links in some Epub documents not working properly.
• Fixed parsing Epub TOCs containing relative paths.
• Fixed some epub documents not showing a title or author.
• Fixed the titles of some epub chapters not showing up properly in the TOC dialog.
• Fixed you not being able to use the space bar to activate the OK/cancel buttons in the TOC dialog.
• Improved the handling of headings in Word documents.
• You will now get spoken feedback if the recent documents list is empty when you try to bring up the dialog.
Download: paperback.dev/downloads/
Enjoy!

reshared this

in reply to Andre Louis

@FreakyFwoof Yeah, alt+tabbing hard enough with enough windows can do it too. I assume that Windows itself sends some kind of 'get out of the way' event to the window which WX picks up and responds to as a minimize event, which is maybe the same thrown by the menu? I've seen apps get it right to only respond to the menu, foobar2000 for example, but am not sure how they do it.
Peter Vágner reshared this.

After a few intense days with GPT Codex, it’s finally time to officially introduce Sara. #SARA or Simple Accessible Radio Automation, is a program primarily designed for radio presenters who host live shows.

Some notable features that are currently missing from other broadcast solutions accessible to blind users include:

a loop function – especially useful for intros,
a flexible number of playlists and players,
and a news editor module with the ability to embed audio clips that can be played while reading the news.

The application is 100% vibe-coded, and it’s definitely not recommended to test it during a live broadcast. It requires several sound cards to operate, and for now, I’m not planning to add any virtual audio routing like the one found in Radioboss or SPL. The program is and will remain open source, and perhaps someone interested in contributing will join the project.

In terms of screen reader compatibility, the main focus is on NVDA.

Happy testing: gitrls.com/michaldziwisz/sara/

#sara

reshared this

Peter Vágner reshared this.

My friend @TheQuinbox has been working on an ebook reader for blind people called Paperback (github.com/trypsynth/paperback). So far it's all written in C++, using wxWidgets as the GUI toolkit. Now Quin is working on making it a Rust/C++ hybrid, with the UI still in C++ using wx. As far as we know, the Rust GUI ecosystem isn't nearly ready to support a desktop app like this, with perfect screen reader accessibility and native-feeling keyboard behavior.
@Quin

reshared this

Peter Vágner reshared this.

The latest Zoom firmware for the H1 Essential has this so-called 'AI Noise Reduction' thing going on, so I thought I'd test it in a noisy environment which I call 'The Cupboard Of Doom!'
It's where all the water, heating and electricity comes into the house, so it's of course ideal for lovely, high-quality recordings.

In the first clip, noise reduction is off, then in the next clip which is back-to-back, it's on.
My scepticism about this whole thing is on full display here...
You be the judge. Useful or useless?

reshared this

Peter Vágner reshared this.

Do you have 2 minutes?

Please consider nominating GrapheneOS and Accrescent (submit the form once for each) for the 2025 Proton Lifetime Fundraiser.

Direct link to form: form.typeform.com/to/XixQrG8Q

Learn more about the fundraiser: proton.me/blog/lifetime-fundra…

#grapheneOS #opensource #accrescent #android

Peter Vágner reshared this.

Peter Vágner reshared this.

In 2021, I’ve tabled amendments to the @EUCommission’s proposal of the Digital Markets Act, one of which introduced mandatory messaging interoperability for the gatekeepers. Now, more than 4 years later, real effects on the market are starting to appear. about.fb.com/news/2025/11/mess…

reshared this

in reply to Jiří Eischmann

@Jiří Eischmann @Marcel Kolaja @European Commission This is a joke isn't it?
First third party supported chat services are BirdyChat and Haiket. Does anyone have friends over there?
This sounds similar to how apple has opened their apps ecosystem that no meaningfull competion is viable.
Meta is not seeing their users seriously. Why we can't bridge whatsapp chats with FB messenger chats? These are running on similar if not the same backends.
Peter Vágner reshared this.

A thought that broke my heart a little bit: Imagine if all of this AI nonsense money would have been spent on building, repairing and maintaining railways and building new trains? The billions! Instead of all this harm, there could be continent spanning rail and people could stop fucking flying, too. 😶

reshared this

Peter Vágner reshared this.

I finally got some time to reconfigure my network. From now on #Turris #OmniaNG is my main gateway to the internet.
Well, the software needs a lot of polish:
🪲 It has a wifi7 card, but I have to run it only in AC mode, or any connected client causes restart of all radios. I hope this will be fixed soon.
🪲 The display only worked on first boot, since than it only shows scrambled image or nothing. I don't mind it, as it's just a novelty for me. One day I would like to try render my own stuff maybe.
❓ It has two SFP+ ports, so I also bought 2×Turris metallic 1/2.5/5/10G SFP+ modules. One for older Omnia, one for Omnia NG. It makes the connection, but it runs 2.5G in one direction (that's ok, it's the maximum older omnia can handle) and 0.2G in the other direction.
I don't understand why. Is it a hardware failure? Or software bug? Or technolohy incompatibilty of some kind? 🤷‍♂️
🪲 Some LEDs are resetting brightness to max often. That's a bit annoying.

Peter Vágner reshared this.

Peter Vágner reshared this.

# Let SSH retry connecting for you

I didn't know this!

Via @sin

sindastra.de/p/2786/let-ssh-re…

reshared this

Peter Vágner reshared this.

This is TERRIBLE! Mozilla people who used to follow me here... Talk some sense into your coworkers/management!

People don't use Firefox because it's loaded with crap and AI, they use it because it's not corporate owned and not feeding all your browsing data into the data machine. AI is not of any benefit to add to your browser, no matter the hype.

blog.mozilla.org/en/firefox/ai…

#firefox #ai #mozilla

reshared this

Peter Vágner reshared this.

Today's discovery: The Victor Reader Stream (second generation) has a micro SD card under the battery. It acts as internal storage but also has the operating system on it. And that operating system is ... Linux, from 2010, with Busybox.
I'm very interested to try and get SSH running, but I don't think the binaries are there. It looks like there is support for serial of some kind. The OS partition is 100% full. I'll reimage a second micro SD card at some point and find out how much I can tinker with it before it breaks. If anyone wants a dd dump of the entire card, let me know.

Peter Vágner reshared this.

Peter Vágner reshared this.

Wrt what I posted yesterday, I downloaded the GNOME OS live ISO, started it in a vm, and pressed alt+super+S. Orca started. So far, so good. But now I have to get through gnome-initial-setup, and I have to select a time zone, and, for the life of me, I can't figure out how to get a selection to stick so that the Next button is no longer grayed out. Fml.
Edit: I think I'm hitting gitlab.gnome.org/GNOME/gnome-i…
This entry was edited (1 week ago)

Peter Vágner reshared this.

Peter Vágner reshared this.

Here's an excellent write-up summing up the state of #GameAccessibility in the last 5 years by Grant Stoner. To say it was a rollercoaster of emotions is an understatement. We had incredible innovation and progress in games like The Last of Us or Forza, but for all of those we also had many disappointments that either came tantalizingly close but weren't accessible to some groups of people like totally blind gamers, or just straight up didn't really offer any accessibility features but still got a lot of praise and awards. We also lost some very good people. The industry is also undergoing some difficult times with way too many layoffs. And yet, I'm optimistic we’ll still see some wonderful things in the future. If this year is anything to go by, even if there won't be as many accessible Tripple-A releases, we're also seeing a rise in accessibility mods becoming more frequent. Ultimately what sums up these last 5 years, and probably the future as well is the last paragraph Grant wrote: "

> How do you explain the past five years of accessibility? Both Xbox and PlayStation are fixtures within the disabled community. They uplift us, highlight our work, and give us opportunities to be better advocates. And in equal measure they frustrate us, casting us aside in perplexing moments of grief and frustration. If anything, these five years are a testament to disabled perseverance in an industry that still struggles to fully welcome us."

polygon.com/ps5-xbox-series-x-…

Peter Vágner reshared this.

Peter Vágner reshared this.

At 13, I joined a Wolfenstein 3d modding forum. 22 years later, my posts are still there - and still searchable.

The discussion I had in Discord 2 years ago?

Not so much.

We chose this. We can choose better.

blog.discourse.org/2025/11/the…

reshared this

Peter Vágner reshared this.

Hey, did you know that you can join Matrix chatrooms using Movim and #matridge (a Slidge XMPP - Matrix bridge) ? 😮

You can then access your Matrix rooms (and soon Matrix servers 😚) and integrate them seamlessly in your Movim interface ✨

…and it seems that Movim is much faster than Element at accessing and displaying the content of Matrix chat rooms 🚀 Fun 😸

Checkout the Slidge project slidge.im/ !

#feature #matrix #xmpp #movim

This entry was edited (1 week ago)

reshared this

Peter Vágner reshared this.

Libervia CLI Tip 15:

When publishing a blog or other pubsub based feature, the item ID is often used in the URL when it is rendered for the web (e.g.; Libervia or Movim use something like `https://…/blog/<user>/<item_id>`).

It is then important to have a user-friendly item ID (e.g.; `title-of-my-publication-abc123`), which is usually done by the software from the title.

If you want to change it, you can use `li pubsub rename`.

libervia.org/__b/doc/backend/l…

#Libervia #CLI #li #tips #xmpp #pubsub

reshared this

Peter Vágner reshared this.

Wednesday's episode of the @doubletap podcast featured an excellent interview with @glenrgordon58 following Glen's resignation from Vispero. This brought back so many good memories! I first met Glen at the very first European dealer workshop in the Black Forest in Germany in July 1996. We connected immediately over the fact that we're both computer nerds. I had got my first JAWS licence four months earlier and was already heads down into the scripting language, which back then was still called macro language. It was a fantastic couple of days, in which I volunteered to head up the macro beginner group and helped them create their first macros in JAWS. Later, this got me my job at the European distributor, which started an eleven year tenure at Freedom Scientific and me influencing Braille support in JAWS, helping design the Focus line of Braille displys, and others. One anecdote which I also still remember was the time in March of 1999 when Eloquence suddenly stopped working all across Europe for JAWS users, including me. That led to me sending an email to Glen on a Sunday morning, which I uusually would not do. Debugging the problem led to a hot fix that Glen sent me later that day and which I then distributed via email to the dealer network the next day. If you're interested, the problem had to do with Europe and the U.S. moving to daylight savings at different times, Europe last Sunday in March, and the U.S. and Canada, back then, on the first Sunday in April. BUT most collaborations Glen and I had were much more fun than that. Anyway, I encourage you to listen to this episode of Doubletap, and while you're at it, subscribe to the podcast if you haven't already. It's fun, entertaining, informative, and quite often makes me smile or nod in agreement. Thanks to Shaun and Steven and Glen for this excellent interview!

reshared this

in reply to Marco Zehe

Long post

Sensitive content

This entry was edited (1 week ago)
Peter Vágner reshared this.

📣 Sei #A11y und unterstütze unsere Do-It-Blind (DIB) Exkursion zum Hackerspace Base48 in Brno für Menschen mit Sehbehinderung oder Blindheit, am Samstag, 22. November. Nähere Informationen bekommst du auf Nachfrage per Direktnachricht oder von dib@lists.metalab.at base48.cz/ #make #blind #inklusion

Peter Vágner reshared this.

in reply to modulux

Seems like it was Andrew Johnson, or akj.

github.com/qbittorrent/qBittor…

I have just found a nice document scanning app for android that can do automatic edge detection, cropping, multipage scanning, OCR, PDF export and more.
It's called #makeacopy and it's using #tesseract engine to perform the OCR directly on the device with no internet connectivity requirement at all.
The app has almost full #a11y support for screen reader users in the sense that all the controls are clearly labelled and it's easy to navigate.
I can't resist and I have asked the developer if it would be doable to add a screen reader compatible notifications making the automatic edge detection somehow accessible as well.
Now I'd appreciate comments from low vision screen reader users, mobility trainers, people assisting other blind people or others who might be able to tell if my idea is viable and how much you like it?
Here is link to the github issue I have started: github.com/egdels/makeacopy/is…

Thanks for looking into it.

reshared this

Peter Vágner reshared this.

Paperback version 0.6 is officially released! The changelog is far too long to post on Mastodon, even with my instance's long character limit, containing 36 items, helped out by many contributors! Some highlights include 3 new document formats, majorly enhanced bookmarks, multilanguage support, and support for links and lists in documents, but that only scratches the surface.
Homepage: paperback.dev
Downloads page: paperback.dev/downloads
Enjoy!

reshared this

Peter Vágner reshared this.

Here's the most efficient way I've found to make a video from an image plus audio file that preserves quality.

  • Get ffmpeg: Open the run box with windows+r, type "winget install ffmpeg" and press enter. ffmpeg will install itself.
  • Open the folder on your PC where your image and audio files are stored. Press alt+d to go to the address bar.
  • copy the below and paste it, Replacing the text in quotes with the names of your files. After pasting, press enter to run the command:


ffmpeg -threads 3 -hwaccel auto -r 1 -loop 1 -i "image.file" -i "audio.file" -c:v libx264 -preset ultrafast -x264opts opencl -vf scale=1280:720 -c:v libx264 -tune stillimage -c:a copy -shortest "video.mp4"
  • A command prompt terminal should open and the encode should start. You can check the status by reading the bottom of the window.
  • The window will close once the encode is complete. This could take anywhere from a few seconds to five-ten minutes. You should see a video file in the folder that is only a few MB larger than the audio+image files you started with.
This entry was edited (2 weeks ago)

reshared this

Peter Vágner reshared this.

One of the greatest harms we do to our blind children is not allowing them to fail, not allowing them to get lost, not allowing them to get hurt. I'm talking within reason here, but if you run to the rescue every time your blind kid spills grape jelly or trips over a toy, or gets lost while coming back from the bathroom at Aunt Bessie's house you are simply building an adult who has never learned to problem solve, who has never built resilience or grit into their character. And thats how you end up with 35 year old blind people who are afraid to go out without a sighted person, who can't maintain basic levels of cleanliness in their homes, who can't make a cheese toasty. Who are afraid of everything from cross walks to skillets. And as a professional it makes me furious to see this enabling behavior in children because I know whats coming in their adulthood, but when I try and speak up, or when I won't "rescue" the kid in my class suddenly I"m the bad guy. I frequently hear things like "They aren't me." I'm very well aware they aren't me. But I'm also aware of whats waiting for them out in the big bad world. I want them to feel as comfortable as they can in it, and that includes being comfortable getting lost, or failing, or making a mess because they know they have the tools to solve those problems.

reshared this

Peter Vágner reshared this.

It is impossible to overstate the contribution Glen Gordon has made to the #accessibility industry. More important even than that, his meticulous attention to detail and his understanding that something must be more than accessible, it must be efficient, has helped countless people to be productive at work, at school, and just when living life.
Glen devised many concepts that are now just thought of as the way things are done in a graphical user interface.
On top of all that, he is one of the nicest, most humble people I’ve ever met and worked with. I have heard from several young people following the National Federation of the Blind’s National Convention, at which we honored Glen with the prestigious Kenneth Jernigan award and he offered some wise advice, that Glen inspired them.
You are a legend, Glen. And although the words seem ridiculously inadequate, all I can say in conclusion is, thank you so much for all you have done.
I am pasting Glen’s LinkedIn post for those who are not over there.
Glen Gordon, Screen reading for the blind software pioneer, 24 minutes ago • Visible to anyone on or off LinkedIn, 1st
Today is a very sad day for me, since after nearly 32 years, it’s the first day that I’m no longer working on the JAWS screen reader.
I’ve voluntarily resigned my position at Freedom Scientific/Vispero because I found myself unable to continue working for a company that’s changing in ways that are moving away from my personal values.
As recently as the 2025 NFB convention, I was thinking that I’d be working on JAWS far into the future. Much to my surprise, a recent influx of new Executive leaders and customer facing product related changes convinced me that it was time to leave.
I leave behind a group of smart and passionate colleagues, and products which are the best in class. It’s been a great journey, and I thank all of you who have been users of Freedom Scientific software for some or all that time.
Yes, I’m retiring, in the sense that I’m of retirement age and not actively seeking another job. But I’m resigning in the sense that I felt I needed to take a principled stand.
I will continue doing my part to improve the state of accessibility. What that will look like will evolve over time.
Peter Vágner reshared this.

The Unihertz Jelly Star is two years old, runs Android 13, and still does something no other phone can: make me think before I use it.
It’s tiny, awkward, and honest — a detox device that actually works. No one’s made anything like it since. Even Unihertz gave up.
I looked for something that could replace it. Nothing exists.
Read: The Tiny, Brilliant, Infuriating Phone No One Will Replace
fireborn.mataroa.blog/blog/the…
#Unihertz #JellyStar #Android #DigitalMinimalism #TechCulture #Phones #Detox #SmallPhones #Minimalism #Review

reshared this

Peter Vágner reshared this.

So Google is building a massive AI data centre on Christmas Island, a tiny remote Australian territory with 1,692 people, and it’s exactly the kind of dystopian tech imperialism you’d expect.
They’re militarising a small island community in the name of cloud computing, partnering with the Australian Defence Department to monitor Chinese submarines and enable AI powered warfare systems. The island becomes a pawn in great power conflicts while Google extracts strategic value.
Meanwhile, locals are promised vague economic benefits while their homeland gets turned into a surveillance node with subsea cables linking to US Marine bases. Classic extractive colonialism dressed up as innovation.
The energy demands alone, powered by a local mining company, naturally, are staggering. Big Tech continues doubling our electricity costs for AI toys while communities bear the burden.
Christmas Island is known for red crab migrations, not military infrastructure. But when you’re a trillion dollar corporation, even the most remote ecosystems are just real estate for your empire.

#googleisevil #bigtech #militarisation #digitalcolonialism #aiethics #christmasisland #defendtheislands #environment #aibubble

reuters.com/world/asia-pacific…

reshared this

Peter Vágner reshared this.

SWAM plugins are really wonderful. I was messing with their bass clarinet and had to play this old number, just for fun.
These aren't samples, this is physically modeled. Super clever stuff.

reshared this

Peter Vágner reshared this.

Have you ever booted a zip archive? I was doing my regular computing shenanigans, and then it dawned on me that a floppy image can be a valid ZIP archive. That's because the boot sector and the FAT table are at the beginning of the file, and the ZIP file header is at the end of it. The trick was used in the past for something called "rarjpeg" (a JPEG image that is a valid RAR file).

I needed a test fast, so I took @nanochess's bootBASIC, and created a file that has the bootsector at the beginning, then 701709 bytes of padding, and then 25159 bytes of ZIP file with the bootBASIC sources.

It can be unzipped by your favourite archiver, or booted in your favourite emulator ( qemu-system-i386 -fda bootableBASIC.zip)

The file: drive.google.com/file/d/1JQgBS…

Peter Vágner reshared this.