Peter Vágner reshared this.

I've been an email hosting customer with #MythicBeasts (@beasts) for just under a day and a half, and I'm honestly very impressed. I opted for their email only plan since I already have webspace somewhere else. The main website and control pannel UI are very accessible to #blind #ScreenReader users like myself, with sections clearly structured with headings, pretty much no unlabelled links, buttons or other elements, and no annoying ads, pop-ups or anything else that could hijack a screen reader or lag a browser to pieces. I contacted them about an issue I'm having yesterday and the initial reply, *human* reply that is, took just over 10 minutes. The issue is still ongoing as of now, but I'm confident that it will be fixed soon; I did contact them at the backside of the working day after all. Not bad at all for the monthly price of just under a fiver! Also, bonus points for being a 2000s ISP, having started in the year 2000.
This entry was edited (1 month ago)

Peter Vágner reshared this.

Peter Vágner reshared this.

Last week, I started an Ableton Move track. Today, I finally finished it.

This is a thing I call "Fly on the Wall." Basically, I just wanted an excuse to use one of the Sliced Loops presets, which are in the latest Move beta, along with one of the new autofilters in combination with a second filter and LFO to make one of the included single-sample E-piano patches sound less boring.

Peter Vágner reshared this.

Peter Vágner reshared this.

FYI for TeamTalk server administrators who run Debian on an X86_64 machine, and may be considering upgrading to Debian 13: The ubuntu24-x86_64 package runs on Debian 13. You'll need the ubuntu22-x86_64 package for Debian 12. And BearWare, just because your opinion is that Ubuntu is the only version of Linux in existence, allow me to correct you to say that Debian was and is first.
Adendum: Someone pointed out that if you're using TeamTalk client in a Linux GUI, the Ubuntu24 version has accessibility problems, and the Ubuntu22 version will still run on Debian 13.
This entry was edited (1 month ago)

Peter Vágner reshared this.

Peter Vágner reshared this.

- Knock-knock.
- Who's there?
- Dozen.
- Dozen who?
- Dozen anyone want to let me in?

Celebrating a dozen of #Fractal versions with knocking support! Get Fractal 12, the new version of your favourite #Matrix client for #GNOME from #Flathub now!

discourse.gnome.org/t/fractal-…

reshared this

Peter Vágner reshared this.

Oh look, a new #xmpp client for the web that actually looks good 🚀

--

GitHub - iquercorb/xows: Lightweight and modern XMPP over WebSocket Web client.

github.com/iquercorb/xows?tab=…

#xmpp

reshared this

Peter Vágner reshared this.

I'm excited to announce that #Convo, my #XMPP messaging app for #KaiOS has received a grant from @nlnet, or, more specifically, @NGIZero! 🎉 🤸

nlnet.nl/project/Convo/

I can now turn what began as a quick project made in a providential three weeks of free time into an app that can...actually do basic things like add contacts 😅

More importantly, it'll make the open and standardised messaging protocol available to a mobile platform where few large players have dared to tread 👟

#NLnet #NGIzero

reshared this

Peter Vágner reshared this.

Among currently available ARM64 single-board computers, which one has the simplest and most fully open boot process? The Raspberry Pi family has boot handled by the VideoCore, a whole other processor running its own RTOS during and after boot. Other ARM64 boards, like the Rockchip RK3566-based Quartz64 that I own, have a Rockchip version of ARM Trusted Firmware (which IIUC runs continuously at a higher privilege level) as a blob. Is there any ARM64 board that avoids both of these?

Peter Vágner reshared this.

in reply to Matt Campbell

I'm a month late but:
Rockchip RK3399 (e.g. Pine64 ROCKPro64) has zero blobs. As in, both DDR init and ATF are open (former in mainline u-boot, latter in mainline ATF).

RK3588 (e.g. Radxa ROCK 5B+) has open mainline ATF, but closed DDR init (runs once at boot) at the moment.

K3576 (e.g. Radxa ROCK 4D) also has open mainline ATF, but closed DDR init.

RK3566 *does* have something in ATF but I've heard it has problems. Closed DDR init as well though.

Peter Vágner reshared this.

Happy 21st Birthday @openstreetmap! 🍰 🥳 🎈

Gonna meet up with friends to celebrate, do some on-the-ground surveying, probably also walk around with a 360° cam to get imagery for @panoramax. And fly a drone, to get some nice aerial imagery while we're at it! 🗺️ 📷

And of course have some cake too 😂

#OpenStreetMap #panoramax

Peter Vágner reshared this.

in reply to Bastian Greshake Tzovaras

Had a blast at our little #OpenStreetMap birthday celebration. 🍰 🧉

It ended up being too windy to fly drones for long. Instead we recorded street-level images for #panoramax and GPS tracks, in addition to doing a lot of live surveying – using a huge range of tools that allow contributing to OSM!

In no particular order we at least used: @everydoor, @streetcomplete, @MapComplete, @CoMaps, HOTOSM's ChatMap, iD and JOSM.

Having so many different ways of making contributions is a real feature.

Peter Vágner reshared this.

As it is the start of the month I would like to invite my fellow #Blind, #DeafBlind, and #VisuallyImpaired people, along with their family, and friends, to #OurBlind. OurBlind comprises the #Discord, #Lemmy, and #Reddit communities operated by the staff of the r/Blind subreddit, as well as those who have joined since the creation of the Discord in 2022, and Lemmy in 2023. We have members from all over the world, and of all ages, hearing and vision levels, and are a welcoming and safe space for Our #LGBTQIA and #neurodiverse friends. Our general community guidelines, and the links to reach our platforms can be found on our website.

ourblind.com/

@blind @main @mastoblind

reshared this

Peter Vágner reshared this.

I want to defend Wayland here and explain a crucial piece that I think people are missing...

The splitting of protocols in Wayland and compositor reimplementation were to allow for new form factors. It had to sacrifice the guarantee of all desktop app functionality being present to achieve that.

The idea (as I see it) was never to have 500 desktop compositors all trying to reimplement the same thing with slight differences. Iinstead, it was for 500 different interfaces for different platforms that are compatible with the same apps (e.g. desktop, laptop, phone, car screens, AR/VR, watch). Different form factors have totally different ways of dealing with interface, but share enough common features where it makes sense to have 1 base protocol and many other ones for device/form specific features.

Problem is, while in 2008-2016 we had a ton of new experimental UIs coming out on a semi-regular basis (that was the peak of the whole convergent phone/tablet craze, smartwatches started, fancy car UI, touch tables, early AR/VR) things have quieted down. The purpose of Wayland's insane modularity hasn't been visible to most people given it's almost always complained about in a desktop contest vs X11. But X11 was literally only designed for a desktop form factor and has been refined for that 1 purpose for decades!

As an example of different form factors, Wayland lets IVI (in-vehicle infotainment) systems work way better than Xorg could have. Desktop window layouting on that platform would inherently produce massive amounts of unnecessary complexity, and the ability to direct scanout saves on power/expensive compute. Automotive Grade Linux and COVESA maintain reference interfaces for cars so companies can iterate a ton faster. Wayland gives the app compatibility and they can make the system UI work with more flexibility and ease than an X11 window manager.

Take Linux Mobile too, the compositor can reliably enforce window layout and boundaries and composition. While this could technically be done with an X window manager and compositor, doing it with Wayland guarantees reliability as the app simply doesn't have a choice or room for error. Some things like drag and drop of toolbars doesn't make much sense on mobile given how small the screens are.

There's some interfaces where X11 is basically impossible to use. In AR/VR (where i am making a Wayland compositor) the concept of a screen simply does not exist. How is an app supposed to position itself when the very concept of 3D is not part of the protocol? In Wayland I don't have to implement the protocols that don''t work (e.g. layer shell) and therefore any apps that don't need it will be compatible..

Wayland has allowed for insane levels of flexibility, things that no other display server architecture can do reasonably. Total flexibility between app and screen, direct scanout without hacks, AR/VR support, etc.

Here's some fun and useful stuff that's been done with Wayland, stuff that X11 could never reasonably do:

  1. LG Smart TV UI: youtu.be/4cmYCK9PBkM
  2. Multiple user collaboration on touch tables with arbitrary rotation: youtu.be/8xtjJTJAQsY
  3. AR/VR apps running in windows and volumes at the same time, all interactable back in 2014 (eat your heart out magic leap and apple): github.com/evil0sheep/motorcar
  4. Presentation slides that were themselves a Wayland compositor written in Qt and QML so therefore allowed fully interactive live demos in an integrated form factor with a very popular and easy to code UI framework: youtu.be/mIg1P3i2ZfI
  5. Cosmic panels are actually Wayland compositors, meaning widgets can draw literally anything from any toolkit in any language.

Now, could Wayland devs maybe have distributed features across protocols better? Worked with app toolkit devs to ensure the protocols they made actually fit what the apps and compositors needed? Stopped bikeshedding (though imo many cases of "bikeshedding" are simply accounting for other form factors)? Absolutely!

My point here is simple: there was a reason for making it this modular, for not having a standard implementation. It wasn't just devs trying to impose some ideology, it wasn't some corporate takeover. It's good reasons that people using X11 on their desktop/laptop don't encounter. If we made something that wasn't universal, most apps wouldn't be compatible with it and therefore everything but the desktop form factor would lack apps.

This entry was edited (1 month ago)

reshared this

Peter Vágner reshared this.

Kopia is a Cross-platform open source backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included for backups and restore.

github.com/kopia/kopia

reshared this

Peter Vágner reshared this.

well well. Thanks to the Botspot-VM project, for Pi5, I was able to get Windows installed, NVDA started, and now Mist World is running on a little Pi5 overclocked to 2.8 gHZ. github.com/Botspot/bvm
Wow. Truly the most versatile device, I could run Linux and Windows in one go, then swap the SD for the Android OS build if I wanted to and add a USB touchscreen. Wow. Amazing. I do think the BTSpeak should have waited for the CM (compute module) 5. It's so so much faster, Pi4 I wouldn't even thinking of Running Windows 11 on with a fraction of the speed it has.
This entry was edited (1 month ago)

reshared this

in reply to Tamas G

Mist World, huh? I played that thing a long time ago, but it was so P2W that I just pulled out. Has the game gotten better, or is this just one of those "I don't care what it is, this is more of a benchmark than a gaming session" things? In which case, yeah, I've done that before, and trust me, you do not want to run anything more complicated than a single-player BGT/NVGT game on a netbook.
in reply to Hunter

@HunterXWorld haha I think worse! Considering they're now are launching a second server just to pull more cash out of people. Ha. Considering the game uses almost 1 GB of ram, does horrible garbage collecting as it's based on Java8 and is always doing a lot of small RAM reads and writes, the Pi can handle it really well. Audiogames have usually stayed on the lower-side of CPU usage, might be their big advantage here - only about 19-25% CPU is used even on the Pi, something that might be 0-3% on a regular desktop-class one.
Peter Vágner reshared this.

yo, I cannot get Espeakup nor speechd-up to work on Pi5 reliably, kind of a sad day. Tried to set alsa to use my USB alsa card2 2, but no luck either. I even did running Pulse as a system service, no luck there either. Ugh. Linux, you foil me again. ChatGPT is claiming: "On modern Pi OS, the boot console is driven by the VC4 DRM‑framebuffer (fb0) rather than the old text VT. With the move to full KMS in Bullseye (Debian 11, October 30, 2021) and the removal of both legacy and fake-KMS stacks in Bookworm (Debian 12, mid‑2023), the screen is driven through the DRM/KMS pipeline—bypassing fbcon and leaving espeakup without any text to speak. "
Of course, this turned out to be false, and I got it working. Using Libao to route Also to Pulse, and ensuring the module loads early was key.
"printf 'speakup\nspeakup_soft\n' | sudo tee /etc/modules-load.d/speakup.conf"
sudo update-initramfs -u # if you use an initramfs
This forces the kernel to register /dev/softsynth at boot, ahead of any daemons Also edit or create /etc/libao.conf, adding "default_driver=pulse to it.
By default, espeakup uses ALSA directly. To switch it to libao, add the --use-libao flag in its systemd unit
"
[Service]ExecStart=
ExecStart=/usr/bin/espeakup --use-libao --default-voice=en-us+f2" - do a sudo systemctl daemon-reload after and you're good!
I tried both speechd-up and BrLTTY with the Speech-D module - felt simpler, but neither would speak through Pulse, despite Orca working per-user, so there's that.
This entry was edited (1 month ago)

Peter Vágner reshared this.

in reply to Casey Reeves

@xogium ahahaha, it's going to get even more fun when we throw pipewire into the mix, now some will only speak legacy Alsa, some Pulse, at least the Jack would be shared as common I think between pipewire / Pulse interfaces so perhaps it won't break Pulse apps as bad, but the low-level Alsa will still be there for legacy for quite awhile. Pulse's socket-based approach is a bit of its downfall too, since sockets can't be shared and Pulse takes device exclusivity. Haven't messed around with Pipewire to see if that bit has improved.
Peter Vágner reshared this.

Something to always be aware of: Many wheelchair users can stand and move around for brief periods of time. Not all wheelchair users are paralysed. Reasons for wheelchair use are numerous and varied.

Some wheelchair users choose not to stand in public because chances are they will be chastised and harassed if they do. With more awareness and understanding this risk can hopefully diminish over time.

For example, if a wheelchair user is able to retrieve their own wheelchair from the boot/trunk of their car, this does not mean they are ”faking”, and accusing them of this is ableist in itself.

”Ambulatory wheelchair user” is something you can search for to learn more, as many are sharing their experiences online, like Lauren:

rareyouthrevolution.com/post/t…

#accessibility #wheelchair #ambulatory

reshared this

Peter Vágner reshared this.

Any self hostable Google Docs/office alternatives that are actually accessible with screen readers cross platform? Just tried CryptPad, OnlyOffice, and honestly was a little underwhelmed.
OnlyOffice had a test instance where I tried to edit a text doc and couldn't read the stuff I was typing.
Cryptpad had much of the same issues if I went with document or sheets mode, probably because those are also onlyoffice. It had another rich text editor which was a bit better, but I didn't realize this until later, and honestly I feel like the default editing mode should really just work. Most people won't choose the last option in the new document list, and having to choose a non standard document format to get accessibility isn't really accessibility, or is that too controversial?
OnlyOffice says it should be accessible. What's going on here?
Like is this a user error?

reshared this

Peter Vágner reshared this.

As you might know, we have an #Android app version of #MapComplete in the works, which makes it even easier to see and edit #OpenStreetMap

After a bit of initial testing, we are opening up the test program to our followers here on Mastodon.

If you want to join the beta testers, send an email to info@mapcomplete.org

Any issues? Head over to mapcomplete.org/issues

This entry was edited (1 month ago)

reshared this

in reply to Jack-Frostodon

There's a CPU I'm way too familiar with thanks to Smoorez on YouTube, it's all over cheep chinese clones of iPhones and such. Guess they went for it because it was cheep to purchase and the performance is probably enough for a book reading device. But now you got me curious, I remember seeing from one demo you could select Google as an alternative text to speech, would the software pick up on other engines you install? Like the one you're probably thinking of but also on a more local note RHVoice.
Peter Vágner reshared this.

So here's an #accessible#wrestling game I found. It's text based, with audio. It's not for me; you need to know stuff about franchise's and division's and moves and belts and things. But if you're a #blind person who enjoys wrestling, this might be for you:
Step into the ring and take control! Welcome to GRUNT - The Wrestling Game, the ultimate text-based wrestling simulation where you are the booker, the promoter, and the wrestling god of your very own universe!
Tired of wrestling games that limit your imagination? GRUNT WRESTLING hands you the keys to the entire promotion. From creating a rookie in a local gym to running a multi-division global powerhouse, every choice is yours. Witness epic five-star matches, shocking betrayals, and the crowning of new legends—all brought to life through a detailed, moment-to-moment simulation engine.
This isn't just a game; it's a sandbox for your wrestling stories. Build your dream roster, book the matches, and watch the chaos unfold!
nmercer1111.itch.io/grunt-the-wrestling-game

Peter Vágner reshared this.

Peter Vágner reshared this.

Ooooooh! From Winaero: Microsoft introduces a new Shared Audio feature in the latest Windows 11 Insider builds on the Beta and Dev channels. It allows users to play audio output via multiple devices simultaneously. It is possible to use it with two sets of headphones, or with speakers and headphones at the same time, and so on. The option is available in the Quick Settings panel, featuring a newly added "Shared audio" button next to the existing "Project" option.

When you click on it, it opens a list of all connected audio devices. The user needs to place a check mark next to the desired devices and click the "Share" button. So that the sound starts playing simultaneously on all selected devices.

The Shared audio feature is a work in progress, and is not mentioned in the changelog. It is yet to be officially announced by Microsoft. It is currently unknown whether the feature will support Bluetooth devices.

reshared this

Peter Vágner reshared this.

Its new video time again folks. Did you know that with REAPER version 7.42 a new scrubbing mode got introduced? No? My newest video tells you all the differences between the three available REAPER scrubbing modes, how they can be used and what neat little keystrokes we now got on the OSARA keymap to make our lifes so much easier. Plus, I give you a demo on how I use them when editing VoiceOvers. Enjoy. youtube.com/watch?v=a0HbxFOm9K…

reshared this

in reply to Musharraf

@mush42 I created it.
Allow Bookworm to store books and all metadata in one single file: github.com/blindpandas/bookwor…
Peter Vágner reshared this.

Amount of hours spent to keep a default #chatmail onboarding relay with 500k active addresses running: near zero.

Glancing at stats sometimes: two million messages per day. CPU and IO load at 20% max. 500gb raid1 ssd meandering around 60 percent full. There is room for various optimizations but no big need currently.

end-to-end encryption with metadata minimization is best if servers are boring. No clustering or enterprise license needed, no "SRE team" either.

github.com/chatmail/relay/

reshared this

Peter Vágner reshared this.

A Windows sysadmin tool that more people should know about is the Magic Number Database at magnumdb.com

This database is great for pasting weird Windows hexadecimal errors into and finding out what they might mean.

Example from today, I got 0x80d02002 during a Windows update. Magnumdb tells me that this result corresponds to DO_E_DOWNLOAD_NO_PROGRESS, so now I know it's probably because an update server isn't responding.

#Windows #SysadminLife

reshared this

Peter Vágner reshared this.

📣 Public Service Announcement to all our Spanish(-speaking) users 🇪🇸

Episodes from Radio Nacional de España cannot be downloaded. RNE decided to block our app specifically.

Journalist @james contacted the Director Radio of RTVE to ask for clarifications. In response, they have said they will 'review our case'. We are yet to receive a reply to the email we sent last week. Keep an eye out for updates on our social media.

Details 👇

podnews.net/article/rne-blocks…

#RNE #OpenPodcasting #PodNews #RTVE

Peter Vágner reshared this.

Peter Vágner reshared this.

Hey #fedihelp,

I'm struggling with an #Android #widget issue, and I was wondering if anyone had any clue.

Basically: I have a widget with a grid of items. I want the items in the grid to stick to a certain aspect ratio, regardless of the widget width. The height should dynamically adjust so it always stays that aspect ratio. Normally I would use a ConstraintLayout, but that doesn't seem supported on widgets and I cannot find any good alternative.

Code here: github.com/CatimaLoyalty/Andro…

Thank you!

Peter Vágner reshared this.

in reply to Sylvia

I ended up settling on just hardcoding an exact size for each grid entry in "dp", then scaling it up until it "felt right" and going with that. It should work. I'm still annoyed Android widgets are so limiting but well, this will be good enough to ship I think.

github.com/CatimaLoyalty/Andro…

Now for a good night's rest and then some final cleanups after work. Then this can probably be shipped with the next release :)

Peter Vágner reshared this.

Baha! I knew there was a reason I liked AdGuard. You can now block Microsoft's recall with it. Yay! adguard.com/en/blog/adguard-fo…

reshared this

Peter Vágner reshared this.

In case anyone finds this useful, I added a "ReaKontrol: Reconnect" action to #ReaKontrol which allows you to reconnect to your Kontrol keyboard if it isn't connected when you first start #REAPER or it gets disconnected while REAPER is running. Otherwise, you have to restart REAPER, which is deeply irritating. reakontrol.jantrid.net/

reshared this

Peter Vágner reshared this.

With the current news of possibly dozens of AUR packages hosting a dangerous form of malware, we should probably once again, for yet more reasons, reconsider why so many people point newcomers to Arch-based distributions.

The amount of "just do this random AUR bro" is insane.

(EDIT: This is the mailing list post - lists.archlinux.org/archives/l…

More packages have been found since, and the story is unfolding.)

This entry was edited (2 months ago)

reshared this

Peter Vágner reshared this.

Adobe is now processing all your PDFs in the cloud, by default. The setting to “Enable generative AI features in Acrobat” was on, and I didn’t know it until I opened a document and Adobe asked me if I wanted a document summary. It’s annoying to have to click “No,” so I opened settings to disable the prompt.

THE PROBLEM
I sign Non-Disclosure Agreements for many of my clients. Adobe is a potential leak of protected information. I don’t know what Adobe does with this information. I don’t know what they store, or for how long. I don’t know what country (or countries) the data is stored in. I don’t know what LLMs are trained with this data. And I don’t need to know. What I need to know is that they won’t use default opt-in as a legal excuse to wiretap my information.

I recommend that you check your Adobe settings on all devices, for all Adobe accounts.

#CallMeIfYouNeedMe #FIFONetworks

#cybersecurity

reshared this

Peter Vágner reshared this.

Ever since I switched to #GNU #Linux in my private life, using #Windows at work gives me near-daily headaches. I have full admin rights, yet I constantly fight the system: forced updates, inconsistent behavior, sluggish UI, weird errors buried in the registry.

I used to think this was just how #computers worked. But after experiencing the #freedom and clarity of #FOSS, Windows feels more like an obstacle than a tool.

Going back feels wrong.

#os #opensource #free #arch #Fensterfreitag

This entry was edited (1 week ago)

Peter Vágner reshared this.

in reply to TECC

@esoteric_programmer Having come from a Linux background, I was rather surprised to discover upon using a Windows machine seriously for the first time that some of the error messages were displayed as 32-bit hex error codes. Searching the Web for help often leads to interminable forum threads in which people who don’t know what’s causing the error try to help others who don’t know either. Diagnosing such errors would be a good task for a specialized LLM.
Peter Vágner reshared this.

Me and @alexchapman have just been screwing around with this thing called Omni Describer, a Windows program that uses AI to make audio descriptions out of videos. It uses Google Gemini for the actual describing part, and it can either use OpenAI or SAPI 5 for TTS. It has some issues, like the TTS interrupting itself during descriptions, but other than that, it's pretty cool. forum.audiogames.net/topic/568…
This entry was edited (2 months ago)

reshared this