Four pro-Palestine activists arrested after ‘car smashes through gates of F35 manufacturer’
A group named online as Palestinian Martyrs appear to have broken into the Moog Aircraft Group factory in Pendeford, Wolverhampton at 3:50am on Tuesday.
Dramatic footage shows a black four-wheel drive car smashing through two white barriers, before the activists set off red flares and climb a ladder onto the roof of a building.
The manufacturer was targeted because it builds parts for the F-35 fighter jets which the UK sells to Israel via a global pool, the group claimed. F-35 fighter jets have been used in Israel’s destructive bombing campaign in Gaza for nearly two years.
Four pro-Palestine activists arrested after ‘car smashes through gates of defence manufacturer’
The ‘Palestinian Martyrs’ say the Moog Aircraft Group, owner of the factory its members broke into, produces parts for F-35 fighter jets used in Israel’s bombing of GazaAlex Croft (The Independent)
☆ Yσɠƚԋσʂ ☆ likes this.
Four pro-Palestine activists arrested after ‘car smashes through gates of F35 manufacturer’
A group named online as Palestinian Martyrs appear to have broken into the Moog Aircraft Group factory in Pendeford, Wolverhampton at 3:50am on Tuesday.
Dramatic footage shows a black four-wheel drive car smashing through two white barriers, before the activists set off red flares and climb a ladder onto the roof of a building.
The manufacturer was targeted because it builds parts for the F-35 fighter jets which the UK sells to Israel via a global pool, the group claimed. F-35 fighter jets have been used in Israel’s destructive bombing campaign in Gaza for nearly two years.
Four pro-Palestine activists arrested after ‘car smashes through gates of defence manufacturer’
The ‘Palestinian Martyrs’ say the Moog Aircraft Group, owner of the factory its members broke into, produces parts for F-35 fighter jets used in Israel’s bombing of GazaAlex Croft (The Independent)
As long as they hurt goods and not people there is no problem.
That's not how deceptive authoritarian governments work 🤣
Xi Unleashes China’s Biggest Purge of Military Leaders Since Mao
cross-posted from: lemmy.world/post/35116322
Venice: Brad Pitt, Joaquin Phoenix, Jonathan Glazer Back Gaza Drama ‘The Voice of Hind Rajab’ as Executive Producers
Hollywood heavyweights, including Brad Pitt, Joaquin Phoenix, and Rooney Mara, have come on board Kaouther Ben Hania’s Gaza-set drama The Voice of Hind Rajab, as executive producers, boosting the film’s profile ahead of its world premiere in competition at the Venice Film Festival.
Also joining the film as executive producers are Dede Garner and Jeremy Kleiner of Pitt’s production outfit Plan B, The Zone of Interest director Jonathan Glazer, and Roma filmmaker Alfonso Cuaron. Several high-profile companies, including Britain’s Film4 and Saudi Arabian state-owned group MBC Studio, have also backed The Voice of Hind Rajab.
Brad Pitt, Joaquin Phoenix Back Gaza Drama 'The Voice of Hind Rajab'
Kaouther Ben Hania's film retells the real-life story of a six-year-old girl trapped in Gaza under Israeli fire, pleading for rescue.Scott Roxborough (The Hollywood Reporter)
A Dark Money Group Is Secretly Funding High-Profile Democratic Influencers
An initiative aimed at boosting Democrats online offers influencers up to $8,000 a month to push the party line. All they have to do is keep it secret—and agree to restrictions on their content.
https://www.wired.com/story/dark-money-group-secret-funding-democrat-influencers/
A Dark Money Group Is Secretly Funding High-Profile Democratic Influencers
In a private group chat in June, dozens of Democratic political influencers discussed whether to take advantage of an enticing opportunity. They were being offered $8,000 per month to take part in a secretive program aimed at bolstering Democratic messaging on the internet.
For years, Democrats have struggled to work with influencers. In 2024, President Joe Biden’s White House snubbed several prominent content creators after they lightly criticized the administration over its policies on climate change, Covid, Gaza, and the TikTok ban. Content creators who challenged Kamala Harris—including Hasan Piker, a well-known influencer on the left—were similarly unwelcome at campaign events.
The program kicked off last month, and creators involved were told by Chorus that over 90 influencers were set to take part. Creators told WIRED that the contract stipulated they’d be kicked out and essentially cut off financially if they even so much as acknowledged that they were part of the program.
https://www.wired.com/story/dark-money-group-secret-funding-democrat-influencers/
aerc mail client + mbsync problem (maybe)
Dear fellow nerds,
I recently started to use aerc, synched locally with mbsync.
Unfortunately, I'm facing a rather annoying problem with Gmail:
- I read emails (flag "seen") and move them to the archive;
- run the mbsync < account > command to sync;
- the mails are correctly moved, however, they seem to lose the "seen" flag, and they revert to unread.
Am I missing something? Any idea what could be the problem?
If it matters, I'm on a Wayland session on NixOS.
Thanks!
I tried a few things, and the aerc behaviour seems fine.
When I read an email, the "S" is added, and when I move it, the flag is preserved.
However, I observed 2 scenarios:
- If I read > mbsync > move > mbsync, the result is the expected one, having the mail red and moved on both server and locally;
- If I read > move > mbsync, the mail is red and moved locally, but it's only moved on the server. This means that the next time that I do mbsync, the mail will revert to unread locally.
One thing I noticed (which might be the problem somehow?) is that:
- The filename is initially something like "1756379541.12762_13.host,U=13:2,"
- After the reading changes to "1756379541.12762_13.host,U=13:2,S"
- After the moving changes to "1756379541.12762_13.host:2,S"
- After the sync changes to "1756379541.12762_13.host,U=3376:2,S"
- And eventually, after another sync the S flag is removed
This means that the difference in the 2 scenarios above, is that in the first case (the expected one) the mail is synced while having the U=13 present, while in the second case is synced with the U removed.
I tried to understand what's the meaning of that part (which looks like an ID) and if it's relevant in the process, but I didn't find any information, sadly.
For now, I think I will just use the imap connection rather than local, but if you have any insights, please let me know! 🙃
And thanks again for the debugging tip, it really helped to understand what's going on! 😁
That "U=xxx" is the IMAP UID, which is a unique identifier that message has in the IMAP mailbox. mbsync adds that to the filename just so it can track which (local) message corresponds to what message on the IMAP server.
When moving a message from one mailbox (folder) to another, this UID changes, because it's per-mailbox only. If you read the manpage for mbsync, it says explicitly that the MUA should strip the U=xxx when moving between maildirs, so the behavior of aerc here is correct.
In order to get to the bottom of this, you'd probably have to enable the debug output of mbsync and look at exactly what IMAP commands it sends to Gmail, then decipher the relevant command(s) by looking at the RFC, and then decide whether it's Gmail or mbsync's fault this gets lost. You could also contact the mbsync devs with this I guess.
I found someone complaining about the same issue, without getting a reply, 7 years ago, except that person was using mutt: stackoverflow.com/questions/52…
That doesn't help you obviously but from this we might guess it's probably not aerc's fault.
isync (mbsync) on gmail marks mail as new after move to another folder
I'm trying to use (neo)mutt combined with isync (mbsync) for reading my mail from gmail account. However I have slight issue. When I use mutt to move mail to another folder, the message is marked a...Stack Overflow
Made the switch
I have moved to Linux. Hopefully for a long time. Or even forever.
Chose PikaOS with KDE.
Based on Debian, but with latest kernels to improve gaming experience. And hopefully make it easier installing various Windows programs I need for work.
Everybody got to start somewhere.
To be honest, I have tried Linux before with Ubuntu(back when those eee PC existed). I also used Manjaro and Arch. Even installed Arch without archinstall. Didn't exist back then.
But I have to say Linux has definitely improved a lot. Almost everything just worked now. To be fair. I don't have nvidia gpu or Intel cpu anymore. Only AMD. So that could be part of why it went smoother.
One small annoyance I got was that my pc could not play from speakers when front audio port was connected by my headset.
And now I need to figure out how to install Filemaker 19 pro on my PC. So I can work from home. Winehq is not encouraging
Can someone also recommend a really good replacement for Directory Opus but for Linux? Paid or free software do not matter. As long as it functions like Dopus does.
Oh, with Filemaker my job built custom tool for invoicing, inventory management. Incoming and outgoing ordersystems and more.
So its not just to switch tools since with Filemaker I would connect to a Filemaker server at work to do all those things from home. While the server has a Linux version(CLI), the clients do not. Its all GUI.
Plus the software is dependent on Bonjour. Since Claris develops Filemaker and Apple owns Claris, Bonjour is used. So it would basically be installing bonjour through wine that needs to interpret apple stuff but in windows language. I think Winapps solution will be the best option for me. github.com/winapps-org/winapps…
For the other software… well if it’s from work, even though I’d also suggest to look at alternatives, e.g. learning Python/Tkinter or even low code FLOSS alternatives or Web based one… you might not have that freedom. Consequently I’m going to make an even more outlandish suggestion : if your work does not trust you to pick your own tool… maybe reconsider your workplace? I know, bit crazy but long term, might still be worth it.
Apologies for the life changing suggestions!
A lot of things I can switch to other software/use online versions. E-mail, excel, word, pdf.
That specific one cant be substituted yet. And switch work for just one software is well drastic 😅
What is more challenging IMHO but also more interesting… is reconsidering how you work, not just the tools you enjoyed so far. So yes, as others pointed in the thread there are custom file managers (beyond the default or popular ones) but, and please hear me out, there is also the command line. I know… I know it is VERY different but that’s a good thing! If you already looked and used an alternative file manager it means you are a power user. The command line (or CLI for short) is precisely a way to have MORE freedom to manager files. There are countless tools that one can combine to modify files. It will take a while to learn but it’s definitely worth it. A good starting point could be wizardzines.com/zines/bite-siz…
If possible I do not to work in CLI even if I have used mainly chocolatey and winget + similar tools in Windows for installing programs. Except games. Much more convenient writing
choco upgrade all
And having all software updated. Like with sudo pacman -Syu or sudo apt update folowed by sudo apt upgrade.
However, I do appreciate the suggestion going all CLI. I'm just not there yet now 🙃
GitHub - winapps-org/winapps: Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration. Hard fork of github.com/Fmstrat/winapps/
Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration. Hard fork of https://github.com/Fmst...GitHub
KDE is releasing its yearly report for 2024. Read about what we did 👩🏻💻, how much money we raised 💶 and the projects we started 🚀
2024 KDE e.V. Report - KDE e.V.
KDE e.V.’s latest report is out. In this issue, we cover the activities of our association in 2024. KDE’s yearly report gives a comprehensive overview of all that has happened during 2024, covering the progress we have made with KDE’s Plasma and appl…ev.kde.org
like this
like this
I fucking hate corporate use of emojis.
Just feels like some businesspeople were convinced it drives up "engagement", so that's what their underlings to do.
It makes me sick. I support any and all efforts to remove these ideas and the people who perpetuate them from the free software space.
Crontab problems... 😤 [solved]
Hi
When I setup a cron job like thiscrontab -e
*/1 * * * * echo $A_VARIABLE > /home/user/Desktop/test.txt
no problem, the file is created whether the variable exist or not.
BUT doing
*/1 * * * * cd /Path/To/Script && Script.sh
\#The Script.sh
echo $A_VARIABLE > /home/user/Desktop/test.txt
Do not generate the file ! and The CRON log give me
(CRON) info (No MTA installed, discaring ouput)
and yes, the Script.sh has the execution bit.
Any ideas ?
Thanks.
Crontab.guru - The cron schedule expression generator
An easy to use editor for crontab schedules.crontab.guru
US manufacturing activity contracts for sixth straight month in August: 'It's survival'
cross-posted from: lemmy.ca/post/50889682
Respondents to the ISM's survey widely cited tariffs as putting pressure on their planning, sales, and costs.
reshared this
Review of the Star Labs Starbook7: thanks i hate it
Hey, folks. I wanted to share my findings about the Star Labs StarBook 7 (AKA mk7 AKA mark vii). I've been daily driving this laptop for about 6 months.
Hardware
- Intel® Core™ Ultra 7 165H × 22
- 32.0 GiB memory
- 1TB storage
Display
I have historically been against hidpi displays for laptop because they just don't work 100% of the time on Linux. No matter how many brittle workarounds I've applied, hidpi displays have always hurt more than helped.
However, the StarBook 7 laptop absolutely nailed the display resolution. 3840x2160 is perfect for 2x integer scaling. When I ran Arch, I never ran into an app that was tiny or blurry. From Bitwarden to Claws Mail to Reaper. I'm happy to report everything worked fine. The ONLY app I was able to find that looked blurry was Cambalache for GNOME dev. All of this with ZERO workarounds, ZERO tweaks. It Just Works.
This has been the best hidpi support I've experienced. However, it's still not as good as running standard dpi. Despite the apps not being blurry, some apps like Bitwarden would forget the size of the window when I closed the app. This means, sometimes, some apps, would start in a tiny, little window, and I would have to grab a corner to stretch it out. Annoying.
When I switched to Guix Linux. UUff. This was bad. Almost all non-wayland apps did not respect GNOME's integer scaling. And when I got GTK apps working, QT apps were still broken.
So even though the Starbook 7 has the best hidpi support I've ever experienced, I will gladly take a more stable system, with less workarounds, and a larger amount of supported software over a slightly crisper screen.
Keyboard
The display was the best part of the laptop. The keyboard might be the worst.
This is easily the worst keyboard I've ever used anywhere, by far.
The keyboard is backlit, which is nice. The keys themselves feel a little light and wobbly, not great, but fine.
However, the actual output signals coming out of the keyboard hardware are trash. VERY often a key signal is sent more than once. The space bar in particular VERY often emits two spaces. But this happens with other keys too. I thought I just had to get used to typing on this keyboard, but no, it's not me, it's the keyboard.
The other trash thing about the keyboard is the placement of "home", "pgup", "pgdn", "end", and the freaking ~~print screen~~ sysrq key. This vertical row of keys is not very visible in the product pics on the website. But the placement of the ~~print screen~~ sysrq key in particular is HORRIBLE because it's right next to the right arrow key. And since the arrow keys blend together (another bad layout choice), I very frequently press the ~~print screen~~ sysrq key on accident.
And other thing. I keep saying ~~print screen~~ sysrq because there is no print screen key on this laptop. If you press the sysrq key, you may be fooled into thinking it's print screen. Do not be fooled. It actually sends a totally different keyboard event signal. This means you loose the ability to use GNOME's built-in screenshot tool. I never found a way to fix this.
The keyboard is so bad, that sometimes it interferes with entering my password. I frequently have to toggle the switch to view the password in plaintext that way I can see when the keyboard doubled up a character.
Other things
Cons:
- About 1 out of 30 times I startup the computer, Linux fails to boot. Like the laptop doesn't even try to boot the kernel. It gets stuck on the boot screen. There are no errors. I just have to force power off and try again.
- There is no fwupd support on non-official distros (Ubuntu is official).
- The laptop has BRIGHT ASS pure blue LED lights on the side and right in front of your face. The front facing LED in particular is horrible at night.
- The headphone jack is absolute trash, specifically the mic input. It is extremely noisy. Unusable even with software tweaks.
- Laptop is heavy.
- Laptop gets HOT, fans frequently need to go on.
- Battery life is abysmal
- Shits expensive
Meh:
- The trackpad is all right. It clicks.
- Coreboot is cool for being open source... but I didn't really notice any performance gains compared to the other big, bloated, firmwares.
Pros:
- Port selection is good.
- No barrel jack for power, just plain ol' USB-C
- The camera is decent.
- Wifi works.
- Bluetooth works...
like this
Am I the only one that thinks that USB-C power delivery is a con?
Having the option to charge with usb-c in a pinch is a really nice feature, but for longterm use I'd really rather usb-c plus a seperate barrel jack for power.
The barrel jacks on business line laptops are usually a separate module that if it breaks from catching the cord with your foot and ripping it out of the laptop, you can replace the module. I'm not sure I've really seen replaceable usb-c power jacks very commonly, they're usually part of the motherboard because it's a combined power delivery/thunderbolt port or something. Now if you rip the cord out the jack is totally fucked And you have to solder a new one on.
I guess how much people care also depends on whether they tend to use laptops in ways and places that are prone to causing damage to the ports. I've never damaged any port on any laptop I've ever owned, and it's unlikely I ever will because I like to keep the cables organized and out of the way (so it would require conscious effort to tug on them), and when I want to pick my laptop up, I always quickly run my hand around its perimeter to make sure everything is disconnected.
I do not claim that this is the correct way to use a laptop or that others should do the same, it is a tool that should be used the way its user needs, I just want to point out that for some usecases, this is simply a non-issue in the same way a non-replaceable CPU is - nothing's going to happen to it.
Also, my current laptop does have both a barrel jack (probably works, I've never used it) and a USB-C charging connector, so it's not necessarily an either-or proposition.
Sorry you hate it. Thanks for being honest.
I avoid all of those kinds of devices because the price in no way reflects the mediocre hardware that we'll be getting.
When we can get 4070 Lenovo laptops at Walmart for $1,000, it just doesn't make sense to be spending a comparable price on something without a fucking GPU.
We're lining the pockets of businessmen at that point. And don't be fooled: it's all business at the end of the day.
Republicans in Congress open probe into Wikipedia for alleged bias against Israel and Ukraine
In the letter, Comer and Mace referenced a report from the Anti-Defamation League, in which they allege that Wikipedia coordinated a campaign to manipulate entries related to the War in Gaza, which they allege advanced “antisemitic and anti-Israel information.”
"As our research showed earlier this year, antisemitism and anti-Israel bias on Wikipedia are a significant problem. We welcome the House Committee on Oversight and Government Reform opening an investigation into this issue and thank Rep. James Comer for his leadership effort to address this hate," in a statement released by ADL on Wednesday, Aug. 27.
The lawmakers also referenced a report from the think tank, Atlantic Council, which alleged that pro-Russia actors used Wikipedia to push pro-Kremlin messaging on its platform.
Republicans in Congress open probe into Wikipedia for alleged bias
Republicans in Congress said on Wednesday, Aug. 27, that they opened a probe into Wikipedia, alleging they had organized efforts to “inject bias.", USA TODAY (USA TODAY)
☆ Yσɠƚԋσʂ ☆ likes this.
Republicans in Congress open probe into Wikipedia for alleged bias against Israel and Ukraine
In the letter, Comer and Mace referenced a report from the Anti-Defamation League, in which they allege that Wikipedia coordinated a campaign to manipulate entries related to the War in Gaza, which they allege advanced “antisemitic and anti-Israel information.”
"As our research showed earlier this year, antisemitism and anti-Israel bias on Wikipedia are a significant problem. We welcome the House Committee on Oversight and Government Reform opening an investigation into this issue and thank Rep. James Comer for his leadership effort to address this hate," in a statement released by ADL on Wednesday, Aug. 27.
The lawmakers also referenced a report from the think tank, Atlantic Council, which alleged that pro-Russia actors used Wikipedia to push pro-Kremlin messaging on its platform.
Republicans in Congress open probe into Wikipedia for alleged bias
Republicans in Congress said on Wednesday, Aug. 27, that they opened a probe into Wikipedia, alleging they had organized efforts to “inject bias.", USA TODAY (USA TODAY)
[Solved] My OpenSUSE Tumbleweed install broke and I can't rollback
Update #1
I fixed my boot issue, but now I have to fix the issue with snapper not working right.
The boot issue: Something—I don't know what—added a removable drive to fstab, and the error was that drive couldn't be mounted at boot. I have two guesses:
- I formatted a microSD card using YaST Paritioner sometime before doing the distro upgrade.
- The drive might have been mounted during the distro upgrade, though I don't think it was.
At any rate, I commented out that line in fstab and it booted right up.
Mullvad is working fine when I boot normally. I guess it was only broken when booting a snapshot from before I upgraded it.
Update #2
I also fixed /.snapshots by adding it to fstab
. Now it gets mounted on every boot, and this version of fstab
will be in all future snapshots. I just took a manual snapshot for good measure.
I don't know which action caused the issue, so I'm going to list everything I did. I'm new to OpenSUSE Tumbleweed, and I haven't used Linux since like Linux Mint 17.
- I disabled KWallet because I got tired of typing in a password every time my desktop launched just for wifi passwords. I decided to just let Linux store them in plain text since my whole system is encrypted with LUKS.
- I did a distro update. (
zypper dup
) After that succeeded, I logged off and back on. - I noticed Mullvad had a new version. They don't officially support OpenSUSE, so I downloaded the new RPM. I ran
rpm -e mullvad-vpn
to remove the old one. That might have been a mistake since my notes say I used zypper to install it the first time. I installed the new one with zypper. It launched and connected just fine. - I had some trouble getting network settings to store/retrieve my wifi password, so I decided to reboot my system since I changed so much stuff.
- It wouldn't boot. I see a few "BIOS" and "ACPI" errors.
- Time to try out Snapper! I reboot and choose the most recent snapshot from before tonight.
- It boots, but when I try
snapper rollback
I getIO error (.snapshots is not a btrfs subvolume)
- I get the same error trying to open the YaST snapshot viewer.
- I check
btrfs
, and I see@/.snapshots
plus a bunch of numbered snapshots, of course. - I check
fstab
, but I don't see an entry mounting anything on/.snapshots
. - I do see a directory at
/.snapshots
, but it appears just be an empty directory.
Mullvad seems broken with this snapshot. I can't connect to the internet. The mullvad-daemon won't start, so I think the killswitch is active. I've had to type all this on my phone.
What can I do to fix this? I just want to rollback to this good snapshot, and then I can worry about fixing Mullvad when the filesystem isn't read-only.
One month. That's how long it took me to break my system. ☹️
Is it possible that you didn't enable snapshots during installation of TW, and then turned it on later?
That seems to be a common explanation on the openSUSE forum when .snapshots is missing from fstab (found by searching for the error you are hitting). There are some threads with workarounds. Basically, mount the .snapshots subvol manually, re-try the rollback and then add .snapshots to fstab so it works in the future.
LTT Labs blog + benchmarks for linux vs windows performance AMD/Intel/NVIDIA
Part 2: lttlabs.com/blog/2025/06/30/is…
LTT Fourm discussion as well linustechtips.com/topic/161659…
They approached this from a noob perspective and the benchmarks seemed pretty rough. The blog has an overall positive tone on linux which is nice even though it got murdered in performance.
I'd like to see a follow up with optimizations, get some of the linux community involved to help setup an optimized linux test bench to go toe to toe with their "golden image" windows 11 benchmark setup.
They benchmarked a few distros against each other and it was very samey which I expected, the real difference is between the drivers/kernel and desktop environment since most distros come very light in terms of installed software.
Not bad. I take issue with the part of the article called "distro wars". There is no war, but I dont expect them to "get it". These cringelords seem to have a need to meme-fi everything, really dings the tone of the reviews. Am I reading a tech review or an opinion article?
Eeh
using the 24.04lts was an odd choice.
and it did prove odd when they noticed the drivers were out of date.
LTT Labs blog + benchmarks for linux vs windows performance AMD/Intel/NVIDIA
Part 2: lttlabs.com/blog/2025/06/30/is…
LTT Fourm discussion as well linustechtips.com/topic/161659…
They approached this from a noob perspective and the benchmarks seemed pretty rough. The blog has an overall positive tone on linux which is nice even though it got murdered in performance.
I'd like to see a follow up with optimizations, get some of the linux community involved to help setup an optimized linux test bench to go toe to toe with their "golden image" windows 11 benchmark setup.
They benchmarked a few distros against each other and it was very samey which I expected, the real difference is between the drivers/kernel and desktop environment since most distros come very light in terms of installed software.
Forget Linux vs Windows, the real question I have is why is Black Myth Wukong so poorly optimized that on a 4060 or 5060 it can't reach 60 FPS at 1080p even on Windows? Freaking unacceptable.
You would think coming from the mobile world, Game Science would be used to low-spec hardware, e.g. phones, but this game can't run well even on pretty new GPUs on PCs??? I had no idea this game had such abysmal performance. I wish people hadn't bought it, so it could've flopped
After about 8 months, I love this Android browser. Not Chrome, FF, or Edge based.
UPDATE: THIS USES GOOGLE WEB VIEW. DO NOT USE.
I can't figure out why nobody talks about this. I see all kinds of alternative browsers on here, but never this one. I especially like the color coded bookmarks for different categories (my news is gray, my searxng/swisscows and other search engines green, my tech solutions purple). It has anti-fingerprinting and a quick toggle for if you need to quickly adjust javascript or cookie setting to make a quick exception. There are lots of features. If anyone else has tried it, it would be interesting to hear your feedback too.
I've seen this when bopping around in the F-Droid catalogue. Never took it seriously because it didn't seem to communicate well what it was doing.
In general; I usually dislike using Chrome anyways....so much so that I hard disable Chrome on my device, oftentimes via ADB, and download a wide range of alternatives; Kiwi (Plugin enabled), Hermit ([Closed source] Forced Isolation of all domains/sites along a side of ad-blocking and web-app caching baked into the app wrapping it's renderer; which is, of course System Webview. Unfortunately this one is not open source, so I do not often recommend it here and while I trust it; your decisions may be different.) and Firefox (Plugins installed, seems to be replacing Kiwi because it's likely a dead/gone/depreciated/archived project.) I even use URLCheck from F-Droid itself as my "Default Browser" so that I have the power to review each URL and open it in a browser I feel is most appropriate to the context of my browsing and choose the browser I feel can best protect my privacy for a given site. One-off visits often go to Hermit; which promptly isolates away and forgets I ever visited the site while blocking ads with a lighter touch than most plugins I've seen that exist. If a site often breaks in Hermit; usually due to ad-blocking hostile scripts; I kick it over to Firefox where I have extensive plug-in tooling to defang the beast...including tools like JShelter, Canvas Blocker, LocalCDN, Chameleon, Decentraleyes and uBlock Origin.
What I do know is that Android System Webview is far more configurable than you might realize; and that it is absolutely possible to build a browser on top of it. Most importantly; Android System Webview IS NOT Chrome! Yes, it is extremely similar and it behaves mostly the same; but it is based on the Chromium project; which is basically what Chrome is before Google applies all of its own Branding, Customization, Policies and Application touches on it. Does Chromium project mirror what Chrome needs? Absolutely yes, but it does not follow Chrome exactly. In general; Android System Webview is a Web rendering component that other applications can call on and wrap their own code around. This means you are basically free to implement whatever other features you want around the webview; including adding plugins and other things like ad-blocking. My favorite closed-source lite-app browser Hermit does this; and I'm not seeing any significant privacy concerns with that one.
Review of Cory Doctorow's *Enshittification*
Why the Internet is Turning to Shit
Cory Doctorow’s new book is an insightful diagnosis of how Big Tech is making every app and website worse—even if his solutions leave something to be desired.Alex Skopic (Current Affairs Inc)
AutoHotKey Alternative on Wayland
The main barrier for me transitioning to Linux as my main OS is finding a suitable alternative to AutoHotKey (AHK) on windows. I use AHK for all kinds of automation but haven't found a usable alternative in Wayland.
Thought I'd check here to see if anyone has any suggestions?
I'm on hyperland, and I've configured ydotool to do some of this work. It can move the mouse, enter keyboard shortcuts and do a bunch of things that autohotkey can, however it is by no means a complete solution, or one that comes with sensible defaults. It's just a daemon and client, and you'll need to set it up to do what you want.
As far as I know there's no record and replay function, though you could likely script one.
Also, for triggering the scripts, you'll need to set your Desktop's keybindings to point to them.
For me, it filled the requirements that it was launchable by systemd unit, as the user on login.
I use it for a vairiety of tasks, but the primary one is typing out my clipboard as if I had pasted something. I rebound alt + shift + p to that, so I can paste windows login passwords or whatever in to Teamviewer/other stuff that doesn't accept a paste command.
GitHub - ReimuNotMoe/ydotool: Generic command-line automation tool (no X!)
Generic command-line automation tool (no X!). Contribute to ReimuNotMoe/ydotool development by creating an account on GitHub.GitHub
White House fires CDC director Monarez after she refuses to resign; 4 top health officials quit
White House fires CDC director Monarez after she refuses to resign; 4 top health officials quit
Susan Monarez, a longtime federal government scientist, was sworn in on July 31.Annika Kim Constantino (CNBC)
Republicans get court win over "green bank" funds
A federal appeals court sided with the Environmental Protection Agency in its effort to freeze billions of dollars and terminate contracts for nonprofits charged with running a "green bank" to finance climate-friendly projects.
The decision from the U.S. Court of Appeals for the District of Columbia Circuit, handed down in a 2-1 ruling, shifts the dispute away from the federal district court and into the U.S. Court of Federal Claims, which handles contract matters. For the nonprofits involved, including Climate United Fund, the ruling represents a major setback in their push to regain access to roughly $16 billion in frozen funds.
Trump Administration Gets Court Win Over 'Green Bank' Funds
The decision stands as a high-profile win for the Trump administration's EPA and a stinging blow to climate groups.Gabe Whisnant (Newsweek)
copymyjalopy likes this.
‘Puppet!’ Charlamagne Calls Hakeem Jeffries ‘AIPAC Shakur’ in Brutal Takedown of Minority Leader
Charlamagne and the rest of The Breakfast Club welcomed entertainers Claudia Jordan and Erica Cobb to the show, where the duo talked about their new podcast Accidentally Informed.
While talking about their favorite guests, Jordan — who’s also a contributor for CNN — revealed she enjoys political conversations and spoke fondly of her talk with Jeffries. That’s when host DJ Envy revealed that Charlamagne “hates” the minority leader:
JORDAN: You do?CHARLAMAGNE: I don’t hate him. I just don’t think he stands for anything. I call him “AIPAC Shakur.”
JORDAN: Well, definitely — we did talk about messaging, and I actually went to the Capitol and had a meeting with him. And we talked about messaging how I was like, the frustration of the party is y’all have to get more gangster. Like, stop going by the politics of the late 2000s, in 2010, and you have to rise to the occasion in the messaging. And he did. I saw him do more afterwards.
CHARLAMAGNE: Hakeem is a puppet. Hakeem isn’t doing anything if Chuck Schumer doesn’t tell him to do it. And it’s simple as that.
‘Puppet!’ Charlamagne Calls Hakeem Jeffries ‘AIPAC Shakur’ in Brutal Takedown of M ...
Charlamagne tha God revealed his brutal nickname for House Minority Leader Hakeem Jeffries while detailing his gripes with him.Ahmad Austin Jr. (Mediaite)
geneva_convenience likes this.
Solar flares as you've never seen them before
Solar flares as you’ve never seen them before
The world’s largest solar telescope captured a powerful X-class solar flare in August 2024.Laura Baisas (Popular Science)
CDC erupts in chaos after ousted chief Susan Monarez refuses to resign
The US’s top public health agency was plunged into chaos on Wednesday after the Trump administration moved to oust its leader Susan Monarez, sworn in less than a month ago, as her lawyers said she would not resign and that she was being “targeted” for her pro-science stance.
Monarez, the director of the Centers for Disease Control and Prevention (CDC), was ousted on Wednesday evening, according to a statement from Department of Health and Human Services (HHS) that offered no explanation its decision.
“Susan Monarez is no longer director of the Centers for Disease Control and Prevention. We thank her for her dedicated service to the American people,” HHS said in an unsigned statement posted to social media.
Monarez, who was confirmed by the Senate just last month, appeared to have afoul of Robert F Kennedy Jr, the US health secretary, after she declined to support sweeping changes to US vaccine policies, according to reporting from the Washington Post and the New York Times.
CDC erupts in chaos after ousted chief Susan Monarez refuses to resign
Lawyers for Monarez say she was ‘targeted’ for ‘protecting the public’ by not endorsing ‘unscientific’ ordersRobert Mackey (The Guardian)
Honestly don't know much about her, but happy to see someone at their helm standing up and not just resigning. Dunno if it will accomplish anything but it feels like a more active opposition.
Hopefully everything works out for her and she doesn't have some kind of "accident."
CDC erupts in chaos after ousted chief Susan Monarez refuses to resign
The US’s top public health agency was plunged into chaos on Wednesday after the Trump administration moved to oust its leader Susan Monarez, sworn in less than a month ago, as her lawyers said she would not resign and that she was being “targeted” for her pro-science stance.
Monarez, the director of the Centers for Disease Control and Prevention (CDC), was ousted on Wednesday evening, according to a statement from Department of Health and Human Services (HHS) that offered no explanation its decision.
“Susan Monarez is no longer director of the Centers for Disease Control and Prevention. We thank her for her dedicated service to the American people,” HHS said in an unsigned statement posted to social media.
Monarez, who was confirmed by the Senate just last month, appeared to have run afoul of Robert F Kennedy Jr, the US health secretary, after she declined to support sweeping changes to US vaccine policies, according to reporting from the Washington Post and the New York Times.
CDC erupts in chaos after ousted chief Susan Monarez refuses to resign
Lawyers for Monarez say she was ‘targeted’ for ‘protecting the public’ by not endorsing ‘unscientific’ ordersRobert Mackey (The Guardian)
Did you just copy & paste bits? There are words missing.
offered no explanation its decision.appeared to have afoul of Robert F Kennedy Jr, the US health secretary
Beverly Hills Unified School District board members vote to fly Israeli flags inside schools
Beverly Hills Unified School District officials on Tuesday voted yes on a proposal that they hope will fight antisemitism by flying the Israeli flag on all campuses and district facilities. "This is a time right now that Jews are being killed and slaughtered on the street, and threats are happening," said Sigalie Sabag, a BHUSD board member.
The resolution passed 3-to-2, which was met with strong reaction from members of the public who had gathered for Tuesday night's meeting. Opponents of the measure say that displaying the Israeli flag in a public school setting blurs the line between supporting the Jewish community and endorsing the Israeli government, particularly during a time when they're at war. They also believe that other ethnic and religious groups exist within a school district.
Board members say that their decision was made in good faith, and that displaying the Israeli flag is not an endorsement of a government or geopolitical topic.
Europe’s ‘century of humiliation’ could be just beginning
Europe’s ‘century of humiliation’ could be just beginning
Donald Trump is using America’s military and technological superiority to force one-sided deals on Europe.Antonia Zimmermann (POLITICO)
What distro do you game on?
GE-Proton10-15 Released
- fixed opening hang in crosscode
- fixed video playback in fable: the lost chapters
Release GE-Proton10-15 Released · GloriousEggroll/proton-ge-custom
fixed opening hang in crosscode fixed video playback in fable: the lost chaptersGitHub
- ft.com/content/5cd7bccb-24cb-4…
- economist.com/leaders/2025/08/…
‘Will you leave US for China?’ It depends, mathematician Terence Tao says
‘Will you leave US for China?’ It depends, mathematician Terence Tao says
Trump funding cuts have left situation more ‘fluid and unstable’ than at any time in the last 30 years, Tao says.Shi Huang (South China Morning Post)
geneva_convenience likes this.
What was the update? Getting address not found on both calyos.org and calyxinstitute.org which doesn't bode well
Edit: came back up. Update if it's down when viewed
Update: August 27 2025We are concerned that some users may have not seen the important message in this letter about CalyxOS’ current hiatus. Therefore, we are rolling out one last OTA update to devices currently running CalyxOS to reach as many active users as we can. You can read our post for more details about this update.
Saskatchewan Premier Moe says Canada should remove tariff on Chinese EVs
Saskatchewan Premier Moe says Canada should remove tariff on Chinese EVs
As Saskatchewan Premier Scott Moe prepares to go to China next week, he said he would like the federal government to drop its 100 per cent electric vehicle tariff on Beijing.The Canadian Press (CTVNews)
please! I think in the long term an investment in infrastructure or manufacturing would be ideal, but in the interim, putting pressure on the US and giving Canadians more and better EV choice would be an easy win for Canada.
Why are we protecting the US automotive industry?
Satellite Collisions Could Be Prevented With a New AI System
CREAM's Role in Mitigating Kessler Syndrome Risks
Can AI solve the space traffic jam? Discover how CREAM is automating collision avoidance and changing the way we manage satellites.Mark Thompson (IEEE Spectrum)
ShimmeringKoi [comrade/them]
in reply to geneva_convenience • • •geneva_convenience
in reply to ShimmeringKoi [comrade/them] • • •Yeah it's always a bit saddening when vandals stop before unleashing actual destruction on the facility.
Though I'm not going to criticize people risking prison sentence for not risking a far heavier prison sentence.