US cities to resist Trump’s crackdown on dissent with No Kings protests: ‘We will not be bullied’
Second round of protests at more than 2,500 sites are set for Saturday, including in cities where Trump has sent troops
Donald Trump has promised to crack down on dissent and sent troops into US cities. His allies are claiming antifa, the decentralized antifascist movement, is behind plans to protest. He’s looking for any pretext to go after his opponents.
Still, this Saturday, even in cities with troops on the ground, millions of people are expected to march against the president as part of a second “No Kings” protest. The last No Kings protest in June drew several million people across more than 2,000 locations. This time, more than 2,500 cities and towns nationwide are hosting protests.
Organizers expect this Saturday’s protests to draw more people than the June events as the American public sees the excesses of the Trump administration more clearly.
adhocfungus likes this.
The number of vi/vim commands is relative to your age
I've noticed that people older than me have always known just a few more vi commands than I do.
I'm in my 40s, so clearly I know about 4:
Writes and quits (I consider these variants of the same thing):
:w
:q
:q!
:wq
ZZ
See the line numbers:
:set number
Delete everything from top to bottom (must be at top, easily remembered by mumbling duck, duck, duck, GOOSE)::dddG
Search for a string:/
And that's probably it. I think I used to know how to cut a line and paste a line, but I'd have to look it up to be 100% correct on the syntax.
Anyone in their 50s or 60s care to add to this dazzlingly long list of inadequacy? Not looking for a cheat sheet or the man page 😛
like this
Pfeffy doesn't like this.
Megyn Kelly says she'd run for president to stop Ocasio-Cortez
Megyn Kelly says she’d run for president to stop Ocasio-Cortez
Conservative pundit Megyn Kelly said Thursday she could be motivated to run for president if Rep. Alexandria Ocasio-Cortez (D-N.Y.) made a White House bid. Laying into the progressive lawmaker Thur…Dominick Mastrangelo (The Hill)
like this
McMahon says shutdown shows Education Department isn’t needed
Education Secretary Linda McMahon said the federal shutdown offers evidence that her agency is “unnecessary.”
In a social media post on Wednesday, McMahon said the shutdown has forced agencies to evaluate what work is really needed. She made the comment days after her department started firing hundreds of workers amid mass layoffs across the government.
“Two weeks in, millions of American students are still going to school, teachers are getting paid, and schools are operating as normal,” McMahon said.
like this
How I got KeePassXC & Librewolf Flatpaks talking (Linux)
I'm going through a bunch of browsers at the moment to find one I'm happy with. Wanted to share how I get the KeePassXC-browser addon to work with flatpaks.
Flatpaks are sandboxed by design, so getting them to talk to each other needs a go-between. I adapted this from a Chromium guide. It works for me, hopefully maybe it'll help someone.
1. Run this command
flatpak override --user \
--filesystem={/var/lib,xdg-data}/flatpak/{app/org.keepassxc.KeePassXC,runtime/org.kde.Platform}:ro \
--filesystem=xdg-run/app/org.keepassxc.KeePassXC:create \
io.gitlab.librewolf-community
2. Create a wrapper script
- The script goes in the following location:
~/.var/app/io.gitlab.librewolf-community/data/bin/keepassxc-proxy-wrapper.sh
\#!/bin/bash
APP_REF="org.keepassxc.KeePassXC/x86_64/stable"
for inst in "$HOME/.local/share/flatpak" "/var/lib/flatpak"; do
if [ -d "$inst/app/$APP_REF" ]; then
FLATPAK_INST="$inst"
break
fi
done
[ -z "$FLATPAK_INST" ] && exit 1
APP_PATH="$FLATPAK_INST/app/$APP_REF/active"
RUNTIME_REF=$(awk -F'=' '$1=="runtime" { print $2 }' < "$APP_PATH/metadata")
RUNTIME_PATH="$FLATPAK_INST/runtime/$RUNTIME_REF/active"
exec flatpak-spawn \
--env=LD_LIBRARY_PATH=/app/lib \
--app-path="$APP_PATH/files" \
--usr-path="$RUNTIME_PATH/files" \
-- keepassxc-proxy "$@"
- Then run the command
chmod +x ~/.var/app/io.gitlab.librewolf-community/data/bin/keepassxc-proxy-wrapper.sh
3. Manually create a native messaging host file
- It goes in the following location:
~/.var/app/io.gitlab.librewolf-community/.librewolf/native-messaging-hosts/org.keepassxc.keepassxc_browser.json
- Create the NativeMessagingHosts directory if it doesn't exist.
- Substitute (USERNAME) for your username.
{
"allowed_extensions": [
"keepassxc-browser@keepassxc.org"
],
"description": "KeePassXC integration with native messaging support",
"name": "org.keepassxc.keepassxc_browser",
"path": "/home/(USERNAME)/.var/app/io.gitlab.librewolf-community/data/bin/keepassxc-proxy-wrapper.sh",
"type": "stdio"
}
4. Enable browser integration within KeePassXC (if it isn't already)
- Within KeePassXC: Tools > Settings > Browser Integration, enable Firefox
5. Restart Librewolf
like this
China's auto industry, especially its EV makers, intends to crush Western industries, including auto manufacturing and its supply chains. OEMs like Ford and GM don't know what to do.
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
plenty of fir
original source unknown but this attributes this.
previously on lemmy here.
Taller Ant
-Jesus look at this big f--- damn tree before Benny can get here WELP THAT'S ENOUGH FOR ME GOTTA WATCH MY SVELTE FIGURE oh tight.Cithaeron (Know Your Meme)
🔴 Urgent Support – Suleiman’s Story
cross-posted from: hexbear.net/post/6451848
My name is Suleiman, I live in Gaza where life has become unbearable after all the destruction and daily suffering. I have lost so much, but I am still trying to provide my little siblings Asaad, Mohammed, and Montaha with a bit of food and safety.Each day is harder than the one before… there isn’t enough food, medicine, or even a stable shelter. Yet, I still hold on to hope and to the humanity in your hearts.
Please help us, even with a small amount — €5 or €10 can truly make a difference in our lives. It might buy the children some bread, milk, or a small piece of chocolate that brings them a smile.
👉 [GoFundMe link here]
gofundme.com/f/surviving-an-on…
Please share the link with your friends — every share and every donation counts.
Thank you for standing with us ❤️
like this
durduramayacaklar doesn't like this.
like this
High disk read compared to seeding speed
cross-posted from: lemmy.today/post/39908979
Hi, I'm having a problem with my qBittorrent setup that I can't quite debug or find information on.I'm seeding from a hard drive and I get something like 5-15 MBps of seeding capacity depending on the day. However I noticed upon inspecting a system monitor (I am running Debian 13) the total disk IO read was about 4x the seeding speed.
I've tweaked the advanced settings all I can to no avail. I am using the version of QBit from Devian 13 main. It's 5.Something.
Would anyone have insight on this problem? I'll take anything at this point. The application is using about 250MB of RAM.
like this
Don't know if this helps you but did you already try changing Disk IO Type to Simple pread/pwrite (in advanced settings)? It was meant to address some issues with disk read/write + RAM usage. Not something that affected me all that much but could be worth a look.
Was mentioned in the 5.0.1 release notes and in the github pages
github.com/qbittorrent/qBittor…
Beyond that I'd echo the other comment, try to just change settings you actually need to change. Oftentimes people make a whole ton of settings changes in their torrent client and then can't figure out how to get it back to normal.
Add "Simple pread/pwrite" disk IO type by HanabishiRecca · Pull Request #21300 · qbittorrent/qBittorrent
I think everyone is aware of infamous LT20 memory-mapped files problems at this point. In case someone not up to the topic: arvidn/libtorrent#6667. Despite it being on its way to a pread-disk-io im...GitHub
This helped! Disk IO read is now a bit less than double the speed bandwidth! Much more reasonable. Thank you/😀)))))
Edit: it has now steadied out to about 1.25x the seed traffic! Amazing!
Keir is mad his favorite club got banned from bringing their hooligans along
No Maccabi Tel Aviv fans allowed at Aston Villa for Europa League tie
Aston Villa confirm no away fans will be permitted to attend the Europa League match at Villa Park against Maccabi Tel Aviv in November.BBC Sport
Israeli guards stripped and filmed Thunberg naked, wrote 'whore' on her luggage
Israel is a terror state and a fascist, ethno-supremacist project. If this is how it treats Thunberg imagine what it is doing to Palestinians
Archived version: archive.is/newest/thecanary.co…
Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.
like this
A classified network of SpaceX satellites is emitting a mysterious signal
A constellation of classified defense satellites built by the commercial company SpaceX is emitting a mysterious signal that may violate international standards, NPR has learned.
Three-year-old Michigan boy saves mother’s life with quick thinking after she has seizure
Cody James Williams used facial recognition to call for help as his mother suffered medical emergency
NATO shouldn't exist, China told MEPs
The first EU-China meeting of parliamentarians since 2018 was marred by a dispute over the war in Ukraine
Archived version: archive.is/20251017090824/eura…
Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.
Russia gives long prison sentences to captured volunteer Ukrainian fighters
Their trial took place behind closed doors in a military court in the southern Russian city of Rostov-on-Don
Archived version: archive.is/newest/independent.…
Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.
Sicurezza dei Caruggi: storia senza fine
immagine di Google Maps di parte del Centro Storico di Genova, con evidenziato Vico della Croce Bianca
Dopo un suo sopralluogo al presidio sociale di Afet Acquilone in vico Croce Bianca, dove i problemi di sicurezza tra spaccio e delinquenza sembrano essere all'ordine del giorno, la sindaca Silvia Salis ha richiesto una riunione del Comitato Provinciale per l'Ordine e la Sicurezza Pubblica (presieduto dal Prefetto e composto dai rappresentati delle Forze di Polizia), il cui esito è raccontato nell'articolo comparso sul sito di Primocanale.it
primocanale.it/cronaca/59290-e…
Emergenza droga nei vicoli, ecco il piano di contrasto a spaccio e degrado. Novità anche per l'ex ghetto
Un piano straordinario di potenziamento dei servizi della poliziaAu. B. (Primocanale)
Green Party membership surges even higher as Labour loses a member every 10 minutes
The Green Party's no bullshit approach is clearly resonating with voters, as they edge out Labour in the polls for the first time ever
copymyjalopy likes this.
Attentato a Sigfrido Ranucci: auto fatta esplodere sotto casa, indaga l’Antimafia
Grande paura per Sigfrido Ranucci e la sua famiglia. Nella tarda serata di ieri, davanti all’abitazione in zona Campo Ascolano (Pomezia), un ordigno piazzato sotto l’auto del conduttore di Report è esploso, distruggendo il veicolo e danneggiando la macchina della figlia. Sul posto sono intervenuti Carabinieri, Digos, Vigili del Fuoco e Polizia Scientifica. Nessun ferito, ma la deflagrazione è stata descritta come potenzialmente letale per chiunque fosse transitato in quel momento.
I DETTAGLI: Attentato a Sigfrido Ranucci: auto fatta esplodere sotto casa, indaga l’Antimafia
Attentato a Sigfrido Ranucci: auto esplosa a Pomezia, indaga l’Antimafia
Attentato a Sigfrido Ranucci: ordigno sotto l’auto del conduttore di Report, esplosione a Pomezia, nessun ferito. Indaga l'antimafia.Redazione (Atom Heart Magazine)
reshared this
White House's Chicago 'chaos' video uses footage from other cities
A dramatic voiceover video shared by the White House and US President Donald Trump claims to show immigration agents responding to the "mess" in Chicago as the Republican seeks to justify deploying National Guard troops to the Democrat-run city. But an AFP investigation found that the video is littered with outdated footage highlighting drug busts, arrests and deportation raids in other states, including Florida, Texas, South Carolina and Nebraska.
US | GirlsDoPorn Victims Sue Major Payment Processors, Claiming They Enabled Sex Trafficking
The plaintiffs claim that without the payment processors, which include CCBill, Epoch, and several others that process "high-risk" merchant payments, GirlsDoPorn would not have been a commercial enterprise to begin with.
Case file: s3.documentcloud.org/documents…
copymyjalopy likes this.
Reddit's AI Suggests Users Try Heroin
AI-generated Reddit Answers are giving bad advice in medical subreddits and moderators can’t opt out.
Archived version: archive.is/20251016174721/404m…
adhocfungus likes this.
One World Government: Crazy Idea, Utopia or Logical Next Step?
One World Government: Crazy Idea, Utopia or Logical Next Step?
If you appreciate the work I do here, consider supporting the channel by signing up for Means TV, the world's first 100% worker owned streaming platform. Get 20% off by signing up with my link - ht...TankieTube
[Article] California’s Solar Canals Make Clean Power and Save Water At The Same Time
The first canal-top solar system in California has the potential to provide power and water to two million homes.
US | Miami Is Testing a Self-Driving Police Car That Can Launch Drones
Meet the new surveillance state trooper!
Study proves being rude to AI chatbots gets better results than being nice
Being polite to your AI chatbot could actually be making it worse at answering your questions according to a new study.
Technology Channel reshared this.
No One Wants A $100 GTA 6, Analysts Say
Market-research firm MIDiA Research found that just 35% of US adults would buy Rockstar's crime sim at this price.
No One Wants A $100 GTA 6, Analysts Say
Market-research firm MIDiA Research found that just 35% of US adults would buy Rockstar's crime sim at this price.Levi Winslow (GameSpot)
copymyjalopy likes this.
Wisconsin wants to force all adult sites to block VPNs – here's what we know
The bill has now landed in the Senate for consideration
like this
Top Army general using ChatGPT to make military decisions raising security concerns
A top Army official is using artificial intelligence to make crucial leadership decisions, raising questions of confidentiality and national security.
Wikipedia Says AI Is Causing a Dangerous Decline in Human Visitors
“With fewer visits to Wikipedia, fewer volunteers may grow and enrich the content, and fewer individual donors may support this work.”
Archived version: archive.is/20251017020527/404m…
copymyjalopy likes this.
Salesforce told ICE it could help speed up hiring of immigration officers
If it wasn’t already clear that Marc Benioff has moved closer to President Donald Trump — after echoing his calls to send troops into San Francisco — the Salesforce CEO now wants his company to help power the president’s mass deportation campaign.
Salesforce told ICE it could help speed up hiring of officers
Internal documents obtained by the New York Times show how Salesforce pitched ICE on helping the agency beef up its force.Aldo Toledo (San Francisco Chronicle)
Global markets fall and gold hits record high amid jitters over US banks
Global stock markets fell sharply and gold hit a record high after two US regional banks said they had been left exposed to millions of dollars of bad loans and alleged fraud.
Signs of credit stress rattled markets across Europe and Asia. In London the FTSE 100 fell 1.5%, Germany’s Dax fell 2%, the Ibex in Spain was off 0.8% and France’s Cac 40 dropped 1.5%, before recovering some ground.
Concerns over credit stress in the network of loans to businesses across the world’s largest economy fuelled heavy losses on Wall Street on Thursday, followed by Asian markets, with Japan’s Nikkei 225 falling 1.6% and the Hang Seng in Hong Kong dropping 2%. US markets are expected to open down later on Friday.
Global markets fall and gold hits record high amid jitters over US banks
Signs of credit stress leave markets in Europe and Asia down, while investors turn to safe haven assetsMark Sweney (The Guardian)
What is politics: The Secret History of Israel/Palestine pt2: Fellahin and Bedouin in the Ottoman Empire
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
October Quiz Answers
Here are the answers to this month’s six quiz questions. If in doubt, all should be able to be easily verified online.
Classical & Ancient World
- What is the name of the home of the Greek Gods? Olympus
- Which body of the water was called mare nostrum by the Romans? Mediterranean
- Ask and Embla are the Norse equivalent to the Christian what? Adam and Eve
- What was the name of the Egyptian God of the Sun? Ra
- In Roman mythology, who is the goddess of the sewers? Cloacina
- Which word derives from the Latin for “sand” and originally denoted part of a Roman amphitheatre that was covered with sand to soak up the blood from combat? Arena
Answers were correct when questions were compiled in late 2024.
BCsven
in reply to allywilson • • •I still have my tractor feed print out of the vi manual from 1991.
3dd Delete 3 lines
3yy yank 3 lines
P and p put back text after or before cursor
Tx move to character after the x
like this
allywilson e lagoon8622 like this.
Pencilnoob
in reply to allywilson • • •My friend is giving away some free copies of his book for learning vim, it's been super helpful for me. First come first serve
leanpub.com/deliberatevim/c/p1…
10 Minute Vim
leanpub.comlike this
allywilson e privsecfoss like this.
everett
in reply to allywilson • • •dd
to cut a line,p
/P
to paste below or above current lineDelete everything from the cursor up until a particular character on the same line, not including that character. For example, until the next close-parenthesis:
dt)
Increment the number under cursor:
Ctrl-a
Decrement the same (I always forget this one):
Ctrl-x
like this
allywilson e lagoon8622 like this.
lagoon8622 doesn't like this.
Hellfire103
in reply to allywilson • • •like this
allywilson, SageMountain, lagoon8622 e fnrir like this.
TechLich
in reply to allywilson • • •I know a few more interesting ones but nowhere near what actual vim people know.
My favourite is ci - change inside
ci" - changes all the text that's inside the next set of quotes.
ci( changes the text inside the next set of parentheses. Etc.
I also use :mouse=a which I'm told is sacrilege but sometimes I like to click on a thing!
like this
allywilson e queerlilhayseed like this.
queerlilhayseed
in reply to TechLich • • •Ooh nice
ci
is a new one for me, gonna try to encode that oneyou can also parameterize the change word command, e.g.
c3w
will delete the next three words and put you in insert mode. it's handy for changing multiword variables or paths.like this
TechLich e allywilson like this.
1984
in reply to allywilson • • •Farnsworth
in reply to allywilson • • •Very useful for renaming a variable:
*
to search "word" under cursor. Try this with hlsearch on::set hlsearch
. Thencw
to change a match. Alternaten
and.
to quickly rename more occurrences of the word. Do a:noh
to get rid of the highlighting. Maybe try:set noinc
, some people prefer the traditional "non-incremental" search.Do all this in normal mode. Vim experts leave insert mode as soon as possible. Almost forgot: Pressing
C-c
takes you back to normal mode without leaving home row.Most important advice: Never touch arrow keys. Keep your fingers on the home row. Learn
hjkl
movement (focus onj
andk
, they are more important). Then get faster by usingb
,w
,f
,o
,O
,A
,I
,C-d
and all the rest. Learn aboutJ
, it's cool. You won't get far withoutu
andC-r
though.Critically important advice for fellow Europeans: If you care about vim, consider learning the US keyboard layout. Default bindings are not convenient in other layouts like qwertz (where is forward slash on qwertz? Hello?), and learning US layout might be easier than learning to customize vim. On a typical modern Linux system, there are US layout variants that still allow typing Umlauts, like EurKey or "DE-US", where you type
ä
by pressing RightAlt+a, for example.owsei
in reply to allywilson • • •:%s for changing a string on the entire file (I think it also works with selections instead of entire file)
:m+{num} to move a line
:tabe to open another tab (not split)
:te open terminal
:wqa write and quit all buffers (will fail with non-writrable buffer, like a terminal, sadly)
:!{shell command} execute
:r!{shell command} execute and write to current buffer
:cd change directory
Not a command, but useful to remember
%
means current file (eg. :!rm %)I'm 19, and the plan is to learn all before 200
collapse_already
in reply to allywilson • • •