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)
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
aduc.it/articolo/osservatorio+…
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
Comment la guerre d'Israël contre l'Iran a sauvé l'Occident de sa propre humanité - [mcInform@ctions]
Lorsque le génocide israélien est devenu insoutenable, même pour les alliés les plus fidèles d’Israël, l’Occident avait besoin d’un...mcinformactions.net
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»
Raindance 2025: Loner
It is not just a film; it's a reflective venture into the depths of human experience that resonates long after the credits roll.Samantha Andujar (Horror DNA)
#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
#pastpuzzle 59
🟩🟩🟩🟥 (+2)
🟥🟥🟥🟨 (-1161)
🟥🟥🟥🟨 (-1305)
🟩🟩🟩🟩 (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
"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
symbolicm likes this.
cool.
so how do i run wayland stuff in XLibre?
... X* stuff runs in (x)wayland. so ^
no wayx yet?
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
De la théorie à la pratique : Construire des systèmes d’alerte efficaces - Transparency France International
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 …equipe (Transparency France International)
Asana is hiring Data Science Manager
🌎 San Francisco, California
⏰ Full-time
🏢 Asana
Job details jobsfordevelopers.com/jobs/dat…
#jobalert #jobsearch #hiring
bbc.co.uk/news/articles/c0k7vl…
#Ukraine #russia #UkraineWar #RussiaUkraineWar #kyiv #news
Seven killed in Kyiv in new Russian aerial attack
Russian missiles and drones hit residential areas and hospitals in Ukraine's Kyiv region, the interior minister says.Jaroslav Lukiv (BBC News)
Canonical is Dropping Bazaar Support from Launchpad
Canonical is sunsetting Bazaar version control on Launchpad in 2025. Learn about the timeline, migration options, and what it means for Ubuntu development.Joey Sneddon (OMG! Ubuntu!)
- 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
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
Concordia - Tödliche Utopie: Internationale Science-Fiction Serie mit Christiane Paul, Jonas Nay, Nanna Blondell und Ruth Bradley.
Führt Überwachung wirklich zu mehr Sicherheit? Internationale Science-Fiction Serie mit Christiane Paul, Jonas Nay, Nanna Blondell und Ruth Bradley.ZDF
"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…
Mostrar el mal, hacer justicia
Recordemos la escenificación del Asalto al Palacio de Invierno organizada en Petrogrado el 7 de noviembre de 1920 (1), para conmemorar el tercer aniversario de la Revolución de Octubre.Slavoj Žižek (Diario Público)
Iran: “Women, Life, Freedom” against the War
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.
"Women, Life, Freedom” against the War
Genocidal imperialist projects will never liberate us, nor will patriarchal nationalist regimes protect us. A statement from Iranian, Kurdish, and Afghani feminists.CrimethInc.
reshared this
thebulletin.org/2025/06/the-us…?
#antimilitarism #B2 #FoodNotBombs #Militaryindustrialcomplex #Nuclear
The US strike on Iran’s nuclear sites: preliminary thoughts on the outcomes - Bulletin of the Atomic Scientists
The US strikes on Iran’s nuclear facilities have likely inflicted significant damage in the short term.John Mecklin (Bulletin of the Atomic Scientists)
ASTRO FORECAST: JUNE 19th—29th, 2025
A ntinous is a Moon God. He is, of course, many other things and he wears many hats. But one of the ways he was worshiped in Antiquity w...antinousstars.blogspot.com
Woohoo! The themes have been revealed for ready for July for Art Fight 2025
Team Crystals and Team Fossils
I don't have the skills to join in, but I love seeing all the posts on the fedi
Theme reveal link:
artfight.net/news/102.art-figh…
What Art Fight is:
artfight.net/info/about
labottegadelbarbieri.org/deja-… Redazione June 23, 2025 at 10:00AM
#CyberSecurity
insicurezzadigitale.com/216-di…
21/6 Digest roundup: le notizie più rilevanti delle ultime 24 ore
Iniziamo la giornata con la selezione delle notizie più importanti del giorno dal mondo cybersecurity, per ogni titolo il link…Dario Fadda
reshared this
lacimade.org/dematerialisation…
"COMMUNIQUE DE PRESSE / Pour dénoncer l’inaction des préfectures d’Ille-et-Vilaine et du Finistère condamnées par le tribunal administratif à mettre fin au tout dématérialisé, la Cimade appelle à un
DÉMATÉRIALISATION DES DEMANDES DE TITRE DE SÉJOUR : LES PREFECTURES FONT L’AUTRUCHE, la CIMADE SAISIT LA JUSTICE –AUDIENCE le 26/06/25
COMMUNIQUE DE PRESSE / Pour dénoncer l’inaction des préfectures d’Ille-et-Vilaine et du Finistère condamnées par le tribunal administratif à mettre fin au tout dématérialisé, la Cimade appelle à un rassemblement devant le Tribunal Administratif de Re…Région Bretagne Pays de Loire (La Cimade)
Il futuro italiano delle pensioni tedesche
Quando la crescita evapora, la demografia morde di più. Se ne stanno accorgendo anche i tedeschi, e la Bundesbank propone correttivi in aumento dell'età pensionabile che per noi italiani sono molto familiari
phastidio.net/2025/06/23/il-fu…
Il futuro italiano delle pensioni tedesche
L'impressionante processo di italianizzazione del mondo occidentale ha raggiunto nei giorni scorsi una nuova tappa: la Bundesbank ha pubblicatoPhastidio.net
Mario Seminerio reshared this.
O intendi dire che i gialloverdi hanno ridotto l'aumento dell'età?
Ministero dell'Istruzione
#NoiSiamoLeScuole, questa settimana è dedicato all’IC “De Sanctis-Truzzi” di Genzano di Roma (RM), all’IC “Via Casalotti 259” di Roma e all’IC “Luigi Pirandello” di Fonte Nuova (RM) che, con i fondi per la Scuola 4.Telegram
The image depicts a somber scene with a group of people gathered around a makeshift stretcher. The stretcher, constructed from cardboard and metal, carries a person who appears to be injured, with visible blood stains on the surface. The individual is lying on their back, wearing a dirty, light-colored shirt and dark pants, with their arms and legs exposed. The surrounding area is sandy, with a crowd of people, some of whom are observing the situation, while others are actively involved in the scene. The background shows a barren landscape with some buildings in the distance. The overall atmosphere is tense and urgent, with individuals appearing to be in a state of distress or concern.
Provided by @altbot, generated privately and locally using Ovis2-8B
🌱 Energy used: 0.148 Wh
Finding a billion factorials in 60 ms with SIMD
Link: codeforces.com/blog/entry/1432…
Discussion: news.ycombinator.com/item?id=4…
Schumann and Ravel twice with Lam once from Auckland - Schedule // - www.worldconcerthall.com
Andrea Lam, piano, and the New Zealand Symphony Orchestra conducted by André de Ridder play: SCHUMANN: Symphony No 4 in D minor Op 120. RAVEL: Piano Concerto in G. CHOPIN: Nocturne in C# minor Op posth. RAVEL: Boléro. Recorded 17 August...www.worldconcerthall.com
La Costa Brava acapara les compres d'habitatge per part d'estrangers i un 80% paga al comptat.
I el president dels Agents de la Propietat Immobiliària de Girona, Joan Company, es felicita. Amb el comprador nacional no tindrien el mateix nombre d'operacions.
Ens estem venen la terra!
3cat.cat/324/la-costa-brava-ac…
La Costa Brava acapara les compres d'habitatge per part d'estrangers i un 80% paga al comptat
El sector immobiliari de les comarques de Girona explica que cada vegada més detecta com jubilats francesos compren per quedar-se a viure a Catalunya3Cat
nixCraft 🐧
in reply to Glastomichelle • • •