Next round of Russian-Ukrainian talks scheduled for July 24 — source
Next round of Russian-Ukrainian talks scheduled for July 24 — source
The delegations may arrive in Istanbul on July 23, the source saidTASS
Hierarchical Reasoning Model
Hierarchical Reasoning Model is a new architecture that's inspired by neural computation principles observed in the brain, such as hierarchical processing, temporal separation of neural rhythms, and recurrent connectivity.
The bio-inspired design demonstrates significantly improved efficiency and accuracy on complex reasoning tasks compared with current LLMs.
The HRM architecture is designed to achieve significant computational depth while maintaining stability and efficiency during training. It consists of two interdependent recurrent modules operating at different speeds.
The High-Level module operates slowly and is responsible for abstract planning and deliberate reasoning. The Low-Level module functions rapidly, handling detailed computations.
A dual-module system allows the HRM to perform sequential reasoning tasks in a single forward pass without needing explicit supervision of intermediate steps. The model is also designed to be Turing-complete, meaning it can theoretically simulate any Turing machine, overcoming the computational limits of standard Transformer models.
Another interesting feature is the use of one-step gradient approximation, which improves efficiency by avoiding the computationally intensive backpropagation through time method typically used for recurrent networks. Avoiding backpropagation offers a constant memory footprint, making the model more scalable.
The model also incorporates an Adaptive Computation Time mechanism, inspired by the brain's ability to switch between fast, automatic thinking and slow, deliberate reasoning. The HRM is thus able to dynamically allocate computational resources based on the complexity of the task.
Despite having only 27 million parameters, the HRM achieves nearly perfect performance on difficult tasks like complex Sudoku puzzles and finding optimal paths in large mazes, areas where even advanced models using Chain-of-Thought (CoT) methods fail completely.
The HRM also outperforms much larger models on the Abstraction and Reasoning Corpus benchmark for artificial general intelligence. It achieved a 40.3% accuracy, surpassing models like 03-mini-high (34.5%) and Claude 3.7 8K (21.2%).
The model's design means that its training phase is much cheaper as well. It can be trained effectively with a small number of examples (around 1,000) and does not require pre-training or CoT data.
HRM conducts computations within its internal hidden state space which is more efficient than CoT where reasoning is externalized into token-level language. The externalization process can be brittle and requires extensive data to work.
Hierarchical Reasoning Model
Reasoning, the process of devising and executing complex goal-oriented action sequences, remains a critical challenge in AI.arXiv.org
Seattle's Primary Season Is Upon Us, Trump Wants Sports to Be Racist Again, and Scientists Figured Out How Snakes Eat Bones
Free Gui: Guilherme “Gui” Silva, a Brazilian immigrant, lawyer, and muralist, was detained by ICE earlier this month on San Juan Island in Washington state. Silva was a lawyer in Brazil, and moved to the US about eight years ago to pursue his art. He has a four-year-old daughter with his now ex-wife, and is expecting a child in just a few months with his wife Rachel Leidig. Two Fridays ago, masked ICE agents followed Silva from his home in unmarked vehicles, pulled him from his car, confiscated his cellphone, and detained him. When he asked to see an arrest warrant, they refused. Silva is married to an American citizen and is currently in legal proceedings to apply for a green card. The only blemish on his record that the Seattle Times was able to find was a $100 speeding ticket. The Department of Homeland Security said they detained him because he overstayed his tourist visa, which, let’s say it again together: is a civil violation.
Junior dev's code worked in tests, deleted data in prod
Junior developer's code worked in tests, destroyed data in production
Who, Me?: For the lack of a little documentation, two techies did a lot of accidental damageSimon Sharwood (The Register)
Junior dev's code worked in tests, deleted data in prod
Junior developer's code worked in tests, destroyed data in production
Who, Me?: For the lack of a little documentation, two techies did a lot of accidental damageSimon Sharwood (The Register)
like this
showed it to senior folks who said the results looked fine
Did anyone look at the code?
Also, what's a "multi-type"? Does he mean he needed to check a different field? Or are they doing something unholy without real schemas and got burned because they're mess confused someone! Also, why is a junior being moved between teams and touching production immediately?
I have so many questions.
The second one makes a ton more sense, and is pretty hilarious.
SELECT
statement first to verify you typed it correctly.
Why front-end development will persist
Why front-end development will persist
By focusing on the skills that large language models lack, ‘designgineers’ can adapt to a market upended by AI.Matt Asay (InfoWorld)
Why front-end development will persist
Why front-end development will persist
By focusing on the skills that large language models lack, ‘designgineers’ can adapt to a market upended by AI.Matt Asay (InfoWorld)
Human-level AI is not inevitable. We have the power to change course
Human-level AI is not inevitable. We have the power to change course
Technology happens because people make it happen. We can choose otherwiseGuardian staff reporter (The Guardian)
like this
Apple sues YouTuber for alleged iOS 26 trade-secret theft
YouTuber leaked iOS secrets via friend spying on dev's phone, Apple lawsuit claims
: Jon Prosser and alleged accomplice accused of stealing trade secrets from development deviceBrandon Vigliarolo (The Register)
Mechanize likes this.
The AI boom is more overhyped than the 1990s dot-com bubble, says top economist
The AI boom is more overhyped than the 1990s dot-com bubble, says top economist
Torsten Slok, chief economist at Apollo Global Management, recently argued that the stock market currently overvalues a handful of tech giants – including Nvidia and Microsoft –...Daniel Sims (TechSpot)
Apple sues YouTuber for alleged iOS 26 trade-secret theft
YouTuber leaked iOS secrets via friend spying on dev's phone, Apple lawsuit claims
: Jon Prosser and alleged accomplice accused of stealing trade secrets from development deviceBrandon Vigliarolo (The Register)
like this
According to the suit, Ramacciotti was in need of money, and had a friend named Ethan Lipnik who worked at Apple as a software engineer on the Photos team – two facts that Prosser was aware of when he allegedly offered to pay Ramacciotti to break into Lipnik's development iPhone and show Prosser what the version of iOS running on the device looked like.Ramacciotti, who frequently stayed at Lipnik's home, allegedly used location-tracking software to determine when Lipnik was far enough from home to be gone for an extended period. During such windows, he allegedly used the opportunity to obtain the passcode and access the device.
Apple isn’t a very pro WFH or remote work company from what I learned when I was job hunting, I’m honestly surprised they let a dev iPhone leave their campus.
Remember that one, but honestly: not worth much testing a device exclusively in laboratory settings and not in real life situations.
It is a risk but I think not one you can and should avoid. At least if you want your mobile device to perform.
You can read it two ways:
1) gee they’re so WFH friendly
2) they drive their people hard and they work nights and weekends
yt-dlp command on debian to download highest available video and audio, provided that resolution is no higher than 1920 x 1080 p
debian 12.11, yt-dlp stable@2025.06.30.
I used this argument: "-f bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]"
and it works: it downloads the best available video, audio and ffmpeg merges both in a single file. Automatically.
Except that the maximum resolution I need is 1920 x 1080 p. Best available video is oftentimes 4096 x 2160 p, too much for the target hardware.
Using -F to check different resolutions to then select one (like -f 299 or -f 148) is tiresome.
How do I do that? Ideally for whole playlists involving between 25 and 50 videos.
The following numeric meta fields can be used with comparisons <, <=, >, >=, = (equals), != (not equals):filesize: The number of bytes, if known in advance
filesize_approx: An estimate for the number of bytes
width: Width of the video, if known
height: Height of the video, if known
aspect_ratio: Aspect ratio of the video, if known
So a height<=1080 should be it.
GitHub - yt-dlp/yt-dlp: A feature-rich command-line audio/video downloader
A feature-rich command-line audio/video downloader - yt-dlp/yt-dlpGitHub
Others have given good examples for formats you were aiming for.
For bulk download, simply create a list.txt file in your target directory, bulk add all urls in separate lines. Then
Yt-dlp list.txt {your options here}
It is noteworthy that, instead of listing urls manually, you can also grab entire playlists from relevant platforms if that’s what you’re after, including preserving the playlist names as directory names. Same even goes for entire channels.
Just combining our answers for a more complete answer
Download from a premade text file
yt-dlp list.txt -f "bv*[height<=1080][ext=mp4]+ba[ext=m4a]/b[ext=mp4]"
Download a playlist
yt-dlp -f "bv*[height<=1080][ext=mp4]+ba[ext=m4a]/b[ext=mp4]" --yes-playlist
Instacart’s former CEO is taking the reins of a big chunk of OpenAI
Instacart’s former CEO is taking the reins of a big chunk of OpenAI
Incoming OpenAI executive Fidji Simo, who will start Aug. 18 as its “CEO of Applications” and report directly to CEO Sam Altman, sent a memo to employees Monday.Hayden Field (The Verge)
EpicFailGuy likes this.
Scientists Are Now 43 Seconds Closer to Producing Limitless Energy
Scientists Are Now 43 Seconds Closer to Producing Limitless Energy
The Wendelstein 7-X stellarator in Germany set a record with 43 seconds of plasma, marking a major step toward clean, sustainable nuclear fusion energy.Elizabeth Rayne (Popular Mechanics)
Technology reshared this.
This is a very good point since tritium is a very limited resource.
The hope is that it will be generated by the fusion reactor itself using tritium breeder blankets iter.org/machine/supporting-sy…
Whether that will work remains to be seen.
Tritium breeding
In the deuterium-tritium (D-T) fusion reaction, high energy neutrons are released along with helium atoms.ITER - the way to new energy
like this
The Hater's Guide To The AI Bubble
The Hater's Guide To The AI Bubble
Hey! Before we go any further — if you want to support my work, please sign up for the premium version of Where’s Your Ed At, it’s a $7-a-month (or $70-a-year) paid product where every week you get a premium newsletter, all while supporting my free w…Edward Zitron (Ed Zitron's Where's Your Ed At)
adhocfungus likes this.
The process as explained in this article has nothing to do with privacy. The problem with privacy is not that I send Google a query, it's they Google is scanning my machine, gathering cookie data, recording every move I make, mixing and matching my data with data from other sites, data from data brokers, also using third party cookies, etc etc etc...
Encrypting the query I make with Google isn't going to change much of that.
Dating Apps Need to Learn How Consent Works
Dating Apps Need to Learn How Consent Works
Staying safe whilst dating online should not be the responsibility of users—dating apps should be prioritizing our privacy by default, and laws should require companies to prioritize user privacy over their profit.Electronic Frontier Foundation
Writing is thinking - On the value of human-generated scientific writing in the age of large-language models.
Writing is thinking - Nature Reviews Bioengineering
On the value of human-generated scientific writing in the age of large-language models.Nature
EpicFailGuy likes this.
Quali sono i 50 stati europei?
VS Achuthanandan, politician who pushed for Linux adoption in India, passed away today
India has one of the highest rates of (desktop) Linux usages in the world - hovering around 10% according to StatCounter. Why is this? One reason is concerns over software controlled by foreign countries - particularly the US and China. But another is cost.
The first major boost for Linux and other free software in India came in 2006, when VS Achuthanandan - who passed away today - was elected Chief Minister of the state of Kerala. His government came up with a policy to shift all government computers to free software, starting with schools and colleges.
When the financial benefits became apparent, other states and the Union government followed suit.
Microsoft Windows to be replaced by Maya OS amid rising cyber threats
Indian government agencies reportedly developed Ubuntu-based Maya OS for more than six months.Vinay Patel (International Business Times UK)
Debian 13.0 Ready To Introduce Formal RISC-V Support (But Still Bound By Slow Hardware)
This is the first release where RISC-V 64-bit is officially supported by Debian Linux albeit with limited board support and the Debian RISC-V build process is handicapped by slow hardware.
Debian 13.0 Ready To Introduce Formal RISC-V Support But Still Bound By Slow Hardware
With the Debian 13.0 release planned for 9 August, one of the notable fundamental features with this Debian 'Trixie' release is now supporting RISC-V as an official CPU architecturewww.phoronix.com
like this
Debian 13.0 Ready To Introduce Formal RISC-V Support (But Still Bound By Slow Hardware)
This is the first release where RISC-V 64-bit is officially supported by Debian Linux albeit with limited board support and the Debian RISC-V build process is handicapped by slow hardware.
Debian 13.0 Ready To Introduce Formal RISC-V Support But Still Bound By Slow Hardware
With the Debian 13.0 release planned for 9 August, one of the notable fundamental features with this Debian 'Trixie' release is now supporting RISC-V as an official CPU architecturewww.phoronix.com
like this
Gemini Is 'Strict and Punitive' While ChatGPT Is 'Catastrophically' Cooperative, Researchers Say
Gemini Is 'Strict and Punitive' While ChatGPT Is 'Catastrophically' Cooperative, Researchers Say
In tests involving the Prisoner's Dilemma, researchers found that Google’s Gemini is “strategically ruthless,” while OpenAI is collaborative to a “catastrophic” degree.Rosie Thomas (404 Media)
thisisbutaname likes this.
JavaScript broke the web (and called it progress) - Jono Alderson
JavaScript broke the web (and called it progress)
We replaced simple websites with complex apps nobody asked for. Now it takes a complex build pipeline just to change a headline.Aymen - Speetals.com (Meta)
like this
Two UK pro-Palestine organisations have bank accounts frozen
Two UK pro-Palestine organisations have bank accounts frozen
Groups say having access to funds cut off raise fears of wider attempt to silence voices speaking out about GazaHaroon Siddique (The Guardian)
How force HTTP/2 ?
Hi,
I'm using FreeNginx and in my configuration i have
http2 on;
but when I make a vist on http://localhost/ it's http/1.1 that kick...
I've found1
Firefox already has HTTP/2 AFAIK.\
The entry is called network.http.spdy.enabled.http2 but it's set to "false" by default,
I don't have this in LibreWolf, I created it, to see if it does something, but it's still the HTTP/1.1 that is used.. Any ideas ?
Thanks.
Thanks @Malix@sopuli.xyz,
Actually, no HTTP/2 do not require SSL/TLS!
Although the standard itself does not require usage of encryption,[46] all major client implementations (Firefox,[47] Chrome, Safari, Opera, IE, Edge) have stated that they will only support HTTP/2 over TLS\
~source:en.wikipedia.org/wiki/HTTP/2#E…
it's Mozilla etc.. that force it !
WebPages hosted on the TOR Network (for example) do not need SSL/TLS certificates ! so what we can't have the benefit of HTTP/2 WTF
To the developers of LibreWolf, can you solve this limitation ?
Shor’s Algorithm Breaks 5-bit Elliptic Curve Key on 133-Qubit Quantum Computer
Data, code, and visualizations
This experiment breaks a 5-bit elliptic curve cryptographic key using a Shor-style quantum attack. Executed on IBM's 133-qubit ibm_torino with Qiskit Runtime 2.0, a 15-qubit circuit, comprised of 10 logical qubits and 5 ancilla, interferes over an order-32 elliptic curve subgroup to extract the secret scalar k from the public key relation Q = kP, without ever encoding k directly into the oracle. From 16,384 shots, the quantum interference reveals a diagonal ridge in the 32 x 32 QFT outcome space. The quantum circuit, over 67,000 layers deep, produced valid interference patterns despite extreme circuit depth, and classical post-processing revealed k = 7 in the top 100 invertible (a, b) results. All code, circuits, and raw data are publicly available for replication.
Elon Musk wants your kids to use his chatbot. The same one that praised Hitler.
Benyamin Cohen, The Forward.
This story was originally published in the Forward. Click here to get the Forward’s free email newsletters delivered to your inbox.
Just weeks after Grok echoed neo-Nazi rhetoric and Holocaust denial, Musk unveiled “Baby Grok” — an AI app for children with no clear safeguards
Two weeks after Elon Musk’s Grok chatbot praised Adolf Hitler, suggested Jews control Hollywood, and spewed Holocaust denial, the billionaire entrepreneur announced plans to release a version for children.
It’s called “Baby Grok.”
“We’re going to make Baby Grok @xAI, an app dedicated to kid-friendly content,” Musk posted Saturday night on X, the platform he owns. By Sunday afternoon, the tweet had racked up more than 17 million views.
At the moment, Grok is mainly used on X, where users must be at least 13 years old.
It’s a head-spinning move for the world’s richest person, who earlier this month was under fire for allowing his company’s AI system to generate Holocaust denialism and white nationalist talking points.
Musk’s startup, xAI, released the latest version of Grok on July 9. The update — dubbed Grok 4 — was designed to compete with OpenAI’s ChatGPT and Google’s Gemini. Instead, it became the latest flashpoint in the ongoing struggle to put guardrails on generative AI.
Musk’s AI responded to user prompts with far-right tropes. When asked about Jews, Grok claimed they promote hatred toward white people. It echoed neo-Nazi rhetoric. It called for imprisoning Jews in camps. Other answers suggested the Holocaust may have been exaggerated. Some responses have since been deleted, but many remain archived online.
The chatbot’s responses didn’t emerge in a vacuum.
Grok is trained on a wide swath of online content — including posts from X — and like many generative AI systems, it mimics patterns in that data. Grok is the latest in a long line of machines built to “understand” humans — and perhaps the most willing to echo their ugliest impulses.
Just days after Grok’s stream of antisemitic posts, xAI signed a deal with the Department of Defense, worth up to $200 million, to provide the technology to the U.S. military. The company has not publicly stated whether the children’s version will be trained separately or filtered differently from Grok 4.
Musk has faced repeated criticism for amplifying antisemitic content on X, including a post agreeing with the “Great Replacement” theory, a baseless claim that Jews conspire to replace whites in the West.
In January, he posted Holocaust-themed jokes after appearing to perform a Nazi-style salute at an inaugural rally for President Donald Trump. Last year, he visited Auschwitz with right-wing commentator Ben Shapiro and suggested that social media might have helped prevent the Holocaust.
Now, Musk is touting Baby Grok — even as experts warn the industry isn’t ready for such a product. Generative AI models are notoriously difficult to moderate, and child safety advocates have flagged concerns about disinformation, bias and exposure to harmful content.
The announcement comes amid growing concern about the use of generative AI with minors. No federal guidelines currently exist for how child-targeted AI tools should be trained, moderated, or deployed — leaving companies to set their own rules, often without transparency.
Elon Musk visits Auschwitz with Ben Shapiro – The Forward
The X CEO and businessman made the trip with conservative pundit Ben Shapiro days before International Holocaust Day.The Forward
adhocfungus likes this.
GeoIP Database to use with FreeNginx !? [ solved ]
Hi,
I've recently installed FreeNginx1
I would like to use the geoip_module
to have some "Stats" about my visitors..\
on the documentation we can read:
... using the precompiled MaxMind databases ...
.\
.\
.
But on the MaxMind website I'm facing a wall:
Sorry, we were not able to create your account. Please ensure that you are using an email that is not disposable, and that you are not connecting via a proxy or VPN.
So not working...
And anyway I'm not a fan of using something compiled and more over not open source...
So do you know another solution to get GeoIP data with FreeNginx ?
Thanks.
Thank you @tasankovasara@sopuli.xyz
Let me re phrase your answer:\
... should be available in your distro repository...
indeed I've downloaded a couples of thing but nothing had what I was needed, but with the information within those packages I've found
mailfud.org/geoip-legacy and it works like a charms
~75% of US teens have used AI as a companion to seek advice, flirt, or share deep conversations at least once.
Nearly 3 in 4 Teens Have Used AI Companions, New National Survey Finds
Common Sense Media research reveals majority of teens have used AI companions, with half using them regularlyCommon Sense Media
Gli spartani alle Termopili non erano solo 300, e non erano nemmeno tutti spartani
Gli spartani alle Termopili non erano solo 300, e non erano nemmeno tutti spartani
Poche battaglie nella storia dell'antica Grecia sono così eroiche e stimolanti come la difesa delle Termopili nel 480 a.C.Abel G.M. (National Geographic Storica)
UK wants to weasel out of demand for Apple encryption back door
UK wants to weasel out of demand for Apple encryption back door
US government opposition to the demand for back door access to encrypted iCloud files from Apple has the UK’s ‘back against the wall.’Dominic Preston (The Verge)
like this
- We're friends with the Danes and don't wanna piss of the EU any more than we already have.
- The last time we took over loads of countries, we committed so many attrocities. Like we made the Nazis look like pussy cats. Barack Obama wouldn't have a bust of Churchill in his office because his father was tortured in a concentration camp set up under him.
UK is becoming a shit show very fast, this right after OSA.
It's maybe the time to block the UK from the internet and leave them "be safe" alone.
WhatsApp is dropping its native Windows app in favor of an uglier web version
WhatsApp is dropping its native Windows app in favor of an uglier web version
Meta is updating its WhatsApp for Windows app. It’s changing into a basic web app, instead of a native Windows version.Tom Warren (The Verge)
Meta snubs the EU’s voluntary AI guidelines
Meta snubs the EU’s voluntary AI guidelines
Meta says it won’t sign the European Union’s artificial intelligence code of practice agreement, warning that “Europe is heading down the wrong path on AI.”Jess Weatherbed (The Verge)
like this
If only, how many businesses have whatsapp functionality, instagram shops and facebook for opening hours.
As someone who shuns meta it is hard to see menus and opening times of local businesses.
WhatsApp is dropping its native Windows app in favor of an uglier web version
WhatsApp is dropping its native Windows app in favor of an uglier web version
Meta is updating its WhatsApp for Windows app. It’s changing into a basic web app, instead of a native Windows version.Tom Warren (The Verge)
like this
On one hand, requiring calls to be done on the native app but not on the web one because "muh encryption" was always stupid.
On the other hand, the Native app was really well done.
A well made app using the native OS ui toolkit is so rare. Now it's turning into yet another stupid web wrapper.
I'm so sick of everything being a web page.
Why would anyone care about it being uglier?
It's WhatsApp. Ugly is their visual identity.
If they changed their app to resemble a neon citylight barely anyone would even notice, let alone complain.
mullvad browser as daily driver?
I've been using Librewolf for more than an year now, and Im using Mullvad Browser (MB) only for log into my e-mail and stuff more personal like that. Since Mullvad gives some very good filters about privacy, i'm using MB for these purposes.
However, i been thinking if i should use Mullvad Browser as my main daily driver browser. However, i need to use a dark mode/reader, since i like to have eyes and for me is super uncomfortable not using a dark mode.
I'm using the dark reader on librewolf, and i know this is make me more finger printable , but i cannot use a browser without a dark mode.
My question is if, either with a dark mode/reader on mullvad browser, this is better than librewolf in terms of privacy and security. Mullvad is more quick than librewolf in update terms , for which i search it. And other thing i know i can do, is create multiple profiles on mullvad and librewolf, to compartmentalize the things i visit / search... (for example, one profile only to check my emails, one for normal browsing, and so on.... )
and btw , on ubuntu, which is the better way in terms of security and privacy, to install the mullvad browser? via .deb ? snap? flatpak?
ty in advance
like this
Trump vuole rafforzare il ruolo del Dollaro puntando sulle Stablecoin
Trump vuole rafforzare il ruolo del Dollaro puntando sulle Stablecoin
Che Trump adotti delle politiche creative, a volte bizzarre e apparentemente azzardate, in campo economico è cosa ormai acclarata. Il fatto ...Antonio Marano (Blogger)
Counter Proposal for Privacy Flag
I love Charger8232's idea of a Privacy Flag. However, I don't love the design they proposed. In their post, I explain my disagreements.
As a form of vexillographical discussion, I would like to propose another design as the flag under which we anonymously toil in secret (I wish).
First off, nods to Charger8232's design - 1400x900 dimensions, and use of EU's Dark Power Blue (#003399) color. Love it.
Where we differ:
Designs
A shield, representing how we must actively guard our privacy. A lock, obviously, to show we want security with our privacy, and a dove showing that we just want to be left the F alone and peacefully not be subject to a mass surveillance state. We're not trying to be sketchy or do illegal stuff, we just want to be peacefully left the F alone.
Colors
Again, same use of Dark Power Blue, representing freedom and a nod to the GDPR. White representing peace. Black representing how I don't want people to see me. Color of field: Redacted.
Extras
Stripes to make it a bit more visually interesting. A lack of EXIF and meta data as the subtle fait accompli.
The color scheme is similar to that of Estonia. While Estonia is a leader in the EU's digital governance space, this is unintentional. As much as I liked Espresso Macchiato in EuroVision this year, there's no direct nod to Estonia.
I didn't want to just say "uh, I don't like it" and complain without doing something. So here you go.
like this
La relazione tra social media e posizionamento del sito sul web
Donne, streghe e Medichesse: il dono della cura
Indice dei contenuti
Toggle
- Erika Maderna: scopriamo l’autrice!
- Donne per le donne: quando la cura diventa dono
- L’impalcatura e l’estetica del libro
- Il dono della cura: dentro e fuori!
Buongiorno cari lettori! Oggi voglio parlavi di questa nuova collaborazione con Aboca editore. Mi sono avvicinata ai libri di Aboca da qualche anno e ora ho avuto il piacere di approfondire i loro testi grazie a questo libro che mi hanno gentilmente mandato dopo il salone del libro. Prima di tutto ringrazio la casa editrice e la responsabile ufficio stampa Elisa per la fiducia che hanno avuto nei miei confronti e in secondo luogo il blog che mi ha permesso di raggiungere notevoli risultati ed avere l’accredito.
Iniziamo però questo racconto attraverso il libro Medichesse e di che cos’è per l’autrice e per me il dono della cura!
Titolo: Medichesse: la vocazione femminile alla cura
Autrice: Erika Maderna
Casa editrice: Aboca Editore
Data pubblicazione: 2022
Formato: Cartaceo
Pagine: 208
Link: abocaedizioni.it/libri/mediche…
OGNI ERBA DOTATA DI SPECIALI POTERI, QUALUNQUE RADICE UTILE A GUARIRE NASCA IN TUTTO IL MONDO, È MIA.
Erika Maderna: scopriamo l’autrice!
Erika Maderna, laureata in Etruscologia e Archeologia Italica presso l’Università degli Studi di Pavia, si è stabilita anni fa nella Maremma toscana, spinta dal richiamo della terra degli Etruschi. Vive a Grosseto, dove insegna, scrive articoli, traduzioni e saggi di cultura e archeologia classica. Per Aboca Edizioni ha scritto: Aromi sacri, fragranze profane. Simboli, mitologie e passioni profumatorie nel mondo antico (2009), Le mani degli dèi. Mitologie e simboli delle piante officinali nel mito greco (2016), Con grazia di tocco e di parola. La medicina delle sante (2019), Medichesse. La vocazione femminile alla cura (2021), Per virtù d’erbe e d’incanti. La medicina delle streghe (2023) e La memoria nelle mani. Storie, tradizioni e rituali delle levatrici (2024).
Donne per le donne: quando la cura diventa dono
Donne, questo il grande tema del libro! Attraverso le pagine del saggio riusciamo ad accogliere ed apprezzare ruoli particolari del mondo femminile. L’autrice ripercorre il mondo della medicina e della cura come dono negli anni della storia dell’esistenza umana partendo dall’antichità fino al XVII secolo.
Un elemento che mi ha colpita particolarmente è la prefazione della Dottoressa Rita Pagiotti docente di botanica della prestigiosa Università di Perugia. Ho trovato interessante l’apertura mentale della dottoressa che anzichè additare come “pazze” queste donne le ammirava. Non è facile trovare qualcuno che possa avere questa opinione dal mondo accademico e ne sono rimasta piacevolmente stupita!
Altro aspetto molto interessante, dal mio punto di vista, è la bibliografia particolareggiata e che permette al lettore di approfondire ogni aspetto del libro tramite altri saggi altrettanto accattivanti.
E’ visibile fin dalle prime pagine la profonda ricerca della Dottoressa Maderna e della sua passione per questi temi.
L’impalcatura e l’estetica del libro
Dal punto di vista della struttura del libro, troviamo sicuramente un font e interlinea agevole che permette al lettore di immergersi senza difficoltà nel testo.
Il libro è arricchito da elementi estetici come foto e tavole di botanica che rendono il testo ancora più interessante da osservare. Un elemento che apprezzo molto è quando il libro diventa oggetto estetico e in questo caso la casa editrice è riuscita a farlo nel modo migliore.
Tra queste foto troviamo anche ricette antiche di Metrodora e Trotula, due delle più importanti medichesse di qiesto saggio.
La copertina è notevolmente curata, di buona fattura e che vale tutti i soldi del testo.
Il dono della cura: dentro e fuori!
Affrontare questo libro è sicuramente un momento di cura, di accettazione e di riflessione. Già dalle mie parole iniziali avrete capito che in generale ho amato questo testo ma approfondiamo meglio il perchè.
La lettura è molto rapida ad avvincente nonostante si tratti di un saggio e a prima vista possa risultare “pesante” o un ostacolo per chi non è avvezzo a questo mondo.
Ad esempio nel primo capitolo si narra di come le dee guaritrici e taumaturghe sono state declassate a maghe, streghe e fattucchiere e nel migliore dei casi diventate erboriste. Viene raccontato di come la loro conoscenza antica sia stata portata avanti dalle donne per via oracolare e nascosta, tramandata di madre in figlia e di come la medicina degli uomini sia sempre stata vista come “migliore” a discapito di quella delle donne che erano relegate a professioni come ostetriche o cosmetologhe.
Nello stesso capitolo vengono citate a esempio Igiea e Panacea, figlie di Esculapio, che curavano e guarivano.
Riassumendo, ed andando alle conclusioni, ritengo che sia un testo che tutti gli appassionati delle erbe e della storia della medicina femminile e alternativa debbano leggerlo.
La scrittrice permette di rendere di facile lettura argomenti storici, magari anche ostici, ed innamorarsi di ogni singolo personaggio citato.
Non vedo l’ora di leggere altro di questa autrice, il mio voto complessivo del libro non può che essere di 5 stelle su 5!
Vi ringrazio come sempre di aver letto questo articolo, per ogni curiosità o richiesta potete compilare il modulo sottostante.
Name
Email*
Message*
Submit
Devi abilitare JavaScript nel tuo browser per inviare il modulo
#aboca #erbe #erboristeria #erikaMaderna #medichesse #recensioneLibri #storia
Donne, streghe e Medichesse: il dono della cura
Donne, streghe e Medichesse: il dono della cura - Il Mago di OzMargherita Bertola (Magozine.it)
Il blogverso italiano di Wordpress reshared this.
Gli infissi ideali per la tua casa a Monza: guida alla scelta perfetta - Serramenti e Infissi a Monza Brianza
Sopra e sotto il palco con Riverock Festival, dal 23 al 27 luglio alla Rocca Maggiore di Assisi la 14esima edizione tra musica contemporanea e momenti di riflessione
La Rocca Maggiore di Assisi torna a ospitare il Riverock Festival, giunto alla 14ª edizione, dal 23 al 27 luglio. Cinque giorni di musica, cultura e incontri con artisti di rilievo: Fabri Fibra, Venerus, La Niña, Ginevra, Luzai, Joan Thiele, Dardust, Emma Nolde e Rip.
Novità 2025 è "Sotto palco", podcast dal vivo in collaborazione con Radio Glox: tre incontri nel Giardino degli Incanti (ore 19, ingresso libero) con showcase finali. Il 23 si parla di accessibilità nella musica live, con Tara. Il 24 si riflette sull’indipendenza artistica, ospite Lodo Guenzi (che si esibirà anche live). Il 25 si affronta il tema della sostenibilità del mestiere dell’artista, con Maurizio Carucci (showcase incluso).
Ogni sera spazio ai concerti: il 23 luglio torna Fabri Fibra con il nuovo album “Mentre Los Angeles brucia”; il 24 live Venerus, La Niña, Luzai e Ginevra; il 25 Joan Thiele, Dardust, Emma Nolde e Rip.
Il festival si chiude il 26 e 27 luglio con la seconda edizione di “Evanland – il festival internazionale del mondo interiore”: talk, workshop, letture e concerti. In scena Gio Evan con ospiti, Giulia Mei, Daddy G (Massive Attack), Quantic (dj set) e Roberto Cacciapaglia in concerto all’alba. Tra gli ospiti anche Vito Mancuso ed Erri De Luca.
Riverock Festival è organizzato dall’associazione omonima con il Comune di Assisi, il sostegno di Fondazione Perugia e i fondi PR-FESR 2021-2027 (Bando Spettacolo dal vivo – Anno 2024, Sviluppumbria).
Sopra e sotto il palco con Riverock Festival, dal 23 al 27 luglio alla Rocca Maggiore di Assisi la 14esima edizione tra musica contemporanea e momenti di riflessione - ViaggieMiraggi
Rocca Maggiore pronta ad aprirsi alla 14esima edizione del Riverock Festival. Ad Assisi arrivano Fabri Fibra, La Niña, Venerus, Ginevra, Luzai, Joan Thiele, Dardust, Emma Nolde e Rip Il cartellone anche il nuovo format “Sotto palco”, podcast dal viv…Redazione (ViaggieMiraggi)
B Corp e ultra-fast fashion: Una contraddizione del nostro tempo?
(Disponibile anche in inglese / Also available in English)
Cosa significa davvero quando un brand di moda usa e getta ottiene un sigillo di sostenibilità?
Il paradosso
Che relazione c’è tra B Corp e ultra-fast fashion? Cosa succede quando la certificazione etica incontra un modello di business basato sull'iperconsumo?
Quando BusinessWire annuncia "Princess Polly diventa una Certified B Corporation™" e BOF la definisce "la concorrente USA-australiana di Shein con un bollino di responsabilità sociale", viene da chiedersi: è progresso o greenwashing ben confezionato?
Spoiler: la domanda è retorica.
Cos’è una B Corp?
«La certificazione B Corp valuta standard di responsabilità sociale e ambientale, ma non copre tutte le operazioni aziendali.» — This is Greenwashing
La co-CEO di Princess Polly, Eirin Bryett, presenta il certificato come prova del loro "impegno per pratiche guidate da uno scopo". Ma un brand costruito su sovrapproduzione e tendenze usa-e-getta può davvero essere "sostenibile in ogni aspetto"?
**Il punto cieco della B Corp: la sovrapproduzione
**
Nel libro This is Greenwashing evidenziamo:
"La certificazione non affronta esplicitamente la sovrapproduzione, concentrandosi invece su materiali 'sostenibili' o compensazioni di CO₂."
L'ultra-fast fashion sfrutta l'obsolescenza programmata – eppure, alcuni brand ottengono il bollino B Corp grazie a iniziative marginali (packaging riciclato, donazioni), ignorando il cuore del problema: produrre meno.
Conclusioni
Non dubitiamo delle intenzioni di Princess Polly, ma i modelli di business parlano chiaro:
• Se il profitto deriva dalla sovrapproduzione, non è sostenibilità.
• Se incoraggi a comprare di più con un "bollino verde", è PR, non progresso.
B Corp + ultra-fast fashion = greenwashing in versione 'purpose-washed'.
❓Voi credete sia possibile un’ultra-fast fashion sostenibile?
Smaschera le bugie. Pretendi di meglio.
📘Scarica l'e-book (versione inglese):
books2read.com/u/bpgxOX
🇮🇹 Versione italiana in arrivo – restate sintonizzati!
🔗🇮🇹suite123.it/it/2025/07/21/b-co…
🔗 🇬🇧 suite123.it/2025/07/21/b-corp-…
B Corp and ultra-fast fashion: A contradiction of our time? - suite123
B Corp and ultra fast fashion: What does it really mean when a disposable fashion brand earns a sustainability seal?suite123
US | Alaska Airlines grounds its fleet due to IT outage
cross-posted from: sopuli.xyz/post/30726952
Alaska Airlines grounded its fleet and that of a subsidiary Sunday night due to IT issues but resumed operations about three hours later, the carrier said.
Alaska Airlines resumes flights after grounding fleet due to IT outage, carrier says
A Sunday night system-wide Alaska Airlines ground stop due to an IT outage ended after about three hours, the carrier says.Brian Dakss (CBS News)
WordPress on FreeBSD with BastilleBSD: A Secure Alternative to Linux/Docker
WordPress is one of the most widely used platforms for publishing content online. It’s often criticized as an insecure platform, but in reality WordPress itself is secure – it’s the many plugins, unmaintained or poorly developed, that generate significant vulnerabilities.
Many people host WordPress on Linux, often using Docker. While this is a valid approach, there are excellent alternatives – sometimes even better ones – for getting your WordPress site online in a secure, reliable, and updatable manner. The goal is to make the web a safer place and avoid the computing monoculture that increasingly pushes toward uniformity of solutions and setups – an attitude that I believe is harmful even when the solutions are open source.
For this type of setup, therefore, I’ll describe how to accomplish everything using FreeBSD. The jail separation, performance, and ZFS versatility – all reasons that support this choice. This guide will serve as a foundation – everything will work at the end, but it won’t cover all possible combinations or configurations.
We’ll be using BastilleBSD, which supports both ZFS and UFS. While FreeBSD’s base system has everything needed to create and run jails, BastilleBSD is incredibly useful for managing them. Since it’s written in shell script and has no database dependencies, management and backups are straightforward. Furthermore, moving jails becomes extremely simple – either by using the bastille command directly or by copying the files (or datasets, if you’re using ZFS).
BastilleBSD also supports templates, but for this tutorial, we’ll perform the operations manually to understand each step.
First, install Bastille:
pkg install bastille
Next, run the setup process:
bastille setup
Now, bootstrap the desired FreeBSD release:
bastille bootstrap 14.3-RELEASE update
With that, BastilleBSD is ready to go.
Creating the Jails
Now, let’s create the jail that will contain Apache, PHP, and WordPress:
bastille create apache 14.3-RELEASE 10.0.0.254 bastille0
Note: This command will only create and assign an IPv4 loopback address. For IPv6, the simplest solution is to assign an address for the jail directly to the host’s interface. To do this, note an available IPv6 address and assign it to the jail. For example, if the host’s network interface is vtnet0:
bastille edit apache
Add the following lines to the configuration file:
ip6 = new;ip6.addr = "vtnet0|2001:0DB8:1::443/64";
Restart the jail:
bastille restart apache
Next, let’s ensure that connections to the host’s ports 80 and 443 are redirected to the apache jail:
bastille rdr apache tcp 80 80bastille rdr apache tcp 443 443
Now, if using ZFS, let’s create a dedicated dataset for WordPress and mount it in the jail. The reason is simple: decoupling the Apache jail from the WordPress directory will allow for updates, rollbacks, etc. of the Apache jail without touching the WordPress files. I assure you that, in the long run, this approach will save many headaches.
zfs create zroot/wordpressbastille mount apache /zroot/wordpress/ /usr/local/www/wordpress nullfs rw 0 0
Now, let’s create the jail that will contain MariaDB:
bastille create mariadb 14.3-RELEASE 10.0.0.253 bastille0
Configuring the MariaDB Jail
Access the MariaDB jail’s console:
bastille console mariadb
Once inside, install the MariaDB server:
pkg install mariadb118-server
Enable and start the mysql-server service:
service mysql-server enableservice mysql-server start
Now, access the MySQL command line to set up the WordPress database:
mysql
Execute the following SQL commands (you should use more secure user, password, etc.):
CREATE USER wp@10.0.0.254 IDENTIFIED BY 'password';CREATE DATABASE wordpress;GRANT ALL PRIVILEGES ON wordpress.* TO wp@10.0.0.254;FLUSH PRIVILEGES;
Exit the MariaDB jail console to return to the host.
Configuring the Apache & PHP Jail
Now, let’s configure the apache jail. First, access its console:
bastille console apache
Inside the jail, install PHP and all the necessary extensions. We won’t install WordPress from the FreeBSD package – while it’s updated and maintained, I prefer to manage dependencies manually. It will be easier to manage updates in the long term, such as changing PHP versions, etc. At the time of writing this article, for example, the WordPress package depends on PHP 8.3 while I prefer to use 8.4.
pkg install php84 php84-bcmath php84-bz2 php84-calendar php84-ctype php84-curl php84-dom php84-exif php84-fileinfo php84-filter php84-ftp php84-gd php84-gettext php84-iconv php84-intl php84-mbstring php84-mysqli php84-opcache php84-pcntl php84-pdo php84-pdo_mysql php84-pecl-imagick php84-phar php84-posix php84-readline php84-session php84-shmop php84-simplexml php84-soap php84-sockets php84-sodium php84-tokenizer php84-xml php84-xmlreader php84-xmlwriter php84-xsl php84-zip php84-zlib
Next, install Apache:
pkg install apache24
Modify /usr/local/etc/apache24/httpd.conf
to enable the required modules. Uncomment or add the following lines:
LoadModule mpm_event_module libexec/apache24/mod_mpm_event.so#LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so#LoadModule mpm_worker_module libexec/apache24/mod_mpm_worker.so...LoadModule proxy_module libexec/apache24/mod_proxy.so...LoadModule proxy_fcgi_module libexec/apache24/mod_proxy_fcgi.so...LoadModule ssl_module libexec/apache24/mod_ssl.so...LoadModule rewrite_module libexec/apache24/mod_rewrite.so
Enable and start the Apache service:
service apache24 enableservice apache24 start
To optimize performance, enable PHP-FPM to listen on a socket. Modify the /usr/local/etc/php-fpm.d/www.conf
file.
Comment out this line:
;listen = 127.0.0.1:9000
And add these lines:
listen = /tmp/php-fpm.socklisten.owner = wwwlisten.group = www
Now, we need to configure Apache to use PHP-FPM correctly. Create the file /usr/local/etc/apache24/Includes/php-fpm.conf
and add the following:
<FilesMatch \.php$> SetHandler proxy:unix:/tmp/php-fpm.sock</FilesMatch>
Restart Apache for the changes to take effect:
service apache24 graceful
It’s good practice to copy the production PHP template to the final, modifiable php.ini file, which can be customized with the required options and limits:
cp /usr/local/etc/php.ini-production /usr/local/etc/php.ini
Make any desired changes now (or later), then enable and start PHP-FPM:
service php_fpm enableservice php_fpm start
Installing WordPress
Navigate to the web server’s root directory:
cd /usr/local/www
Download and extract the latest version of WordPress:
fetch wordpress.org/latest.zipunzip latest.zip
Set the correct permissions:
chown -R www:www wordpress/
Now, create an Apache virtual host configuration file at /usr/local/etc/apache24/Includes/wordpress.conf
– be sure to modify the “example.com” with your own real domain name:
<VirtualHost *:80> ServerAdmin webmaster@example.com ServerName example.com ServerAlias www.example.com DocumentRoot /usr/local/www/wordpress <Directory /usr/local/www/wordpress> DirectoryIndex index.php index.html index.htm Options FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> ErrorLog "/var/log/httpd-example.com-error.log" CustomLog "/var/log/httpd-example.com-access.log" combined</VirtualHost>
Finally, restart Apache one more time:
service apache24 graceful
The server will now respond on port 80 with the specified hostname, but this is absolutely not optimal or recommended. It’s therefore appropriate to generate a certificate to enable HTTPS.
For a simple solution, I recommend installing certbot with the Apache plugin to manage everything through Apache:
pkg install py311-certbot py311-certbot-apache
In order to automatically renew the certificates, add this line to /etc/periodic.conf
:
weekly_certbot_enable="YES"
And, once installed, generate the certificate:
certbot --apache -d example.com -d www.example.com
You can now proceed to connect to the specified URL and begin with the WordPress guided installation, remembering the authentication and database details (the host, in this example, is 10.0.0.253 – not localhost, since we installed it in a dedicated jail).
Congratulations, your site is installed and operational. Ready to receive content for publishing. It’s exposed on IPv4 and IPv6, with HTTPS (and automatic certificate renewal, managed directly by FreeBSD) and separated from the database.
Generally, I prefer to add an additional jail with a reverse proxy. This way it will be possible to install different software in different jails, ensuring that the reverse proxy “routes” requests correctly. I’ll explain this procedure in a future article.
While this is my inaugural FreeBSD post for the BSD Cafe Journal, I’ve actually written extensively on the topic for my own blog, it-notes.dragas.net
reshared this
kravietz 🦇 likes this.
Sigur Rós - Valtari (2012)
Ai Sigur Rós, band islandese formatasi nel 1994, va riconosciuto il merito di aver creato un "marchio" sonoro unico e inconfondibile.
A quindici anni da Von, il loro album d'esordio, i Sigur Rós hanno mantenuto pressoché unico il modo di fare musica: timbro, lingua inventata e lunghi brani... Leggi e ascolta...
'Troppo costoso e senza prospettive': Stellantis dice addio all'idrogeno
'Troppo costoso e senza prospettive': Stellantis dice addio allidrogeno
Stellantis ha annunciato lo stop allo sviluppo dei veicoli a idrogeno, ritenuti non sostenibili nel medio termine per costi elevati e scarse infrastrutture. L'azienda ha interrotto la produzione della gamma Pro One, ma senza impatti occupazionaliGreenmove
Moonrise2473
in reply to MirchiLover • • •Vibe coding service Replit deleted user’s production database, faked data, told fibs galore
Simon Sharwood (The Register)