đ„ł Just released Gatherly v0.3.0 đ€ â My instance is available at: https://gatherly.mills.io (free for anyone to use)
Specimen 1: A caveman marking his territory:
Wow! đ€© Are folks actually using Gatherly already? đ€ 
@movq@www.uninformativ.de Never used Java FX.
Javaâs Swing is allegedly in âmaintenance modeâ, so I doubt itâs a good idea to use it for new programs. For example, I very much doubt that it will ever support Wayland.
The replacement is supposed to be JavaFX, but thatâs not included in JREs â anymore! It used to be, now itâs not, even though itâs well over 15 years old now.
This whole thing (âJava GUIsâ) appears to have stagnated a lot. Probably because everything is web stuff these days âŠ
https://www.oracle.com/java/technologies/javafx/faq-javafx.html#6
@movq@www.uninformativ.de Yeah, give it a shot. At worst you know that you have to continue your quest. :-)
Fun fact, during a semester break I was actually a little bored, so I just started reading the Qt documentation. I didnât plan on using Qt for anything, though. I only looked at the docs because they were on my bucket list for some reason. Qt was probably recommended to me and coming from KDE myself, that was motivation enough to look at the docs just for fun.
The more I read, the more hooked I got. The documentation was extremely well written, something Iâve never seen before. The structure was very well thought out and I got the impression that I understood what the people thought when they actually designed Qt.
A few days in I decided to actually give it a real try. Having never done anything in C++ before, I quickly realized that this endeavor wonât succeed. I simply couldnât get it going. But I found the Qt bindings for Python, so that was a new boost. And quickly after, I discovered that there were even KDE bindings for Python in my package manager, so I immediately switched to them as that integrated into my KDE desktop even nicer.
I used the Python KDE bindings for one larger project, a planning software for a summer camp that we used several years. Itâs main feature was to see who is available to do an activity. In the past, that was done on a large sheet of paper, but people got assigned two activities at the same time or werenât assigned at all. So, by showing people in yellow (free), green (one activity assigned) and red (overbooked), this sped up and improved the planning process.
Another core feature was to generate personalized time tables (just like back in school) and a dedicated view for the morning meeting on site.
It was extended over the years with all sorts of stuff. E.g. I then implemented a warning if all the custodians of an activitiy with kids were underage to satisfy new the guidelines that there should be somebody of age.
Just before the pandemic I started to even add support for personalized live views on phones or tablets during the planning process (with web sockets, though). This way, people could see their own schedule or independently check at which day an activity takes place etc. For these side quests, they donât have to check the large matrix on the projector. But the project died there.
Hereâs a screenshot from one of the main views: https://lyse.isobeef.org/tmp/k3man.png
This Python+Qt rewrite replaced and improved the Java+Swing predecessor.
@lyse@lyse.isobeef.org Hmmmmmmmmmmmm ⊠guess I should take a look at Qt. đ€ Thatâs the one popular toolkit that Iâve never really tried for some reason. I really donât like C++ (might as well use Rust), so Iâll also use Python.
Actually. Looking at the template and the BeerCSS docs, I think Iâm just using the wrong elements and doing the wrong thing in the template/partial structure itself đ€ Probably need to wrap text in something else other than a plain âol <p>
@movq@www.uninformativ.de Uh, that actually looks not that terrible. Somehow, I remember Swing GUIs being way uglier.
As for Visual Basic, I only had to use VBA once in my life. That was in the beginning of my career when I inherited a project from a leaving coworker. Fuck me, was that awful. Just alone the damn compiler error dialog box popping up in my face all the time while editing and the compiler already trying to parse the unfinished and hence of course uncompilable code. Boy, that left a lasting impression on me. I ported everything to Java very quickly. Luckily, the code base wasnât all that large at that point in time. I had to add a bunch of new features after that, so I was very glad that I convinced my workmate/project manager to do that first. We didnât even need a GUI, the button in Excel was transformed to a command line program that just generated the large file.
But I cannot comment on the VB GUI designer, I never used that. Your screenshot looks very similar to the Delphi one, though. Only towards the end of my Delphi days I found out about the possibility to make the widgets snap to window edges and corners (I donât remember how that was called), so that resizing the windows was actually possible without messing up their entire contents.
Switching to Linux, Delphi wasnât an option anymore. For some reason I couldnât use Kylix. Maybe it was already dead by the time I changed OSes. Or I couldnât get it to run. I just donât remember. I just recall that the unavailability of Delphi was the reason it took me a while to actually settle on Linux. I then fully switched to Java. The GridBagLayout was my absolutely favorite Swing layout manager. I reckon I used it 98% of the time, because it was so powerful and made the windows resize properly, just as I had learned to do in Delphi shortly before.
Up until discovering Swing, I used Javaâs AWT for a short amount of time. That was very limited I think and I hit the limits fairly quickly. Later at uni, we had one project making use of SWT. Didnât convince me either. I could be wrong, but I think there was also a SWT GUI designer plugin for Eclipse. If there really was, that one wasnât in the same street as Delphiâs (there must be a reason I forgot about it ;-)).
@movq@www.uninformativ.de Donât you worry, this was meant as a joke. :-D
There was a time when I thought that Swing was actually really good. But having done some Qt/KDE later, I realized how much better that was. That were the late KDE 3 and early KDE 4 days, though. Not sure how it is today. But back then it felt Trolltech and the KDE folks put a hell lot more thought into their stuff. I was pleasantly surprised how natural it appeared and all the bits played together. Sure, there were the odd ends, but the overall design was a lot better in my opinion.
To be fair, I never used it from C++, always the Python bindings, which were considerably more comfortable (just alone the possibility to specify most attributes right away as kwargs in the constructor instead of calling tons of setters). And QtJambi, the Java binding, was also relatively nice. I never did a real project though, just played around with the latter.
The one for Delphi was quite good.
It was! I didnât use Delphi for long, though. Dunno why, I always gravitated towards Visual Basic back then. đ
These days I donât deal with GUI programming anymore.
I also avoid it when possible, because ⊠itâs exhausting, because ⊠the tools that I have/know are âsubparâ. Doing anything regarding GUIs always feels like a chore. That wasnât the case in the VB days.
Well, I made this in ~2009 with Java/Swing and it was pretty nice to work with, custom widgets and all:
https://movq.de/v/de26d5edb3/s.png
I wouldnât dare doing this with GTK.
And maybe I should go back to using GUI designers. Havenât used those since the Visual Basic days. đ€ It wasnât pretty, but you got results very quickly and efficiently.
(When I switched to Linux, I quickly got stuck with GTK and that only had Glade, which wasnât super great at the time, so I didnât start using it ⊠and then I never questioned that decision âŠ)
Just typing twts directly into my twtxt file.
Details:
- Opening my twtxt file remotely using
vim scp://user@remote:port//path/to/twtxt.txt
- Inserting the date, time and tab part of the twt with
:.!echo "$(date -Is)\t"
- In case I need to add a new line I just
Ctrl+Shift+u, type in the2028and hitEnter
- In order to replay, you just steal a twt hash from your favorite Yarn instance.
It looks tedious, but itâs fun to know I can twt no matter where I am, as long as can ssh in.
@aelaraji@aelaraji.com tell us all about it, without omitting details!
@lyse@lyse.isobeef.org maybe @prologic@twtxt.net managed to mess things upâwe should be used to this already, right? LOLâas the meets are always on Saturdays, as early as 06:00 EDT, or whereabouts, never on a Sunday.
You want me to submit a reply with âI probably wonât show upâ?
I LOLed IRL! đ€Ł
@movq@www.uninformativ.de Hahaha, now Iâm curious what use case you have in mind. :-D
@movq@www.uninformativ.de Itâs way more expensive and time-consuming in the end. If only somebody had warned us!!1
The triangle reminds me of zalgo text: https://en.wikipedia.org/wiki/Zalgo_text
@lyse@lyse.isobeef.org Theyâre seriously telling us at work: âCan it be AIâd? Do it, donât waste time!â Shit like that is the result. (Whatâs this weird gray triangle in the bottom right corner?)
We had some gray soup with the occasional fine rain with strong wind gusts. Despite the bad forecast we took the train to Geislingen/Steige and strolled up to the Helfenstein castle ruin. All the colorful leaves were so beautiful, it didnât matter that the sun was behind thick layers of clouds.
We then continued to the Ădenturm (lit. boring tower). By then the wind had picked up by quite a bit, just as the weatherman predicted. We were very positively surprised that the Swabian Jura Association had opened up the tower. Between May and October, the tower is typically only manned on Sundays and holidays between 10 and 17 oâclock. But yesterday was Saturday and no holiday. The lovely lady up there told us that theyâre currently experimenting with opening up on Saturday, too, because there are some highly motivated members responsible for the tower.
We were the very first visitors on that day. Last Sunday, when the weather lived up to the weekdayâs name, they counted 128 people up in the tower. Very impressive.
The wind gusts were howling around the tower. Luckily, there are glass windows. So, it was quite pleasant up in the tower room. Chatting with the tower guard for a while, we got even luckier: the sun came out! That was really awesome. The photos donât do justice. As always, it looked way more stunning in person.
Thanks to all the volunteers who make it possible to enjoy the view from the thirty odd meters up there. That certainly made our day!
After signing the guestbook we climbed down the staircase and returned to the station and headed back. The train even arrived on time. What a great little trip!
https://lyse.isobeef.org/wanderung-auf-die-burgruine-helfenstein-und-den-oedenturm-2025-10-25/
@movq@www.uninformativ.de I guess I wasnât talking about the speed of interesting text/context, but more the âslownessâ of these tools. I think I can build/ solutions and fix bugs faster most of the time? Hmmm đ€ I think the only thing itâs able to do better than me is grasp large codebases and do pattern machines a bit better, mostly because weâre limited by the interfaces we have to use and in my ase being vision impaired doesnât help :/
The most infuriating 3 seconds of using this Mac every day are the first time I run man and it calls home to see if Iâm allowed to do that.
Hmmm nope. I think Iâve fucked up my network for use with self-hsoted WebRTC. This isnât a PeerCalls thing at all, this is just me.
@bender@twtxt.net It used to work just fineâą - I wonder if itâs my WAF? Lemme turn the WAF off for this tieâŠ
Der ganze Vorgang ist archetypisch fĂŒr die seit Jahrzehnten völlig ohne Not stattfindende politische Selbstverzwergung Europas.
A comment on heise about the recent AWS outage.
(Too bad thereâs no good translation for the great word âSelbstverzwergungâ.)
Iâm paraphrasing: Europe (and other regions) depend on US IT services, a lot, without an actual need. We saw AWS, Google, and Microsoft build large datacenters and then we thought âwelp, shit, nothing we can do about that, guess weâll just be an AWS customer from now on.â Nobody really went ahead and built German/European alternatives. And now we completely depend on the US for lots of our stuff.
The article even claims that thereâs now a shortage of sysadmins in the EU? Iâm not so sure. But Iâd welcome it, makes my job more secure. đ€Ł
Hosting services, datacenters, software, everything, itâs all US stuff. Why do we accept this, why not build alternatives âŠ
Hey all đ Starring up the monthly social call we used to have đ€ Please RSVP here if you can make it! đ
Behold! đ„ł I consider Gatherly âgood enoughââą to use: https://gatherly.mills.io/ đ€
jenny.vim?
@bender@twtxt.net I think youâve asked for that a while ago. đ
Does that diff actually help? Donât you have to use A (instead of i) anyway? đ€
That was a very non-fun day at work.
Weâre not using AWS directly, but soooooooooooooooo much other stuff does.
Anyone interested in starting up the monthly social calls we used to have? đ
@movq@www.uninformativ.de Where the heck did you find that? What is that thing? Yeah, totally looks like an attempt to make some garbage feel more solid. Unless this steel plate is actually used for attaching bolts from the other side or something like that. Which I highly doubt, given that there are muuuuuch cheaper options to install various types of nuts in plastic.
Yeah, this goo makes it just harder to disconnect. I bet it doesnât add water protection to the connections at all.
Epigenetic changes help cells adapt to low oxygen levels, study reveals
Researchers at Karolinska Institutet have discovered how cells can adjust their gene activity to survive when oxygen runs low. The study, published in Nature Cell Biology, reveals that cells use a previously unknown mechanism to control which proteins are producedâand how quickly. â Read more
Follow-up observations by Webb confirm GRB 250702B is most energetic cosmic explosion ever recorded
Considering the immense size of the universe, itâs no surprise that space still holds plenty of secrets for us. Recently, astronomers believe they stumbled upon a kind of cosmic blast never seen before, and itâs challenging what we thought we knew about how stars die. â Read more
Exploring the power of plants to make drugs out of sunlight
Plants are consummate chemists, using the sunâs energy and carbon dioxide from the air, to conjure a dazzling array of complex natural products in ways that cannot be replicated synthetically in the lab. â Read more
Salesforce defends security practices after Qantas hack
Hackers used AI-powered voice phishing to trick employees into granting database access. â Read more
Engineers solve the sticky-cell problem in bioreactors and other industries
To help mitigate climate change, companies are using bioreactors to grow algae and other microorganisms that are hundreds of times more efficient at absorbing CO2 than trees. Meanwhile, in the pharmaceutical industry, cell culture is used to manufacture biologic drugs and other advanced treatments, including lifesaving gene and cell therapies. â Read more
Sniffer dogs tested in real-world scenarios reveal need for wider access to explosives
Dogs arenât just our best friends, theyâre also key allies in the fight against terrorism. Thousands of teams of explosive detection dogs and their handlers work 24/7 at airports, transit systems, cargo facilities, and public events around the globe to keep us safe. But canine detection is an art as well as a science: success depends not only on the skill of both dog and human, but also on their bond, and may vary ⊠â Read more
Bitcoin worth $14bn seized in US-UK crackdown on alleged scammers
The UK has also frozen assets linked to the alleged scammers, including a ÂŁ100m London office building. â Read more
US strikes another vessel off Venezuela coast, killing six
President Trump said the vessel belonged to ânarcoterroristsâ and that it was âtrafficking narcotics.â US officials have not provided evidence to this claim. â Read more
US strikes another vessel off Venezuela coast, killing six
President Trump said the vessel belonged to ânarcoterroristsâ and that it was âtrafficking narcotics.â US officials have not provided evidence to this claim. â Read more
US strikes another vessel off Venezuela coast, killing six
President Trump said the vessel belonged to ânarcoterroristsâ and that it was âtrafficking narcotics.â US officials have not provided evidence to this claim. â Read more
24 hours with Trump on diplomatic tornado through Middle East
The US presidentâs single-day tour was a victory lap rather than an exercise in setting out detail, writes the BBCâs Tom Bateman. â Read more
US shipping chaos: I fear my wedding sari is destroyed
Customers worry about missing parcels as shipping companies struggle to handle a flood of packages facing new customs and tariff rules. â Read more
**Private numbers of Australia PM and Donald Trump Jr publicly listed on website **
It is unclear how the website - which uses AI to scrape the internet - obtained the private contact details. â Read more
Docker Model Runner on the new NVIDIA DGX Spark: a new paradigm for developing AI locally
Weâre thrilled to bring NVIDIA DGXâą Spark support to Docker Model Runner. The new NVIDIA DGX Spark delivers incredible performance, and Docker Model Runner makes it accessible. With Model Runner, you can easily run and iterate on larger models right on your local machine, using the same intuitive Docker experience you already trust. In this⊠â Read more
**âNow the rebuilding begins,â says Trump as he signs Gaza peace plan **
The US president says the ceasefire will hold and the second phase of negotiations for a lasting peace are under way. â Read more
âLong and painful nightmare finally over,â Trump tells Israelâs parliament
The US president was applauded by Israeli lawmakers for his role in brokering an Israel-Hamas ceasefire. â Read more
Chemists reveal new insights into protein linked to amyotrophic lateral sclerosis
Using advanced techniques in biophysical chemistry, a team led by Meredith Jackrel, an associate professor of chemistry, has achieved unprecedented views of a protein that may play a pivotal role in some cases of amyotrophic lateral sclerosis (ALS) and the related disorder frontotemporal dementia (FTD). Their work could open doors to new approaches for treatment and prevention. â Read more
âLong and painful nightmare finally over,â Trump tells Israelâs parliament
The US president was applauded by Israeli lawmakers for his role in brokering an Israel-Hamas ceasefire. â Read more
âLong and painful nightmare finally over,â Trump tells Israelâs parliament
The US president was applauded by Israeli lawmakers for his role in brokering an Israel-Hamas ceasefire. â Read more
Trump touts âdawn of a new Middle Eastâ in address to Israeli parliament
The US president was applauded by Israeli lawmakers for his role in brokering an Israel-Hamas ceasefire. â Read more
10 Unexpected Things Scientists Made Using DNA
Deoxyribonucleic acid, or DNA, holds the genetic information passed from parents to offspring. But researchers are driven by a bigger questionâbeyond inheritance, what more can you do with DNA? The results are mind-bending. From sperm plastic to woolly mammoth meatballs, here are ten projects that prove DNA is a freakishly malleable material. Related: 10 Awesome [âŠ]
The post [10 Unexpected Things Scientists Made Using DNA](https://listver ⊠â Read more
China accuses US of âdouble standardsâ over tariff threat
Beijing says it could introduce âcountermeasuresâ if the US President imposes an an additional 100% tariff on Chinese imports. â Read more
Trump says âwar is overâ in Gaza as he flies to Israel for release of hostages
The US president tells reporters on board Air Force One the ceasefire âis going to holdâ. â Read more
Trump says âwar is overâ in Gaza as he flies to Israel for release of hostages
The US president tells reporters on board Air Force One the ceasefire âis going to holdâ. â Read more
** Fall foliage, music, games, and text editors **
Turning to fall. While playing a little squash this morning one of the pros that hangs out at the courts asked if he could give me and one of my kids some tips. He then proceeded to spend 40 mins or so with us. It was honestly rad. Totally changed how I approach playing squash in that little time. Iâm excited to play more this winter.
Iâm also excited for the new The Last Dinner Party album to come out in a f ⊠â Read more
Satellite images reveal ancient hunting traps used by South American social groups
Satellite images have revealed an ancient system of elaborate, funnel-shaped mega traps likely built by hunters and pastoralists to catch prey in the high altitudes of northern Chile. â Read more
Using Constraint Satisfaction to Optimize Item Selection for Bundles in Minecraft
Comments â Read more
China accuses US of âdouble standardsâ over tariff threat
Beijing says it could introduce âcountermeasuresâ if the US President imposes an an additional 100% tariff on Chinese imports. â Read more
When do the clocks go back in the UK?
Most of us will get an extra hour in bed during the last weekend of October but the change will usher in some much earlier sunsets, as Ben Rich explains. â Read more
Actress Diane Keaton dies aged 79, US media report
She was best known for roles in films including in The Father of the Bride, The Godfather and Annie Hall. â Read more
Biden receiving radiation therapy for prostate cancer
The 82-year-old former US president - who was diagnosed with an aggressive prostate cancer in May - is also getting hormone treatment. â Read more
Actress Diane Keaton dies aged 79, US media report
She was best known for roles in films including in The Father of the Bride, The Godfather and Annie Hall. â Read more
@xuu@txt.sour.is Haha đ€Ł Iâm already have âconversationsâ with my junior engineers on âhow to best useâ and âhow to avoidâ đ
Biden receiving radiation therapy for prostate cancer
The 82-year-old former US president - who was diagnosed with an aggressive prostate cancer in May - is also getting hormone treatment. â Read more
Biden receiving radiation therapy for prostate cancer
The 82-year-old former US president - who was diagnosed with an aggressive prostate cancer in May - is also getting hormone treatment. â Read more
Which colorscheme is this (used by Antirez on his YT videos)? â Read more
US immigration enforcement using military hardware and tactics on civilians
George Chidi,  Politics and Democracy Reporter  -  The Guardian (U.K.)
_Stephan: One of the tragedies that now defines the United States, as it is seen by the rest of the world, is that Trump has created a military combat uniformed and armed for war Gestapo that is now wandering the streets of major American cities, just as the world has seen happen in other fascist control ⊠â Read more
Trump droht China mit 100 Prozent Zöllen
Mehrere Wochen ist es im Handelsstreit zwischen den USA und China ruhig gewesen. In der Nacht auf Samstag drohte US-PrĂ€sident Donald Trump China nun mit zusĂ€tzlichen Zöllen von 100 Prozent auf alle Importe. Als Grund nannte er, dass China angeblich ExportbeschrĂ€nkungen auf Seltenerdmetalle in Aussicht gestellt habe. â Read more
UK ready to use frozen Russian assets to fund Ukraine war effort
The UK, France and Germany are âunitedâ in wanting to use the full value of frozen Russian assets to end the war, Sir Keir Starmer said. â Read more
âThey treated us like animalsâ - Inside the epicentre of deportations in New York City
Chaotic scenes have become routine in a federal immigration court in Manhattan. â Read more
Trump threatens to impose additional 100% tariff on China
The S&P 500 closed down 2.7%, its steepest fall since April, after the US president hit out at China. â Read more
US markets reel as Trump threatens to pull out of meeting with Chinaâs Xi
The S&P 500 closed down 2.7%, its steepest fall since April, after the US president hit out at China. â Read more
US markets reel as Trump threatens to pull out of meeting with Chinaâs Xi
The S&P 500 closed down 2.7%, its steepest fall since April, after the US president hit out at China. â Read more
US-Hilfe in Argentinien in der Kritik
In einem ungewöhnlichen Schritt haben die USA Argentinien am Donnerstag mit einem milliardenschweren WĂ€hrungstausch unterstĂŒtzt. Das Vorhaben lĂ€sst Zweifel an der âAmerica Firstâ-Politik von PrĂ€sident Donald Trump aufkommen: Kritikerinnen und Kritikern zufolge kĂ€me es neben Trumps engem VerbĂŒndeten, dem angeschlagenen ultraliberalen PrĂ€sidenten Argentiniens Javier Milei, vor allem wohlhabenden US-Investoren zugute. â Read more
âSignal fĂŒr Anliegen der Demokratieâ
Die venezolanische Oppositionspolitikerin Maria Corina Machado erhĂ€lt den Friedensnobelpreis 2025. Die Entscheidung sei ĂŒberraschend, aber verdient, so der Tenor der internationalen Reaktionen. Experten sehen auch in der BegrĂŒndung ein starkes âSignal fĂŒr das Anliegen der Demokratieâ und einen Beweis der UnabhĂ€ngigkeit des norwegischen Nobelkomitees. Kritik kam aus dem WeiĂen Haus. Machado widmete den Preis unterdessen auch US-PrĂ€sidenten Donald Trump. â Read more
US-StĂŒtzpunkt in Idaho wird Standort fĂŒr Katars Luftwaffe â Read more
Qatar to build air force facility in Idaho, US says
The facility in Idaho will be used to train Qatari pilots to fly F-15 fighter jets, the US defence secretary says. â Read more
I noticed Google put out this article: https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html itâs very current day Google, but the comments under the YouTube video are pretty on point and I saw a few familiar faces there. There is also, unexpectedly, ways to contact Google.
First a form for âteachers, students, and hobbyistsâ, that I filled politely, as someone who falls under their hobbyist category. It can be filled both anonymously, or with an e-mail attached, to be contacted by them (I chose the second option).
Also a general feedback and questions form, that I was not as polite in and used to send them the following message:
I have already provided some feedback, in the teacher, student and hobbyists form/questionaire, as well as an open letter Iâve recently sent to the European Commission digital markets act team, as I do believe your proposal might not even be legal, given the fact it puts privacy-focused alternative app stores at risk (https://f-droid.org/cs/2025/09/29/google-developer-registration-decree.html) and it was proposed this early, after Google lost in court to Epic Games, over similar monopoly concerns. Why should we trust Google to be the only authority for all developer signatures, right after the European courts labeled it a gatekeeper?
Assuming this gets passed, despite justified developer backlash and at best questionable legality, can you give us any guarantees, this will not be used to target legal malware-free mods, or user privacy enhancing patchers, like the ones used for applying the ReVanced patches? I have made a few mods myself, but I am in no way associated with the ReVanced team. I just share many peoples concerns, Google Chrome has been conveniently stripped of its manifest v2 support, that made many privacy protecting extensions possible and now youâre conveniently asking for the government IDs, of all the developers, who maintain these kinds of privacy protections (be it patches, or alternative open-source apps) on Android.
Little Tip: in little screens use :helpCurwin xxx for get helping in Vim! â Read more
Kinderschutz: Ermittlungen gegen US-IT-Konzerne â Read more
Do you use regex in Vim? What for? â Read more
How Trumpâs Supreme Court lackeys pushed us to the brink of one-man rule
Graham G. Dodds,  Professor of Political Science, Concordia University -  Raw Story | Commentary
Stephan:Â This is a good assessment of how the Republicans perverted the Supreme Court, creating its corrupt fascist majority.
_U.S. Supreme Court justices pose for their group port ⊠â Read moreRFK Jr. Ties Autism to Circumcision and Tylenol in Bonkers Rant
Farrah Tomazin ,  Political Correspondent -  Daily Beast
_Stephan: US Secretary of Health and Human Services, Robert Kennedy, Jr, is now the man overseeing your healthcare and medical wellbeing in the Trump Republican coup. This is his latest insanity that circumcision results in autism. Never forget that Kennedy was a heroin addict in high school and college, and does not have 30 minutes of medica ⊠â Read more
News organizations hold out on signing Pentagon media policies âdesigned to stifle a free pressâ
Jeremy Barr,  Reporter -  The Guardian (U.K.)
_Stephan: Part of the Trump Republican Party fascist strategy is to use the American military to take control of Democrat controlled cities. And one aspect of that strategy is to suppress a free press from covering the military. Here is a good description of what they are doing. It has nev ⊠â Read more
đ€ đ đ§ What if, What if we built our own self-hosted / small-web / community-built/run Internet on top of the Internet using Wireguard as the underlying tech? What if we ran our own Root DNS servers? What if we set a zero tolerance policy on bots, spammers and other kind of abuse that should never have existed in the first place. Hmmmm
Kinderschutz: BrĂŒssel nimmt US-Plattformen ins Visier â Read more
LâautoritĂ© et le ridicule
RĂ©cemment, Trump et son Ă©quipe on usĂ© dâune technique redoutablement efficace pour dĂ©samorcer les critiques virulentes de leurs opposants DĂ©mocrates : le ridicule. Face aux piques acerbes du reprĂ©sentant Hakeem Jeffries, leader dĂ©mocrate Ă la Chambre des reprĂ©sentants qui dĂ©nonçait les motifs de la fermeture gouvernementale actuelle comme une pure posture partisane, les trumpistes ont ripostĂ© [âŠ] â Read more
Trump-AnklÀgerin James angeklagt
Nach der Klage gegen den frĂŒheren FBI-Chef und Widersacher von US-PrĂ€sident Donald Trump, James Comey, ist am Donnerstag auch gegen New Yorks GeneralstaatsanwĂ€ltin Letitia James Klage eingereicht worden. Sie hatte in einem Prozess erreicht, dass Trump im vergangenen Jahr wegen Betrugs zu einer dreistelligen Millionenstrafe verurteilt wurde. Nun wird ihr Bankbetrug vorgeworfen. James weist die VorwĂŒrfe zurĂŒck. â Read more
Neue US-Ermittlungen zu Teslas âAutopilotâ-Software â Read more
New Yorkâs top prosecutor charged with fraud after Trump pressures justice department
Letitia James, who led a civil fraud case against the US president, is indicted in Alexandria, Virginia. â Read more
The new AI arms race changing the war in Ukraine
Both Ukraine and Russia use AI in battle, but removing human decision-making comes with risks. â Read more
@movq@www.uninformativ.de I submitted it via the form on their website (https://digital-markets-act.ec.europa.eu/contact-dma-team_en) and got the following response:
Dear citizen,
Thank you for contacting us and sharing your concerns regarding the impact of Googleâs plans to introduce a developer verification process on Android. We appreciate that you have chosen to contact us, as we welcome feedback from interested parties.
As you may be aware, the Digital Markets Act (âDMAâ) obliges gatekeepers like Google to effectively allow the distribution of apps on their operating system through third party app stores or the web. At the same time, the DMA also permits Google to introduce strictly necessary and proportionate measures to ensure that third-party software apps or app stores do not endanger the integrity of the hardware or operating system or to enable end users to effectively protect security.
We have taken note of your concerns and, while we cannot comment on ongoing dialogue with gatekeepers, these considerations will form part of our assessment of the justifications for the verification process provided by Google.
Kind regards,
The DMA Team
US-Medien: Nationalgarde im Raum Chicago im Einsatz â Read more
**Colombiaâs president says boat struck by US was carrying Colombians **
The White House calls the allegation âbaselessâ as the US Senate rejected a measure to bar Trump from using force against the boats. â Read more
@movq@www.uninformativ.de I am betting he will not. The letter was not focused, nor used, politicianâs âlingoâ. If it was sent via email then it will be even easier to dismiss. I wish I was not such a cynic! đ©
Testing asynchronous workflows using OpenTelemetry and Istio
Learn how to test complex asynchronous workflows in cloud native applications using OpenTelemetry for context propagation and Istio for traffic routing. Explore cost-effective approaches to isolate test environments without duplicating infrastructure. Introduction Asynchronous architectures have become⊠â Read more
I keep getting this email occadionally:
Your iCloud storage is almost full
Now for various reasons, I donât want my children to be using iCloud to store data, files, photos or any of the sort. Theyâre free to use iMessages, and other Apple services like the App Store, etc, but not storage.
So Iâve set about blocking iCloud Storage API(s) via AdGuard Home tonight as well as ensuring that my local network (client users) cannot bypass DNS policies and get out other sneaky ways, because some applications will just use other DNS servers, or DOH or DOT.
LoRA Explained: Faster, More Efficient Fine-Tuning with Docker
Fine-tuning a language model doesnât have to be daunting. In our previous post on fine-tuning models with Docker Offload and Unsloth, we walked through how to train small, local models efficiently using Dockerâs familiar workflows. This time, weâre narrowing the focus. Instead of asking a model to be good at everything, we can specialize it:⊠â Read more
Where fish feed ingredients come from key for sustainability, new study finds
A new study led by researchers from the University of Tasmania, in collaboration with international partners including The University of Manchester, has found that the environmental footprint of aquaculture feeds is influenced more by where ingredients are sourced than by the types of ingredients used. â Read more
China tightens export rules for crucial rare earths
Beijingâs monopoly over rare earths is a key bargaining chip in its trade negotiations with the US. â Read more