#MakerTube
Ich glaub', diese #PeerTube Instanz passt ganz gut zu mir.
Bin dabei meine Videos neu zu ordnen, vielleicht kommen auch mal wieder neue dazu...
makertube.net/a/alphalab/video…
@alpha_lab_software_technik@makertube.net@alphalab_channel@makertube.net
Vielen Dank an
@MakerTube@mastodon.social
Distributions on our website, on-demand Trust & Safety bots, a new connectivity tester. That and much more happened This Week in Matrix!
matrix.org/blog/2025/09/26/thi…
This Week in Matrix 2025-09-26
Matrix, the open protocol for secure decentralised communicationsThib (matrix.org)
For any Canadians who want to pressure the government to force Canada Post to the table, NOT to force postal workers back to work, you can follow these steps!
If you wish to send something to Patty Hajdu directly:
If you are in Thunder Bay-Superior North, she's your MP! Write patty.hajdu@parl.gc.ca
If not, you can try writing the Ministry of Jobs and Families directly at edsc.min.ef-jf.min.esdc@hrsdc-rhdcc.gc.ca
You can call (819) 654-5546 as well.
This is what I wrote in my email (and I said something similar on the phone).
The pastebin is to provide alt text (since it breaks the 3000 alt-text limit) - you CAN use it as a template, but I encourage you to write it in your own words, especially if she's your MP!
pastebin.com/ndiBuWMd
A counterpart at another company just introduced me to WCAG Success Criterion 6.1.1: useragentman.com/wcag-wishlist…
OMFG, I'm dead.
#AndroidAppRain at apt.izzysoft.de/fdroid/?radd=1… today brings you 18 updated and 1 added apps:
* PrivacyScanner: scans installed applications for potentially risky permissions, and helps you review their privacy-related details 🛡️
RB status: 718 apps (54.7%)
4 #Magisk modules have been updated at apt.izzysoft.de/magisk
Enjoy your #free #Android #apps with the #IzzyOnDroid repo
IzzyOnDroid F-Droid Repository
This is a repository of apps to be used with your F-Droid client. Applications in this repository are official binaries built by the original application developers, taken from their resp. repositories (mostly Github, GitLab, Codeberg).IzzyOnDroid App Repo
@mdvhimself Magisk modules have their own "experimental" repo here, yupp. I say "experimental" not because it's flaky or something, but because it doesn't get "scrutinized" the same way as our app repo does – so no additional screening, no reproducible builds, etc. It's more for your convenience, to make it easier to find FOSS modules.
Folks who rooted their devices should know about the risks, and will take special care I hope 😉
Jsem zvědavej, jak #Plzeň nastaví intervaly těch semaforů u Makra.
Představa, že když si vezmu #kolo, tak budu čekat na každý větvi minutku-dvě, tak to bude zatracený zpomalení na "turbokřižovatku" :)
plzen.eu/o-meste/aktuality/akt…
Rozsáhlá rekonstrukce kruhového objezdu v Plzni u Makra končí. V sobotu se tam vrátí provoz : Plzeň - oficiální informační server města
Plzeň-informace o městě, uřední hodiny, řešení životních situací, podatelna, katalog akcí, sport, kulturaplzen.eu
fsync(2) is an example of a poor interface resulting from the design decisions that went into Unix, and thus POSIX.
Why do I say this? Glad you asked. `fsync(fd);` will block its caller until dirty in-memory data associated with the file referred to by the given file descriptor (both file data and metadata) are written to "a permanent storage device", or an error occurs. And that's all well and good, but often, you want to sync multiple files: with `fsync`, you have to either serialize this, or farm multiple `fsync` calls out to separate (OS-managed) threads.
Consider that these days, data is _usually_ written to a storage device asynchronously: a block write request means filling in some data structure understood by the storage device (or its controller) and sending that to the device. The device will fetch the data from the host via DMA, write it, and set a status bit or generate an interrupt or something when it's done.
Typical devices these days can support multiple (indeed, many) outstanding IO requests, internally handle scatter gather IO, etc; so in theory, multiple fsync's could be proceeding in parallel. But the highly synchronous nature of the POSIX interface prevents us from doing this effectively, and AIO support is often buggy and incomplete.
If we had a system interface that let you initiate synchronization, but didn't block and instead immediately returned a completion token of some kind, coupled with another interface that could take a list of such tokens and block until they all completed, you could kick off all of the sync requests at once, and then barrier on their completion.
That'd be a lot simpler.
Oh right ... now I remember why I never set up @thunderbird to work with my email - Microsoft does everything in its own proprietary way. So I can get email up and running but only if I'm happy without my contacts or calendar.
You know maybe it's time for a change ... I just have to figure out if I can do forwarding away from Outlook without continuing to pay for it.
Thunderbird Monthly Development Digest: August 2025 - The Thunderbird Blog
Exchange is coming to Thunderbird 144 next month! Learn what's in and what's planned. Also, updates on Account Hub, Calendar UI, and more!Toby Pilling (The Thunderbird Blog)
Adafruit Fruit Jam - Mini RP2350 Computer
We were catching up on a recent hackaday hackchat with eben upton and learned some fun facts: such as the DVI hack for the RP2040 was inspired by a device called the IchigoJam. we ...www.adafruit.com
I mean, what is it used for, and what’s your purpose in buying it?
That sounds really interesting.
I like that it has audio output too
makes it more fun for experimenting and learning.
The CAQ - zero courage. montreal.citynews.ca/2025/09/2…
#noplanetb #gasguzzlers #CAQASTROPHE #polQC #QCpoli #despicable
Quebec lifts planned 2035 ban on gas-powered vehicle sales
The Quebec government is lifting a ban on the sale of gas-powered cars that would have taken effect in 2035. Environment Minister Bernard Drainville says the decision will give the industry a break and Quebecers more choice.mporco (CityNews Montreal)
Montreal cyclist in critical condition, collision on Décarie Blvd.
montreal.citynews.ca/2025/09/2…
> vehicle was circulating north on Décarie,” said Dubuc. “When he got to Paré, he hit a cyclist.
No CityNews. The car does not have he/him pronouns. Nor was the car self-driving.
Your editing to erase the driver from the facts is showing.
Montreal cyclist in critical condition, collision on Décarie Blvd. - CityNews Montreal
The service road on Décarie Blvd. north was closed Thursday morning as Montreal Police (SPVM) investigated a collision that left a cyclist in critical condition. Calls to 911 came in at around 4:15 a.m.Pamela Pagano (CityNews Montreal)
@thunderbird Where can I file bugs on Thunderbird for Android?
The "Thunderbird" component on Bugzilla is explicitly only for the Desktop client.
I noticed that mails with attachments (photos) are only sent when the phone is connected to external power supply, and I trigger sending messages while it is.
Outgoing mails with attached photos are only sent when phone is connected to power supply (charger)
Checklist I have used the search function to see if someone else has already submitted the same bug report. I will describe the problem with as much detail as possible. App Thunderbird for Android ...tessarakt (GitHub)
просто поразительно. английские нейтив спикеры не уловили НИ ОДНОГО важного заявления биби. ни. сука. одного. видимо, ивритский акцент им помешал, а мне помог.
именно ТАК работают сейчас геббельс-медиа. ты можешь кричать с трибуны оон но тебя ни кто не услышит просто потому что смотреть онлайн видео сложно - надо ссылку найти и время потратить.
это сука лютый пиздец. если честно мне немного не по себе…
bbc.com/news/live/cdxqe17njggt…
Netanyahu calls Palestinian recognition 'disgraceful', as dozens walk out of UN speech
Protesters demonstrate outside the UN General Assembly in New York as Israel's PM addresses delegates.BBC News
youtube.com/watch?v=2R5hW0h7sT…
Doc Watson - What Would You Give In Exchange For Your Soul (Official Visualizer)
Life’s Work: A Retrospective, the career-spanning collection from 8x GRAMMY Award winning icon Doc Watson, now available digitally and as a CD Box Set. The n...YouTube
Atheists Don't Have No Songs - Steve Martin and the Steep Canyon Rangers feat. Edie Brickell
Buy at Amazon: http://smarturl.it/SMSCREBlivecd-dvdClip from Steve Martin and the Steep Canyon Rangers featuring Edie Brickell Live. The entire concert is at...YouTube
Так, в детстве нельзя было говорить слово "жопа". А если очень хотелось, надлежало зайти в комнату, проверить, что рядом никого нет, быстро и полушёпотом крикнуть и тут же выбежать, пока ничего не случилось.
Сейчас то же самое, только слова другие.
Já prostě nemám slušných slov.
zpravy.aktualne.cz/domaci/gast…
Gastronomická esa se Schillerovou. Dohodli se na změně, kterou označují za přelomovou
Spropitné tvoří u zaměstnanců v gastronomii 20 až 50 procent příjmů, osvobození od daní a pojistného by jim velmi pomohlo, tvrdí jejich šéfové.Radek Bartoníček (Aktuálně.cz)
@tritol128 @OttovonWenkoff @piratzbrna O tom nepochybuju. Ale je dulezite pochopit ten problem a pochopit, jak velka dira tam ted je. To proste v zadnym scenari nejde jen tak preskocit a zacit platit 45% statu. Minimalne ne plosne.
Ze vsech reseni jak tu propast preklenout je "docasne" posunout (2) smerem k (1) celkem dobre. Pak se muze ten benefit ruzne zastropovat a postupne zmizi (priklad tohohle postupu je ruseni stravenek v Britanii).
Byl jsem i na kole, ale všude bylo zavřeno a na #birellovka už je docela zima.
Jak říkal jeden kolega, na pivo je docela zima a na ruma zas až taková není 😄
I know film format are confusing.
135 = 35mm wide roll film.
120 = medium format. 6cm by something frame (4.5x6, 6x6, 6x7, 6x8, 6x9, 6x12, 6x17, 6x24). Dimensions here in cm, normalised. Film width is 6.1cm
220 = medium format. Same as above but twice the length. Not all camera supports it.
4x5 = large format sheet film. dimensions in inches.
8x10 = large format sheet film. dimensions in inches.
135, 120, 220 are Kodak film type. There also is 110, 126 (instamatic) and plenty of others.
No one asked for the REM...
The delays and cost overruns are what the CAQ does best. *COUGH* SAAQclic. *COUGH*
They could have built less REM and have a more usefull system. Taking down the deux-montagne line like that IS a mistake. A costly one.
Selling the tunnel to CDPQ was a robbery.
Funny, b/c anus tangerinus seems to have a list of those who've wronged him...
Supposedly, Comey’s indictment is about justice?
cnn.com/2025/09/26/politics/vi…
#BS #lies #USA #USAUSA #enemieslist
Netanyahu calls Canada’s Palestine recognition a ‘mark of shame’
Israeli Prime Minister Benjamin Netanyahu called Canada’s decision to recognize a Palestinian state a “mark of shame,” during his address to the UN on Friday.The Associated Press (CTVNews)
As terrible as all the pollution from reentries is, I have to say that it's REALLY FREAKING COOL that I now know all the right people to ask to find out what exactly reentered when a journalist sends me a reddit video from a random Canadian city.
I don't know the answer yet, but I know who to ask! (More details soon, hopefully)
And spoiler alert: the odds are extremely high that any reentry anywhere is a Starlink, they're burning up 1 or 2 per day on average.
The fireball (that was actually a reentry, as noted) is now on the AMS fireball website: fireball.amsmeteors.org/member…
Interestingly, they don't have it going all the way to Saskatoon, though I've seen a couple of videos from there. More people should report their observations! (Though I think probably that is super annoying to the people trying to study meteors... yet another part of astronomy SpaceX is destroying)
American Meteor Society
We received 27 reports about a fireball seen over Alberta, British Columbia, MT, Saskatchewan and WA on Tuesday, September 23rd 2025 around 06:05 UT.fireball.amsmeteors.org
HAHAHA I love that they quoted me on this "It's like billionaires dropping their garbage on our heads"
Hubert Figuière
in reply to Sean Boots • • •Tim Lavoie
in reply to Hubert Figuière • • •Hubert Figuière
in reply to Tim Lavoie • • •Hubert Figuière
in reply to Hubert Figuière • • •THE Matt
in reply to Sean Boots • • •Sean Boots
in reply to THE Matt • • •Lisa Fast
in reply to Sean Boots • • •