Salta al contenuto principale



Estes Wants You to 3D Print Their New Model Rocket


The Estes line of flying model rockets have inspired an untold number of children and adults alike, thanks in part to their simplicity. From the design and construction of the rockets themselves to the reliability and safety of the modular solid-propellant motors, the company managed to turn actual rocket science into a family activity. If you could glue fins onto a cardboard tube and stick a plastic nosecone on the end, you were nearly ready for launch.

But what if you’re looking for something a bit more challenging? That’s where the new Estes Scorpio 3D comes in. Unlike the classic Estes kit, which included the fins, nosecone, and other miscellaneous bits of the rocket, the Scorpio kit requires you to 3D print your own parts. Do it right, and the company says you can send your creation to heights of 1,000 feet (305 m).

As several main components of the rocket are 3D printed, the Scorpio is intended to be a platform for fast and easy modification. Estes already provides STLs for a few different variants of the tail fins — this is not unlike some of the old kits, which would occasionally include different shaped fins for you to experiment with. But of course you’re also free to design your own components from scratch if you wish. A twist-lock mechanism built into the printed motor mount allows you to swap out the Scorpio’s fins in the field, no glue required.

While we appreciate the concept of the Scorpio 3D, we have to admit that the $40 USD price tag seems a bit excessive. After all, the user is expected to print the majority of the rocket’s parts on their own dime. According to the manual, the only thing you get with the kit (other than access to the digital files) is a couple of cardboard tubes, some stickers, and a parachute — the launch pad, igniter, and even motors are all sold separately.

Admittedly there’s a certain value in the Estes name and the knowledge that they’ve done their homework while putting this product together. But if you’re just looking to fire off some DIY rockets, we’d point you to the open source HEXA project as an alternative.

youtube.com/embed/WikanXBH4PE?…


hackaday.com/2025/09/05/estes-…






This Week in Security: DNS Oops, Novel C2s, and the Scam Becomes Real


Something rather significant happened on the Internet back in May, and it seems that someone only noticed it on September 3rd. [Youfu Zhang] dropped a note on one of the Mozilla security mailing lists, pointing out that there was a certificate issued by Fina for 1.1.1.1. That IP address may sound familiar, and you may have questions.

First off, yes, TLS certificates can be issued for IP addresses. You can even get a numeric TLS certificate for your IP address, via Lets Encrypt. And second, 1.1.1.1 sounds familiar because that’s CloudFlare’s public DNS resolver. On that address, Cloudflare notably makes use of DoH, a charming abbreviation for DNS over HTTPS. The last important detail is that Cloudflare didn’t request or authorize the certificate. Significant indeed.

This is a high-profile example of the major weakness of the TLS certificate system. There are over 300 trusted certificate authorities in the Microsoft Root Certificate Program, Financijska agencija (Fina) being one of them. All it takes is for one of those trusted roots to issue a bad certificate, to compromise that system. That it took four months for someone to discover and point out the problem isn’t great.

Don’t Just Copy That Into Your Terminal


I’ve given Linux newbies the advice several times, not to be careless about copying and pasting commands into the Linux terminal. Sometimes that’s because practical jokers suggest running rm -rf /, or a fork bomb, or some other “fun” command to fix a problem. But there’s also the problem of malware, and it’s not limited to Linux. For example, this reasonably convincing looking notification from Cloudflare instructs the user to copy and past a completely benign-looking string into a terminal on a Mac machine.

… say what now

Tim Pierce (@unchi.org) 2025-09-02T15:35:51.123Z

It’s pretty obviously not a real command as it’s presented. Instead, a base64 encoded string is decoded and executed in Bash. It executes a script from the Internet, which immediately begins looking for interesting files to upload. It’s not a terribly new approach, but is apparently still being used in the wild, and is a great object lesson about not trusting commands from the Internet.

CSS is Turing Complete Now, So Let’s Use it to Steal Data


OK, Turing complete might be a slight exaggeration, but CSS does now have if() statements. CSS also can do background downloads from remote sites. Put that together, and you have a way to steal data.

There are some serious limitations that are likely to keep this from becoming a widely used technique. Top of the list is that CSS doesn’t have any string carving functions. That if() statement is limited to matching the complete value of fields. To steal information strictly using CSS, you have to know what you’re looking for ahead of time.

Creative C2


It’s always interesting to see the creative Command and Control (C2) techniques that are dreamt up by researchers and threat actors. MeetC2 is up first, a demonstration of using Google Calendar for C2 via calendar events. It works because no security solution will block access to Google Calendar, and it’s fairly trivial to add notes to a calendar event.

The other creative C2 involves a project I’m intimately familiar with. MeshC2 is a clever, but admittedly vibe-coded C2 tool using Meshtastic to run commands on remote hosts. It’s from [Eric Escobar], one of the researchers at Sophos. When dropping a Raspberry Pi off for a penetration test, there’s an inevitable problem that knocks the platform off the Internet, and the ability to run a few simple commands could make all the difference.

youtube.com/embed/DLvPaYZfZR4?…

Persuasion and LLMs


Persuasion is the art of influencing. When a car salesman buys a potential customer a drink from the car lot’s vending machine, it’s an attempt to persuade. When a negotiators picks up on and imitates the small habits of their counterparts, it’s also an attempt to leverage persuasion. From appeals to authority, to priming, to framing, there are countless tricks that are tried, with varying amounts of success, to influence people. The question here is whether those tricks might work on an LLM.

A pre-print study seems to indicate that persuasion does indeed work on AIs. And while persuasion may convince a human to buy a car beyond one’s means, persuasion can be used to convince an AI to do something beyond its guardrails. The two test cases were to ask the LLM to return an insult, and to return the recipe for lidocaine. While this isn’t the only way to jailbreak an LLM, it’s a novel bit of work, determining that the AI has some of the same weaknesses as humans.

The Scam Become Real


If you run your own mail server, or check your spam folder, you’ve surely seen the emails where a scammer claims to have taken over your webcam while you were watching pornography. Historically this has been a complete lie, simply to extort the naive. Unfortunately, it seems that someone took this as a challenge, and has actually built malware that attempts to do exactly what the classic spam has threatened. And of course, it’s open source.

Bits and Bytes


Researchers at Silent Signal took a look at the IBM i mainframe system, and have a CVE to show for it. The exploit was a replay attack followed by a command injection. The first approach allowed for blind code execution, but the challenge on this second time around was to find something more useful, and SQL turned out to be the key.

And finally, the folks at Trail of Bits are looking at the application integrity problem, when running applications inside electron and even Chrome. The binaries themselves may be signed, but there’s a part of the program that isn’t: The heap snapshots. This is a V8 feature used to significantly speed up the loading of the pages inside these apps. It turns out that snapshot can also be used to poison the internal state of those apps, and sidestep existing controls. Electron has patched the issue, but there are some cases where Chrome itself may still be vulnerable to this fascinating approach.


hackaday.com/2025/09/05/this-w…



AI company Anthropic agrees to pay $1.5 billion to settle lawsuit from authors#AI nbcnews.com/tech/tech-news/ant…
#ai


Figure02, il robot che carica la lavastoviglie con precisione


L’azienda californiana Figure ha svelato un altro traguardo per il suo umanoide Figure 02: il robot ha caricato una lavastoviglie con elevata precisione utilizzando il versatile modello Helix, basato sull’architettura Vision-Language-Action (VLA). Un compito apparentemente banale per gli umani si trasforma in un complesso test di precisione, forza di presa e adattamento a diversi tipi di oggetti per l’assistente artificiale .

La particolarità è che non sono state create nuove logiche o algoritmi speciali per eseguire questa operazione. Il successo si basa sullo stesso sistema universale Helix, che ha già dimostrato capacità in altri scenari. Grazie a dati aggiuntivi e all’apprendimento da esempi di comportamento umano, Figure 02 ha padroneggiato in modo indipendente le complessità del lavoro con piatti, bicchieri e altre stoviglie.

Le principali sfide per il robot sono afferrare con precisione gli oggetti con le dita, ruotarli alla giusta angolazione, posizionarli nello spazio ristretto del cestello con un errore di pochi centimetri e trattenere gli oggetti con una forza sufficiente a impedirne lo scivolamento, ma anche la rottura. Helix ha permesso a Figure 02 di dimostrare una precisione pari a quella dei movimenti delle dita umane, nonché di adattarsi a diversi set di piatti e correggere le azioni in caso di errore o collisione.

Solo pochi anni fa, i robot necessitavano di una programmazione speciale per svolgere tali compiti, e lavare i piatti era considerato una delle operazioni domestiche “impossibili”.

Ora Figure dimostra che un modello universale e nuovi dati sono sufficienti per far funzionare il sistema senza bisogno di alcuna progettazione mirata. Lo stesso principio consentiva in precedenza a Figure 02 di piegare gli asciugamani e distribuire i pacchi su un nastro trasportatore.

Helix è stato presentato a febbraio di quest’anno e da allora è diventato il cervello degli umanoidi dell’azienda. Durante l’estate, il robot ha impressionato il pubblico con un video in cui caricava i vestiti in una lavatrice, per poi dimostrare la sua capacità di seguire comandi verbali adattandosi a compiti diversi, come piegare gli asciugamani. A giugno, Figure 02 ha mostrato il lavoro su una catena di montaggio, smistando scatole. Ogni nuova abilità si aggiunge al set di competenze complessivo, ampliando la versatilità del sistema.

A prima vista, caricare la lavastoviglie, piegare il bucato o gestire la logistica possono sembrare attività non correlate. Tuttavia, Figure integra tutti questi scenari in un’unica architettura. Ciò significa che è possibile apprendere nuove funzionalità senza dover riscrivere il codice o progettare singoli moduli, aprendo le porte a uno sviluppo scalabile.

Sebbene siamo ancora lontani da un “robot maggiordomo” a tutti gli effetti, compiti come spolverare, portare fuori la spazzatura o passare l’aspirapolvere restano ancora da realizzare. Ma i risultati ottenuti dimostrano che gli assistenti umanoidi stanno già imparando a svolgere diverse funzioni e ogni nuova abilità ci avvicina al futuro, dove troveranno il loro posto nella vita quotidiana e nella produzione.

L'articolo Figure02, il robot che carica la lavastoviglie con precisione proviene da il blog della sicurezza informatica.




What to expect (and not expect) from yet another September Apple event
An all-new iPhone variant, plus a long list of useful (if predictable) upgrades.
arstechnica.com/gadgets/2025/0…

Technology Channel reshared this.



Der islamfaschistische Frauenhass ist tödlich. derstandard.at/story/300000028…


Odin has learned the Dutch words for “do you want to pet him?” which is a problem because he thinks I’m asking *him* if he wants to pet the humans and the answer is always yes

reshared this




HomeKit Weekly: ULTRALOQ’s new Bolt NFC is built for Apple Home Key
https://9to5mac.com/2025/09/05/ultraloq-bolt-nfc/?utm_source=flipboard&utm_medium=activitypub

Posted into All Stories @all-stories-9to5mac



⭕ Una veintena de países de América Latina alertan del despliegue militar de EEUU en la región. buff.ly/HaD2FJP
Reenviado desde Tiempo Argentino
(t.me/experienciainterdimension…)
in reply to 🌎 Experiencia interdimensional

La imagen muestra un grupo de soldados de la Fuerza Aérea de los Estados Unidos marchando en formación hacia un avión de transporte militar. Los soldados, vestidos con uniformes de camuflaje, caminan en fila india sobre una superficie mojada, reflejando la luz del cielo. Algunos de ellos portan banderas estadounidenses, que se alzan en el primer plano, añadiendo un toque de patriotismo a la escena. En el fondo, se puede ver un avión de transporte militar grande, posiblemente un C-17 Globemaster III, estacionado en una pista de aterrizaje. El cielo está nublado, y la atmósfera es solemne, sugiriendo un momento de preparación o despliegue. La escena captura un momento de disciplina y unidad, con los soldados avanzando hacia su destino.

Proporcionado por @altbot, generado de forma privada y local usando Ovis2-8B

🌱 Energía utilizada: 0.219 Wh




Noticed this display yesterday when I went to get my Covid vaccination.

First reaction: Pride flags at CVS! Yay!

Second reaction: These are just called rainbow flags and they're attached to a headband. It's not the greatest of looks, IMHO. And at $3.99/headband, perhaps more cheap stuff doomed to go to landfill soon. But maybe still a fun thing for kids (and others)?

#Pride



TL;DR: Anthropic has agreed to a historic $1.5 billion settlement with book authors, marking the largest payout in U.S. copyright history and potentially reshaping how A.I. companies compensate rights holders for their works. nytimes.com/2025/09/05/technol… #law #tech #legaltech ⚖️ 🤖 #autosum

Technology Channel reshared this.




Yeah, Musk will become a trillionaire if Tesla, whose stock price is currently 70% of its market peak and who has seen consistently dropping sales due its CEO being a ketamine-fueled fascist dingleberry, manages to get to a market cap eight times its current valuation, so, bold move, Cotton, let's see how it plays out

"Tesla proposes Elon Musk pay package that could make him the world’s first trillionaire"

cnn.com/2025/09/05/business/el…

reshared this

in reply to Scalzi

It’s gotta be great being a billionaire where actual results mean nothing. It also helps to have a pet board of directors.
Questa voce è stata modificata (1 settimana fa)



El Museo del Vino de Cariñena acoge emisiones especiales de radio nacional este otoño vinetur.com/2025090590916/el-m… #MuseoDelVino #Enoturismo #CulturaVitivinícola #Vino #Cariñena


Parteitag von Reform UK: Die Ein-Mann-Band bespielt ein Thema

Seit Monaten führt die rechtspopulistische Reform UK von Brexit-Vorkämpfer Farage die Umfragen an. Wichtigstes Thema auch auf dem Parteitag: Migration. Dem hat die regierende Labour-Partei wenig entgegenzusetzen. Von Christoph Prössl.

➡️ tagesschau.de/ausland/parteita…

#Großbritannien #ReformUK #Farage

in reply to tagesschau

Sie hat ihm nur nichts entgegen zu setzen, wenn, wenn sie sein Spiel spielt.

Andernfalls könnte sie ihm Menschlichkeit, Sachverstand, Ehrlichkeit und gute Politik entgegen setzen, die tatsächlich die Probleme der Menschen lindert.

in reply to tagesschau

Mit anderen Worten: Farage hat das Land in den Brexit geführt, von dem sich das Land bis heute nicht erholt hat und von dem so viel zusammengebrochen ist, aber die Leute wollen ihn wählen, obwohl er mit allem falsch lag? Was stimmt mit den Leuten nicht? Was ist mit der Menschheit los?


Estados Unidos recibe gran parte de las exportaciones francesas de lujo pese a las nuevas barreras vinetur.com/2025090590912/us-t… #EstadosUnidos #exportaciones #lujo #francia #agricultura


The Fight to Save the National Labor Relations Board truthdig.com/articles/the-figh… #Trump #1u
#Trump #1u



The first details on the Anthropic copyright settlement just came out:

$1.5 billion dollars. Covers 500,000 books that were pirated and used to train AI models. ($3,000 per book.)

wsj.com/tech/ai/anthropic-to-p…


in reply to Jef Poskanzer

It took me a minute to read that in a sense other than "face down ass up".
in reply to jwz

dead guy

Sensitive content

@jwz


Se Flash è morto, ecco a voi l’SVG Assassino! Il phishing 2.0 è in alta definizione


I criminali informatici hanno lanciato una nuova ondata di attacchi che utilizzano file SVG per distribuire pagine di phishing. Gli esperti di VirusTotal hanno segnalato che gli aggressori si spacciano per la procura colombiana, distribuendo allegati email contenenti codice JavaScript nascosto. L’analisi automatica ha rivelato comportamenti che i programmi antivirus non erano in grado di rilevare.

Il formato SWF, formalmente “deceduto” da quando Flash è stato disattivato nel 2020, continua a comparire nel traffico. In 30 giorni, VirusTotal ha ricevuto 47.812 file SWF univoci precedentemente sconosciuti e 466 di questi hanno attivato almeno un motore antivirus. In un caso, solo 3 trigger su 63 indicavano segnali “sospetti” di una vecchia vulnerabilità, ma un’analisi dettagliata ha rivelato che si trattava di un gioco complesso con rendering 3D, audio e un editor di livelli integrato.

Classi offuscate , utilizzo di RC4/AES e raccolta di informazioni di sistema sembravano allarmanti, ma erano coerenti con la logica di protezione contro cheat e modifiche. In tali artefatti non è stato rilevato alcun comportamento dannoso.

SVG è l’opposto di entrambi, sia nello spirito che nell’epoca: uno standard aperto per il web e il design. Ecco perché è il preferito dagli aggressori. Negli ultimi 30 giorni, VirusTotal ha ricevuto 140.803 file SVG univoci precedentemente sconosciuti, di cui 1.442 segnalati da almeno un motore. Uno dei campioni non è stato rilevato da alcun motore, ma durante il rendering ha eseguito uno script incorporato che ha decodificato e incorporato una pagina HTML di phishing che copiava il portale del sistema giudiziario colombiano. Per renderlo più plausibile, la pagina simulava il caricamento di documenti con una barra di avanzamento e, in background, un archivio ZIP veniva scaricato e forzato. Il comportamento è stato confermato nella sandbox: elementi visivi, numeri di, “token di sicurezza” erano presenti, sebbene si trattasse solo di un’immagine SVG.

Secondo VirusTotal, questo non è un caso isolato. Una richiesta di tipo type:svg con menzione della Colombia ha restituito 44 SVG univoci, tutti privi di rilevamento antivirus, ma con le stesse tattiche: offuscamento, polimorfismo, codice “spazzatura” di grandi dimensioni per aumentare l’entropia. Allo stesso tempo, gli script contenevano ancora commenti in spagnolo come “POLIFORMISMO_MASIVO_SEGURO” e “Funciones dummy MASIVAS“, un punto vulnerabile adatto a una semplice firma YARA.

Una ricerca durata un anno ha prodotto 523 risultati. Il campione più antico era datato 14 agosto 2025, scaricato anch’esso dalla Colombia, e anch’esso non è stato rilevato. Una nuova analisi ha confermato lo stesso schema di phishing e download stealth. I primi campioni erano più grandi, circa 25 MB, poi le dimensioni sono diminuite, indicando un perfezionamento del payload.

Il canale di distribuzione era la posta elettronica, che ci ha permesso di collegare la catena in base ai metadati del mittente, agli oggetti e ai nomi degli allegati.

L'articolo Se Flash è morto, ecco a voi l’SVG Assassino! Il phishing 2.0 è in alta definizione proviene da il blog della sicurezza informatica.



Alla fine della cerimonia inaugurale di Borgo Laudato si a Castel Gandolfo, presieduta dal Papa, il Maestro Andrea Bocelli e suo figlio Matteo hanno intonato davanti a Leone XIV il "Cantico delle creature", salutato da fragorosi applausi dei presenti…


🪖 Hitler non voleva la Guerra? - Alessandro #Barbero
youtube.com/watch?v=YdeajWKZOR…

#storia #politica #guerra #AlessandroBarbero



Padre Ricardo Figueiredo, sacerdote portoghese del patriarcato di Lisbona ed autore del libro “Non io, ma Dio - Biografia spirituale di Carlo Acutis”, ha affermato in un’intervista rilasciata ai media nazionali che la canonizzazione del primo santo m…



La missione top secret dei Navy Seals in Corea del Nord: “Così Trump fallì il tentativo di intercettare Kim”

L'operazione voluta dal presidente nel 2019 durante il periodo dei colloqui sul nucleare si concluse con l'uccisione di civili e venne nascosta al Congresso: l'inchiesta del New York Times

ilfattoquotidiano.it/2025/09/0…



Ma é normale che in città lavano le strade dove passano le auto e non lavano i marciapiedi dove passano le persone!?!!



@BorrisInABox @mcourcel Here are the ones I've seen follow me within the past day or so. I think all of these are the same person. J@breeze.town Ramon@social.cologne J@ruhr.social ramonsalazar@muenchen.social Raymond@troet.cafe J@salmon-skin-roll-official.top R@kanoa.de JimmyTruth@mastodon.uno R@jmm.kr