La base legale è l'Executive Order 13224, emanato dopo l'11 settembre 2001, che consente di colpire chiunque abbia "materialmente assistito, sponsorizzato o fornito supporto finanziario, materiale o tecnologico" a un atto terroristicoLaura Aprati (RaiNews)
I have used vim since around 2000. I have written five books, a PhD thesis, a few dozen papers and over 150 articles with it. At this point, my higher brain functions are not engaged at all when I use a bunch of common vim commands, they just happen. Documents I wrote with anything else have random :w in the middle.
So I tried NeoVim when it was quite new. Vim that you are familiar with, but better? Great!
Persistent undo is one of my favourite features of vim (introduced a few years after I started using it). My .vimrc includes a couple of lines related to this. One sets the path to be under ~/.cache so the undo files do not clutter the rest of the filesystem (I do the same for the swap files). The other sets the undo limit to something large (10,000, I think) because disk space is enormous relative to pretty much anything involving human-readable quantities of plain text.
I don’t often need the persistent undo. But on the few occasions when I have needed it, it’s been invaluable: ooops, I deleted something from this file, maybe last week and one reboot ago, what was it? Undo until I find it, copy it, paste it into the current version. Or, a bit more commonly: I had this working, then I tidied it up ready to commit, now it isn’t working, what did I do?
Vim has kept this working across major version upgrades over a period of about 20 years. I don’t even think about it, it’s just part of Raskin’s First Law: A program may not harm a user’s data or, through inaction, allow a user’s data to come to harm. If vim or the computer crash, or if I close a file and come back to it six months later, my undo history is still there.
The first thing I noticed in NeoVim was that undo didn’t work. I tried opening the file in vim and undo didn’t work there either.
Neovim had changed the format of the undo files. It hadn’t upgraded the old one. It hadn’t used a different name for its undo files. It had just noticed the existence of a vim undo file, deleted it (losing all of the data in it) and replaced it with one that vim couldn’t read.
I raised an issue about this and was told that the persistent undo format was unstable and users should not rely on data being preserved in a feature explicitly called persistent undo. It had changed once and would probably change again.
And that ended my experience with NeoVim. The authors showed immediately that they absolutely could not be trusted with any of my data. Breaking persistent undo is something I could forgive as a bug, but the attitude that just because something is a persistent file on your filesystem that contains data that you might want is no reason for their program not to delete it meant they had no concept of a duty of care to their users.
Apparently now they’re platforming white supremacists. I am completely unsurprised. Different facets of the same underlying attitude.
not a vim vs neo thought, but i have done 'emergency' surgery on servers headless (no monitor/console, just a keyboard) and never doubted that vim was doing exactly what i expected as i typed blind. that level of trust/comfort
that is a pretty rare tool to have in your tool box
@flyingpenguin none of these words are strictly English (bits and pieces of mostly Greek and a bit of Latin). And yes, neo- means new, just look it up in a dictionary. Also, there’s absolutely no need to be rude.
@andrew_shadura @vnikolov Dictionaries are on my side, which is the fun part! Merriam-Webster's entry for neo- reads: new and recent, and a new and different period or form. Recent and revived are two of the listed senses, which is my whole argument verbatim! W00t.
Civility raised at the moment of losing an argument is a concession dressed as a complaint. Keep saying rude.
For the record, those arguments upthread explicitly excluded a meaning of being new and stated that the whole meaning was limited only to those two senses (for example, «the prefix just points at position in a sequence»).
[Exit.]
@flyingpenguin @andrew_shadura @david_chisnall
#STPM
@flyingpenguin right, more insults. Thanks for confirming.
@flyingpenguin Aside: it was weirdly hard to find when nvi was first released. The closest I came was that FreeBSD’s man page says they first shipped it in 4.4BSD, but it’s not clear if it was written specifically because of the AT&T lawsuit or shipped in BSD because of that, and how much before the 4.4BSD release it was written.
@fanf , you might know the answer to this?
Apparently, I'm overreacting when I'm told that Neovim has *only* ~70 AI assisted commits so far. After all vim has ~200 ... Clearly, nothing to see here 🤷♂️Ricardo Martín :bsdhead: (BSD.cafe Mastodon Portal)
Honestly, I probably wouldn't recommend it for new users. It's a modal editor, which is a bit weird, and it's quite clunky for extensions. I use ALE to make it work with LSP servers but it's a bit bolted on.
For me, it has two big advantages:
Without the sunk cost of the latter, the former probably wouldn't be enough to keep me on vim.
I have a similar anecdote, in which they just casually broke the clientserver functionality without replacing it with something working. They had a `serverlist()` function that just didn't work: github.com/neovim/neovim/issue…
This was apparently a "known issue", but it was not even documented. It took 2 and a half years to fix, and when they did fix it, something else made the functionality unusable for my purposes. I didn't open a new issue, because at least in this case, the problem was documented in the help files.
I do understand wanting to replace Vim's clientserver functionality, because it's implemented in a weird non-portable way -- with X sockets. But throwing it out *before* having a working replacement has always seemed to me like a bizarre philosophical choice, and one they did on a regular basis.
Neovim version (nvim -v) v0.8.2 Vim (not Nvim) behaves the same? no, serverlist is a different thing in Vim Operating system/version Arch Linux Terminal name/version rxvt-unicode (urxvt) v9.30 - re...AndrewRadev (GitHub)
Relevant parts
set undodir=${XDG_CACHE_HOME}/vim/undo//<br>set dir=${XDG_CACHE_HOME}/vim/swap//<br>set backupdir=${XDG_CACHE_HOME}/vim/backup//<br>set undofile<br>set undolevels=1000<br>set undoreload=10000<br>set autoread<br>clang-format over all files in the directory while I have vim open). The undoreload setting makes sure that this works with undo nicely: if I discover that some auto formatting tool, or git stash (or a partial commit or something), has screwed up the file, I can undo to the last version that vim saved (and prior versions that vim saved).My .cache/vim directory is about 200 MiB. On the first machine I used vim on, that would have been a huge chunk of the total disk, but today it's a rounding error.
The DHH quote on your website has fallen out of fashion and is "giving Nazi bar vibes." It doesn't take much effort for you to discover that he hates brown people and would love to see Europe, espe...trev-dev (GitHub)
"Our persistent data format is unstable. So you should not rely on your persistent data being persistent."
🤔
Interesting definition of persistence...
Salvador Dalí's The Persistence of Memory is a masterpiece whose symbolic does not cease to fascinate art enthusiasts...Dominic Witek (Artsper Magazine)
I'm not sure what the right word is, but so much modern software just reeks of what I call entitlement from the authors or the publisher. "Yeah sure we can just change the user's settings or completely revamp how stuff works in the new version.".
Without warning in previous versions, stuff is suddenly upgraded to errors, completely breaking working setups, forcing users to do something immediately in order to continue working or just using their files.
Always assuming that everyone can just upgrade to the latest version at their whim, etc. The band of working or compatible software in decades old ecosystems just shrink all the time.
Further down the thread:
infosec.exchange/@david_chisna…
@nokkeRelevant parts
set undodir=${XDG_CACHE_HOME}/vim/undo//<br>set dir=${XDG_CACHE_HOME}/vim/swap//<br>set backupdir=${XDG_CACHE_HOME}/vim/backup//<br>set undofile<br>set undolevels=1000<br>set undoreload=10000<br>
I also have:set autoread<br>
This automatically reloads the file if something else changes it and I have no unsaved changes (e.g. if I runclang-formatover all files in the directory while I have vim open). Theundoreloadsetting makes sure that this works with undo nicely: if I discover that some auto formatting tool, or git stash (or a partial commit or something), has screwed up the file, I can undo to the last version that vim saved (and prior versions that vim saved).My
.cache/vimdirectory is about 200 MiB. On the first machine I used vim on, that would have been a huge chunk of the total disk, but today it's a rounding error.
Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.DEFCONConference (YouTube)
Samsung Printer is the Next Frontier Of Minecraft Servers
hackaday.com/2026/08/20/samsun…
While DOOM remains the undisputed champion of ‘game you play on every piece of hardware’ it seems that the role of ‘game you play on everything just because you can’ is slow…Tyler August (Hackaday)
Réception du jour : Catzilla
Imagine you're staring at your 11th AI-generated pull request of the morning. The code looks ... fine. The description is polished....RyanCheley.com
Fornito da @altbot, generato localmente e privatamente utilizzando Gemma4:26b
@tarta A five-panel comic strip with an introductory Italian header that reads, "L'ADDESTRAMENTO CANI 'FAI DA TE'. LEZIONE 1: USA QUEL POCO CHE SAI DELLA LINGUA TEDESCA PER INSEGNARE AL CANIDE I COMANDI BASE." In the first panel (red background), text says "NO. LUCY, NEIN!" beside a character holding an axe near a small animal. The second panel (orange) shows "SEDUTA. LUCY, SITZ!" as the character points at the animal, and the third panel (green) displays a person by a window with the text: "NON GETTARE OGGETTI DAL FINESTRINO. LUCY, KEINE GEGENSTAENDE AUS DEM FENSTER WERFEN!". The fourth panel (yellow) reads "MANGIA. LUCY, KROKETTEN!" while the animal eats with "CROK CROK" sound effects. The fifth panel (blue) shows "BEVI. LUCY, GEWÜRZ GEWÜRZTRAMINER!" as the animal drinks accompanied by "SLAP SLAP SLAP" sounds.
🌱 Energia utilizzata: 0.523 Wh
Yeah, yeah, Facebook, but this is brilliant: facebook.com/share/p/1MCCancxK…
"My favorite thing about The Odyssey is that when you notice how the poem is structured, the whole thing starts looking like Odysseus is just making up an alibi after coming home from a 10-year Fuckboy Tour of the Mediterranean.
See, the parts of The Odyssey that Homer narrates directly are surprisingly grounded. At the beginning we see Ithaca, Telemachus travels around looking for news of his father, and so on. At the end Odysseus returns, kills the suitors, and everyone is happy (except for the suitors). The gods interfere constantly because this is ancient Greece, but mostly it's a story about people doing people shit just like The Iliad.
But in the middle section, the narration very conspicuously shifts from Homer to Odysseus himself. He's explaining to the Phaeacians why it took him ten years to sail home from Troy, and suddenly we're dealing with one-eyed giants, cannibal armies, a witch who turns men into pigs, magic bags full of wind, six-headed sea monsters, and a trip to the Underworld.
Odysseus tells his story to the Phaeacians while he is stranded, broke, and in desperate need of a ship home. And remember that Odysseus is not merely capable of lying – lying is basically his superpower. He routinely invents elaborate fake biographies for himself at the drop of a hat, to the point that even Athena is impressed with his capacity for deception. He is canonically the original male manipulator.
And it makes sense why Homer depicts Odysseus telling all of this to the Phaeacians instead of the much-less-gullible Penelope, since you can imagine how his story would have gone over with her:
"Odysseus, the Trojan War ended 10 years ago. Where have you been all this time?"
"See what had happened was, we were gonna come straight home – but then when we were in sight of Ithaca, my men opened this magic bag of wind while I was asleep and it blew us to the other side of the ocean."
"Why did they open the bag after you told them not to?"
"Ah, well, see, I sort of forgot."
"Your men all died because you had a magic bag of wind that you forgot to tell them not to open and then took a nap?"
"No, they were all fine! But see, then a cyclops and some giant cannibals killed most of the men, and a witch turned the rest into pigs. But don't worry, they got better."
"They got better?"
"Well sure, the witch changed them back after I slept with her."
"...I see. Well, I suppose you had to save your men."
"Exactly! And so after a year with her-"
"You slept with her for A YEAR?"
"Hermes told me to, baby!"
"The god Hermes told you to fuck another woman. For a year."
"Penelope, who am I to question the will of the gods? So then we went to the Underworld, and after a quick detour back to see Circe again-"
"YOU WENT BACK?"
"It was important, babe! She had to tell us how to avoid all the sea monsters!"
"The sea monsters."
"Oh, sure – loads of sea monsters out there. The sea is lousy with monsters these days."
"Uh huh. And did you sleep with her again?"
"I mean, it would have been rude not to..."
"ODYSSEUS."
"Will of the gods, baby, will of the gods! So anyway we're headed home for real this time, but the men ignored my extremely excellent advice and ate one of Helios' sacred cattle while I was asleep, and Zeus killed them all. Damndest thing. So I wash up naked on this beach with a beautiful nymph, and well, one thing kinda led to another..."
"Did you sleep with her for a year too?"
"Of course not!"
"Well, that's a relief."
"It was seven."
"SEVEN?"
"She bewitched me! I was bewitched! Can't fault a guy for what he does when he's bewitched, can you?"
"And did you meet any other women on this epic journey of yours?"
"Well, there was this teenage princess..."
"ODYSSEUS!"
"Nothing happened, babe, I swear! I just washed up naked on the beach right in front of her. Nice girl, you'd like her."
"Odysseus, this is the second time you've just happened to wash up naked on a beach right in front of a beautiful woman."
"I know! Crazy, right? Anyway, when I told her parents everything that had happened, they were so amazed that they gave me all this gold and a ride straight home so I could be with my beloved."
"After 10 years."
"Well yeah, straight home after 10 years. Don't forget the sea monsters, babe!"
"The sea monsters that you are conveniently the only person left alive to have witnessed."
"I don't love where you're going with that..."
"Odysseus, do you know what I did while you were gone?"
"...Waited faithfully for me?"
"I raised your son, ran your kingdom, kept a hundred men from taking your throne, and spent three years weaving and unweaving the same fucking burial shroud every night to keep them off my back."
"That's... actually very clever."
"Thank you."
"You know, between the two of us, that's really more my–"
"Finish that sentence and I'm sending you back to the Cyclops."
“After just “10 minutes of AI-assisted problem-solving, people who lost access to the AI performed worse and gave up more frequently than those who never used it”.
An MIT study showed that test groups who used ChatGPT had the lowest brain activity and “consistently underperformed at neural, linguistic, and behavioural levels”. We undergo not just cognitive offloading, but cognitive surrender: we forget what was possible.”
theguardian.com/books/ng-inter…
Education is at a crossroads, argues the author and academic. Should we embrace new technology in the name of efficiency, or is it time to fight back?Katherine Rundell (the Guardian)
How to Build Your Offline Knowledge Library with #Kiwix on #Linux
ostechnix.com/kiwix-build-offl…
Learn how to build a offline knowledge library with Kiwix. Discover how to install Kiwix, organize your library, and access Wikipedia offline.sk (OSTechNix)
You heard it here first:
grumpygamer.com/twp2_announce/
Ron Gilbert's often incoherent and bitter ramblings about the Game IndustryGrumpy Gamer

Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.Tech Talk with Daniel Albu (YouTube)

Ron Gilbert announced the development of Thimbleweed Park 2!
Linux to be supported. As a side note - Mr. Gilbert himself switched to using Linux few years back 🐧
👉 grumpygamer.com/twp2_announce/
👉 mastodon.gamedev.place/@grumpy…
#gaming #news #ThimbleweedPark2 #Linux #pointandclick #adventure #games @grumpygamer
Ron Gilbert's often incoherent and bitter ramblings about the Game IndustryGrumpy Gamer
@holarse Yes, we haven't set up the builds yet, so it defaults to Win, but we will have Mac and Linux.
Secondo le misurazioni di @ooni almeno sei grandi provider italiani censurano, prevalentemente tramite DNS tampering, i siti di informazione sull'interruzione volontaria di gravidanza Women on Web (WoW) e Women Help Women (WHW)
ooni.org/post/2026-italy-block…
This report documents the blocking of Women on Web (WoW) and Women Help Women (WHW) domains in Italy based on OONI data.Maria Xynou (OONI) (Open Observatory of Network Interference (OONI))
Grazie al modello altimetrico digitale TinItaly, abbiamo realizzato mappe di visibilità dell’ormai prossima eclissi parziale di Sole, sia dell’intero territorio nazionale sia nelle singole tessere della mappa dell’Istituto nazionaleMaura Sandri (MEDIA INAF)
bellissimo lavoro, bravissimi!
Ma su queste cose, i terrapiattisti, muti?...
😁
And I am guessing the latest Pepsi formula used the internet to "escape containment" and hack the lab computers over at Coca-Cola Inc?
Probably tried to hack Red Bull, but the Austrians said (in a heavy AH-nold accent) "We are coming to AmeriKAH to take your malicious recipe code and shove it up your nose. There will be blood.
If you try to hack us again...
...I'll be baaaack."
Pepsi has paid Putin $122 million to support the invasion of Ukraine by choosing to dodge sanctions and pay tax money to the russia terrorist regime. Pepsi pays russia to murder Ukrainian civilians every day.
if you have a conscience please do everything in your power to destroy the company PepsiCo, its profits, and its reputation.
they have more blood on their hands than any AI. $122 million is a LOT of russian shaheds Pepsi paid for.
business-humanrights.org/en/la…
Check out this page via the Business and Human Rights CentreBusiness and Human Rights Centre
AI tech companies have ‘hidden debt’ worth around $1.65 trillion, report claims — amount is 122% of debt reflected on the balance sheets of Alphabet, Amazon, Meta, Microsoft, and Oracle
https://www.tomshardware.com/tech-industry/big-tech/ai-tech-companies-have-hidden-debt-worth-around-usd1-65-trillion-report-claims-amount-is-122-percent-of-debt-reflected-on-the-balance-sheets-of-alphabet-amazon-meta-microsoft-and-oracle?utm_source=flipboard&utm_medium=activitypub
Posted into Tom's Hardware @tom-s-hardware-TomsHardware
Coyote V. Acme
In The United States District Court, Southwestern District, Tempe, Arizona Case No. B19294, Judge Joan Kujava, Presiding
newyorker.com/magazine/1990/02…
(The New Yorker, Shouts & Murmurs, By Ian Frazier; February 19, 1990
From 1990: “Much as he has come to mistrust Defendant’s products, Mr. Coyote has no other domestic source of supply to which to turn.”Ian Frazier (The New Yorker)
I don't know why this post hasn't surfaced in my fedi feed so here I am, reposting it from Lobsters.
It is a post about making animations by abusing progressive JPEGs (and, I guess, web servers that send the image frame by frame with the right delays)
Regressive JPEGs: maurycyz.com/projects/bad_jpeg…
Like, maurycyz.com/projects/bad_jpeg…
It's a real JPEG and yet it moves
The vulnerability nobody seems interested in fixingmindgard.ai
Boulet on sharing on the modern Web
bouletcorp.com/rogatons/2026/0…
"To be an artist on the internet is to plant flowers in a garden where someone is playing with a flamethrower." (Awful translation by me.)
Holy shit! The literal video version of Total Eclipse of the Heart is on YouTube again. I remember looking for a few times, but I guess it kept falling foul of copyright strikes.
Anyway, in honour of the memory of the great Bonnie Tyler, enjoy one of the finest things YouTube has ever hosted.
Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.artistwithouttalent (YouTube)
Brilliant!!!
At our Civil Partnership in 2005 we had Janis Ian's "No One Else Like You" (youtube.com/watch?v=R6BO84mdUL…) playing for the signing of the register.
When we celebrated our 20th anniversary in 2025, I was creating a playlist and naturally we wanted this song.
I'd forgotten that Janis Ian made a parody of this song, "No One Else Likes You" (youtube.com/watch?v=KwQEd26WSx…), and I'd added this version to the playlist in error!
...you're such a moron..." doesn't create the right vibe🤦
Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.Janis Ian (YouTube)
I've used the TeX coffee-stain package
Useful for drafts and notes and works better on the screen than an actual coffee cup (I've tried that too, and it got expensive).
The true secret of the senior is how he gets the coffee underneath the cup with clean clothes! 🙌😂
Edit: (typo)
airplane pilots:
you start off with a tank full of luck and no experience
hopefully, you fill up on the latter before you run out of the former
Badly dated, alas. Here's how it works today:
Junior: Asks ChatGPT to help them draw a circle. It spits out a shape that looks vaguely like a heptagon with cat ears. Carefully pastes the exact output into their application.
Middle: Asks Claude Code to create a circle-drawing program. The code is full of mathematical formulas and looks correct, except for drawing a square about 4% of the time and inviting Little Bobby Tables into the corporate intranet's database every other Thursday. The junior is tasked with fixing the squares and refilling the damaged database with proper circles.
Senior (mid-thirties): Uses agentic AI to create an entire department of circle-drawing agents. Their code to replace all occurrences of the letter "E" in the company intranet with circles wins the agentic-AI leaderboard one month. They are eventually called in to explain why the corporate web site is all circles, no text, but are given a promotion because of how quickly their agentic process updated the web site.
Senior (graybeard): Coffee-cup method, as before. They are fired because agentic AI is incapable of applying coffee cups to paper.
«
My name is Daniel Connell. I prototype and develop basic technologies which anyone can make using recycled materials and simple tools.
The aim is for everyone everywhere to be able to build and maintain their own infrastructure; producing their own energy, food, clean water, communications, and anything else they need.
»
#SciFi #NotebooksOfLazarusLong #Heinlein
But I think we have passed beyond that, there are simply too many (useful) things to understand for one person, each of us, to master, or jack, or even ten.
Even in Neolithic times I think it took a village to keep a village alive, and there needed to be some other villages a walk away, and so on down to the sea and useful plants and stones and clay.
But good if we are getting it down a bit.
@Photo55 I think our civilization exists because we got past that. Specialists in their craft made it possible (smiths, coopers, shipwrights, etc.).
Economies of scale make it possible for our civilization to continue. If we did it all ourselves we'd be dead of starvation on a barren planet.
@Photo55 Indeed. This guy tried to make a toaster from scratch, smelting ore, refining oil to make the plastic etc. It didn't work.
And as for electronics, you might just about build a crystal set radio based on a cats whisker, but nothing more sophisticated than that.
I guess there is value in knowing how to generate electricity from the wind using scrap parts, but let's not kid ourselves about an artisanal civilisation.
scopeofwork.net/toaster-projec…
An interview with Thomas Thwaites. For his Master’s thesis project, Thomas Thwaites set out to produce a quotidian object from scratch: a toaster. He deconstructed the cheapest toaster he could find (£3.Hillary Predko (Scope of Work)
@tokensane
Yeah, and what about that guy who was going to build a replica of New York City?
He barely got to the third floor of the Empire State Building before he gave up.
If you can't do absolutely everything by yourself starting with bare hands and rocks, then there's no point.
Give up now and just keep doing what you're told. The trillionaires know what is best for you.
> The Facebook group is also a good place to ask questions and post results from your own builds.
Absolutely not. Many of us are on Mastodon as part of rejecting all fascist sites that enshittify the world by stealing and reselling personal information.
This might be useful. I worked on the first edition back in the day, one of my proudest professional achievements, a portable, easily shipped compendium in plain text on how to build and maintain essential infrastructure, intended at the time for use by rural areas in developing nations (UNDP)
archive.org/details/humanity-d…
1. The Humanity Libraries ProjectThe Humanity Libraries Project of the NGO Global Help Projects is a network project of more than 100 partners. Its aim is to...Internet Archive
Jezus: UK's Reform Party has gotten two-thirds of its funding from fossil fuel interests.
Revealed: Reform’s £24 Million...
Reform UK has received £24 million from oil and gas interests, accounting for more than two thirds of its total income, DeSmog can reveal.Adam Barnett and Sam Bright (DeSmog)
One man, two kernels, and a lot of RISC-V
theregister.com/software/2026/…
A homebrew PC and mini-mainframe were only the warm-up for Yuri Zaporozhets' latest operating system
<- by me on #TheRegister
A third of world’s energy needs should come from electricity by 2035, says Turkish minister Murat Kurum, as he sets out priorities priority for this year’s UN climate summitFiona Harvey (the Guardian)
So, seems like Microsoft's *.olc.protection.outlook.com mail servers are currently using certificates signed by an distrusted root CA[1].
That seems like a shocking level of incompetence.
It means that any mail server supporting MTA-STS is currently unable to deliver any mail to them.
[1] DigiCert Global Root CA which has been scheduled for distrusting since 2023 knowledge.digicert.com/general…
On March 8, 2023, at 10:00 MST (17:00 UTC), DigiCert will begin updating the default public issuance of TLS/SSL certificate to our public, second-generation (G2) root, and intermediate CA (ICA) certificate hierarchies.knowledge.digicert.com
you can take a walk with a friend, as a treat
I have very conflicting feelings about this :D
Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.Plasma Channel (YouTube)
Three questions:
1) Why?
2) Ok, but why?, seriously this time
3) Where can I get one myself? 😅
Oh, hi!
Anyway,
capacitor blow up human wake up. Contribute to ArcaEge/capacitor-alarm-clock development by creating an account on GitHub.GitHub
Having had a 500V capacitor explode in one radio power supply, watched a 2 microfarad at 2kV waxed paper capacitor slowly rising from its can (with attendant puffs of steam/smoke) in another, and a low-voltage electrolytic explode at navel level, on the kitchen table while I was bending over it...
I'm just going to say NOPE! and run away. 3:O(>
a) with that size it should be mF, not uF
b) where does one get incense smelling like burning tantal?
When I was but a lad of 15 or so, I built an AC adapter consisting of a diode bridge, a big electrolytic capacitor, and an AC line cord.
The diode bridge was soldered directly to the capacitor terminals, and the line cord directly to the bridge. No case, power switch, or PCB. Or insulation, for that matter.
And the diodes were all backward.
When I plugged it in, the capacitor began to howl and emit a foul odor, and waved around in the air at the end of the line cord.

Have a real Burst and smoking capacitor, get it outside. then dispose of it safely.
And yes it happens, they can sometimes violently explode, older capacitors may contain PCB,s that is not a joke.
Questo sito utilizza cookie per riconosce gli utenti loggati e quelli che tornano a visitare. Proseguendo la navigazione su questo sito, accetti l'utilizzo di questi cookie.