Salta al contenuto principale



theguardian.com/us-news/2025/j…

Senator Padilla recounts the experience of being suddenly attacked and handcuffed by agents, while the agents who had brought him there said nothing about who he was.



➡️ Vany AI: un 'ChatGPT' que responde con vídeos cortos #inteligencia-artificial

👤 vía @soft_apps
softandapps.info/2025/06/20/va…




Oggi in #FUTURO24 parleremo di energie rinnovabili, risparmio energetico e della prima smart community italiana, che l'ENEA sta sperimentando ad Anguillara Sabazia vicino a Roma. Vi aspettiamo alle 16.45, 19.45 e 21.45 su RaiNews24!


No sun. No soil. Still: over a ton of veggies in Antarctica.
@DLR & @awi show how food production could work in extreme environments.
🔗 Find out how: helmholtz.de/en/about-us/helmh… #Helmholtz30



Lidia, Teresa e Carla Liliana Martini contribuirono in modo significativo alla Resistenza a Padova blogger.com/feeds/767784513969…
La famiglia Martini, i cui capostipiti furono Lorenzo Giovanni Battista Martini e Maria Giacinta Carmela Lanzani, si componeva di ben dodici figli, sei maschi e sei femmine: Maria, Augusto, Maddalena Virginia, Domenico, Alessandro, Giuseppe, Teresa, Lidia, Renata, Mario, Carla Liliana e Giancarlo <123. Abitano a


US ‘primary force’ behind Israel’s acts of aggression against Iran: Pezeshkian presstv.ir/Detail/2025/06/22/7…


Berliner Regierungskoalition: Polizei soll mehr Befugnisse bei Video- und Telekommunikationsüberwachung bekommen, auch #Staatstrojaner rbb24.de/politik/beitrag/2025/…



Keir Starmer vs Kneecap: Will the controversial rap trio still perform at Glastonbury?
https://www.euronews.com/culture/2025/06/23/keir-starmer-vs-kneecap-will-the-controversial-rap-trio-still-perform-at-glastonbury?utm_source=flipboard&utm_medium=activitypub

Posted into Europe News @europe-news-euronews



Mikä tämä on? Vain vääriä vastauksia.



title: Kate Bateman
artist: Mathew Brady Studio, active 1844 - 1894
source: National Portrait Gallery
notes: The Frederick Hill Meserve Collection comprises more than five thousand […]
#Art #Design #Museum #Gallery #MastodonArt #MastoArt #Culture #Random
npg.si.edu/object/npg_NPG.81.M…


Russia often returns bodies of fallen Ukrainian soldiers in horrific condition. “Sometimes it’s just a bag of bones,” Maksym Tsutskiridze, First Deputy Chief and the Head of the Main Investigation Department of the National Police revealed. In some cases, remains of different individuals are mixed in one sack.




Già con questo incontro Windows gira meglio! 😸
hwupgrade.it/news/sistemi-oper…

diggita - istanza lemmy reshared this.



Leor Zmigrod hat ideologisches Denken untersucht. Sie erklärt, was Hirnscans zeigen, wie Dschihadisten ticken und warum Social Media extremes Denken befeuern.
taz.de/!6092678


And, some more abstract work

Check out the editing process using Nik Silver Efex Pro here: tidd.ly/3NdVDy7 #art #photography #fineart #blackandwhite #cars

#AbstractPhotography #CarArt



A profile of Katie Haun, a former federal prosecutor turned a16z partner who later founded Haun Ventures and believes the GENIUS Act will make stablecoins safer (Connie Loizos/TechCrunch)

techcrunch.com/2025/06/22/the-…
techmeme.com/250623/p5#a250623…



Iran says US has 'blown up' any attempt to end the Israel-Iran conflict diplomatically jrnl.ie/6740173


France24
Dans les villes françaises, les jumelages avec Israël sèment la discorde
mcinformactions.net/dans-les-v…
#israel #palestine #Hamas #Cisjordanie #Gaza





🖼 A Gaza il genocidio continua, mentre l’occupazione della Cisgiordania prosegue nell’indifferenza mediatica. t.me/nonunadimenoroma/2185


@foxy created a custom writer to output Scribus `.sla` documents.
codeberg.org/foxy/scribus-writ…
Scribus is an open source, desktop publishing application, see scribus.net. The exporter is also available as a Scribus plugin.
#pandoc #customWriter #scribus



Monday mood. Taken from the archway of St Michael's tower on Glastonbury Tor.

jakob 🇦🇹 ✅ reshared this.


in reply to 网上邻居

Sorry, I couldn't process this image.

Sorry, I couldn't process this image.



For an early Monday morning smile:
Shift change on Monday morning! The Canada geese seem to have finished their work at the nearby steelworks and are now waddling home. The steelworks in the background is actually just industrial heritage, it was shut down more than 20 years ago.
#myphoto


Share a script/alias you use a lot


A while ago I made a tiny function in my ~/.zshrc to download a video from the link in my clipboard. I use this nearly every day to share videos with people without forcing them to watch it on whatever site I found it. What's a script/alias that you use a lot?
# Download clipboard to tmp with yt-dlp
tmpv() {
  cd /tmp/ && yt-dlp "$(wl-paste)"
}
in reply to als

\#Create predefined session with multiple tabs/panes (rss, bluetooth, docker...)
tmux-start 

\#Create predefined tmux session with ncmpcpp and ueberzug cover
music 

\#Comfort
ls = "ls --color=auto"
please = "sudo !!"

\#Quick weather check
weatherH='curl -s "wttr.in/HomeCity?2QF"' 

\#Download Youtube playlist videos in separate directory indexed by video order in playlist -> lectures, etc
ytPlaylist='yt-dlp -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s"'

\#Download whole album  -> podcasts primarily 
ytAlbum='yt-dlp -x --audio-format mp3 --split-chapters --embed-thumbnail -o "chapter:%(section_title)s.%(ext)s"'

# download video -> extract audio -> show notification
ytm()
{
    tsp yt-dlp -x --audio-format mp3 --no-playlist -P "~/Music/downloaded" $1 \
        --exec "dunstify -i folder-download -t 3000 -r 2598 -u normal  %(filepath)q"

}

# Provide list of optional packages which can be manually selected
pacmanOpts()
{
typeset -a os
for o in `expac -S '%o\n' $1`
do
  read -p "Install ${o}? " r
  [[ ${r,,} =~ ^y(|e|es)$ ]] && os+=( $o )
done

sudo pacman -S $1 ${os[@]}
}

# fkill - kill process
fkill() {
  pid=$(ps -ef | sed 1d | fzf -m --ansi --color fg:-1,bg:-1,hl:46,fg+:40,bg+:233,hl+:46 --color prompt:166,border:46 --height 40%  --border=sharp --prompt="➤  " --pointer="➤ " --marker="➤ " | awk '{print $2}')

  if [ "x$pid" != "x" ]
  then
    kill -${1:-9} $pid
  fi
}
in reply to als

I try to organise my data in the cleanest way possible, with the less double possible etc... I end up using a lot of symbolic links. When doing maintenance, sometimes I want to navigate in the "unlogical" way the data are organized, but the PWD variable is not necessarily very cooperative. This alias is really useful in my case :
alias realwd='cd -P .'  

Here is an example :
$ echo $PWD  
/home/me  
$ cd Videos/Torrents/  
$ echo $PWD  
/home/me/Videos/Torrents  
$ realwd  
$ echo $PWD  
/home/me/data/Torrents/Video  

I also do some X application, compositor and WM development, and I have a few aliases to simplify tasks like copying from an Xorg session to an Xnest (and the other way around), or reload the xrandr command from my .xinitrc without duplicating it.
alias screenconf='$(grep -o "xrandr[^&]*" ~/.xinitrc)'  
alias clip2xnext='xclip -selection clip -o -display :0 | xclip -selection clip -i -display :1'  
alias clip2xorg='xclip -selection clip -o -display :1 | xclip -selection clip -i -display :0'  

I have an alias for using MPV+yt-dlp with my firefox cookies :
alias yt="mpv --ytdl-raw-options='cookies-from-browser=firefox'"  

I can't stand too long lines of text on my monitor, particularly when reading manpages, so I set the MANWIDTH env variable.
# Note : if you know that *sometimes* your terminal will be smaller than 80 characters  
# refer to that https://wiki.archlinux.org/title/Man_page  
export MANWIDTH=80  

I use null-pointers a lot, with a shorthand.
# Note: env.sh actually provide other helpful aliases on their homepage  
function envs.sh() {  
    if [ $# != 1 ]; then  
        1>&2 printf "Error, need one argument.\n"  
        return 1  
    fi  
    curl -F'file=@'"$1" https://envs.sh  
}  

The usual fake editor in my path, so that browsers and other applications open Vim the correct way.
\#!/bin/sh  
# st_vim.sh - executable in my ~/.local/bin  
# for example in firefox's about:config :  
#   - view_source.editor.path : set to the value of $(which st_vim.sh)  
#   - view_source.editor.external : set to true  

st -- $EDITOR "$*"  

My .xinitrc is quite classical, I still have this in it (setup for dwm's title bar, people usually install much complicated programs) :
while true; do xsetroot -name "$(date +"%d %H:%M")"; sleep 60; done &  

I also have a lot of stupid scripts for server and desktop maintenance, disks cleaning etc... those are handy but are also very site-specific, let me know if your interested.
Questa voce è stata modificata (2 settimane fa)


Il segnale radio cosmologico aiuterà gli astronomi a individuare le stelle di prima generazione dell'Universo

#astronomia

La prima generazione di stelle (Popolazione III) deve essersi formata dal gas non arricchito che permeava l'Universo nascente. Queste stelle hanno prodotto i primi elementi più pesanti e hanno reilluminato l'Universo, ponendo fine all'età oscura cosmica e introducendo l'Universo nell'Epoca della Reionizzazione.

umbertogaetani.substack.com/p/…



iPhone 17 Pro: camera di vapore per raffreddare il chip
#Apple #iPhone #iPhone17Pro #Novità #Raffreddamento #Smartphone #TechNews #Tecnologia #VaporChamber

ceotech.it/iphone-17-pro-camer…



- KEINE SATIRE -
Müllabfuhr soll Kleinfahrzeuge einsetzen.
- KEINE SATIRE -
tz.de/muenchen/stadt/hallo-mue…


Le autorità iraniane meditano una risposta all’attacco statunitense, mentre continua lo scontro diretto con Tel Aviv

thesubmarine.it/2025/06/23/ven…




Journée mondiale des lanceurs d’alerte : le prix à payer pour dire la vérité à l’ère de la désinformation
transparency-france.org/2025/0…
"Les lanceurs d’alerte sont une force essentielle au service de l’intégrité et de la transparence. Ils révèlent des actes répréhensibles dissimulés, dénoncent les abus de pouvoir et permettent de demander des comptes aux institutions et aux



Bref 2 : une vraie remise en question des mecs toxiques ? — Gregoire Simpson

youtube.com/watch?v=AljNv6DyUs…

#vulgarisation #éducPop #sociologie #politique #féminisme




#pastpuzzle 59
🟩🟩🟥🟥 (+26)
🟩🟥🟩🟥 (-497)
🟩🟥🟥🟩 (-670)
🟩🟩🟩🟩 (0)

4/4 🟩
pastpuzzle.de



🇭🇺 Orban demands Brussels scrap plans to ban Russian energy, citing surging prices after US strikes on Iran. With Middle East tensions driving instability, Hungary pushes to keep Kremlin gas flowing. Once again, Budapest sides with Moscow


Lima e Ciancimino ritirarono la querela contro il combattivo direttore del quotidiano “L’Ora” casamaini.altervista.org/lima-…
Lima e Ciancimino ritirarono la querela contro il combattivo direttore del quotidiano “L’Ora” In effetti l’atteggiamento de «L’Ora» a livello pubblico era stato, se possibile, ancor più critico. Al direttore andava attribuito un articolo non firmato dell’8 luglio 1963, intitolato


Washington strikes Iranian nuclear sites: What we know so far rt.com/news/620211-iran-us-tru…


Toulouse veut doter son système de « vidéoprotection » d'IA de détection des comportements « suspects ».
La vidéosurveillance algorithmique (VSA) n'ayant toujours pas été légalisée, « ces fonctionnalités devront être désactivées par défaut ».
@nextinpact : next.ink/188969/toulouse-sequi…



不看我还以为声音的中之人长得像吴彦祖呢🥺
同样这种长相,我声音就跟阳历和傅首尔一样难听 :ablobcatbongoangry:


BREAKING: Trump asks why there would not be 'regime change' in Iran.

In unrelated news, people around the world are asking the same thing about a regime change in America.

#trump #iran #regimechange #republicans #MAGA #democrats #democracy #news



Tesla stellt jetzt auch Verbrenner her!!!

(Danke #reschkefernsehen für diesesn grandiosen Input)



Osservatorio disservizi da 17 a 23 Giugno. L’Italia che non funziona. Pubblica amministrazione e energia in vetta
aduc.it/articolo/osservatorio+…


mondoweiss (traduction DeepL.com/Translator)
Comment la guerre d’Israël contre l’Iran a sauvé l’Occident de sa propre humanité
mcinformactions.net/comment-la…
#israel #palestine #Hamas #Cisjordanie #Gaza #Ira #occident #orient


No, les renovables no van apagar la península Ibèrica

«Comença a quedar clar que la clau no va ser un excés de generació renovable, sinó la incompareixença de les fonts convencionals»

naciodigital.cat/impacte/butll…



Charlie Robb and Douglas Tawn's LONER is filmed entirely in the wilds of Northumbria and is a "raw, inventive, and somewhat enlightening take on the found-footage genre" according to Samantha Andujar. Read more: horrordna.com/movies/loner-cha…


#US officials admit they don't know the fate of #Iran's uranium reserves - #NYT

And yet that doesn't stop them from gloating over some shity hits on some rocks.
Iran had proactively moved enriched uranium and now has every reason to build nuclear weapons to defend itself against #US aggression.
With the support of the whole world.

Now US will never be able to add Iran to the pile of countries they have destroyed.
This is what the orange clown has achieved.
Cheers morons

#iran #us #NYT


#pastpuzzle 59
🟩🟩🟩🟥 (+2)
🟥🟥🟥🟨 (-1161)
🟥🟥🟥🟨 (-1305)
🟩🟩🟩🟩 (0)

4/4 🟩pastpuzzle.de



"I know you wanted it to die, because you wanted to kill a piece of open source software ~ I know that upsets you that open source can be forked, but, uhh, my condolences to Redhat."

#lunduke #goodquote #xlibre #xorg #redhat #opensource #freesoftware #freetofork #forkoff

in reply to Digit

cool.

so how do i run wayland stuff in XLibre?

... X* stuff runs in (x)wayland. so ^

no wayx yet?



De la théorie à la pratique : Construire des systèmes d’alerte efficaces
transparency-france.org/2025/0…
"Exiger des comptes aux puissants peut être un acte dangereux. Les individus courageux qui révèlent les actes répréhensibles de gouvernements, d’organisations publiques ou d’entreprises privées s’exposent souvent à des risques – harcèlement, mise sur liste noire, campagnes de diffamation, voire violences





There's is money in fishing, sugar and rice farming in Kano plains, that's number 23. Why Forbes doesn't list politicians? or is because they're dishonest with looted wealth..


Νεο τραγούδι Παυλίδης! youtube.com/watch?v=tQaJROSPLV…
Unknown parent

mastodon - Collegamento all'originale
tsadilas
@norshgaath εμένα μου άρεσε γενικά, έτσι χορευτικό


Seit langem mal wieder fern gesehen, klare Empfehlung: zdf.de/serien/concordia-100

"Das Leben in Concordia ist frei, gerecht und vor allem sicher, dank lückenloser #Überwachung durch eine #KI. Als ein Bewohner ermordet und das System gehackt wird, droht die Gemeinschaft zu zerbrechen."

#zdf #datenschutz #AI

Questa voce è stata modificata (3 mesi fa)


"La mayoría de nuestras actividades (y pasividades) se registra ahora en una nube digital que también nos evalúa permanentemente, haciendo no solo un seguimiento de nuestros actos sino también de nuestros estados emocionales. (...)
Por eso Internet es nuestro bien común más importante hoy en día, y la lucha por controlarla es LA lucha de hoy."

publico.es/opinion/columnas/mo…



Iran: “Women, Life, Freedom” against the War

crimethinc.com/Iran2025

This statement by Iranian, Kurdish, and Afghani internationalist feminists argues that we must oppose the US and Israeli military assault on Iran while also refusing to endorse the repressive Iranian government.

Genocidal imperialist projects will never liberate us, nor will patriarchal nationalist regimes protect us.

reshared this




Das Redaktionsnetzwerk Deutschland kämpft mal wieder gegen die #Stadtbahn in #Kiel mit einer Umfrage.

aktion.rnd.de/umfrage/politik-…

#KN #tram @tram_kiel

Questa voce è stata modificata (3 mesi fa)


🪷 Illusions cloud judgment this week as the #Sun forms a square to dreamy #Neptune. Beware of tricksters and fast-talking conmen. Trust the all-seeing "peacock eyes" of your intuition! Full #Antinous #MoonMagic #astrology forecast: antinousstars.blogspot.com/202… Art: #LindaLarson 🪷