Compact PCB Vise Uses Up That Leftover Filament


The media in this post is not displayed to visitors. To view it, please log in.

Needing less than 70 grams of filament, [Chefkoch]’s 3D printed PCB vise solder station might be a good way to use up some filament spool leftovers and get yourself a handy tool in return.

What we like about this design is that it is multi-functional, and cleverly uses the solder spool as a counterweight to add stability that might otherwise be lacking in such a compact design.

The assembly can be reconfigured so that the jaws are either horizontal or vertical; the solder spool is held conveniently either way. The whole thing is 3D printed, so there’s no other hardware or fasteners involved. It’s probably best suited to small boards, but it’s also compact, entirely 3D printed, and doesn’t need much filament.

Still have some filament left over and want a nifty solder feeder to go with it? Check out the solder scroll, a pen-like DIY tool that makes handheld solder feeding a little less of a hassle.


hackaday.com/2026/08/29/compac…

Cybersecurity & cyberwarfare ha ricondiviso questo.

Meta deve smettere di mettere a tacere le informazioni sulla salute riproduttiva

Avere accesso a informazioni accurate sulla salute riproduttiva e materna può essere fondamentale. Ma sulle piattaforme di Meta, anche solo discutere di farmaci da prescrizione, servizi di aborto o esperienze mediche personali può essere sufficiente a far scattare la rimozione dei contenuti e le restrizioni dell'account.

eff.org/deeplinks/2026/08/meta…

@eticadigitale

Cybersecurity & cyberwarfare ha ricondiviso questo.

La necessità di biodiversità tecnica (e la pulsione di morte delle Big Tech). Il post del collettivo #CIRCE

«È necessario continuare a lavorare alla costruzione di infrastrutture di rete indipendenti dai capricci degli autocrati dei giorni nostri, in particolare fascisti e nazisti. Oggi più che mai.»

circex.org/it/news/autistici

@eticadigitale

#AutisticiInventati

Wikipedia on a Cheap Yellow Display


The media in this post is not displayed to visitors. To view it, please log in.

The Cheap Yellow Display (CYD) is a board carrying a slightly older ESP32 variant, a display with a resistive touchscreen, an SD card, and not much else. It’s often used for straightforward microcontroller applications that need a user interface, but that’s not the limit of its possibilities. [Alun Morris] has a CYD on which you can brows an entire offline Wikipedia.

The trick is to take the offline Wikipedia builds from the Kiwix project, and process them further into a custom format suited for a browser firmware on the ESP32. A modern SD card can hold so much data that a full Wikipedia is well within its abilities even with images included.

We like this idea, because it takes the knowledge away from the center of the network to its edge. We expect to see it gaining a following among enthusiasts for offline living, because all that knowledge without a network can only be useful. If you recognize [Alun]’s work, it might be because of his ESP32 web browser.


hackaday.com/2026/08/29/wikipe…

Etere Dietilico reshared this.

Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Azure SQL Managed Instance: addio alla quota regionale unica, ora i limiti sono per famiglia hardware
#tech
spcnet.it/azure-sql-managed-in…
@informatica


Azure SQL Managed Instance: addio alla quota regionale unica, ora i limiti sono per famiglia hardware


Il problema: quote regionali condivise e capacity planning complicato


Chi gestisce ambienti Azure SQL Managed Instance (MI) su larga scala conosce bene un problema che, fino a pochi giorni fa, complicava ogni fase di dimensionamento: le quote regionali di subnet. Ogni Managed Instance deve risiedere in una subnet dedicata e delegata al servizio, e fino ad oggi il numero massimo di vCore utilizzabili in quella subnet era vincolato a una quota unica per regione e sottoscrizione, condivisa indistintamente tra tutte le generazioni hardware disponibili (Standard-series, Premium-series e Premium-series Memory Optimized).

In pratica, se un team aveva già saturato la quota regionale con istanze su hardware Standard-series, non poteva provisionare una nuova istanza Premium-series nella stessa regione senza prima aprire una richiesta di supporto per l’aumento della quota, anche se la subnet stessa aveva ancora spazio IP disponibile. Un vincolo “trasversale” che poco aveva a che fare con la reale capacità di rete e molto con una limitazione amministrativa lato piattaforma, particolarmente dolorosa per chi gestisce deployment multi-tenant, ambienti di disaster recovery con failover group, o strategie di aggiornamento side-by-side che richiedono temporaneamente il doppio delle risorse.

Cosa cambia: quote per generazione hardware, non più una quota unica


Microsoft ha annunciato il passaggio a un modello di limiti semplificati e granulari: la quota regionale condivisa viene sostituita da quote indipendenti per ciascuna famiglia hardware. In altre parole, i vCore disponibili per Standard-series, quelli per Premium-series e quelli per Premium-series Memory Optimized vengono ora contabilizzati separatamente, e i deployment sono governati dai normali limiti di rete virtuale di Azure Resource Manager (ARM) piuttosto che da un vincolo specifico del servizio SQL MI.

Il cambiamento si applica sia ai deployment single-zone sia a quelli zone-redundant, e riguarda tutte le subnet delegate a Microsoft.Sql/managedInstances. Per i clienti esistenti la transizione è trasparente: le quote regionali di vCore attualmente in uso vengono convertite automaticamente nel nuovo modello per-hardware, senza necessità di riconfigurare le istanze già in esercizio.

Perché è rilevante per chi fa capacity planning


  • Richieste di quota più mirate: se serve solo più capacità Premium-series Memory Optimized, non è più necessario negoziare un aumento che finirebbe per “gonfiare” anche lo spazio per le altre famiglie hardware.
  • Pianificazione degli upgrade side-by-side più semplice: le operazioni che richiedono capacità aggiuntiva temporanea (ad esempio il passaggio da hardware Gen5 legacy a Standard-series) impattano ora solo la quota della famiglia hardware coinvolta.
  • Meno attrito nei deployment multi-team: in sottoscrizioni condivise tra più team o applicazioni, un consumo intensivo di una famiglia hardware non blocca più il provisioning su un’altra famiglia nella stessa regione.


Cosa resta invariato: il dimensionamento della subnet


È importante non confondere questo cambiamento con un allentamento dei requisiti di rete: la subnet dedicata a Managed Instance deve continuare a rispettare i vincoli storici del servizio. Microsoft continua a raccomandare un blocco CIDR di almeno /27 (32 indirizzi) per garantire margine sufficiente a operazioni di manutenzione, failover e scaling, con /28 come limite minimo assoluto per ambienti realmente contenuti. Restano inoltre valide le regole che vietano di condividere la subnet con altre risorse non delegate e che richiedono una tabella di route e un gruppo di sicurezza di rete (NSG) dedicati e configurati secondo i requisiti del servizio.

Per chi deve verificare lo stato attuale delle quote, il percorso resta quello consueto tramite portale Azure, sotto Subscriptions > Usage + quotas filtrando per il provider Microsoft.Sql, oppure via Azure CLI:

az sql instance-pool list-usage --location "westeurope"

# oppure, per verificare i limiti di risorsa applicabili a una specifica instance pool
az sql instance-pool show --name mypool --resource-group myRG

Le richieste di aumento quota, quando necessarie, si effettuano ancora tramite una richiesta di supporto dedicata dal portale Azure, specificando ora la famiglia hardware interessata anziché una generica richiesta regionale.

Considerazioni pratiche per l’infrastruttura


Per chi sta pianificando una migrazione verso Managed Instance, o un ampliamento di un ambiente esistente, questo è un buon momento per rivedere la topologia di rete. Alcuni suggerimenti operativi:

  • Documentate quale famiglia hardware usa ciascuna istanza nel vostro inventario CMDB o nei tag delle risorse: con quote separate, sapere “chi consuma cosa” diventa più rilevante per prevedere colli di bottiglia futuri.
  • Rivedete le pipeline di provisioning IaC (Bicep, Terraform, ARM template): se avevate logica custom per gestire manualmente errori di quota condivisa, potete probabilmente semplificarla.
  • Pianificate in anticipo gli upgrade di generazione hardware: sapere che la quota Premium-series è indipendente da quella Standard-series consente di programmare finestre di migrazione senza il rischio che un’altra applicazione “consumi” involontariamente la capacità necessaria.
  • Verificate i failover group cross-region: assicuratevi che anche nella regione secondaria la quota per la famiglia hardware utilizzata sia sufficiente, dato che il DR richiede risorse equivalenti a quelle primarie.


Conclusione


Si tratta di una modifica infrastrutturale che non introduce nuove funzionalità visibili agli sviluppatori, ma che rimuove un attrito operativo reale per chi amministra ambienti Azure SQL Managed Instance su larga scala. Il passaggio da una quota condivisa a quote per hardware allinea meglio la governance delle risorse SQL a quella già in uso per il resto della rete virtuale, riduce le richieste di supporto necessarie per operazioni di routine e semplifica la pianificazione di capacity planning e upgrade. Per i team che gestiscono più applicazioni con esigenze hardware eterogenee nella stessa sottoscrizione, il beneficio pratico si vedrà già alla prossima richiesta di provisioning.

Fonte: Petri IT Knowledgebase – Azure SQL Managed Instance Removes a Capacity Planning Hurdle for Large Deployments


Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

768 chiavi AWS con accesso amministrativo ancora attive: la guida pratica all’igiene delle credenziali cloud
#tech
spcnet.it/768-chiavi-aws-con-a…
@informatica


768 chiavi AWS con accesso amministrativo ancora attive: la guida pratica all’igiene delle credenziali cloud


Truffle Security ha passato al setaccio oltre 430.000 fonti pubbliche — repository Git, dataset di training, immagini Docker, log di CI — e ne ha estratto 64.024 coppie di chiavi AWS uniche, distribuite su oltre 50.000 account. Il dato che dovrebbe far drizzare le antenne a qualsiasi sistemista non è tanto il numero in sé, quanto quello che è successo quando i ricercatori hanno riverificato un campione di 10.616 chiavi ad agosto 2026: l’88% era ancora valido. Non credenziali di test dimenticate in un branch morto: chiavi vive, utilizzabili, spesso con privilegi amministrativi completi su account aziendali.

È un caso di studio quasi perfetto su come l’igiene delle credenziali cloud si degradi silenziosamente nel tempo, e su cosa si può fare concretamente — oggi, con gli strumenti che AWS mette già a disposizione — per non finire nella prossima ricerca di questo tipo.

I numeri che contano davvero


La metodologia merita una menzione: i ricercatori non hanno letto policy IAM né toccato dati applicativi, ma hanno usato esclusivamente chiamate di sola lettura come sts:GetCallerIdentity, iam:ListAccessKeys e budgets:DescribeBudgets per confermare che una chiave fosse autentica e capire a cosa desse accesso. Un approccio pulito, che rende i numeri difficili da liquidare come esagerazioni.

Il quadro che emerge sul campione riverificato:

  • 768 chiavi aziendali con controllo amministrativo totale sull’account che le ospitava.
  • 526 di queste erano chiavi di root, cioè l’identità con poteri illimitati che AWS stessa raccomanda di non usare mai in produzione.
  • 130 chiavi root appartenevano addirittura all’account di gestione dell’intera organizzazione AWS, con potenziale impatto su tutti gli account figli collegati via AWS Organizations.
  • 242 utenti IAM avevano la policy AdministratorAccess allegata direttamente o tramite un gruppo.
  • Su un sottoinsieme di 1.157 utenti IAM di cui è stato possibile enumerare le policy, il 976, cioè l’84%, risultava amministratore.

Ma il dato più interessante per chi fa capacity planning della propria postura di sicurezza è un altro: l’età mediana delle chiavi ancora attive era di circa 5 anni, con punte fino a 17,4 anni. E solo il 13,7% aveva accanto una chiave più recente, segno che il resto — l’86% — non era mai stato ruotato dal giorno della creazione. Le chiavi AWS non scadono da sole: se nessuno le ruota o le revoca attivamente, restano valide per sempre, anche dopo che la persona che le ha create ha lasciato l’azienda o dimenticato il progetto in cui erano incluse.

Da dove escono le chiavi


La fonte principale identificata non è GitHub, come ci si aspetterebbe, ma Hugging Face: 8.482 chiavi uniche trovate in 3.394 dataset pubblici, con la percentuale più alta di chiavi root fra tutte le sorgenti analizzate (17,9%). Il meccanismo è subdolo: uno sviluppatore include per errore un file di configurazione o un notebook con credenziali hardcoded in un dataset poi scaricato, clonato e reimpacchettato migliaia di volte per l’addestramento di modelli. A quel punto cancellare il file originale non serve a nulla, perché la credenziale è ormai disseminata in decine di copie derivate. Le altre fonti classiche — cronologia Git, immagini Docker, registri dei package manager, log di CI esposti — restano comunque significative.

Perché l’impatto economico è il segnale più sottovalutato


Un altro dato da isolare: sui soli account con spesa mensile leggibile, il totale ammontava a oltre 420.000 dollari al mese, con nove account sopra i 10.000 dollari/mese. La parte più scomoda: solo il 9,5% degli account leggibili aveva un budget alert configurato, anche minimo. La maggior parte delle organizzazioni coinvolte non avrebbe quindi ricevuto alcun segnale automatico in caso di abuso delle credenziali per cryptomining o exfiltration, se non la fattura di fine mese — e un budget alert a 10 dollari costa letteralmente nulla da configurare. È probabilmente il controllo con il miglior rapporto sforzo/beneficio dell’intero articolo, eppure resta il più trascurato.

Il piano d’azione per chi gestisce account AWS in produzione

1. Eliminare le chiavi di root, senza eccezioni


Come ricordano gli stessi ricercatori, nel 2026 non esiste più alcuna ragione legittima per avere una chiave di accesso root attiva. Ogni operazione che un tempo richiedeva le credenziali root può oggi essere delegata a un utente o ruolo IAM con permessi granulari. Il primo passo è un inventario:

aws iam get-account-summary --query 'SummaryMap.AccountAccessKeysPresent'

Se il valore restituito è diverso da zero, esiste ancora una chiave di accesso root da eliminare dalla console IAM (sezione «Credenziali di sicurezza» dell’account root). Questo controllo va ripetuto su ogni account collegato via AWS Organizations, inclusi quelli storici creati anni fa e magari dimenticati.

2. Fare l’inventario e la rotazione delle chiavi IAM


Per ogni utente IAM, un comando come questo restituisce l’età di ciascuna chiave attiva:

aws iam list-access-keys --user-name nome-utente \
  --query 'AccessKeyMetadata[].{Id:AccessKeyId,Status:Status,Created:CreateDate}'

Per farlo su scala, conviene generare il credential report integrato di IAM, che include per ogni utente la data dell’ultima rotazione e dell’ultimo utilizzo:
aws iam generate-credential-report
aws iam get-credential-report --query 'Content' --output text | base64 -d > credential-report.csv

Da qui è possibile costruire una policy interna semplice ma efficace: nessuna chiave IAM viva più di 90 giorni senza rotazione, e nessuna chiave inutilizzata da oltre 45 giorni resta attiva. Questi controlli si possono automatizzare con AWS Config, usando le regole gestite access-keys-rotated e iam-user-unused-credentials-check, che segnalano automaticamente le credenziali fuori policy.

3. Sostituire le chiavi statiche con credenziali temporanee dove possibile


La causa profonda del problema non è solo la disattenzione nel pubblicare codice: è l’uso stesso di chiavi statiche a lunga durata dove non servirebbero. Per workload su EC2, ECS o Lambda, i ruoli IAM associati all’istanza o alla funzione eliminano la necessità di distribuire chiavi: le credenziali vengono generate automaticamente, durano poche ore e non finiscono mai su disco. Per l’accesso umano da riga di comando, IAM Identity Center (ex AWS SSO) con aws sso login ottiene lo stesso risultato: credenziali temporanee via autenticazione federata, mai una coppia access key/secret key permanente da custodire.

4. Restringere il raggio d’azione con permission boundary e Access Analyzer


Dove le chiavi IAM restano necessarie, i permission boundary impongono un tetto massimo ai privilegi che una policy può concedere a un utente, indipendentemente da eventuali policy troppo permissive aggiunte in futuro per errore. AWS IAM Access Analyzer va usato in modo proattivo per capire chi, all’esterno dell’account, può potenzialmente raggiungere le risorse tramite trust policy troppo larghe:

aws accessanalyzer list-findings \
  --analyzer-arn arn:aws:access-analyzer:eu-west-1:123456789012:analyzer/nome-analyzer \
  --filter '{"status":{"eq":["ACTIVE"]}}'

5. Impedire che le chiavi finiscano nel commit, non solo dopo


Trattare ogni commit come una potenziale fuga di dati è l’unico approccio realistico: il 43% delle chiavi individuate nella ricerca era presente in più posizioni contemporaneamente, segno che, una volta trapelata, una credenziale si propaga rapidamente in fork, mirror e archivi di terze parti. Strumenti come gitleaks o TruffleHog vanno integrati come pre-commit hook, così da bloccare il problema prima che raggiunga il repository remoto:

# installazione di un pre-commit hook con gitleaks
gitleaks protect --staged -v

GitHub, GitLab e Gitea offrono inoltre scanning nativo dei secret sui push, con notifica automatica ad AWS quando viene rilevata una chiave valida: è da qui che nasce la policy AWSCompromisedKeyQuarantine, applicata automaticamente da AWS quando una chiave viene rilevata esposta pubblicamente. Nella ricerca, il 12% delle chiavi la portava già — un segnale che, se ignorato, lascia comunque la chiave tecnicamente valida per operazioni di sola lettura in molti casi, e va trattato come un incidente da chiudere subito, non come un avviso a bassa priorità.

Conclusione


Il dato più utile di questa ricerca non è il numero assoluto di chiavi esposte, ma la fotografia di cosa succede quando la rotazione delle credenziali non è un processo automatizzato ma una buona intenzione: dopo cinque anni, in media, nessuno se ne ricorda più. Per chi amministra infrastrutture AWS, il valore pratico sta tutto nella lista di controlli sopra — nessuno dei quali richiede strumenti terzi costosi o una rewrite dell’architettura. Un inventario delle chiavi, un budget alert, un permission boundary e un pre-commit hook sono interventi che si implementano in un pomeriggio e che, secondo questi numeri, la maggior parte delle organizzazioni non ha ancora messo in pratica.

Fonte: Truffle Security — «768 Leaked Corporate AWS Keys Held Full Admin Rights», ripreso da Petri.com.


Motorized Planer Height Adjustment Dials In


The media in this post is not displayed to visitors. To view it, please log in.

Having access to a planer opens up a lot of options for woodworking. It enables a craftsman to work with much rougher lumber and the finished results generally have tighter tolerances. But as [DendroLabsDev] found out, the height adjustment wheel on a planer needs a lot of turns to go from its lowest to highest position, and this gets tiresome when greasing parts during maintenance. So what started as a quick hack to quickly perform this single maintenance task eventually resulted in this programmable height adjustment that’s in use on the planer full-time now.

The motor attached to the height adjustment for the planer is a stepper motor, capable of around 1000 steps per inch. Since revolutions on this tool with the stock wheel adjust only a small amount per revolution, this can in theory enable very small tolerances to be dialed in consistently. Not only that, but [DendroLabsDev] has programmed it with a few different modes, the first of which allows a board to be planed to a certain thickness by making several passes, mimicking the workflow of a human-controlled machine. Then a device to zero the position was added, and then the ability to save the height adjustments to make replication across different boards was added, and then a mode to step through set amounts per pass.

What [DendroLabsDev] has essentially made is a high-dollar planer control that is actually available in the most expensive planers, but adapted for a DeWalt planer easily available and semi-affordable at many local hardware stores. It is also theoretically adaptable for any planer with an adjustment wheel, and [DendroLabsDev] has some plans to improve the control system and package it with a PCB and enclosure that would allow it to be a more accessible product for other woodworkers. Adding electronics to woodworking tools other than routers is a popular pastime, take this CNC-controlled scroll saw for example.


hackaday.com/2026/08/29/motori…

Cybersecurity & cyberwarfare ha ricondiviso questo.

I used to be very good at playing the getting-hired and negotiation games, on behalf of myself and others.

Times have changed, and I've probably lost the pulse, but now, like back then, a big part is understanding what game the other side is playing.

This is a very good post to read for early- and mid-career folks: lobste.rs/s/mroowi/being_kicke…

in reply to Filippo Valsorda

haha, im sorry, but my and my peers experience contradict this comment. this may have been true in the past but is very much not true after the hiring bump after ~2020

many jobs postings are ghost jobs. people use ai to spam resumes/letters and to filter people

layoffs.fyi/ is a good reference. hiring is low and there are articles showing new grads being unemployed ~twice as much

this individual clearly has more than 10 years of experience…

Cybersecurity & cyberwarfare ha ricondiviso questo.

Recent events and a thought that had already been lingering in my mind for some time prompted me to register two new domains:

bsdcafe.eu
bsdcafe.it

The first is under European control, the second Italian.

Although as of today I have no reason for doubts or misgivings, having domains managed by European entities gives me a bit more peace of mind. How to put them to use will be a matter of reflection over the coming months.

Stay tuned!

#BSDCafe #Domains #DNS

Cybersecurity & cyberwarfare ha ricondiviso questo.

Questo vi piacerà: quando vi iscrivete a qualche piattaforma o servizio online, inserite il nome del sito (al quale vi state registrando) nel campo del "Middle Name".

Se riceverete spam su quella mail (fate un alias!), saprete chi ha venduto i vostri dati.

Cybersecurity & cyberwarfare ha ricondiviso questo.

#AutisticiInventati - Una singola firma di Trump può cancellarti da internet. L'articolo di @smaurizi


Una nuova battaglia tra Davide e Golia si sta combattendo su internet, dopo la guerra del governo statunitense contro Julian Assange e WikiLeaks. Questa volta, l'epicentro è l'Italia e Davide è un'organizzazione di volontari italiana: un piccolo collettivo di persone poco conosciute che creano e distribuiscono gratuitamente account di posta elettronica crittografati, blog e mailing list.


ilfattoquotidiano.it/2026/08/2…

@eticadigitale

Same As It Ever Was


The media in this post is not displayed to visitors. To view it, please log in.

Whether you like it or not, the use of LLMs to write code is kind of a big deal at the moment. We’ve been asking ourselves what, if anything, this means for us here at Hackaday. Should we try to figure out what percentage of a project was done by an actual human and how much was done by a machine? Does it really matter? What is our AI policy anyway?

Clearly, Hackaday is pro-human. We’re in it for the hackers as much as for the hacks. Our community is, like Soylent Green, made of people. It’s your inspirations and innovations that keep us reading and writing every day. And we produce 100% of our content the old-fashioned way, with projects selected through the taste and judgement of our writers, and their own words telling the story.

What about the hacks? We’ve seen a lot of projects recently that were coded with the help of an LLM. Does that diminish the work? In the end, what rings truest to us is what has always been Hackaday’s editorial guiding star: Is there something special in the hack that makes it worth talking about? Then we write about it. Was it written using vim or emacs? Did the author consult friends or a chatbot while working on the project? That’s not really relevant.

But in the past few years, the BS-generation machines have found our hobby, and we’re finding a lot more projects that don’t have any spark to them. We’re seeing circuits that make no sense, and claims that defy physics. Of course, we always have. The LLM-nonsense project is today’s version of the perpetual motion machines of old. Just like we never trust a hardware project that is all renders, seeing only AI-generated images is a huge red flag. It’s our job to separate out the wheat from the chaff for you all, but it’s something that you must be doing everyday as well.

We’ve seen amazing hacks over Hackaday’s 22-year history. Hackaday is older than YouTube and older than Stack Overflow. We’ve seen technology come and go. We’ve seen C-beams glitter in the dark near the Tannhäuser gate. (OK, maybe not.) And in the end, our AI policy is our same-old policy: we write up hacks that inspire us in the hope that they inspire you.

So if you’re using Claude to help you with the UI bits, or if you’re hand-writing it all in assembly, or wiring up the logic in diodes, we just want to see your cool hacks. And we hope that our collective signal will be so loud that we drown out the noise, at least in our own little corner of the hacker universe.

This article is part of the Hackaday.com newsletter, delivered every seven days for each of the last 200+ weeks. It also includes our favorite articles from the last seven days that you can see on the web version of the newsletter. Want this type of article to hit your inbox every Friday morning? You should sign up!


hackaday.com/2026/08/29/same-a…

Cybersecurity & cyberwarfare ha ricondiviso questo.

La nuova infrastruttura di #Peacelink. Il post di @francesco, co-fondatore di sociale.network

Migrazione completata: addio al BigTech, torniamo in Europa. Non un singolo servizio critico di PeaceLink gira più su cloud statunitense

peacelink.it/peacelink/la-nuov…

@fediverso

SCUOLE MILITARI ED EDUCAZIONE MILITARE NELLE SCUOLE

@Informatica (Italy e non Italy)

Con piacere ci si ispira all’illuminante e rigoroso articolo scritto il 27 agosto da Renzo Trappolini sulle pagine di Giano News: “Forze Armate, spirito democratico e scuola”.
L'articolo SCUOLE MILITARI ED EDUCAZIONE MILITARE NELLE SCUOLE proviene da GIANO NEWS.
#DIFESA

Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Ho creato un account dedicato a Mastofoto.

Nel mentre ho ripulito un po' l'applicazione, cercato di migliorare le istruzioni sull'utilizzo e l'ho resa più fruibile su mobile.

@fediverso

#Mastofoto #Mastodon


Mastofoto turns one Mastodon list into a clean, photo-only feed. Pick a list, and you'll only see the posts that include a photo: everything else gets filtered out. Favourite or boost right from the feed.

No server behind it: it all runs in your own browser. You can also add it to your phone's home screen like a regular app.

Try it here or install it on your server: mastofoto.melandri.net/

Checkout the source code: github.com/amelandri/Mastofoto

#Mastodon


Questa voce è stata modificata (12 ore fa)
Cybersecurity & cyberwarfare ha ricondiviso questo.

Hack One #Robot, Reach the Next: #Unitree G1 Security Flaws
securityaffairs.com/198085/hac…
#securityaffairs #hacking
Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

🚨 nuova rivendicazione #ransomware Italia 🚨

🏴‍☠️ gruppo #TheGentlemen
🧬 Exacta Labcenter S.P.A. | San Prospero (MO)
🎯 settore: G - Commercio
🔗 exactalabcenter.it
🗓️ 29 agosto 2026

📄 sample: -
▪️ dati esfiltrati dichiarati: -
▪️ dati esfiltrati pubblicati: -
⏲️ scadenza: -

#ransomNews #cybersecurity #cyberthreats

Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

🚨 nuova rivendicazione #ransomware Italia 🚨

🏴‍☠️ gruppo #TheGentlemen
🧬 General S.R.L. | Seravezza (LU)
🎯 settore: G - Commercio
🔗 generalgruppo.it
🗓️ 28 agosto 2026

📄 sample: -
▪️ dati esfiltrati dichiarati: -
▪️ dati esfiltrati pubblicati: -
⏲️ scadenza: -

#ransomNews #cybersecurity #cyberthreats

Cybersecurity & cyberwarfare ha ricondiviso questo.

[ITA] Il 28/8 c'è stato un problema tecnico alla piattaforma noblogs.org
Il sito è stato rimesso online ma resterà in sola lettura finché non saremo certi di poterlo ripristinare in completa sicurezza.

[EN] On Aug 28th we had a technical issue with noblogs.org. The site has been brought back in read-only mode until we can safely restore its full functionality.

Wear Your Way Out Of AI Surveilance


The media in this post is not displayed to visitors. To view it, please log in.

For decades now many of us have lived in surveillance societies where it’s difficult not to be within the view of a camera. When being noticed depended on the attention span of a minimum wage security guard perhaps this mattered less, but in an age of AI, the vigilance has become always-on. To address this problem the German designer [Simon Weckert] has created a fabric designed to confuse an AI scanning an image, and cause it to not recognize the wearer as a person.

The result is perhaps best described as “loud”, a pattern of saturated colors that targets the algorithms used in recognition. The tests he shows appear to work, but perhaps the most obvious thing from them is that he sticks out like the proverbial sore thumb to the eye wearing such a… vibrant garment. Also we wonder for how long it will remain effective, as algorithmic improvements seek to mitigate its attack.

This is no doubt only one salvo in what is likely to be an ongoing battle of wits. It’s certainly not the first time we’ve seen things designed to confound an AI.


hackaday.com/2026/08/29/wear-y…

Gazzetta del Cadavere reshared this.

Cybersecurity & cyberwarfare ha ricondiviso questo.

#Rhysida #Ransomware Group Targets #Berlin Government Ahead of Vote
securityaffairs.com/198064/cyb…
#securityaffairs #hacking

Aggregazione dei dati nella cybersecurity


@Informatica (Italy e non Italy)
È evidente che il caso TeamSystem abbia, comprensibilmente, alimentato numerose discussioni in materia di sicurezza informatica. Gli analisti più attenti non si sono concentrati sui dettagli tecnici della violazione, bensì […]
L'articolo Aggregazione dei dati nella cybersecurity proviene da Edoardo Limone.

Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Una volta era la propaganda della sola politica.
Oggi è la propaganda di ogni tecnocrate, burocrate, capo di stato, terrapiattista, novax, noluna, nofibra, noquesto, noquello e vattelappesca - politici inclusi, ovviamente.

reshared this

Cybersecurity & cyberwarfare ha ricondiviso questo.

Philippine Nuclear and Naval Targets Hit by Suspected Chinese Operator
securityaffairs.com/198041/int…
#securityaffairs #hacking

reshared this

Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

APT28’s New HOOKEDGE Backdoor Targets European Defense and Diplomatic Networks
#CyberSecurity
securebulletin.com/apt28s-new-…
Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Cyber Incident Halts Small UK Power Plant for Four Days as Attribution Remains Unclear
#CyberSecurity
securebulletin.com/cyber-incid…
Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Critical ServiceNow AI Flaws Expose Enterprise Data and Code Execution Paths
#CyberSecurity
securebulletin.com/critical-se…
Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

UniBLEed Flaws Put Unitree G1 Humanoid Robots at Risk of Root Takeover
#CyberSecurity
securebulletin.com/unibleed-fl…

3D Printed Piano Action Faithful to the Original


The media in this post is not displayed to visitors. To view it, please log in.

A piano’s internal mechanism for translating a key press into sound is surprisingly complicated. It has to do a lot of things simultaneously and quickly: provide precise control over velocity, ensure the hammer doesn’t press itself against the strings, ensure the hammer rebounds without accidentally hitting the strings, allow for quick, continued strikes of the strings, and dampen the string after the key is released. Not only is that a mouthful to say, it’s a tall order for a mechanical device and took (arguably) around 150 years for the idea to be refined into what most of us would recognize as a piano. But could [dovetail] do it with a 3D printer in a few weeks?

[dovetail]’s design relies on compliant mechanisms, which are solid parts that flex in specific and controlled ways to provide movement. The action took many iterations to make sure that all of the feelings of all the parts of a real piano action were accounted for in this model. Pianos have more than one key, though, so [dovetail] also had to design a modular system to piece all the keys together. The modularity extends to the piano’s electronics as well, with a set of PCBs daisy-chained together, each of which supports a set of keys. This is a hybrid piano, a style with a real action but digital sound production. Using infrared sensors allows the instrument to behave as a MIDI keyboard, but one with the goal of feeling somewhere between a digital piano and a fully analog one.

The piano was first demonstrated at Open Sauce, where a number of musicians were able to try it out. As a prototype device it still has a few rough edges that [dovetail] plans to improve upon, like changing the sensors from IR to hall effect, improving the action and using a different filament. There are some other things he has planned as well which we look forward to seeing in future videos. And, although a completely different instrument, it has a number of similarities to this action built to strike a bass drum instead.

youtube.com/embed/BAQskCuPaeY?…

Thanks to [Keith] for the tip!


hackaday.com/2026/08/29/3d-pri…

Cybersecurity & cyberwarfare ha ricondiviso questo.

☕ CYBERBRIEFING — Sabato 29 agosto 2026

👉 Leggi tutti gli aggiornamenti delle ultime 24 ore:
ilpuntocyber.rfeed.it/article.…

#newsletter #cybersecurity
@informatica

Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

OpenAI rende pubblico il rapporto ufficiale sull’hack di luglio a Hugging Face

📌 Link all'articolo : redhotcyber.com/post/openai-re…

Luigi Zullo

#redhotcyber #cybersecurity #cybercrime #hacking #cti #ai #privacy #news #technology

reshared this

Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Critical cPanel Domain-Parking Flaw Lets Basic Users Seize Root Control
#CyberSecurity
securebulletin.com/critical-cp…
Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Emergency PaperCut Fix Targets Actively Exploited Flaw Affecting Every Supported Release
#CyberSecurity
securebulletin.com/emergency-p…
Cybersecurity & cyberwarfare ha ricondiviso questo.

FBI Dismantles Chinese State-Sponsored Botnet That Powered a Global Hacking Platform
#CyberSecurity
securebulletin.com/fbi-dismant…
Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Old Microsoft SQL Server RCE Returns in Active Attacks, Triggering CISA Forensic Mandate
#CyberSecurity
securebulletin.com/old-microso…
Cybersecurity & cyberwarfare ha ricondiviso questo.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Rubati dati sul nucleare: è bastata una falla in ownCloud per entrare nei server

📌 Link all'articolo : redhotcyber.com/post/rubati-da…

Carolina Vivianti

#redhotcyber #cybersecurity #cybercrime #hacking #cti #ai #privacy #news #technology

reshared this

Questo account è gestito da @informapirata ⁂ e propone e ricondivide articoli di cybersecurity e cyberwarfare, in italiano e in inglese

I post possono essere di diversi tipi:

1) post pubblicati manualmente
2) post pubblicati da feed di alcune testate selezionate
3) ricondivisioni manuali di altri account
4) ricondivisioni automatiche di altri account gestiti da esperti di cybersecurity

NB: purtroppo i post pubblicati da feed di alcune testate includono i cosiddetti "redazionali"; i redazionali sono di fatto delle pubblicità che gli inserzionisti pubblicano per elogiare i propri servizi: di solito li eliminiamo manualmente, ma a volte può capitare che non ce ne accorgiamo (e no: non siamo sempre on line!) e quindi possono rimanere on line alcuni giorni. Fermo restando che le testate che ricondividiamo sono gratuite e che i redazionali sono uno dei metodi più etici per sostenersi economicamente, deve essere chiaro che questo account non riceve alcun contributo da queste pubblicazioni.

reshared this