Normal couples when moving:
"Our new wifi name is WLAN-3b5e77." "Okay"
Nerd couples when moving:
"Okay we have narrowed the wifi naming pattern down to these 23 fandoms" "you forgot sailor moon"
No more jumping via website & wikis: now most of our documentation is available at our website
And as that's quite "a bit" (uh, a minor understatement) more, it has a "site search" now, too.
So we hope you like how it's set up and organized, and find what you're looking for at
Some more documentation will follow when it's ready, but that will take a little more time 😉
Sylvia reshared this.
Do not use AI email writers at the price of your privacy.
Yes, they are convenient, but you become the product & the risk is high.
With Tuta Mail, you control your email, your data, & your privacy. 🔒
Find out why AI email writers must be avoided 👉🏼 tuta.com/blog/ai-email-writers…
#PrivacyMatters #EmailPrivacy #DataProtection #TutaMail #Encryption #AI
AI email generators can help write your emails quicker, but the risks often outweigh the benefits when granting them access to your private mailbox. Here’s why not to use AI email writers.Tuta
An NVDA addon to kill NVDA from secure screens. Contribute to tspivey/killNVDA development by creating an account on GitHub.GitHub
In #curl land, @vsz made a CI job that builds curl with fil-C and it runs the tests fine. Just slightly limited due to lack of dependencies as they all need to be built with fil-C as well.
github.com/curl/curl/pull/1939…
Requirements for Fil-C: not to accidentally pick up system headers. E.g. from /usr/include on Linux. It can happen when any dependency is auto-detected on this header path. This makes Fil-C find t...GitHub
Fil-C is basically a memory-safe approach for C code. It was discussed on hacker news again yesterday. I find it a rather cool take, but with lots of limitations of course.
my week: lists.haxx.se/pipermail/daniel…
release, code, examples, everything curl, Wikipedia, still developed, wcurl
@alex
Never change!
Reminds me of this cautionary tale:
youtube.com/watch?v=T4BvqQWkV0…
Mr Arthur Bargain was a shopkeeper. This is the rather unfortunate story of his little shop.Most of the illustrations in this video were generated by Stable...YouTube
Ich spreche heute die neue erste Folge meines Podcast @logbuchlaut ein.
Ich möchte Blogposts zu gewissen Themen zusamenfassen, aber womit fange ich an?
Sagt mal...
(Please Boost!)
Blog als Podcast. Welcher Blog?
blog.ring2.de
Welcher Podcast?
https://pod ring2.de
Look @Castopod I am back 😉
reshared this
Your estimated waiting time: 44 minutes.
#39c3
Fingers crossed. Müssen uns dann mal "Hi" sagen!
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.
Just because it works under your very limited and controlled lab conditions, doesn't mean it will work just as well under real-life conditions.
A few may remember the summer of 2024 when (streams) rolled out FEP-171b. It broke federation in every imaginable way because, as it turned out later, (streams) suddenly confused the many different IDs it had to juggle. Granted, the byproduct of trying to fix this was Forte, the first Fediverse server software to provide nomadic identity via nothing but ActivityPub.
Now Hubzilla rolled out FEP-e232. And there's breakage again. Not quite as badly, but in places that really hurt.
So the talk of the town in the Fediverse is Mastodon 4.5 introducing quote-posts. (Mastodon 4.5 allegedly introducing quote-posts to the Fediverse, and how that's wrong, is another story.)
Interestingly, almost at the same time, Hubzilla 10.6 was rolled out. Money quote from the announcement:
- Implement FEP-e232 (object links) for quote posts
FEP-e232 Object Links in practice usually = "quote-posts like Misskey" = linking to the original with "RE:" before the link.
Apparently, rather than what Hubzilla had been doing since 2012 when it was still Red. What Friendica has been doing since its own inception in 2010. Namely insert a dumb copy of the quoted post into the quoting post.
While (streams) and Forte have been supporting FEP-e232 under the bonnet for quite a while while still quote-posting with dumb copies, Hubzilla has decided to go all the way and replace the old-fashioned Friendica way of quote-posting entirely with the Misskey way that's all the rage in the Fediverse now.
Yes, this has its advantages. If the original is edited, then the edit (in theory) is reflected in all posts that quote-post it.
But here on Hubzilla, this switch causes trouble.
Mastodon rolled out rendering support for Misskey-style quote-posts before rolling out quote-posts themselves, so those Mastodon servers that can't render these quote-posts are hopelessly outdated.
Hubzilla, on the other hand, rolled out Misskey-style quote-posts with version 10.6 while 10.4 and older can't even render Misskey-style quote-posts, not even when they come straight from a *key. In this regard, it would have been smarter to first make sure that Hubzilla renders this kind of quote-posts, then wait for a few minor releases and then change the way Hubzilla quote-posts.
You may see this as just a minor nuisance. But on top of that, it breaks Hubzilla's forums.
See, Hubzilla's forums are based on quote-posts. You start a new thread by DM'ing to a forum, and the forum will automatically share (quote-post) your start post to all forum members. If it's a private, limited-access forum, only the forum members are permitted to see the post with your quoted post in it.
I guess it's kind of obvious that this can only work by quote-posting a dumb copy of the start post unless a few more stops are being pulled.
Now, however, forums on Hubzilla 10.6 quote-post start posts by linking to the original. Remember that the original is a DM to the forum. As in only the forum is permitted to see it. You can click the link to the original all you want. But unless you run the forum, Hubzilla will not let you see it, not even with all the OpenWebAuth magic sign-on that you have on yourself as a Hubzilla user. In fact, I'd be very worried if I could see it now.
If there was even only one active forum on one of the two public hubs that run development versions, this critical bug would have popped up earlier and been fixed before it would have hit a release. But apparently, nobody is crazy enough to run a forum on a dev-grade hub, not to mention how few active Hubzilla forums there are in the first place. Seriously, I wonder if there's any feedback coming from the two dev hubs because I never see any hit the Support Forum. Does it all go straight to Framagit?
Good thing hubzilla.org is still running Hubzilla 10.4. hubzilla.org is not only the official Hubzilla website, it's actually a Hubzilla hub itself. The official Hubzilla website is built on a Hubzilla channel, using the Webpages app. And hubzilla.org is home of the Hubzilla Support Forum. It would have been a disaster, had this forum been broken, too.
I guess there's a hotfix due now, even if it means reverting FEP-e232 support (although changing the permissions of a DM to a forum channel would do the trick, and looking at how (streams) and Forte do it would be even smarter). And I hope it'll come before hubzilla.org is upgraded to 10.6.
By the way, while it's at it, maybe Hubzilla could also permanently set that GoToSocial/Mastodon flag that allows being quote-posted. I mean, if you come to a place that has been able to quote-post for a whopping 13 years, that can quote-post any public content from anywhere in the Fediverse with zero resistance, and that has no control over whether or not your stuff can be quote-posted (other than not posting in public), it's safe to assume that you're okay with your stuff being quote-posted anyway.
#Long #LongPost #CWLong #CWLongPost #FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Mastodon #Misskey #GoToSocial #Friendica #Hubzilla #Streams #(streams) #Forte #Forums #Groups #FediverseGroups #FediGroups #FEP_e232
Radical gamer repurposes $1,700 ROG Atral RTX 5080 into a working DIY skateboard — rides graphics card down the street while walking dog
A user on the PC Master Race subreddit has turned a ROG Astral RTX 5080, one of the most expensive variants out there, into a real skateboard. The video shows the RTX 5080's …
#hardware
tomshardware.com/pc-components…
Sensitive content
reshared this
Tomorrow we'll celebrate Django's 20th anniversary during Django Girls Pescara, inside DevFest. 🎂
birthday20.djangoproject.com/e…
CC @django @djangogirls
#Django #Birthday #DjangoBirthday #Pescara #Python #DjangoGirls
Celebration of Django’s 20th anniversary at the Django Girls Pescara workshopDjango's 20 year birthday!
A new issue of #ThisWeekInGNOME is now online!
#224 Reduced Motion
thisweek.gnome.org/posts/2025/…
Updates on what happens across the GNOME project from week to weekthisweek.gnome.org
Changes in version 142.0.7444.138.1:
A full list of changes from the previous release (version 142.0.7444.138.0) is available through the Git commit log between the releases.
This update is available to GrapheneOS users via our app repository and will also be bundled into the next OS release. Vanadium isn't yet officially available for users outside GrapheneOS, although we plan to do that eventually. It won't be able to provide the WebView outside GrapheneOS and will have missing hardening and other features.
Privacy and security enhanced releases of Chromium for GrapheneOS. Vanadium provides the WebView and standard user-facing browser on GrapheneOS. It depends on hardening in other GrapheneOS reposito...GitHub
CHROMIUM_MAJOR.CHROMIUM_MINOR.CHROMIUM_BUILD.CHROMIUM_PATCH.VANADIUM_PATCH
For the Chromium parts:
- MAJOR and MINOR may get updated with any significant Google Chrome release (Beta or Stable update). MAJOR must get updated for any backwards incompatible user data change (since this data survives updates).
- BUILD must get updated whenever a release candidate is built from the current trunk (at least weekly for Dev channel release candidates). The BUILD number is an ever-increasing number representing a point in time of the Chromium trunk.
- PATCH must get updated whenever a release candidate is built from the BUILD branch.
Zoom released New firmware for H1E. I am sending this again because i broke the first post.
Das ist großartig!
@Tuxi ⁂ Warst du nicht auch dabei etwas in der Art zu bauen?
@Friendica Support
ohne könnt ich mein Projekt wohl nicht stemmen: git.rollenspiel.monster/Rollen…
Eig. müsst ich wohl jede software als eigenes Repo machen damit das andere auch einfach verwenden können, aber dann hätte ich so viel Codeduplication und Wartungsaufwand 
@feb
#dobréRáno
Bubu
in reply to Mr. DrogDrog • • •why would the WiFi name change? We just moved the router. ^^
(Which had the funny side effect that WiFi location thought we were still in Berlin for the first 10 months after the move)
Mr. DrogDrog
in reply to Bubu • • •Bubu
in reply to Mr. DrogDrog • • •Mr. DrogDrog
in reply to Bubu • • •@Bubu sry but that's the law.
Also it's a good opportunity to get rid of the harry potter themed wifi name.
And to rotate secrets
And split one wifi into 3.
Bubu
in reply to Mr. DrogDrog • • •w4tsn ~>
in reply to Bubu • • •