reshared this
reshared this
Base48 je brněnský hackerspace a komunitní dílna. Nabízíme prostor, vybavení a komunitu pro tvoje elektro, 3D tisk, DIY a další projekty.base48.cz
Peter Vágner reshared this.
To whom it may concern:
Someone fixed the accessibility of the torrent listview in QBitTorrent version 5.1.3.
I wish I could find out who did it so I could personally thank them.
This has made my day. In a world where updates are often measured by how much a11y they break, this has been a rare moment of joy and comfort.
Thank you.
Peter Vágner reshared this.
Seems like it was Andrew Johnson, or akj.
github.com/qbittorrent/qBittor…
Link to Issue Closes #20393 Description Navigating the torrent list with arrow keys did not announce selection changes to screen readers. Development Approach Call QTreeView::currentChanged() to en...GitHub
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 likes this.
reshared this
Here's the most efficient way I've found to make a video from an image plus audio file that preserves quality.
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.
reshared this
Make this a bat file on your path, start with image first, then audiofile, and you'll get audiofile.mp4 as an output.
@ffmpeg -threads 3 -hwaccel auto -r 1 -loop 1 -i %1 -i %2 -c:v libx264 -preset ultrafast -x264opts opencl -vf scale=1280:720 -c:v libx264 -tune stillimage -c:a copy -shortest "%~dpn2.mp4"
Andre Louis reshared this.
reshared this
Oh, that makes sense. Though dates at a school seem kind of strange to me.
I was like that in primary school, I also needed to carry a brailler so there was no extra hand for a cane. I got better in high school as I was allowed to use a laptop and ebooks, which made things much easier.
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
reshared this
Collecting OpenStreetMap-compliant accessibility data in public transportplay.google.com
Peter Vágner reshared this.
FediVerseExplorer likes this.
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.
Peter Vágner reshared this.
✨ Your new public_html folder is here, upload html and ~your-site is ready
~ public.monster 🐙
I'm pretty sure I'll regret making this, but upload your public monstrosity and let's see how it goes. Some fun may be had. I'll watch carefully for now 🕵️
reshared this
Peter Vágner reshared this.
reshared this
So on a fresh Windows 11 install, I would need to now run at least 4 GitHub scripts just to make it behave and tamed down to the process plus ram usage of Windows 10. Unbelievable. I'm going to provide links here, you use these at your own risk. I'm also favoriting this post for myself so this is a bit for me, too.
All of these require that Defender's "realtime protection" and possibly "tampor protection" stay off. Defender is very yelly.
First thing I do: github.com/ShadowWhisperer/Rem…
This removes Microsoft Edge, and I use the WebView remover. If you use JAWS, this one might not be for you, since I believe JAWS relies on the webView.
2. Spicy: Remove defender. Not for everyone, but if you have a 3rd-party scanner and AV you use that's light, or just want to manually scan files and do daily quick scans with a tool of your choice, it's good. Using WSL will reinstall the hypervisor bits. It does a lot, so be cautious.
github.com/ionuttbara/windows-…
3. New to the list: github.com/zoicware/RemoveWind… - for getting rid of all AI features. Again, large script, read and consult carefully.
4. My own quick debloat Gist for LTSC: gist.github.com/tgeczy/2d847e2…
This does a lot more plumming removal, and disables your search box, so don't be surprised.
5. For search box: Open Menu: github.com/Open-Shell/Open-She… - works really well.
Bonus: github.com/Raphire/Win11Debloa…
Powershell script to debloat Windows 11 LTSC. GitHub Gist: instantly share code, notes, and snippets.Gist
ondrosik likes this.
reshared this
Completely transform your computer in minutes. Simply download a verified Playbook, or use your own, and run it in AME Beta.amelabs.net
Peter Vágner likes this.
Peter Vágner reshared this.
Recently, I discovered Mynoise.net by @Stéphane (Dr. P). Sometimes, when I cant sleep or need background noise for boring work, I use various background soundscapes. Here is my article about Mynoise from the blind users experience. Long post follows:
Here you can also try other soundscapes, such as Rain on a Tent or Fireworks. I recommend opening the Full List. The soundscapes are organized under headings.
At this point, the possibilities of Mynoise are just beginning. Each player can be customized. Although the ambiance differs, the controls are always the same. Let’s take another look at the previously mentioned Wind, Sea, and Rain Noise.
Under the heading Presets, you’ll find buttons with various predefined settings. Activating them changes the sound’s characteristics. For instance, you can choose Breaking Waves or Irish Summer.
Under User Stories, you’ll find user comments. By activating a comment, the sound’s parameters adjust to the same configuration used by that commenter.
Let’s say you want to manually adjust the balance between wind, waves, rain, and so on. Each player consists of ten sliders whose volume you can control. Here’s how:
The author thought of that, too. Press B to find the Save as URL button. After pressing it, a URL containing your custom parameters will appear in an edit field. You can copy this link to your clipboard and save it as a bookmark. That’s how it works in Firefox. Chrome, on the other hand, will automatically reload the page with the new URL. You can share this URL as usual—for this article, I created This Noise as an example.
Yes, and there are two ways to do it. If you’ve been experimenting with the site for a while, you might have opened one soundscape in one browser tab and another in a second tab. However, this setup is difficult to save or share. Fortunately, you can create a single page that combines multiple generators—up to ten soundscapes in one! This way, you can really make something like a Campfire in the Rain. Here’s how:
Unfortunately, Mobile app is not accessible for blind users yet. You can still use Mynoise in your smartphone’s web browser. The easiest way is to share the custom links you prepared on your computer. That way, you’ll always have your favorite sounds at hand—for example, to help you sleep.
The author also offers online radios featuring some of the sounds. You can find them in the RadioBrowser database by searching for Mynoise. Additionally, there’s a podcast called Pomodoro Sessions, so you can enjoy your favorite soundscapes right in your podcast app.
The author is open to discussing accessibility. Thanks to this, button labels have already been added to the player pages. To celebrate finishing this article—and your reading it all the way through—you can listen to Fireworks.
Podcast · myNoise · No ads, no talking. This podcast provides a wide range of background noises and music formatted for the Pomodoro technique: stop procrastinating and get the job done, 25 minutes at a time! These sounds won’t interfere with your fo…Spotify
Peter Vágner likes this.
Peter Vágner reshared this.
It's planned to add #AltText support for #Cover and #Banner of @Castopod@podlibre.social #Podcast.
@yassinedoghri@fosstodon.org currently added my proposal to Milestone 2:
code.castopod.org/adaures/cast…
Thanx! It would be a step forward to #a11y.
#Audio #Accessibility
Is your feature request related to a problem? Please describe Visual impaired people needs a description of images and graphics on...GitLab
Peter Vágner reshared this.
reshared this
Hello, I recently upgraded to at-spi2-core 2.58. I noticed slower performance on the web in some instances. One reproducer case is to go to...GitLab
Peter Vágner likes this.
Peter Vágner reshared this.
Cool so there's a new attack against the Signal protocol, specifically the PFS. You can keep requesting PFS prekeys from a user and once theyre drained you have a better shot at being able to break that layer of security but more interesting is that the time it takes to get the new prekeys indicates if the device is online or not, so this is a metadata leak
Whatsapp published the research. Unclear if this is only Whatsapp's implementation that they're discussing.
Peter Vágner reshared this.
Oh wow. Some companies have a way to let their mail servers tell me they no longer want to work with me it seems 🙈 Was just sending out my updated profile to a list, and from one I got this:
450 4.7.1 The reputation filter deemed your email unworthy
F*CK AI, I guess? 🙊
OK, I'll have to accept that. If someone out there thinks I _might_ be worthy: after being in a project for almost 5 years, I'm available again for new projects – be it as Oracle DBA, or as coach in the Android section 😉
Peter Vágner reshared this.
@pvagner I know, I'm running a mail server myself. My toot was rather about the message text, not the code 😉 But thanks for the explanation, appreciate your being helpful! 🤗
For other readers:
* 5xx: permanent error
* 4xx: temporary error (try again)
* 3xx: further action required (by the client, not the human; like, "send the next package", or "go there to continue")
* 2xx: all fine
Hear me out.
We fork Mumble server. We change the chat to be IRC. We use Obsidian IRC (web irc clone of discord) as the client. IRCv3 SASL EXTERNAL will let us auth the user using the same key identity mumble uses. Convert the Obsidian web to Tauri for cross platform desktop app.
That's it. Self-hosted Discord, now just improve the UI and invite people to rewrite in Rust and add storage backends for the chat history and nobody needs Discord ever again.
github.com/ObsidianIRC/Obsidia…
edit: ok we can't use Tauri because it won't work right on Linux, so we have to keep using Electron until some day we have a webview engine on Linux that has all required functionality (voice/video, good performance)
Modern IRC Client for the web, desktop and mobile. - ObsidianIRC/ObsidianIRCGitHub
reshared this
Die spanische Firma Code Factory, bekannt für die Bereitstellung der Vocalizer-Sprachausgabe für Android, bringt nach mehr als fünf Jahren Pause eine…DroidBlind
Peter Vágner reshared this.
Something very important to know in your threat model if you use Tor Browser on Windows:
By default it installs to your Desktop folder, which is by default mirrored to OneDrive at Microsoft. Microsoft has access to your OneDrive content for cybersecurity analysis via privacy carve outs. The Tor folder contains sensitive content.
The solution is to install at root of C: drive.
reshared this
Peter Vágner reshared this.
Peter Vágner reshared this.
Peter Vágner likes this.
Peter Vágner reshared this.
Time to introduce my last new project for this year:
«Zeroform» ... is a tool for generating minimalistic, self-hostable forms, with a twist: It can generate both static (html/css/js) and/or dynamic (php augmented) online forms.
My main motivation for zeroform is to create tooling that helps me gather more precise feedback while designing and developing (especially) #faircamp and #hyper8, and to do this in a way that reflects the values of those projects: Independence, simplicity, minimalism, freedom from maintenance, absence of tracking, etc.
Basically you start with a thought, put it down as a plaintext blueprint of the form/questionnaire/doodle/survey you have in mind, zeroform turns it into finished code and design, you can upload it, use it as long as its useful/needed, and then you can just delete it.
Think of it as your own google forms, without bigtech, without dependence on any infrastructure besides the cheapest of hosting plans, commissioned and decommisioned in a mere minute.
I'm now one week into the project, since today I'm developing in the open at codeberg.org/simonrepp/zerofor…, and I will put it to use in the next days already! I have roughly one more week reserved until the end of the year for making this usable for the general public - I'll announce when it's ready. ʕ◜0ᴥ0ʔ
Peter Vágner likes this.
reshared this
Vítejte na konferenci OpenAlt 2025. 🗓️ 👍 Program a hodnocení: https://www.openalt.cz/2025/program/VHSky
reshared this
And it is all accessible with VoiceOver on iOS. I presume TalkBack on Android as well. @delta chaos.social/@delta/1154793927…
Peter Vágner likes this.
Peter Vágner reshared this.
Peter Vágner likes this.
@Marco Zehe There are some usefull somewhat difficult to discover keyboard shortcuts in the @Delta Chat desktop app.
S IM se roztrh pytel. Klasickěmu XMPP dnes konkurují služby jako Matrix, Signal, Telegram, WhatsApp a další. Je tu však jedna služba, která v této záplavě komunikátorů vyniká - DeltaChat.talks.openalt.cz
OpenAlt reshared this.
We hereby challenge _all_ other messaging apps, FOSS or not, to provide a more convenient private onboarding experience than #deltachat
1. Install app
2. "Create new profile"
3. Enter nick name, tap "Agree and continue"
4. Tap "+" and "new contact" and provide/scan qr code/link
Voila! A secure private chat, familiar to those coming from Whatsapp or Telegram (without "AI", with #a11y).
Note: chat identities are private and can not be queried or discovered. Servers keep no track or metadata
Peter Vágner likes this.
Peter Vágner reshared this.
Me: There’s something wrong with my car. It’s making a horrible noise.
Mechanic: Have you tried ejecting the Mariah Carey Christmas CD?
reshared this
🪟 Windows 10 končí.
🖥️ Počítač nemusí běžet jen na Windows.
Existují otevřené systémy jako Linux, které zvládnou všechno od běžného používání po práci i kreativitu — a bez reklam, telemetrie nebo nucených účtů.
☁️ A data nemusí být v cizích rukou.
Služby jako Nextcloud umí nahradit Google Drive, Dropbox, Microsoft 365 i iCloud. Sdílení souborů, kalendář, kontakty, poznámky, chat, videohovory… všechno běží otevřeně a s respektem k uživatelům – tak, jak to děláme na Oscloud.cz.
💡 Oscloud.cz nabízí Nextcloud i další open-source aplikace pro běžné uživatele, firmy i komunity.
Bez reklam, bez sběru dat, s podporou v češtině.
Změna nemusí bolet. Jen začít pomalu — třeba od synchronizace souborů nebo kalendáře.
A zjistit, že svoboda není jen slovo, ale způsob, jak si technologie znovu přivlastnit.
oscloud.cz/
#opensource #nextcloud #linux #oscloud #privacy
reshared this
Peter Vágner likes this.
Peter Vágner reshared this.
Jake Gross
in reply to Marco Zehe • • •Sensitive content
Glen Gordon
in reply to Marco Zehe • • •