#новини #uazmi #війна-в-україні #мобілізація #суспільство
Детальніше тут 👇
uazmi.org/news/post/4630117aa4…
Те, що в Україні не можна бути просто нормальним — сум і навіть розпач.
Цікаво, що буде з українським будинком після того, як з нього знімуть риштування війни. Оптимістично припустимо, що це все-таки колись трапиться. Поки що має...Еспресо (UAZMI)
Meer info op frankdeboosere.be/klimaatukkel…
Picked up a bit of a tummy bug from somewhere.
Jen jsem v zatáčce potkal pitomce co jel jak blázen v protisměru. Bylo to fakt o centimetry, být tam svodidla neměl bych kam uhnout. Fakt nechápu, debil jeden.
Já si dneska nedal #birellovka ale k pštrosí klobáse na oběd jsem si dal bezinkovou limču a malé pivo, takže jsem si udělal takový radler.
Child B: "Why are people happier the smaller [younger] they are?"
Child A: "Because everything looks so much bigger to them. Biscuits are huge, cookies are like mountains! A bread roll or a slice of cake is massive. If you're big all those things are so much smaller, and you get less."
I've only been online for 15 minutes and seen at least 3 blind people putting video's of their emergency alert recordings up for other people to listen to.
I have not, as yet, heard any screen reader say the welsh bit properly.
The fact that our government have asked us to "keep our cool" during this says all you need to worry about, as far as I'm concerned.
Today's the first time I saw the #UnderNoPretext hashtag. I'm guessing it refers to this quote:
Under no pretext should arms and ammunition be surrendered; any attempt to disarm the workers must be frustrated, by force if necessary.
--Marx
So one need to have 100K to run for NDP leadership. That's a mighty gatekeeping which mean that no just anyone (competent) can run for it.
That mean if you run, you are beholden to a financier. If that's not corruption then WTF that is?
Do they have a minimal number of Rolexes required too?
(don't point at other parties, it is the exact same shit, but they all currently have a leader, even incompetent ones)
Question for my #blind followers: Would you be interested in buying, and if so, how much would you be willing to pay, for a screenless Linux-based computer with Braille keyboard and TTS output, like the BT Speak (blazietech.com/bt-speak-pro), but with these distinguishing features:
- Actually open-source software
- RK3588 SoC (4 performance cores, 4 low-power cores)
- Faster and more robust software updates
- Option to boot from SD card (full-sized), for fearless OS tinkering
(continued)
BT Speak | Blazie Technologies
Welcome to Blazie Technologies, maker of BT Speak and BT Braille accessible computersBlazie Technologies
Musharraf reshared this.
That is all.
Sonda - Światła w tunelu - 253 - 17.02.1983
Alfabet Braille'a, syntezator mowy, elektroniczny analizator obrazu i inne urządzenia pomocne niewidomymNr odcinka : 253Nr odcinka dostępnego: 134Data premie...YouTube
Since I had such a huge Pipewire headache this weekend, I wrote my findings into a Linux script. Please check it out and run it if you find it safe. It does everything: Installs pipewire, writes an espeakup override if you have it it'll be useful, stops LightDM from spawning its own socket and using the shared /tmp/pulse.soc instead, and just, works to move Bluetooth syncs from HFP to A2DP. Again, verify verify. I had GPT help me write it so I cannot give it 100% trust.
eurpod.com/setup-pipewire-a11y…
Looping in @fireborn and @storm, other Linux geeks, love you all, PLEASE weigh in. :D
this isn't totally in my field of knowledge, e.g. I use USB headset and nodm as my display manager, but it looks mostly fine. If it works, and you have sound on boot, this may not be helpful.
I noticed that you enable the user services for pipewire:
sudo -u "$TUSER" systemctl --user enable --now pipewire.service pipewire-pulse.service wireplumber.service || true
But unless I missed it linger isn't enabled for $TUSER so sound may not start at boot. If you have problems with no sound, try adding the following around where those services get enabled:
sudo loginctl enable-linger "$TUSER"
ah, argh. you wanna know today? Upgrading pipewire from 1.2.X to 1.4.X for the LEAudio Bluetooth bits I wanted. Well well. Turns out, the Stormux script sets WirePlumber 0.4-style Lua tweaks. On WirePlumber 0.5 those are ignored, so BlueZ endpoints don’t come up until your full user session finishes and policy loads. O, M, G. Also disable seat monitoring so WirePlumber registers BlueZ endpoints without a logged-in seat. (This is the key for pre-login use.) But it's really not about the shared pulse socket. You would just need to move your “no suspend” ALSA tweak to wireplumber.conf.d rules. Oh, and the Bluetooth tweak. so:
"cat > "$xdgPath/wireplumber/bluetooth.conf.d/50-autoconnect.conf" <<'EOF'
# WirePlumber 0.5
bluez5.auto-connect = [ a2dp_sink hfp_hf hsp_hs ]
bluez5.default.profile = "a2dp-sink"
EOF
# Allow BT endpoints without a logged-in seat (pre-login audio)
cat > "$xdgPath/wireplumber/wireplumber.conf.d/10-disable-seat-monitoring.conf" <<'EOF'
wireplumber.profiles = {
main = {
monitor.bluez.seat-monitoring = disabled
}
}
EOF
cat > "$xdgPath/wireplumber/wireplumber.conf.d/50-fenrir-no-suspend.conf" <<'EOF'
monitor.alsa.rules = [
{
matches = [ { node.name = "~alsa_output.*" } ]
actions = { update-props = { session.suspend-timeout-seconds = 0 } }
}
{
matches = [ { node.name = "~alsa_input.*" } ]
actions = { update-props = { session.suspend-timeout-seconds = 0 } }
}
]
EOF"
--no-linger Do not enable systemd lingering for the target user. --mask-lightdm-audio Mask LightDM's PipeWire/WirePlumber/Pulse bridges so the greeter
*only* uses the shared /tmp/pulse.sock (use if you see BlueZ conflicts).
Beyond this, some bug fixes!
• Now, we check better whether ESpeakUp is installed. systemctl status returns non-zero if the unit isn’t active, which made the script print “not installed” even when the unit exists (or is momentarily restarting). We now go based on LoadState.
• Use curl if present, fall back to wget. (Some minimal installs don’t have wget.)
• Don’t hard-code X/Wayland display ":0" - (Broaden the espeakup override so it skips any display, not just :0.)
• Keep the "prefer A2DP" restart tidy, the unit file is reloaded before restart and we don't yank out existing profiles or connections like in the first script.
Enjoy!
Link again:
eurpod.com/setup-pipewire-a11y…
“There is indeed such a thing as a dumb question, and learning to ask the right questions may be the most valuable fruit of a good education.
Many essays on ChatGPT pose various questions to the software, but I want to pose one to the engineers developing these Large Language Models (LLMs) and to the enthusiastic adopters of this technology: What is the problem for which LLMs are the solution?”
Really great 2023 article by Jeffrey Bilbro
plough.com/en/topics/life/tech…
What Problem Does ChatGPT Solve?
Jeffrey Bilbro discusses the trade-offs of using technology to eliminate human intellectual and creative effort.Plough
@modulux According to this blog post from May this year, it should be possible in theory.
build GTK with the -Daccesskit=enabled build option, and set
GTK_A11Y=accesskit
blogs.gnome.org/gtk/2025/05/12…
An accessibility update
I recently saw somebody ask Is Fedora accessible now ? To which I want to say: yes! But this question does not really have a simple yes-or-no answer. There is lots of nuance to it. A better...mclasen (GTK Development Blog)
"Accessible recruitment is more than a policy - it’s a way to ensure that every candidate can perform at their best, and each role is filled by the person
most capable of doing it."
tetralogical.com/blog/2025/08/…
#accessible #recruitment #accessibility #a11y
Accessible Recruitment - TetraLogical
Accessible recruitment is more than a policy - it’s a way to ensure that every candidate can perform at their best, and each role is filled by the person most capable of doing it.TetraLogical
Séisme en Afghanistan: les secouristes ont aidé les hommes... mais pas les femmes
slate.fr/monde/tremblement-ter…
Les normes culturelles afghanes, qui interdisent tout contact physique entre les hommes et les femmes qui n'appartiennent pas à la même famille, ont poussé les secouristes majoritairement masculins à ne pas venir en aide aux femmes.
🤮
Séisme en Afghanistan: les secouristes ont aidé les hommes... mais pas les femmes
Les normes culturelles afghanes, qui interdisent tout contact physique entre les hommes et les femmes qui n'appartiennent pas à la même famille, ont…Elena Gillet (Slate.fr)
Jeden z umelcu si na Unreleased hodil lekce kytary. Bez meho pricineni. Coz me tesi zaprve proto, ze nase samoobsluha funguje a za druhe, ze ten nastroj lidi vyuzivaji kreativne.
Sem se kouknul borcovi na IG a tam toto. Jako wtf.
Lekce tu:
unreleased.art/forgetbrennan
IG tu:
instagram.com/forgetbrennan/
Tenhle tyden se stavil u nas ve studiu, tak z toho bude i nejaky pekny content ne-jenom-lekci.
Open Tuning Tutorials
Discover a world of progressions, tutorials and resources to elevate you on your guitar journey below.unreleased.art
Loudly shouting at #Microsoft to stop forcing "AI" on #GitHub users might lead to some sort of success. Until the next shiny thing comes along.
I took stock, understood what is really happening, that you are accepting to be locked in to a walled garden that you do not control.
So I silently packed up my stuff a while ago and moved to a place and community that accepts, respects and defends my freedom. My repos have moved to #codeberg, I am running my own #forgejo instance and build runners.
@sesivany I think the main problem is that it is not easy to get code into GitHub, or actually any Git hosting platform/software, unless you have an account there.
The first thing I'd do is build bridges between the platforms to make it easy to pull code from any git hosting to any other git hosting.
- Merge, we want to hear stuff (66%, 2 votes)
- Keep plural/writing accounts separated. (33%, 1 vote)
- Other, please reply. (0%, 0 votes)
- I just want to see the results. (0%, 0 votes)
Looking to leave GitHub?
Try Codeberg — it's Git, but based in Germany (Europe), without all of Microsoft's nonsense. They're also on the Fediverse: @Codeberg.
But wait — it gets better!
Codeberg is open source, and you can even host your own instance. The software is called Forgejo, built by the same folks behind Codeberg, and they're on the Fediverse too: @forgejo.
#GitHub #GitLab #Git #FOSS #OpenSource #DigitalSovereignty #Microsoft
Massive Angriffe auf Ukraine - Regierungsgebäude in Kiew brennt
Nach schweren Angriffen ist eines der wichtigsten Regierungsgebäude in Kiew in Brand geraten. Noch ist unklar, ob der Kreml gezielt den Sitz des Ministerkabinetts ins Visier genommen hat. Mindestens drei Menschen wurden getötet.
Who Let The Dogs Out 🐾
in reply to Who Let The Dogs Out 🐾 • • •Слышу голос из прекрасного далёка,
Голос утренний в серебряной росе:
Он зовёт меня на битву Рагнарёка,
Будет битва, и на ней полягут все!
Где Гарм лает громко,
И стелется позёмка,
И виден издалёка
Корабль мертвецов,
С горящего востока
Спешу на голос рога,
На битву Рагнарёка
Во имя праотцов!
#мифология #рагнарек #ПрекрасноеДалеко
André Polykanine
in reply to Who Let The Dogs Out 🐾 • • •Who Let The Dogs Out 🐾
in reply to André Polykanine • • •Именно так.
И чтобы Рэсси был рядом с Сергеем Сыроежкиным.