Iran’s Promise of Payback Keeps World Powers, Markets on Edge
https://www.bloomberg.com/news/articles/2025-06-23/iran-s-promise-of-payback-keeps-world-powers-markets-on-edge?utm_source=flipboard&utm_medium=activitypub
Posted into Economics @economics-bloomberg
hwupgrade.it/news/sistemi-oper…
Bill Gates e Linus Torvalds si sono incontrati per la prima volta: la foto che fa la storia
Bill Gates e Linus Torvalds si sono incontrati pubblicamente per la prima volta durante una cena informale ospitata da Mark Russinovich di Microsoft. Presente anche Dave Cutler, storico ingegnere di Windows.Hardware Upgrade
diggita - istanza lemmy reshared this.
taz.de/!6092678
Neurowissenschaftlerin über Denkmuster: „Ideologien verändern Körper“
Leor Zmigrod hat ideologisches Denken untersucht. Sie erklärt, was Hirnscans zeigen, wie Dschihadisten ticken und warum Social Media extremes Denken befeuert.Jens Uthoff (taz)
And, some more abstract work
Check out the editing process using Nik Silver Efex Pro here: tidd.ly/3NdVDy7 #art #photography #fineart #blackandwhite #cars
Nik Collection 7 : Les plugins photographiques les plus prisés du monde - Nik Collection by DxO
Pourquoi vous allez tomber sous le charme deNik Collection 7 Créative L'inspiration à portée de main, prête à donner une toute nouvelle dimension à vos créations.Nik Collection by DxO
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…
The stablecoin evangelist: Katie Haun's fight for digital dollars | TechCrunch
In 2018, when Bitcoin was trading around $4,000 and most Americans, at least, thought cryptocurrency was a fad, Katie Haun found herself on a debate stage in Mexico City opposite Paul Krugman, the Nobel Prize-winning economist.Connie Loizos (TechCrunch)
Iran says US has 'blown up' any attempt to end the Israel-Iran conflict diplomatically
World leaders, including the EU and the UK, have called on Iran to engage in negotiations with the US and Israel.TheJournal.ie
Dans les villes françaises, les jumelages avec Israël sèment la discorde
mcinformactions.net/dans-les-v…
#israel #palestine #Hamas #Cisjordanie #Gaza
Dans les villes françaises, les jumelages avec Israël sèment la discorde - [mcInform@ctions]
Depuis plusieurs semaines, un débat fait rage dans plusieurs villes françaises : faut-il mettre fin aux jumelages avec des localités...mcinformactions.net
Roknifard: Regime Change in Iran Unlikely
https://www.bloomberg.com/news/videos/2025-06-23/roknifard-regime-change-in-iran-unlikely-video?utm_source=flipboard&utm_medium=activitypub
Posted into Profiles @profiles-bloomberg
Non Una Di Meno - Roma
A Gaza il genocidio continua, mentre l’occupazione della Cisgiordania prosegue nell’indifferenza mediatica. Netanyahu ha attaccato l’Iran, mentre le bombe americane colpiscono siti già sorvegliati dalla comunità internazionale.Telegram
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
Holcim’s North American Spinoff Amrize Slips in Trading Debut
https://www.bloomberg.com/news/articles/2025-06-23/holcim-s-north-american-spinoff-amrize-slips-in-trading-debut?utm_source=flipboard&utm_medium=activitypub
Posted into Profiles @profiles-bloomberg
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
# Download clipboard to tmp with yt-dlp
tmpv() {
cd /tmp/ && yt-dlp "$(wl-paste)"
}
like this
\#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
}
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.
Il segnale radio cosmologico aiuterà gli astronomi a individuare le stelle di prima generazione dell'Universo
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.
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…
iPhone 17 Pro: camera di vapore per raffreddare il chip
La camera di vapore arriva su iPhone 17 Pro: raffreddamento più efficiente, meno surriscaldamenti e prestazioni sempre al top anche in gaming e multitasking.CeoTech
Müllabfuhr soll Kleinfahrzeuge einsetzen.
- KEINE SATIRE -
tz.de/muenchen/stadt/hallo-mue…
Müllabfuhr kommt nicht durch – Parkende Autos sorgen in Münchner Wohngebiet für Probleme
Weil Falschparker den Weg versperren kommt die Müllabfuhr nicht durch. Was Bürger, BA und AWM gegen die Probleme in einem Münchner Wohngebiet tun:www.tz.de
Le autorità iraniane meditano una risposta all’attacco statunitense, mentre continua lo scontro diretto con Tel Aviv
thesubmarine.it/2025/06/23/ven…
Vendetta, tremenda vendetta
Le autorità iraniane meditano una risposta all’attacco statunitense, mentre continua lo scontro diretto con Tel Aviv.Alessandro Massone (The Submarine)
L'errore di Meta sulle intelligenze artificiali - Il Post
https://www.ilpost.it/2025/06/23/meta-facebook-intelligenze-artificiali/?utm_source=flipboard&utm_medium=activitypub
Pubblicato su News @news-ilPost
L’errore di Meta sulle intelligenze artificiali
Per anni ha puntato sui progetti sbagliati rimanendo indietro rispetto ai concorrenti, e recuperare non è facileIl Post
News reshared this.
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
Journée mondiale des lanceurs d’alerte : le prix à payer pour dire la vérité à l’ère de la désinformation - Transparency France International
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 individus.equipe (Transparency France International)
🔒 Cogli l'occasione: questa settimana NordVPN a prezzi mai visti prima! Sconti straordinari fino al 72%! Proteggi il tuo Web navigando in sicurezza! #NordVPNSale #CyberSecurity
🔗 tomshw.it/hardware/questa-sett…
Questa settimana NordVPN è quasi regalata: sconti fino al 72%
State pensando di cambiare VPN o è la vostra prima volta? Oggi NordVPN è tra le migliori offerte disponibili, con sconti fino al 72% su tutti i piani.Dario De Vita (Tom's Hardware)
Bref 2 : une vraie remise en question des mecs toxiques ? — Gregoire Simpson
youtube.com/watch?v=AljNv6DyUs…
#vulgarisation #éducPop #sociologie #politique #féminisme
- 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
#pastpuzzle 59
🟩🟩🟥🟥 (+26)
🟩🟥🟩🟥 (-497)
🟩🟥🟥🟩 (-670)
🟩🟩🟩🟩 (0)
4/4 🟩
pastpuzzle.de
past puzzle
Errate mithilfe von 4 historischen Ereignissen das gesuchte Jahr. Ein von Wordle und Geschichten aus der Geschichte inspiriertes Spiel.www.pastpuzzle.de
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
Trump has announced a successful attack on the Fordow, Natanz and Esfahan facilities using B-2 bombers and submarine-launched missilesRT
U.S. strikes on Iran stand to upstage NATO summit with Trump
https://www.washingtonpost.com/world/2025/06/23/nato-summit-trump-iran-strike/?utm_source=flipboard&utm_medium=activitypub
Posted into World @world-WashPost
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…
Toulouse s'équipe en vidéosurveillance algorithmique alors qu'elle est encore interdite - Next
Toulouse veut moderniser son système de « vidéo protection » via l’implémentation de « solutions d’analyse algorithmique », et plus particulièrement l’ « intégration de modules d’intelligence artificielle permettant d’identifier en temps réel les com…Jean-Marc Manach (Next)
🇮🇹 Articoli più popolari: domenica 22 giugno 2025
- Northrop Grumman B-2 Spirit (68,482)
- Luca Koleosho (52,566)
- Iran (33,995)
- Guerra Iran-Israele (32,847)
- Stretto di Hormuz (32,649),6. Wydad Athletic Club (29,276)
- Coppa del mondo per club FIFA 2025 (27,822)
- Basi militari statunitensi in Italia (22,898)
- Sofyan Amrabat (21,004)
- Valentín Carboni (19,065),11. Ali Khamenei (18,515)
- Terza guerra mondiale (17,830)
- Nordin Amrabat (17,770)
- Giuseppe Ambrosino (17,507)
- Carmine Nunziata (17,389),16. Wilfried Gnonto (16,774)
- Massive Ordnance Penetrator (16,745)
- 28 anni dopo (15,856)
- Aleksandr Bublik (15,483)
- Coppa del mondo per club FIFA (15,432),21. Israele (15,403)
- Nicolò Tresoldi (15,294)
- Marc Márquez (14,553)
- Nicola Calipari (14,205)
- Corpus Domini (13,362)
Odd Lots: The Secretive Chinese Chip Giant That Could Be Nvidia's Biggest Threat
https://www.bloomberg.com/news/audio/2025-06-23/how-china-s-huawei-became-nvidia-s-biggest-threat-in-ai?utm_source=flipboard&utm_medium=activitypub
Posted into Podcasts @podcasts-bloomberg
nixCraft 🐧
in reply to Glastomichelle • • •