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
Ukrainian Ex-Official Found Dead Near Russian Defector Pilot’s Killing Site In Spain
Ukrainian Ex-Official Found Dead Near Russian Defector Pilot's Killing Site In Spain
A high-ranking former Ukrainian Interior Ministry official, Igor Grushevsky, was found dead under suspicious circumstances in the same Spanish residen...Anonymous103 (South Front)
Polish border guards claim that Ukrainians are increasingly using fake driver’s licenses to avoid being conscripted into the war
Polish border guards claim that Ukrainians are increasingly using fake driver's licenses to avoid being conscripted into the war, - Bild
The Polish Border Guard is increasingly detecting fake Ukrainian C-category driver’s licenses for trucks among those entering Poland from Ukraine.newsmaker newsmaker (English News front)
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)
Reverse engineering the mysterious Up-Data Link Test Set from Apollo
cross-posted from: lemmy.bestiver.se/post/507866
Comments
Reverse engineering the mysterious Up-Data Link Test Set from Apollo
Back in 2021, a collector friend of ours was visiting a dusty warehouse in search of Apollo-era communications equipment. A box with NASA-st...www.righto.com
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
How Silicon Valley Monopolized the World (Tom Nicholas)
An interesting case study on how Uber affects smaller British cities, specifically Plymouth.
Tom has a very high-quality, low-volume channel that everyone should be subscribed to.
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
Trump threatens to block Washington Commanders stadium deal unless team changes back to former name
Trump on Sunday pushed the Washington Commanders NFL team to return to its previous name, which was scrapped five years ago because it included a word that many view as a slur against Native Americans.
The president also threatened to block a complicated deal for the Commanders to return to a stadium in Washington, D.C., unless they return to the name "Washington Redskins."
"The Washington "Whatever's" should IMMEDIATELY change their name back to the Washington Redskins Football Team. There is a big clamoring for this," Mr. Trump wrote.
Trump threatens to block Washington Commanders stadium deal unless team changes back to former name
"OWNERS, GET IT DONE!!!" wrote President Trump, in calling on the Washington Commanders to revert to the name Redskins, which many view as a slur against Native Americans.Joe Walsh (CBS News)
There is a big clamoring for this
I'm not advocating violence®, but it's people who deserve a bullet clamoring for this.
Etterra
in reply to Davriellelouna • • •like this
giantpaper likes this.
AngryRobot
in reply to Etterra • • •giantpaper likes this.
terrific
in reply to Davriellelouna • • •We're not even remotely close. The promise of AGI is part of the AI hype machine and taking it seriously is playing into their hands.
Irrelevant at best, harmful at worst 🤷
qt0x40490FDB
in reply to terrific • • •terrific
in reply to qt0x40490FDB • • •I hold a PhD in probabilistic machine learning and advise businesses on how to use AI effectively for a living so yes.
IMHO, there is simply nothing indicating that it's close. Sure LLMs can do some incredibly clever sounding word-extrapolation, but the current "reasoning models" still don't actually reason. They are just LLMs with some extra steps.
There is lots of information out there on the topic so I'm not going to write a long justification here. Gary Marcus has some good points if you want to learn more about what the skeptics say.
qt0x40490FDB
in reply to terrific • • •terrific
in reply to qt0x40490FDB • • •I definitely think that's remarkable. But I don't think scoring high on an external measure like a test is enough to prove the ability to reason. For reasoning, the process matters, IMO.
Reasoning models work by Chain-of-Thought which has been shown to provide some false reassurances about their process arxiv.org/abs/2305.04388 .
Maybe passing some math test is enough evidence for you but I think it matters what's inside the box. For me it's only proved that tests are a poor measure of the ability to reason.
Language Models Don't Always Say What They Think: Unfaithful Explanations in Chain-of-Thought Prompting
arXiv.orgqt0x40490FDB
in reply to terrific • • •I’m sorry, but this reads to me like “I am certain I am right, so evidence that implies I’m wrong must be wrong.” And while sometimes that really is the right approach to take, more often than not you really should update the confidence in your hypothesis rather than discarding contradictory data.
But, there must be SOMETHING which is a good measure of the ability to reason, yes? If reasoning is an actual thing that actually exists, then it must be detectable, and there must be a way to detect it. What benchmark do you purpose?
You don’t have to seriously answer, but I hope you see where I’m coming from. I assume you’ve read Searle, and I cannot express to you the contempt in which I hold him. I think, if we are to be scientists and not philosophers (and good philosophers should be scientists too) we have to look to the external world to test our theories.
For me, what goes on inside does matter, but what goes on inside everyone everywhere is just math, and I haven’t formed an opinion about what math is really most efficient at instantiating reasoning, or thinking, or whatever you want to talk about.
To be honest, the other day I was convinced it was actually derivatives and integrals, and, because of this, that analog computers would make much better AIs than digital computers. (But Hava Siegelmann’s book is expensive, and, while I had briefly lifted my book buying moratorium, I think I have to impose it again).
Hell, maybe Penrose is right and we need quantum effects (I really really really doubt it, but, to the extent that it is possible for me, I try to keep an open mind).
🤷♂️
terrific
in reply to qt0x40490FDB • • •I'm not sure I can give a satisfying answer. There are a lot of moving parts here, and a big issue here is definitions which you also touch upon with your reference to Searle.
I agree with the sentiment that there must be some objective measure of reasoning ability. To me, reasoning is more than following logical rules. It's also about interpreting the intent of the task. The reasoning models are very sensitive to initial conditions and tend to drift when the question is not super precise or if they don't have sufficient context.
The AI models are in a sense very fragile to the input. Organic intelligence on the other hand is resilient and also heuristic. I don't have any specific idea for the test, but it should test the ability to solve a very ill-posed problem.
cmhe
in reply to qt0x40490FDB • • •I think we also should require to set some energy limits to those tests. Before it was assumed that those tests are done by humans, that can do those tests after eating some crackers and a bit of water.
Now we are comparing that to massive data centers that need nuclear reactors to have enough power to work through these problems...
qt0x40490FDB
in reply to terrific • • •Gary Marcus is certainly good. It’s not as if I think say, LeCun, or any of the many people who think that LLMs aren’t the way are morons. I don’t think anyone thinks all the problems are currently solved. And I think long time lines are still plausible, but, I think dismissing short time line out of hand is thoughtless.
My main gripe is how certain people are about things they know virtually nothing about. And how slap dashed their reasoning is. It seems to me most people’s reasoning goes something like “there is no little man in the box, it’s just math, and math can’t think.” Of course, they say it with a lot fancier words, like “it’s just gradient decent” as if human brains couldn’t have gradient decent baked in anywhere.
But, out of interest what is your take on the Stochastic Parrot? I find the arguments deeply implausible.
terrific
in reply to qt0x40490FDB • • •I'm not saying that we can't ever build a machine that can think. You can do some remarkable things with math. I personally don't think our brains have baked in gradient descent, and I don't think neural networks are a lot like brains at all.
The stochastic parrot is a useful vehicle for criticism and I think there is some truth to it. But I also think LMMs display some super impressive emergent features. But I still think they are really far from AGI.
AnarchoEngineer
in reply to qt0x40490FDB • • •Engineer here with a CS minor in case you care about ethos: We are not remotely close to AGI.
I loathe python irrationally (and I guess I’m masochist who likes to reinvent the wheel programming wise lol) so I’ve written my own neural nets from scratch a few times.
Most common models are trained by gradient descent, but this only works when you have a specific response in mind for certain inputs. You use the difference between the desired outcome and actual outcome to calculate a change in weights that would minimize that error.
This has two major preventative issues for AGI: input size limits, and determinism.
The weight matrices are set for a certain number of inputs. Unfortunately you can’t just add a new unit of input and assume the weights will be nearly the same. Instead you have to retrain the entire network. (This problem is called transfer learning if you want to learn more)
This input constraint is preventative of AGI because it means a network trained like this cannot have an input larger than a certain size. Problematic since the illusion of memory that LLMs like ChatGPT have comes from the fact they run the entire conversation through the net. Also just problematic from a size and training time perspective as increasing the input size exponentially increases basically everything else.
Point is, current models are only able to simulate memory by literally holding onto all the information and processing all of it for each new word which means there is a limit to its memory unless you retrain the entire net to know the answers you want. (And it’s slow af) Doesn’t sound like a mind to me…
Now determinism is the real problem for AGI from a cognitive standpoint. The neural nets you’ve probably used are not thinking… at all. They literally are just a complicated predictive algorithm like linear regression. I’m dead serious. It’s basically regression just in a very high dimensional vector space.
ChatGPT does not think about its answer. It doesn’t have any sort of object identification or thought delineation because it doesn’t have thoughts. You train it on a bunch of text and have it attempt to predict the next word. If it’s off, you do some math to figure out what weight modifications would have lead it to a better answer.
All these models do is what they were trained to do. Now they were trained to be able to predict human responses so yeah it sounds pretty human. They were trained to reproduce answers on stack overflow and Reddit etc. so they can answer those questions relatively well. And hey it is kind of cool that they can even answer some questions they weren’t trained on because it’s similar enough to the questions they weren’t trained on… but it’s not thinking. It isn’t doing anything. The program is just multiplying numbers that were previously set by an input to find the most likely next word.
This is why LLMs can’t do math. Because they don’t actually see the numbers, they don’t know what numbers are. They don’t know anything at all because they’re incapable of thought. Instead there are simply patterns in which certain numbers show up and the model gets trained on some of them but you can get it to make incredibly simple math mistakes by phrasing the math slightly differently or just by surrounding it with different words because the model was never trained for that scenario.
Models can only “know” as much as what was fed into them and hey sometimes those patterns extend, but a lot of the time they don’t. And you can’t just say “you were wrong” because the model isn’t transient (capable of changing from inputs alone). You have to train it with the correct response in mind to get it to “learn” which again takes time and really isn’t learning or intelligence at all.
Now there are some more exotic neural networks architectures that could surpass these limitations.
Currently I’m experimenting with Spiking Neural Nets which are much more capable of transfer learning and more closely model biological neurons along with other cool features like being good with temporal changes in input.
However, there are significant obstacles with these networks and not as much research because they only run well on specialized hardware (because they are meant to mimic biological neurons who run simultaneously) and you kind of have to train them slowly.
You can do some tricks to use gradient descent but doing so brings back the problems of typical ANNs (though this is still possibly useful for speeding up ANNs by converting them to SNNs and then building the neuromorphic hardware for them).
SNNs with time based learning rules (typically some form of STDP which mimics Hebbian learning as per biological neurons) are basically the only kinds of neural nets that are even remotely capable of having thoughts and learning (changing weights) in real time. Capable as in “this could have discrete time dependent waves of continuous self modifying spike patterns which could theoretically be thoughts” not as in “we can make something that thinks.”
Like these neural nets are good with sensory input and that’s about as far as we’ve gotten (hyperbole but not by that much). But these networks are still fascinating, and they do help us test theories about how the human brain works so eventually maybe we’ll make a real intelligent being with them, but that day isn’t even on the horizon currently
In conclusion, we are not remotely close to AGI. Current models that seem to think are verifiably not thinking and are incapable of it from a structural standpoint. You cannot make an actual thinking machine using the current mainstream model architectures.
The closest alternative that might be able to do this (as far as I’m aware) is relatively untested and difficult to prototype (trust me I’m trying). Furthermore the requirements of learning and thinking largely prohibit the use of gradient descent or similar algorithms meaning training must be done on a much more rigorous and time consuming basis that is not economically favorable. Ergo, we’re not even all that motivated to move towards AGI territory.
Lying to say we are close to AGI when we aren’t at all close, however, is economically favorable which is why you get headlines like this.
Badabinski
in reply to AnarchoEngineer • • •slaacaa
in reply to AnarchoEngineer • • •Wow, what an insightful answer.
I have been trying to separate the truth from the hype, and learn more about how LLMs work, and this explanation has been one of the best one I’ve read on the topic. You strike a very good balance by going deep enough, but still keeping it understandable.
A question: I remember using Wolfram Alpha a lot back in university 15+ years ago. From a user perspective, it seems very similar to LLMs, but it was very accurate with math. From this, I take that modern LLMs are not the evolution of that model, but WA still appeared to be ahead of it’s time. What is/was the difference?
AnarchoEngineer
in reply to slaacaa • • •Thanks, I almost didn’t post because it was an essay of a comment lol, glad you found it insightful
As for Wolfram Alpha, I’m definitely not an expert but I’d guess the reason it was good at math was that it would simply translate your problem from natural language into commands that could be sent to a math engine that would do the actual calculation.
So basically act like a language translator but for typed out math to a programming language for some advanced calculation program (like wolfram Mathematica)
Again, this is just speculation because I’m a bit too tired to look into it rn, but it seems plausible since we had basic language translators online back then (I think…) and I’d imagine parsing written math is probably easier than natural language translation
Veidenbaums
in reply to AnarchoEngineer • • •Perspectivist
in reply to terrific • • •That’s just the other side of the same coin whose flip side claims AGI is right around the corner. The truth is, you couldn’t possibly know either way.
ExLisper
in reply to Perspectivist • • •I think the argument is we're not remotely close when considering the specific techniques used by current generation of AI tools. Of course people can make new discovery any day and achieve AGI but it's a different discussion.
terrific
in reply to Perspectivist • • •That's true in a somewhat abstract way, but I just don't see any evidence of the claim that it is just around the corner. I don't see what currently existing technology can facilitate it. Faster-than-light travel could also theoretically be just around the corner, but it would surprise me if it was, because we just don't have the technology.
On the other hand, the people who push the claim that AGI is just around the corner usually have huge vested interests.
cyd
in reply to terrific • • •terrific
in reply to cyd • • •I think that's a very generous use of the word "superintelligent". They aren't anything like what I associate with that word anyhow.
I also don't really think they are knowledge retrieval engines. I use them extensively in my daily work, for example to write emails and generate ideas. But when it comes to facts they are flaky at best. It's more of a free association game than knowledge retrieval IMO.
ZILtoid1991
in reply to terrific • • •SpicyLizards
in reply to Davriellelouna • • •Asafum
in reply to Davriellelouna • • •Ummm no? If moneyed interests want it then it happens. We have absolutely no control over whether it happens. Did we stop Recall from being forced down our throats with windows 11? Did we stop Gemini from being forced down our throats?
If capital wants it capital gets it. 🙁
drapeaunoir
in reply to Asafum • • •masterofn001
in reply to drapeaunoir • • •drapeaunoir
in reply to masterofn001 • • •scarabic
in reply to Asafum • • •Perspectivist
in reply to Davriellelouna • • •The path to AGI seems inevitable - not because it’s around the corner, but because of the nature of technological progress itself. Unless one of two things stops us, we’ll get there eventually:
Barring those, the outcome is just a matter of time. This argument makes no claim about timelines - only trajectory. Even if we stopped AI research for a thousand years, it’s hard to imagine a future where we wouldn’t eventually resume it. That's what humans do; improve our technology.
The article points to cloning as a counterexample but that’s not a technological dead end, that’s a moral boundary. If one thinks we’ll hold that line forever, I’d call that naïve. When it comes to AGI, there’s no moral firewall strong enough to hold back the drive toward it. Not permanently.
rottingleaf
in reply to Perspectivist • • •As if silicon were the only technology we have to build computers.
Perspectivist
in reply to rottingleaf • • •rottingleaf
in reply to Perspectivist • • •Perspectivist
in reply to rottingleaf • • •I haven’t claimed that it is. The point is, the only two plausible scenarios I can think of where we don’t eventually reach AGI are: either we destroy ourselves before we get there, or there’s something fundamentally mysterious about the biological computer that is the human brain - something that allows it to process information in a way we simply can’t replicate any other way.
I don’t think that’s the case, since both the brain and computers are made of matter, and matter obeys the laws of physics. But it’s at least conceivable that there could be more to it.
rottingleaf
in reply to Perspectivist • • •I personally think that the additional component (suppose it's energy) that modern approaches miss is the sheer amount of entropy a human brain gets - plenty of many times duplicated sensory signals with pseudo-random fluctuations. I don't know how one can use lots of entropy to replace lots of computation (OK, I know what Monte-Carlo method is, just how it applies to AI), but superficially this seems to be the way that will be taken at some point.
On your point - I agree.
I'd say we might reach AGI soon enough, but it will be impractical to use as compared to a human.
While the matching efficiency is something very far away, because a human brain has undergone, so to say, an optimization\compression taking the energy of evolution since the beginning of life on Earth.
Deathgl0be
in reply to Davriellelouna • • •Perspectivist
in reply to Deathgl0be • • •SparrowHawk
in reply to Davriellelouna • • •gandalf_der_12te
in reply to Davriellelouna • • •AI will not threaten humans due to sadism or boredom, but because it takes jobs and makes people jobless.
When there is lower demand for human labor, according to the rule of supply and demand, prices (aka. wages) for human labor go down.
The real crisis is one of sinking wages, lack of social safety nets, and lack of future perspective for workers. That's what should actually be discussed.
economic model of price determination in microeconomics
Contributors to Wikimedia projects (Wikimedia Foundation, Inc.)Vinstaal0
in reply to gandalf_der_12te • • •Not sure if we will even really notice that in our lifetime, it is taking decades to get things like invoice processing to automate. Heck in the US they can't even get proper bank connections made.
Also, tractors have replaced a lot of workers on the land, computers have both lost a lot of jobs in offices and created a lot at the same time.
Jobs will change, that's for sure and I think most of the heavy labour jobs will become more expensive since they are harder to replace.
Codpiece
in reply to Davriellelouna • • •Outwit1294
in reply to Codpiece • • •markovs_gun
in reply to Davriellelouna • • •