diff --git a/en/blog/2022-06-03-Come-e-Perche-il-Sitoctt-su-Tor.md b/en/blog/2022-06-03-Come-e-Perche-il-Sitoctt-su-Tor.md
index 3b6edb7..365ac3c 100644
--- a/en/blog/2022-06-03-Come-e-Perche-il-Sitoctt-su-Tor.md
+++ b/en/blog/2022-06-03-Come-e-Perche-il-Sitoctt-su-Tor.md
@@ -28,7 +28,7 @@ This here is also the very first post I write on the postocto blog, who knows ho
## How?
Let's go back to the discussion of the postoctt: with Replit, taking as a basis a Repl found around that demonstrated how to host another type of service on Tor, I built my Repl which: at each new start, downloads locally everything needed to compile and deploy my static site (from my Git repos), prepare everything, and start an HTTP server and the Tor daemon, which acts as a proxy by exposing the HTTP server to the outside via the Tor network. Then endlessly, all through Git, download any updates to any of the parts and, when necessary, regenerate the site.
-I leave here the link to a GitLab snippet with my files, for anyone who wants to do the same service as me for their own website, perhaps built with my very low quality static site generator (at a code level, if I was disgusted on a conceptual or practical level I wouldn't be developing it slowly yet): [gitlab.com/-/snippets/2338457](https://gitlab.com/-/snippets/2338457){[:MdTgtBlank:]}.
+I leave here the link to a GitLab snippet with my files, for anyone who wants to do the same service as me for their own website, perhaps built with my very low quality static site generator (at a code level, if I was disgusted on a conceptual or practical level I wouldn't be developing it slowly yet): [gitlab.com/-/snippets/2338457](https://gitlab.com/-/snippets/2338457).
With free PaaS services like Replit, however, there's a little problem: there are limits on software execution times. In the case of this platform, everything goes into suspension if the project's web address does not receive pings for I didn't quite understand how many minutes. If it receives any later, it wakes up after the time necessary to redo the startup operations.
It's a shame however that, apart from the fact that it would mean making anyone who wants to visit my site wait at least 30 seconds for the first connection to be established, it is the HTTPS address on the Replit domain that must be contacted, for obvious reasons not the Tor address. And having people connect via the HTTPS address defeats the purpose of having a Tor site (which I'll get to shortly, I swear).
@@ -55,7 +55,7 @@ A doubt that may arise for non-super-experts, however, is why it is necessary to
I don't think I need to explain the problems arising from passing data in unencrypted form via the Internet: information can not only be stolen (which for a public blog is not a big problem), but even modified and presented as if nothing had changed, with disarmingly easy, from any of the intermediate parts of the connection, for example the ISP of the client or the server.
HTTPS for websites solves this problem.. Bad. We don't talk about it much, but the entire correct functioning of these protection systems depends on a complex global metaphysical infrastructure, which has more flaws than you might think.
-Searching on Whoogle, I found this PDF, which more or less gives a quick look at the problems HTTPS suffers from: [Weakest_Link_in_the_Chain.pdf](https://www.accessnow.org/cms/assets/uploads/archive/docs /Weakest_Link_in_the_Chain.pdf){[:MdTgtBlank:]}.
+Searching on Whoogle, I found this PDF, which more or less gives a quick look at the problems HTTPS suffers from: [Weakest_Link_in_the_Chain.pdf](https://www.accessnow.org/cms/assets/uploads/archive/docs /Weakest_Link_in_the_Chain.pdf).
What is essentially important to say is that the entire current system, based on CAs, consists of trust in an upstream authority. Without going into details, so I refer you to the PDF, the system is fragile and can be broken, resulting, in rare special cases, in the same problems as non-encrypted connections; indeed, perhaps even worse, because the presence of HTTPS can lead us to trust always and in any case: modern web browsers have conditioned us to ask questions only when we see the open padlock or a warning triangle, not when we see the closed shiny green padlock.
When you use Tor to connect to sites on Tor, the connection is not only routed between even more nodes on the network, but the data is encrypted with a public and private key system between the client and the Onion service server: the only the weak point in the chain is the server itself, which stores the private key, there are no other authorities to trust.
@@ -68,6 +68,6 @@ Tor is by no means perfect: it has various types of flaws, generally based on th
The fact that Tor is financially supported at least in part by the US government however, without going into too much detail, perhaps carries some profound dangerous implications. This is why I want, more or less soon, to give a chance to services similar to Tor but different from it. Lokinet inspires me, to tell the truth, I think it will be the first alternative network I try.
-## [:HNotesRefsHTML:]
+## {{% i18n notes-refs %}}
[^New aesthetic domain]: **Update 2022-06-29**: I changed the domain for aesthetic reasons to this new one! Additional (but still limited) info at [today's PicoBlog post](../PicoBlog.html#-2022-06-29-Minare-domini-Tor).
\ No newline at end of file
diff --git a/en/blog/2022-06-14-I-Documenti-Non-Devono-Diventare-Applicazioni.md b/en/blog/2022-06-14-I-Documenti-Non-Devono-Diventare-Applicazioni.md
index 7c4ff72..ef878e4 100644
--- a/en/blog/2022-06-14-I-Documenti-Non-Devono-Diventare-Applicazioni.md
+++ b/en/blog/2022-06-14-I-Documenti-Non-Devono-Diventare-Applicazioni.md
@@ -50,7 +50,7 @@ Many people have problems - some sensible and some not, for those who know a min
How can a script, and therefore a site that integrates it, be malicious?
Browsers today execute website scripts in a fairly sandboxed environment, of course, and as of today, for reasons that I won't explain now, even serious flaws emerge every month, if you keep the browser updated the security is in theory fine.
Privacy, however... that really ends up bad.
-There was a demo made as a game that showed personally why you need to be afraid... too bad I can't find it anymore, I don't remember where I discovered it from, and therefore nothing :(. At the moment, for those who want to find out more , I can only link [Device Info](https://deviceinfo.me){[:MdTgtBlank:]}, which shows many of the data (but not all) that a website can extract from the devices of those who visit it also take a look at [Cover Your Tracks](https://coveryourtracks.eff.org){[:MdTgtBlank:]}.
+There was a demo made as a game that showed personally why you need to be afraid... too bad I can't find it anymore, I don't remember where I discovered it from, and therefore nothing :(. At the moment, for those who want to find out more , I can only link [Device Info](https://deviceinfo.me), which shows many of the data (but not all) that a website can extract from the devices of those who visit it. Maybe also take a look at [Cover Your Tracks](https://coveryourtracks.eff.org).
The problem here, it must be specified, does not lie in web apps that can be defined as real applications, which use JS to function. Whether it is a calculator, a game, a word processor, a photo editing app, we are always talking about applications, no matter whether they are written in native language as native apps for a specific platform, or whether they are written in JavaScript as applications for Web browsers. All of these things require the client to execute the code, because these are very interactive apps, and that's okay. I myself often use apps that run in a browser window.
There would then be a long discussion regarding the Web as an application development platform, for many reasons (even the flaws), positive and negative, but I will talk about it in the future.
@@ -66,7 +66,7 @@ The real problem lies in the fact that non-directly interactive websites, which
More and more frequently I see more and more sites, which should be simple documents, not working properly without JavaScript.
We go from news sites where the article doesn't load, to blogs where the navigation menus no longer work, forums where message sections are not visible, forums that don't load at all, new search engines that absolutely don't work without JS ( and which present themselves as a private alternative to Google, it's a shame that Google works well even without running proprietary scripts and these don't!), and even social network sites that only show a blank screen if the JavaScript is not loaded.
-These services that I have listed can all be classified as documents and, apart from very particular cases, such as those sites that encrypt and decipher client-side data deliberately to ensure that the server cannot read them (see [PrivateBin](https://privatebin .info){[:MdTgtBlank:]} for a notepad, [Element](https://element.io){[:MdTgtBlank:]} for a messaging app), can and should work fine without scripting ( at least optionally).
+These services that I have listed can all be classified as documents and, apart from very particular cases, such as those sites that encrypt and decipher client-side data deliberately to ensure that the server cannot read them (see [PrivateBin](https://privatebin .info) for a notepad, [Element](https://element.io) for a messaging app), can work fine without scripting and should (at least optionally).
I don't like speaking against free and open software written in their spare time by enthusiasts, who perhaps don't even earn money from it, but one thing that struck me negatively is that the plague of appization has also hit the Fediverse and its platforms.
For those who are unaware of this new virtual universe, I will say in short that it is an idea and, in practice, software, based on common protocols, to guarantee universal compatibility and interoperability, so that those on platform A can also communicate with those who are on
@@ -85,8 +85,8 @@ From those who develop software for communities that are concerned about some of
## It will all end in tragedy
The situation, I fear, can only get worse. Although I am more than sure that my words and actions will not change the future at all, given that I believe in what I say and, incidentally, at the same time I also create content and services for the Web, I do what I can to create my things as I would like to see them everywhere.
-So for non-interactive sites, following the [progressive enhancement](https://en.wikipedia.org/wiki/Progressive_enhancement){[:MdTgtBlank:]} technique, I first make sure the basic stuff works without scripting , I use scripts as little as possible and, if I really have to, I do it for optional functions and features, and I try to keep the code (within my limits) compact and readable.
+So for non-interactive sites, following the [progressive enhancement](https://en.wikipedia.org/wiki/Progressive_enhancement) technique, I first make sure the basic stuff works without scripting, I use scripts the least possible and, if I really have to, I do it for optional functions and features, and I try to keep the code (within my limits) compact and readable.
I personally appeal to you who are reading this.
If you build websites, consider taking what I've said into account, I beg you.
-If, however, you only browse, perhaps try to start blocking JavaScript in your browser (Chromium integrates this as permission for sites, of which you can set the global setting to Blocked; on Firefox you must install [NoScript](https:/ /addons.mozilla.org/firefox/addon/noscript){[:MdTgtBlank:]}), so as to keep JS deactivated for sites you don't know, and have the possibility to activate it temporarily or permanently for domains that don't work or that you already know and trust. Not only will you browse more securely and privately, but with less slowdowns and loading!
\ No newline at end of file
+If, however, you only browse, perhaps try to start blocking JavaScript in your browser (Chromium integrates this as permission for sites, of which you can set the global setting to Blocked; on Firefox you must install [NoScript](https:/ /addons.mozilla.org/firefox/addon/noscript)), so as to keep JS deactivated for sites you don't know, and have the possibility to activate it temporarily or permanently for domains that don't work or that you already know and are aware of trust me. Not only will you browse more securely and privately, but with less slowdowns and loading!
\ No newline at end of file
diff --git a/en/blog/2022-06-23-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.md b/en/blog/2022-06-23-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.md
index 31bada9..6472b0b 100644
--- a/en/blog/2022-06-23-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.md
+++ b/en/blog/2022-06-23-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.md
@@ -13,9 +13,9 @@ Dates = 2022-06-23
-A few months ago I bought a small [monocrystalline solar panel](https://www.amazon.it/Lixada-Pannello-Monocristallino-Caricabatterie-Cellulare/dp/B071Z1LGFV){[:MdTgtBlank:]} online, similar in size to those of an A4 sheet, for the sum of around €20 (on Amazon.it the sellers are all thieves, on Aliexpress it would have cost a little less).
+A few months ago I bought a small [monocrystalline solar panel](https://www.amazon.it/Lixada-Pannello-Monocristallino-Caricabatterie-Cellulare/dp/B071Z1LGFV) online, with dimensions similar to those of an A4 sheet, for the figure of around €20 (on Amazon.it the sellers are all thieves, on Aliexpress it would have cost a little less).
-[](https://t.me/SpaccCraft/975){[:MdTgtBlank:]}
+[](https://t.me/SpaccCraft/975)
## Electrical doubts
@@ -40,7 +40,7 @@ To tell the truth, I did the very first test away from home, the day immediately
On that occasion, the only one out for now, I only tried to recharge the battery of my smartphone (6000mAh).
I did 3 different tests, the first two lasting about 15 minutes in the few hours before midday, when the sky was clear, with the panel held by me in my hand to make it better catch the sun perpendicularly (ideal for a monocrystalline).
-I first tried to charge the phone while it was on, stalled and with all the radios off (but not in Android's deep sleep state), but unfortunately there was no way, the phone consumed so much energy that it was unable to recharge, it could only discharge slowly. I don't remember very well, because I didn't think of recording the data, but it seems to me that, on the app I use to see the charging statistics ([AccA](https://github.com/MatteCarra/AccA){[:MdTgtBlank: ]}), were only marked on the 300mA input.
+I first tried to charge the phone while it was on, stalled and with all the radios off (but not in Android's deep sleep state), but unfortunately there was no way, the phone consumed so much energy that it was unable to recharge, it could only discharge slowly. I don't remember very well, because I didn't think of recording the data, but it seems to me that, on the app I use to see the charging statistics ([AccA](https://github.com/MatteCarra/AccA)), only on the 300mA input.
Trying the same formula immediately afterwards, but with the phone turned off, it seems to me that in 15 minutes it only charged 2% of the battery... it would practically take 12.5 hours to charge from 0 to 100% if this is the case.
I did the last test around 2pm, when the sky had unfortunately darkened. I placed the panel on a surface and used the phone normally, listening to music and I think using online messaging apps. As I suspected, it didn't recharge, but at least it was almost without running out of charge, which is still good considering the weather conditions.
@@ -69,17 +69,17 @@ By charging these small batteries you can then easily charge or power devices th
We are finally at the end of all this ambaradan, with my tests on a Raspberry Pi 3B.
The idea popped into my head after I unfortunately left the magical product unused for a while, not knowing what useful things to do with it. I mean, I bought it because it's definitely useful to have a little thing like this in emergencies, but if I can put it to good use in the meantime, that's even better.
-I thought, first of all, of configuring BOINC on Raspbian, a distributed computing software that can be used to contribute to scientific research projects, while earning a few cents a month (rip) in a kind of cryptocurrency, the [Gridcoin ](https://gridcoin.us){[:MdTgtBlank:]}.
+I thought, first of all, of configuring BOINC on Raspbian, a distributed computing software that can be used to contribute to scientific research projects, while earning a few cents a month (rip) in a kind of cryptocurrency, the [Gridcoin ](https://gridcoin.us).
As I already said, the Raspino must be powered by the powerbank, the panel directly does not give it enough current. It seems to turn on, but in reality it seems to go into bootloop.
-Well, I won't beat around the bush too much: while (with the same powerbank, I think 4000mAh) for some low load applications, like [Pwnagotchi](https://pwnagotchi.ai/){[:MdTgtBlank:]}, the Pi can stay on for hours even with a backlit LCD screen connected... the CPU at 100%, which performs complex calculations, eats so much of that current that the battery flattens out in just 1 hour.
+Well, I won't beat around the bush too much: while (with the same powerbank, I think 4000mAh) for some low-load applications, like [Pwnagotchi](https://pwnagotchi.ai/), the Pi can stay on for hours even with a backlit LCD screen connected... the CPU at 100%, doing complex calculations, eats so much of that current that the battery flattens out in just 1 hour.
-[](https://mastodon.uno/@octo/108211397314015161){[:MdTgtBlank:]}
+[](https://mastodon.uno/@octo/108211397314015161)
-_Psssss.. if you want to see other photos of the panel (3) and in a slightly more decent quality, I put them on Pixelfed: [pixelfed.uno/p/octo/426839557817260168](https://pixelfed.uno/p/ octo/426839557817260168){[:MdTgtBlank:]}!_
+_Psssss.. if you want to see other photos of the panel (3) and in a slightly more decent quality, I put them on Pixelfed: [pixelfed.uno/p/octo/426839557817260168](https://pixelfed.uno/p/ octo/426839557817260168)!_
## The reality of the facts
-Apart from this thing, which even if it doesn't make me money in practice would be useful as it is beneficial for scientific research, I have no practical uses in mind for the Rasperino Pi 3 Solare. Maybe a Pi Zero would be better: apparently, other people in the throes of madness (but better equipped), thought of using that to mine Bitcoin, with a small panel similar to mine ([YouTube/CbpfNU7oaws](https://invidious.snopyta .org/watch?v=CbpfNU7oaws){[:MdTgtBlank:]}).
+Apart from this thing, which even if it doesn't make me money in practice would be useful as it is beneficial for scientific research, I have no practical uses in mind for the Rasperino Pi 3 Solare. Maybe a Pi Zero would be better: apparently, other people in the throes of madness (but better equipped), thought of using that to mine Bitcoin, with a small panel similar to mine ([YouTube/CbpfNU7oaws](https://invidious.snopyta .org/watch?v=CbpfNU7oaws)).
For now, I use the small panel sporadically to charge my power banks, which I discharge when I happen to use them around to charge my smartphone.
If there's anything I learned from this story, it's that I should buy the damn USB multimeter.
diff --git a/en/blog/2022-07-03-L-Idea-di-una-Tastiera-Fisica-per-Smartphone-Fatta-in-Casa.md b/en/blog/2022-07-03-L-Idea-di-una-Tastiera-Fisica-per-Smartphone-Fatta-in-Casa.md
index 09c345f..7d9c91f 100644
--- a/en/blog/2022-07-03-L-Idea-di-una-Tastiera-Fisica-per-Smartphone-Fatta-in-Casa.md
+++ b/en/blog/2022-07-03-L-Idea-di-una-Tastiera-Fisica-per-Smartphone-Fatta-in-Casa.md
@@ -25,7 +25,7 @@ I don't remember if this time last year was just before or shortly after I bough
## A new idea
-As time passed I forgot about the issue a bit, until, a few weeks ago, I came across a video on Invidious ([YouTube/JXdLzinnqms](https://invidious.snopyta.org/JXdLzinnqms){[: MdTgtBlank:]}) showing a homemade modification to a smartphone.
+As time passed I forgot about the issue a bit, until, a few weeks ago, I came across a video on Invidious ([YouTube/JXdLzinnqms](https://invidious.snopyta.org/JXdLzinnqms)) which shows a homemade modification to a smartphone.
The video shows, and the linked discussion on cover is thought out.
I immediately had the desire to create something like this but, as I searched, I started to think that this type of cover is no longer produced by anyone... it was absolutely impossible to find one, not only at a good price, but at all. Neither online nor in physical stores.
diff --git a/en/blog/2022-07-09-Come-ho-Riparato-il-mio-Portatile-con-25-Euro.md b/en/blog/2022-07-09-Come-ho-Riparato-il-mio-Portatile-con-25-Euro.md
index e5def7e..5e56655 100644
--- a/en/blog/2022-07-09-Come-ho-Riparato-il-mio-Portatile-con-25-Euro.md
+++ b/en/blog/2022-07-09-Come-ho-Riparato-il-mio-Portatile-con-25-Euro.md
@@ -13,13 +13,13 @@ Dates = 2022-07-09
-For almost 7 years I have had an Acer laptop, [Aspire V3-572G](https://www.acer.com/ac/en/US/content/support-product/5389){[:MdTgtBlank:]}, undoubtedly now a bit old, without praise and with some infamy.
+For almost 7 years I have had an Acer laptop, [Aspire V3-572G](https://www.acer.com/ac/en/US/content/support-product/5389), undoubtedly now a bit old, without praise and with some infamy.
When it was purchased, it was essentially a mid-range notebook like any other, without any notable features. I mean, I used it quite a bit and it more or less always did what it was supposed to, until about 2 years ago I started demanding to use heavy games and development tools, at which point the new (desktop) PC was great. obligation.
## The current state
-All in all, with GNU+Linux as the operating system, the [Intel mitigations](https://linuxreviews.org/HOWTO_make_Linux_run_blazing_fast_(again)_on_Intel_CPUs){[:MdTgtBlank:]} not installed (yes, I actually deleted the microcode, instead block its loading), and an SSD installed in place of the HDD years before, the machine is still more than good for many activities that today I carry out primarily with the desktop PC.
-The Intel [i5-5200U](https://www.intel.com/content/www/us/en/products/sku/85212/intel-core-i55200u-processor-3m-cache-up-to-2 -70-ghz/specifications.html){[:MdTgtBlank:]} itself still grinds well, and the 4GB of RAM isn't a huge deal if you have a light system stack and aren't keeping 50 programs open at once.
+All in all, with GNU+Linux as the operating system, the [Intel mitigations](https://linuxreviews.org/HOWTO_make_Linux_run_blazing_fast_(again)_on_Intel_CPUs) not installed (yes, I actually deleted the microcode, rather than blocking its loading), and a SSD installed in place of the HDD years before, the machine is still more than good for many activities that today I carry out primarily with the desktop PC.
+The Intel [i5-5200U](https://www.intel.com/content/www/us/en/products/sku/85212/intel-core-i55200u-processor-3m-cache-up-to-2 -70-ghz/specifications.html) itself still grinds well, and the 4GB of RAM isn't a huge issue if you have a light system stack and aren't keeping 50 programs open at once.
## A little problem
@@ -130,4 +130,4 @@ Don't throw away your laptops if they have some small problem that can be solved
If the keyboard breaks, you change that; if Windows becomes unbearably slow, install a Linux distribution (GNU is recommended, but not mandatory!) that meets your needs.
By doing so, you not only save a lot of money; electronic waste, the so-called e-waste, is reduced and therefore a minimum amount of good is done for the environment.
-_Note: Some of the photos in this article are available in JPEG, less compressed, on my Pixelfed profile: [pixelfed.uno/p/octo/451398427740616761](https://pixelfed.uno/p/octo/451398427740616761){[: MdTgtBlank:]}_
\ No newline at end of file
+_Note: Some of the photos in this article are available in JPEG, less compressed, on my Pixelfed profile: [pixelfed.uno/p/octo/451398427740616761](https://pixelfed.uno/p/octo/451398427740616761)_
\ No newline at end of file
diff --git a/en/blog/2022-08-26-sitoctt-da-3-mesi-ad-oggi.md b/en/blog/2022-08-26-sitoctt-da-3-mesi-ad-oggi.md
index c7ce08a..7d43c81 100644
--- a/en/blog/2022-08-26-sitoctt-da-3-mesi-ad-oggi.md
+++ b/en/blog/2022-08-26-sitoctt-da-3-mesi-ad-oggi.md
@@ -62,7 +62,7 @@ The site is mine because I have **complete freedom** to make it the way I want.
If already in the mid-90s the only real limit for a website was the **creativity** of the person who built it, today the **potential** of the Web platform are truly **infinite**; although, in a certain way, it doesn't seem that way at all if you only frequent the common Web.
The sites of the "_non-personal_" Internet all have the same same and banal appearance.
-Many blogs or demo sites use recycled graphic templates. Modern social platforms (Mastodon, Friendica, Pleroma, and so on and so forth) limit customization to a photo, a banner, and a description. Stuff like [Misskey](https://misskey-hub.net/en){[:MdTgtBlank:]} already does more, but it absolutely doesn't get to the levels of **total customization**, with **granular precision **, which only a website - even a forum like those of days gone by, and not a private space - allows.
+Many blogs or demo sites use recycled graphic templates. Modern social platforms (Mastodon, Friendica, Pleroma, and so on and so forth) limit customization to a photo, a banner, and a description. Stuff like [Misskey](https://misskey-hub.net/en) already does more, but it absolutely doesn't reach the levels of **total customization**, with **granular precision**, that only a site The Web - even if it were a forum like those of the past, and not a private space - allows.
### Great expressiveness
@@ -98,9 +98,9 @@ Some non-exclusive content is still already available in my other places on the
Those not archived are simply messy and poorly preserved, as well as without guarantees for those who want to copy or reuse them; those, however, which for one reason or another are archived, it is as if they did not exist for the world, and it is easy for me to lose them too.
Some of this data may have value, so **this is unfortunate**.
-Like a month ago I announced with my [**decretocto**](../PicoBlog.html#-2022-07-21-Decreto-fu-fatto-2) (_we didn't understand a thing, right?_), this is something that requires tedious work (_taking the old , evaluate their quality, copy the text, paste it into the new text files, layout it well, download photos and videos, optimize them well and upload them..._ nothing but the fun of creating, here it's an assembly line!), but ** it must be done**.
+Like a month ago I announced with my [**decretocto**](../PicoBlog.html#-2022-07-21-Decreto-fu-fatto-2) (_you didn't understand a thing, right?_), this is something that requires tedious work (_taking the old one, evaluating its quality, copying the text, paste it into the new text files, layout it well, download photos and videos, optimize them well and upload them..._ nothing but the fun of creating, here it's an assembly line!), but **it has to be done**.
With my free time I have already started doing it, and I will continue.
-Posts from my [old blog](https://noblogo.org/loli-documentatrice){[:MdTgtBlank:]} should also be archived here, again for organization and preservation - but those are easier.
+Posts from my [old blog](https://noblogo.org/loli-documentatrice) should also be archived here, again for organization and preservation - but those are easier.
To conclude: it doesn't matter which ones, but in any case ***the contents are the meaning*** of the site. They are, however, only because they are freely available to anyone.
What does this **really** mean? Anyone who has read [home](../index.html) should perhaps know this. I don't dare add anything else, in any case; you will have to wait for a next article, one in which I will pick up the topic where I leave it now.
diff --git a/en/blog/2023-05-02-Piu-Che-un-Esame-Ho-Fatto-una-Guerra.md b/en/blog/2023-05-02-Piu-Che-un-Esame-Ho-Fatto-una-Guerra.md
deleted file mode 100644
index 6deaf82..0000000
--- a/en/blog/2023-05-02-Piu-Che-un-Esame-Ho-Fatto-una-Guerra.md
+++ /dev/null
@@ -1,93 +0,0 @@
-+++
-Title = "😭 More than an exam, I went to war."
-Dates = 2023-05-02
-Lastmod = 2023-05-03
-Downsync = "/it/posts/Piu-Che-un-Esame-Ho-Fatto-una-Guerra.html"
-Aliases = [
- "/Posts/2023-05-02-Piu-Che-un-Esame-Ho-Fatto-una-Guerra.html",
-]
-Description = "Because of people who don't know how to read the rules, demons came to me while I was taking an exam that was supposed to be very easy."
-+++
-
-{{< noticeAutomaticTranslation it >}}
-
-
-
-
-
-
As the title suggests, this was the poetic thought dispensed by my mother today, after I returned home in the afternoon with a psyche > completely obliterated, unrecognizable.
-
-Until 30 minutes before, good Maremma, I just wanted to explode. Be careful, though: not for the exam itself (the last in a series of extra-curricular ones, precisely), very simple for me, which I don't care about except the certification!< a class="footnote-ref" href="#fn1">1 Something else happened.
-
-Let's go back
-
-When I went through the first sessions two years ago, everything went very smoothly, almost in the name of chilling: those were still the times of anti-COVID restrictions, and those 2 exams that I faced at school they were in a classroom which was however not very crowded.
-
-This year, however, crap. I took the card without repeating anything, so my parents didn't waste money on that matter, but the experience was terrifying.
-The class at these rounds was always packed, and this very thing ended up being a problem for my soul.
-I don't think I deserve all this...
-
-Sounds of trouble
-
-Last month I took 2 tests out of the 3 I was missing, and already nothing went smoothly at all:
-
-
-My professor (project contact) hadn't told me that I should have received a private link in the email address of the school domain to create an account on the online exam platform... Too bad that access I only have it at the post office on Puppy Linux thumb drive and on the tablet, and I can't access anywhere else. Result: I had to rush home to get the tablet and go back to school... Luckily I live nearby.
-The testing platform totally broke when I finished one of the exams (not without difficulty, some questions were [glitchate](https://en.wikipedia.org/wiki/Glitch#Computerglitch)_ !): as soon as I started the second one, the system said that I had run out of time, and closed the test I had just started in my face... The prof. he had to waste time calling support to explain the matter, and after quite a mess the exam was reset as not taken.
-
-
-Between both things, then, a good amount of time was lost. And if it hadn't been like this, maybe I would have managed to finish all the exams that day.
-
-The present
-
-Let's go back to today.
-Once the hassle of waiting was over (not too problematic, thanks to the rectangle of plastic, glass, metal, with Internet connection, and pocket book, which I also always carry around), due to the fact that all the stations were occupied initially, start.
-...But I had never done it!
-
-My first few minutes go fine, until even a good selection (random, or did destiny choose them carefully?) of monkeys, who from the rows behind everything were babbling with those who (I imagine in confidence) had not yet finished, at an exaggerated volume and in contemporary.
-Here, now, slowly, the blood starts to boil in my body, as if it were a coffee pot, because with that mess I can't read > half of a question without getting totally distracted. Even having earphones in my ears (but detached) didn't attenuate the noise enough. Finish the exam like that? Impossible.
-
-I tried
-
-Before it was too late, I tried to call the teacher — who, damn the extreme, was quite distracted , because another person at that moment had the same glitch as my previous time (and here I have to: what a shitty backend this platform has, throw it away and rewrite it from scratch, please!! !).
-I wanted to kindly tell him to keep all those who had no right to speak in silence, and after a few minutes (to his credit, of his own accord, a moment before he heard me ) blathered something (unconvincing) to tell the audience to calm down. The audience did not calm down, and the prof. he was going crazy due to the general problems, unfortunately, so he could pay little attention to me.
-
-The last time there was less mess. Perhaps because there were fewer wrong individuals, perhaps because I was at the PC in the far corner of the room (which today was not turned on), perhaps because, given that there was an external commissioner, the rules could only be violated without making any noise. I don't know.
-
-I even decide to call my father on the phone, upon arriving here, to tell him to call the professor on the phone; maybe this time around he can understand. In fact, this time the call for silence was more convincing. Was it?
-
-A disaster
-
-But, by now, too late anyway: my tension has risen too much, I can't regain a minimum of concentration, forcing myself, after perhaps a good 21 months in which I was able to do without it, scratching myself to convert a minimal part of the mental load (which requires major mental energies to be managed, the same ones that I needed at that moment to complete my session) into skin burning (which, to a certain level, is managed by the brain in the background). What a drag.
-
-I've already done the damage, alas and what the fuck, and it seemed that everything was slowly calming down and concentration could return... but instead No. The call of the prof. However, it was too soft and did not stop the bad behavior of that part of the other students, it just put them on hold a bit.
-
-The real solution
-
-Well, at this point I simply feel like throwing a fist on the desk and "screaming" (not that I know how to do it, but the fist just makes up for the this is useful; I unconsciously learned from another professor of mine) to be silent, otherwise I wouldn't have been able to accomplish anything, and... it worked< /strong>. Oh?...
-Yes, that's all. I can't say anything else about this moment, it immediately crystallized into goodness. From there, until I finished and was able to leave, not a fly flew again.
-
-At that point, unfortunately, I had accumulated the irritation anyway, and it took me hours and hours and hours > to dispose of it, between doing various random things and writing this article.
-The only thing I can logically regret is not having made that bench resonate a few precious minutes before seriously reaching the limit, given that gentle methods didn't work. Unfortunately or fortunately, damn, it's not a reflex that arises in me too often; only when I am already over that limit, and perhaps I have already committed other avoidable damage.
-
-
-
-And yet, that doubt still remains: but what have I done that was so bad in the world to deserve these things? And let's understand...
-
-
-
-[:HNotesRefsHTML:]
-
-
\ No newline at end of file
diff --git a/en/blog/Archive/2022-05-07-Gli-Inaspettati-Vantaggi-della-Chiavetta-Linux.md b/en/blog/Archive/2022-05-07-Gli-Inaspettati-Vantaggi-della-Chiavetta-Linux.md
index 2ed23f1..c8c62ef 100644
--- a/en/blog/Archive/2022-05-07-Gli-Inaspettati-Vantaggi-della-Chiavetta-Linux.md
+++ b/en/blog/Archive/2022-05-07-Gli-Inaspettati-Vantaggi-della-Chiavetta-Linux.md
@@ -47,29 +47,29 @@ Once you have chosen the stick, the **choice of distribution** Linux remains, pe
Here, not only are the popular distros (Ubuntu, Fedora, Mint, Pop!_OS, Manjaro, ...) too big to fit leaving room for a persistent partition, but they would be unusable due to the slowness of the stick.
Fortunately, I had a path in mind that I could follow, because, in the past months, out of my curiosity, I had learned something about the world of lightweight Linux distros.
-It was a time when I had just become interested in **[Alpine Linux](https://alpinelinux.org){[:MdTgtBlank:]}**, for its ideals of **lightness and minimalism**. I even used it on desktop for a few weeks.
-It was responsive and snappy, thanks also to the presence of [musl libc](https://en.m.wikipedia.org/wiki/Musl){[:MdTgtBlank:]} instead of the now bloated [GNU libc](https: //en.m.wikipedia.org/wiki/Glibc){[:MdTgtBlank:]}, but the need to sometimes configure small things by hand, even after the initial installation, led me to move away from it. However, I thought it would be suitable for a system installed on small, slow storage, with few applications.
-I then installed it, including among the essential software (as well as video and audio server): [Window Maker](https://www.windowmaker.org){[:MdTgtBlank:]} (a lightweight window manager), [Firefox](https://firefox.com){[:MdTgtBlank:]}, and minor GUI applications, including: a terminal emulator, a file manager, and a text editor.
+It was a time when I had just become interested in **[Alpine Linux](https://alpinelinux.org)**, for its ideals of **lightness and minimalism**. I even used it on desktop for a few weeks.
+It was responsive and snappy, thanks also to the presence of [musl libc](https://en.m.wikipedia.org/wiki/Musl) instead of the now bloated [GNU libc](https://en.m.wikipedia .org/wiki/Glibc), but the need to sometimes configure small things by hand, even after the initial installation, led me to move away from it. However, I thought it would be suitable for a system installed on small, slow storage, with few applications.
+I then installed it, including among the essential software (as well as video and audio servers): [Window Maker](https://www.windowmaker.org) (a lightweight window manager), [Firefox](https:/ /firefox.com), and smaller GUI applications, including: a terminal emulator, a file manager, and a text editor.
-All in all, it worked well and quickly but, despite the few apps installed, the memory was overflowing. This would give me some problems later: for example, there was no space to put Minecraft and play [SpaccCraft](https://wikispacc.miraheze.org/wiki/SpaccCraft){[:MdTgtBlank:]}, which which I wanted because it can be useful.
+All in all, it worked well and quickly but, despite the few apps installed, the memory was overflowing. This would give me some problems later: for example, there was no space to put Minecraft and play [SpaccCraft](https://wikispacc.miraheze.org/wiki/SpaccCraft), which I wanted because it can be useful.
This - together with the fact that later I thought that, perhaps, encrypting the pen drive would be necessary to protect my data against theft or loss of it, but my attempts to encrypt the already installed system failed - made me stop for a moment to reflect_.
Since I would have had to reinstall the system anyway, I took the opportunity to **change distribution**.
-Although in the past, when I tried a little something, it had given me some trouble as a persistent system, I decided to give **[Puppy Linux](https://puppylinux-woof-ce.github.io){[:MdTgtBlank:] a chance }** seriously.
+Although in the past, when I tried a little something, it had given me some trouble as a persistent system, I decided to give **[Puppy Linux](https://puppylinux-woof-ce.github.io)** a serious chance.
The base image of the latest version of Puppy (at the time of writing, 9.5) weighs just 400 MB, but includes a fairly complete desktop system in itself, with dozens of preloaded applications for the most varied needs.
-How can it be so **compact but full of stuff** at the same time? Thanks to the use of [SquashFS](https://en.m.wikipedia.org/wiki/SquashFS){[:MdTgtBlank:]}, a read-only compressed file system, which supports extremely efficient compression algorithms such as [ LZ4](https://en.m.wikipedia.org/wiki/LZ4_(compression_algorithm)){[:MdTgtBlank:]} and [ZSTD](https://en.m.wikipedia.org/wiki/Zstd) {[:MdTgtBlank:]}. In fact, if it were completely decompressed, the image would weigh around 2.5 GB. Even the choice to include **more minimal applications**, however, contributes a lot, if you consider that practically all Linux live CDs use SquashFS, yet those of more traditional distributions weigh several GB.
+How can it be so **compact but full of stuff** at the same time? Thanks to the use of [SquashFS](https://en.m.wikipedia.org/wiki/SquashFS), a read-only compressed file system, which supports extremely efficient compression algorithms such as [LZ4](https:// en.m.wikipedia.org/wiki/LZ4_(compression_algorithm)) and [ZSTD](https://en.m.wikipedia.org/wiki/Zstd). In fact, if it were completely decompressed, the image would weigh around 2.5 GB. Even the choice to include **more minimal applications**, however, contributes a lot, if you consider that practically all Linux live CDs use SquashFS, yet those of more traditional distributions weigh several GB.
### To date
**Puppy is the distribution that I still have** on the flash drive.
Except for a few minor problems (like: how the hell do I connect a Bluetooth keyboard??? and well, now I don't need it anymore_), it works very well and is fast in every way.
-Having set up the [LUKS](https://en.m.wikipedia.org/wiki/Linux_Unified_Key_Setup){[:MdTgtBlank:]} encryption on the writable partition, now my data (personal files and browser sessions) are protected against possible accidents.
-The built-in window manager, [JWM](https://en.m.wikipedia.org/wiki/JWM){[:MdTgtBlank:]}, is also very clean and I quite like it - although I wish it had some features window alignment (it seems to have nothing, or am I wrong?).
+Having set up the [LUKS](https://en.m.wikipedia.org/wiki/Linux_Unified_Key_Setup) encryption on the writable partition, now my data (personal files and browser sessions) are protected against any accidents.
+The built-in window manager, [JWM](https://en.m.wikipedia.org/wiki/JWM), is also very clean and I quite like it - although I wish it had some window alignment function (it doesn't seem to has anything, or am I wrong?).
And now, finally, I have enough free space; and I also have Minecraft!

-_Background credits: [pixelartmaker.com/art/becdd8955dc57eb](http://pixelartmaker.com/art/becdd8955dc57eb){[:MdTgtBlank:]}_
+_Background credits: [pixelartmaker.com/art/becdd8955dc57eb](http://pixelartmaker.com/art/becdd8955dc57eb)_
### Important benefits
@@ -78,9 +78,9 @@ The reasons, all important advantages, are as follows; some apply to live Linux
- I have a **system that adapts** to my tastes, that I can carry in my pocket and use **on any PC**, without ever having to reconfigure anything (except, sometimes, the BIOS settings) .
- The system in question, contrary to what I could find on the vast majority of PCs around (Windows), **respects my freedoms**, and does not end up my data in the hands of a monopolistic corporation which, in exchange , it would give me absolutely nothing: on any PC I use, even those that aren't mine, I remain consistent with my values.
-- The **secrecy** regarding what I do on the PC at that moment is much **more certain**, as is the security of my data: you are only right to be wary of any operating system installed on public PCs, there could be any spy tool installed (and, in fact, this is the case on some of the PCs at school: there is a remote desktop control program designed for schools, [LanSchool](https://en.m.wikipedia.org/ wiki/LanSchool){[:MdTgtBlank:]}).
-- I have all my **essential data always with me**, whether they are simple documents or open sessions on different apps (like the always convenient [Element](https://element.io){[:MdTgtBlank:]}, for messaging and exchanging notes and small files between my devices).
-- Some **particular software**, such as Minecraft Java (which, apparently, may not work on some Windows PCs, because perhaps the GPU drivers do not work correctly, and Windows does not have the OpenGL emulation software from [Mesa] (https://en.m.wikipedia.org/wiki/Mesa_(computer_graphics)){[:MdTgtBlank:]} at the system level, as opposed to Linux), **should always work**!
+- The **secrecy** regarding what I do on the PC at that moment is much **more certain**, as is the security of my data: you are only right to be wary of any operating system installed on public PCs, there could be any spy tool installed (and, in fact, this is the case on some of the PCs at school: there is a remote desktop control program designed for schools, [LanSchool](https://en.m.wikipedia.org/ wiki/LanSchool)).
+- I have all my **essential data always with me**, whether they are simple documents or open sessions on different apps (like the always convenient [Element](https://element.io), for messaging and exchanging notes and small files between my devices).
+- Some **particular software**, such as Minecraft Java (which, apparently, may not work on some Windows PCs, because perhaps the GPU drivers do not work correctly, and Windows does not have the OpenGL emulation software from [Mesa] (https://en.m.wikipedia.org/wiki/Mesa_(computer_graphics)) system level, as opposed to Linux), **should always work**!
- I have an excuse to indirectly remind people that, even in 2022, **USB sticks are relevant**, even ultra-low-end ones.
### Some insights
@@ -89,12 +89,12 @@ I can conclude by saying: **you too should adopt a persistent Linux stick**, if
Here are the websites of some distributions that I _didn't_ mention in the text, but which I have tried in the past or think are worth checking out:
-- [SpaccCraftGo](https://github.com/Spacc-Inc/SpaccCraftGo-Images){[:MdTgtBlank:]} - Puppy Linux rebranded by [Spacc Inc](https://wikispacc.miraheze.org/wiki/ Spacc_Inc){[:MdTgtBlank:]}, with the inclusion of SpaccCraft in the system;
-- [Slitaz](https://slitaz.org/en){[:MdTgtBlank:]} - 50 MB live rolling release system;
-- [Porteus](http://porteus.org){[:MdTgtBlank:]} - Modularity-based live distro;
-- [antiX](https://antixlinux.com){[:MdTgtBlank:]}
-- [Slax](https://slax.org){[:MdTgtBlank:]}
+- [SpaccCraftGo](https://github.com/Spacc-Inc/SpaccCraftGo-Images) - Puppy Linux rebranded from [Spacc Inc](https://wikispacc.miraheze.org/wiki/Spacc_Inc), with the inclusion of SpaccCraft in the system;
+- [Slitaz](https://slitaz.org/en) - 50 MB live rolling release system;
+- [Porteus](http://porteus.org) - Live distro based on modularity;
+- [antiX](https://antixlinux.com)
+- [Slax](https://slax.org)
### 🏷️ Notes/References
-[^ Update 2022-08-13]: **Update 2022-08-13**: I imported this article from my old blog ({[:MdTgtBlank:]}), to preserve it better and to test some things. I took advantage of this to, in addition to improving the formatting, partially change the form of some sentences. The content remains practically the same.
\ No newline at end of file
+[^ Update 2022-08-13]: **Update 2022-08-13**: I imported this article from my old blog (), to better preserve it and to test some things. I took advantage of this to, in addition to improving the formatting, partially change the form of some sentences. The content remains practically the same.
\ No newline at end of file
diff --git a/en/blog/MicroBlog/2022-09-11-Che-Accade.md b/en/blog/MicroBlog/2022-09-11-Che-Accade.md
index 628be0e..0ca5b59 100644
--- a/en/blog/MicroBlog/2022-09-11-Che-Accade.md
+++ b/en/blog/MicroBlog/2022-09-11-Che-Accade.md
@@ -18,7 +18,7 @@ First of all, school started again the day before yesterday for me.
It's still too early for it to steal my time in the afternoon, but in the morning the story is a bit what it is. Just as the mess when you start again is always the same, with the timetables being messed up and in general still having holidays on your mind.
Due to these factors, I have a little less time in total to do little things.
-Let's add that, due to a curious need of mine, in the last few days I have had to start programming [yet another new instrument](https://gitlab.com/octospacc/links){[:MdTgtBlank:]}... I'm not starting to blather on about the thing itself, because this section is for everything except my development adventures, but the travails can be told: I started developing on Thursday, and only had a minimal working tool last night.
+Let's add that, due to a curious need of mine, in the last few days I have had to start programming [yet another new tool](https://gitlab.com/octospacc/links)... I won't start babbling about the thing itself, because this section is for everything except my development adventures, but the travails can be told: I started developing on Thursday, and I only had a minimal working tool last night.
All this, because I wanted to exaggerate with the idea (as usual), and because every afternoon from Thursday to Sunday, until early evening, I was [at the fair](./PicoBlog.html#-2022-09-11 -La-fiera) and, returning home tired, the desire to plan was low.
To this mix we add another distraction: after 5 years, a new chapter of the Splatoon saga has been released, and therefore there is little to do, you have to play. However, after a brief analysis, I am trying not to play with it too much, to try to sip it as much as possible so as not to consume it immediately.
diff --git a/en/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md b/en/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md
index 6633427..8dec3d2 100644
--- a/en/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md
+++ b/en/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md
@@ -11,7 +11,7 @@ Dates = 2022-09-18
-The other day I was, let's say, reminded of the fact that I have a [Nintendo DSpacc](https://wikispacc.miraheze.org/wiki/DSpacc){[:MdTgtBlank:]} in my drawer.
+The other day I was, let's say, reminded of the fact that I have a [Nintendo DSpacc](https://wikispacc.miraheze.org/wiki/DSpacc) in my drawer.

@@ -29,7 +29,7 @@ But not because there is only one screen left! It's because...
The fact is that, also because I had to take a photo for the WikiSpacc article, I took it out the other day. When I see it I regret not using it, but unfortunately there is little that can be done.
My crazy mind, however, today recalled an idea that, if I were capable of doing these things, maybe it would have even been good... but that's me.
-I thought: what if I soldered a DS flashcart in place of the slot?** I didn't think of this out of nowhere, I saw it some time ago in a modification of the DS made by a person who does these things well . In some videos from a year ago, like [this](https://invidious.nerdvpn.de/2wxKDzUO23c?t=156){[:MdTgtBlank:]}, you can see that this other form of DS has a soldered flashcart on the motherboard.
+I thought: what if I soldered a DS flashcart in place of the slot?** I didn't think of this out of nowhere, I saw it some time ago in a modification of the DS made by a person who does these things well . In some videos from a year ago, like [this](https://invidious.nerdvpn.de/2wxKDzUO23c?t=156), you can see that this other form of DS has a flashcart soldered onto the motherboard.
I take the screwdriver and bits, and disassemble the console. All OK, I've done this at least 4 times counting just the DS Lite.
But then, I arm myself with a welder... honestly they should take away my gun license, considering the damage I do.
diff --git a/en/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md b/en/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md
index 5d9aab3..aec32c5 100644
--- a/en/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md
+++ b/en/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md
@@ -11,7 +11,7 @@ Dates = 2022-09-23
-Since I discovered it a few days ago. I'm trying that epic software that is [TiddlyWiki](https://tiddlywiki.com){[:MdTgtBlank:]}.
+Since I discovered it a few days ago. I'm trying that epic software that is [TiddlyWiki](https://tiddlywiki.com).
I initially found it while looking for something to organize notes in a rich format, that I could use for school, and that was obviously free.
It is a wiki software, practically in the same category as MediaWiki (the software on which Wikipedia is based), but it has very particular characteristics.
@@ -19,7 +19,7 @@ First of all, it doesn't need a server, it's an app that works locally... but ho
If I started using it for the sole limited purpose of school study, but then these days I ended up starting to use it a lot also to create my so-called personal and public knowledge base, on everything I can write to the I fly in a non-linear document format that is very well suited to small, quick interconnected notes... which means it's really interesting.
-I'm a bit sorry to say it, but it's possible that part of the time I would normally dedicate to the ctt site will be taken away from it, to be dedicated to the newly created OcttKB - which, in this regard, is here on {[:MdTgtBlank:]}.
+I'm a bit sorry to say it, but it's possible that part of the time I would normally dedicate to the ctt site will be taken away from it, to be dedicated to the newly created OcttKB - which, in this regard, is here on .
As much as I like everything I have built in recent months, which in fact will continue to live - both as a place in which to express my design style, and as a place in which to publish elaborate and never fragmented content - I must say that I have found a tool which manages to channel some of my thoughts well, those that the CTTT site cannot manage.
I'm not going to explain too much about the technical side of the advantages or disadvantages of TiddlyWiki, because we're talking about a software that is easy to start using, and absolutely very complicated to master (it will take me time!).
diff --git a/en/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md b/en/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md
index 4b8b026..29e21ea 100644
--- a/en/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md
+++ b/en/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md
@@ -18,7 +18,7 @@ Well, this time I did even worse; to understand the proportions, it is good to b
The card I mentioned has arrived, the software modification to improve it works, and I'm still exploring it all a bit. I will have time to talk about everything in a long article, which I am already writing (but I don't know how much longer it will take me).
What is important to talk about now is a problem that arose... I don't even know exactly when, but I only noticed it now: the L back button was causing some problems.
-I saw that pressing key combinations to access the flashcart system menus had no effect. Getting suspicious, I decide to download a homebrew to test the keys, Diagnose (which can be found from [GameBrew.org](https://www.gamebrew.org/wiki/Diagnose){[:MdTgtBlank:]} [[pag. archived](https://web.archive.org/web/20220818023822/https://www.gamebrew.org/wiki/Diagnose){[:MdTgtBlank:]}]), and I actually confirm that the L button does not respond to the inputs.
+I saw that pressing key combinations to access the flashcart system menus had no effect. Getting suspicious, I decide to download a homebrew to test the keys, Diagnose (which can be found from [GameBrew.org](https://www.gamebrew.org/wiki/Diagnose) [[archived page](https:// web.archive.org/web/20220818023822/https://www.gamebrew.org/wiki/Diagnose)]), and I actually confirm that the L button does not respond to inputs.
On Nlhlehde's chat they advise me to soak the button in alcohol to clean it, and then give it some exercise - or, if I wanted to repair it correctly, unsolder the button and put a new one on.
At that moment I get bored of opening the console, but I see that two minutes of exercise magically makes the button work again. The operating state, in reality, lasts just a few minutes, and was questionable at the time: on average, 1 click out of 3 was recorded.
diff --git a/en/blog/_index.md b/en/blog/_index.md
index bde0877..0dbba49 100644
--- a/en/blog/_index.md
+++ b/en/blog/_index.md
@@ -5,3 +5,6 @@ Aliases = [
"/Categories/Blog.html",
]
+++
+
+{{< noticeAutomaticTranslation it >}}
+
diff --git a/en/miscellanea/Chi-Sono.md b/en/miscellanea/Chi-Sono.md
index 5128782..df49249 100644
--- a/en/miscellanea/Chi-Sono.md
+++ b/en/miscellanea/Chi-Sono.md
@@ -16,8 +16,8 @@ Lastmod = 2023-10-17
Rightly, coming here, whether or not you have read the general information on the site on [Home](./index.html), you will be wondering who I am.
I am Oct. Yes, that's right, Octt from which sitoctt, my site, takes its name.
-_Octt_ is pronounced "òctt" - [like sitoctt, but without "sit"]({{< assetsRoot >}}/Media/sitoctt-pronunciation.flac){[:MdTgtBlank:]}.
-I am the webmaster of this place. Or, perhaps, [webmistress](https://www.dictionary.com/browse/webmistress){[:MdTgtBlank:]} would be more correct, too bad that people who even know about the existence of this word count on fingers of a severed hand.
+_Octt_ is pronounced "òctt" - [like sitoctt, but without "sit"]({{< assetsRoot >}}/Media/sitoctt-pronunciation.flac).
+I am the webmaster of this place. Or, perhaps, [webmistress](https://www.dictionary.com/browse/webmistress) would be more correct, too bad that the number of people who even know about the existence of this word can be counted on the fingers of one severed hand.
Okay, I understood that there was a need for this site in the world (but when ever??), I imagined the site, I started building the site, I put in place strategies to simplify my creation of the site (eee, what big words, I wrote a little program in Python), and here is the result.
@@ -25,9 +25,9 @@ Okay, I understood that there was a need for this site in the world (but
Well, first of all I make this site. I write things, whether they are useless rivers of words in the human language, or little magic words that your computer interprets to display these pages in their most glorious form.
-I am the Goddess and loli of [Spacc](https://wikispacc.miraheze.org/wiki/Spacc){[:MdTgtBlank:]}, and CEO of [Spacc Inc](https://wikispacc.miraheze.org/ wiki/Spacc_Inc){[:MdTgtBlank:]}, and sysadmin of the [Spacc BBS](https://bbs.spacc.eu.org). In this regard, destructive responsibilities rest on my shoulders... but I leave the links to follow to understand, I'm not talking about Spacc here.
+I am the Goddess and loli of [Spacc](https://wikispacc.miraheze.org/wiki/Spacc), as well as CEO of [Spacc Inc](https://wikispacc.miraheze.org/wiki/Spacc_Inc), and sysadmin of [Spacc BBS](https://bbs.spacc.eu.org). In this regard, destructive responsibilities rest on my shoulders... but I leave the links to follow to understand, I'm not talking about Spacc here.
-Then, as much as I try to spend as little time as possible on it, I have my server to administer when things break or something needs to be updated, otherwise who will take care of the whole thing? Between server software for different uses, including web ones, various bots for different platforms, [SpaccCraft](https://wikispacc.miraheze.org/wiki/SpaccCraft){[:MdTgtBlank:]}, and some other stuff that I now I hate to remember, it's beastly stuff, even if at least today I don't have the difficulty of using too much makeshift hardware.
+Then, as much as I try to spend as little time as possible on it, I have my server to administer when things break or something needs to be updated, otherwise who will take care of the whole thing? Between server software for different uses, including web ones, various bots for different platforms, [SpaccCraft](https://wikispacc.miraheze.org/wiki/SpaccCraft), and some other stuff that I'm now bored of remembering, it's a beastly, even if at least today I don't have the difficulty of using too much makeshift hardware.
Unfortunately now I often don't find the right time to spend on the Fediverse, as I used to do there before writing and sharing stuff, on the various different nice free platforms.
@@ -59,19 +59,19 @@ Oh, and I also still have to go to school... no, university they tell me now, I
You can find me on the Fediverse, at my favorite contacts that I leave below.
-- Friendica: [@octt@poliverso.org](https://poliverso.org/profile/octt){[:MdTgtBlank:]}
-- Mastodon: [@octo@mastodon.uno](https://mastodon.uno/@octo){[:MdTgtBlank:]}
-- Matrix: [@octt:matrix.org](https://matrix.to/#/@octt:matrix.org){[:MdTgtBlank: ]}
+- Friendica: [@octt@poliverso.org](https://poliverso.org/profile/octt)
+- Mastodon: [@octo@mastodon.uno](https://mastodon.uno/@octo)
+- Matrix: [@octt:matrix.org](https://matrix.to/#/@octt:matrix.org)
- There were also my ActivityPub instances here, but then [**incidents**] happened(../Posts/2023-01-28-Problemi-Hardware-Diventano-Mentali).
### Cryptography, proofs, and other profiles
-I finally decided to set up a cryptographic profile compatible with Keyoxide, a very nice tool for creating decentralized online identity verifications. Here it is: {[:MdTgtBlank:]}.
+I finally decided to set up a cryptographic profile compatible with Keyoxide, a very nice tool for creating decentralized online identity verifications. Here it is: .
By visiting it, in addition to simply being able to access links to some of my other online profiles, it is possible to have cryptographic proof of the fact that any given account belongs to me, and not to any _sus impostor_.
It is also possible to take my public PGP key, or use the convenient interface of the app (web or otherwise), to reliably encrypt secret messages to send to me.
@@ -86,4 +86,4 @@ Here on the site, however, I have not yet had clear enough ideas, nor the necess

_I? Cutie. Absolutely indisputable._
-_You? Meh, maybe.. I think???_
+_You? Meh, maybe.. I think???_
\ No newline at end of file
diff --git a/en/miscellanea/Donazioni.md b/en/miscellanea/Donazioni.md
index 9bc4e48..6a5f89b 100644
--- a/en/miscellanea/Donazioni.md
+++ b/en/miscellanea/Donazioni.md
@@ -29,7 +29,7 @@ Open my Coindrop page to see the cryptocurrencies I accept and their addresses:
_Note: Coindrop requires (free) JavaScript code to run. It's a problem that needs to be solved somehow, in my opinion, but for now this is it._
_Note: ETH is listed for completeness, but the Ethereum network sucks and is unusable for fees; However, donations on the Binance network for that address are welcome._
-Should I accept other currencies in the future, for example I would be interested in trying [Nano](https://nano.org){[:MdTgtBlank:]}, which claims to have a low environmental impact.
+Should I accept other currencies in the future, for example I would be interested in trying [Nano](https://nano.org), which claims to have a low environmental impact.
If you really want, you can choose to install, on your machines, mining software for the cryptocurrency you would like to donate to me, setting the program to send payments to my address. By following this path, you don't even need a wallet for the currency in question, and you will simply use your electricity to get the money to donate to me.
Bear in mind that I haven't been interested in mining for a while, so I don't know which programs to recommend, I would tell you to ask more experienced people. But please don't create a mining farm fueled by dead dinosaurs, oil, methane gas, I have no idea, just to donate to me (or, actually, don't do it in general, please)! The best would be to use a [Rasperino Solare](./Posts/2022-06-23-0000-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.html), if you can.
diff --git a/en/miscellanea/Raccolta-Musica.md b/en/miscellanea/Raccolta-Musica.md
index 860e32d..672965b 100644
--- a/en/miscellanea/Raccolta-Musica.md
+++ b/en/miscellanea/Raccolta-Musica.md
@@ -14,12 +14,12 @@ _Under construction..._
- Macross 82-99
Mainly music from the future-funk genre, a subgenre of vaporwave with a more rhythmic and nicer tone. Each album has different sound themes, with references to Japanese pop culture of the 80s and 90s. More or less all of his songs manage to be very calm and relaxing.
- • [SoundCloud](https://soundcloud.com/macross-82-99){[:MdTgtBlank:]}, [YouTube](https://www.youtube.com/channel/UCYIQZpv7Jv9GImzgknNZNPA){[:MdTgtBlank: ]}, [Bandcamp](https://macross82-99.bandcamp.com/music){[:MdTgtBlank:]}, [Archive.org](https://archive.org/details/macross-82-99 -01-meeting-point){[:MdTgtBlank:]}
+ • [SoundCloud](https://soundcloud.com/macross-82-99), [YouTube](https://www.youtube.com/channel/UCYIQZpv7Jv9GImzgknNZNPA), [Bandcamp](https://macross82-99 .bandcamp.com/music), [Archive.org](https://archive.org/details/macross-82-99-01-meeting-point)
- Moe Shop
Mostly lively songs, with an anime atmosphere, so to speak. I think the album covers go very well with his music. Some of his pieces have less playful sounds and characteristics closer to more common types of electronic music, but I still manage to appreciate them a lot.
- • [SoundCloud](https://soundcloud.com/moeshop){[:MdTgtBlank:]}, [YouTube](https://invidious.nerdvpn.de/channel/UCcKTRoHPP2hPaom63QGaiBw){[:MdTgtBlank:]}, [ Bandcamp](https://moeshop.bandcamp.com/music){[:MdTgtBlank:]}, [Archive.org](https://archive.org/details/Moe-Shop-Full-Discography){[: MdTgtBlank:]}
+ • [SoundCloud](https://soundcloud.com/moeshop), [YouTube](https://invidious.nerdvpn.de/channel/UCcKTRoHPP2hPaom63QGaiBw), [Bandcamp](https://moeshop.bandcamp.com/music ), [Archive.org](https://archive.org/details/Moe-Shop-Full-Discography)
- Ujico / Snail's House
-I knew they were the same person, but I didn't know that "Ujico" and "Snail's House" were actually characters with different identities[[?](https://en.m.wikipedia.org/wiki/Snail's_House #History){[:MdTgtBlank:]}] regarding the musical composition. I was initially introduced to his music, at least some of it future-bass, made under the name Snail's House. There you can see his current style, whose kawaii electronic sounds I have always liked. Later, I discovered his previous albums, which in terms of expressiveness are oriented more towards the complex of the music itself, and not the small details. Two very different ways of creating a genre of music, with different settings, but both with the same magnificent personal tone.
- • [SoundCloud](https://soundcloud.com/ujico){[:MdTgtBlank:]}, [YouTube](https://www.youtube.com/channel/UCYxBY8mhJ7R2rMIcQ28H_Zw){[:MdTgtBlank:]}, [ Bandcamp](https://0101.bandcamp.com/music){[:MdTgtBlank:]}, [Archive.org](https://archive.org/details/ujico-snails-house-full-discography){ [:MdTgtBlank:]}
\ No newline at end of file
+I knew they were the same person, but I didn't know that "Ujico" and "Snail's House" were actually characters with different identities[[?](https://en.m.wikipedia.org/wiki/Snail's_House #History)] regarding the musical composition. I was initially introduced to his music, at least some of it future-bass, made under the name Snail's House. There you can see his current style, whose kawaii electronic sounds I have always liked. Later, I discovered his previous albums, which in terms of expressiveness are oriented more towards the complex of the music itself, and not the small details. Two very different ways of creating a genre of music, with different settings, but both with the same magnificent personal tone.
+ • [SoundCloud](https://soundcloud.com/ujico), [YouTube](https://www.youtube.com/channel/UCYxBY8mhJ7R2rMIcQ28H_Zw), [Bandcamp](https://0101.bandcamp.com/music ), [Archive.org](https://archive.org/details/ujico-snails-house-full-discography)
\ No newline at end of file
diff --git a/en/miscellanea/Raccolta-Siti-Internet.md b/en/miscellanea/Raccolta-Siti-Internet.md
index b0bb5b9..778e5d1 100644
--- a/en/miscellanea/Raccolta-Siti-Internet.md
+++ b/en/miscellanea/Raccolta-Siti-Internet.md
@@ -4,7 +4,7 @@ Aliases = [
"/Collections/Internet/Collection-Internet-Sites.html",
]
Categories = [ "Internet" ]
-Lastmod = 2022-10-20
+Lastmod = 2024-08-28
+++
{{< noticeAutomaticTranslation it >}}
@@ -18,7 +18,8 @@ The country flags (emoji, perhaps not visible on older browsers) next to the nam
-
@@ -150,9 +159,9 @@ It's a nice site that I found by chance, which collects various information on t
-## [:HNotesRefsHTML:]
+## {{% i18n notes-refs %}}
[^Lossless PNG Compression Commands]: The best way to reduce PNG images to the smallest possible size, without losing even a single pixel of quality, is to use these two commands together (keeping in mind to evaluate on a case-by-case basis, as images already very small can actually in certain cases be inflated by one or the other command):
-[pngcrush](https://pmt.sourceforge.io/pngcrush){[:MdTgtBlank:]} -brute -reduce IN.PNG OUT.PNG;
-[pngquant](https://pngquant.org){[:MdTgtBlank:]} -v --strip --speed=1 --quality=100-100 -o OUT.PNG IN.PNG
\ No newline at end of file
+[pngcrush](https://pmt.sourceforge.io/pngcrush) -brute -reduce IN.PNG OUT.PNG;
+[pngquant](https://pngquant.org) -v --strip --speed=1 --quality=100-100 -o OUT.PNG IN.PNG
\ No newline at end of file
diff --git a/en/miscellanea/Raccolta-Videogiochi/2048.md b/en/miscellanea/Raccolta-Videogiochi/2048.md
index 311e414..23335c5 100644
--- a/en/miscellanea/Raccolta-Videogiochi/2048.md
+++ b/en/miscellanea/Raccolta-Videogiochi/2048.md
@@ -40,16 +40,16 @@ h1, h2, h3, h4, h5, h6 { color: #e090e0; }
The official implementation of the game is open source, which has led to the creation of many clones and modified versions that implement the most varied mechanics.
-...**WIP**... If you want to find out more about the game, read on [Wikipedia](https://it.wikipedia.org/2048_(videogame)){[:MdTgtBlank:]}.
+...**WIP**... If you want to find out more about the game, read on [Wikipedia](https://it.wikipedia.org/2048_(videogame)).
## Implementations
-* **Official** (Gabriele Cirulli): [Web](https://play2048.co/){[:MdTgtBlank:]}, [Git](https://github.com/gabrielecirulli/2048){[ :MdTgtBlank:]}
+* **Official** (Gabriele Cirulli): [Web](https://play2048.co/), [Git](https://github.com/gabrielecirulli/2048)
## Clones
-* **2248**: [Web](https://2248game.com/){[:MdTgtBlank:]}
+* **2248**: [Web](https://2248game.com/)
-## [:HNotesRefsHtml:]
+## {{% i18n notes-refs %}}
-[^PageBg]: **Page Background**: [Source](https://yandex.com/games/app/176908){[:MdTgtBlank:]}
\ No newline at end of file
+[^PageBg]: **Page Background**: [Source](https://yandex.com/games/app/176908)
\ No newline at end of file
diff --git a/en/miscellanea/Raccolta-Videogiochi/Minecraft.md b/en/miscellanea/Raccolta-Videogiochi/Minecraft.md
index ec51dd4..cf8fed7 100644
--- a/en/miscellanea/Raccolta-Videogiochi/Minecraft.md
+++ b/en/miscellanea/Raccolta-Videogiochi/Minecraft.md
@@ -12,7 +12,7 @@ I believe Minecraft can be defined as **the** modern game (for better or worse)
At first it's making "houses" that are 4x4 holes under the ground, but later it becomes creating titanic installations, purely aesthetic or even totally functional - let's not forget that Minecraft, with its redstone, is Turing-complete. And in the end? Well, it will never come to an end...
-...WIP. For other information that is not totally subjective, for now there is [Wikipedia](https://it.wikipedia.org/Minecraft){[:MdTgtBlank:]}.
+...WIP. For other information that is not totally subjective, for now there is [Wikipedia](https://it.wikipedia.org/Minecraft).
## My story
@@ -21,7 +21,7 @@ I discovered Minecraft when I was maybe 7 years old, because another kid had it
It was difficult to get the application, for reasons relating to my general use of Android at the time, but I finally managed to get it on my Galaxy Player, and then on my break-in tablet. At first I had the demo, needless to say it wasn't good because progress couldn't be saved upon exit, and so playing was pointless. Then, somehow that I don't even remember, I managed to find the APK of the full version.
From there, every hour of play was a new discovery, or a new self-imposed goal accomplished. I started building strange buildings that were difficult to navigate, with intricate passages, that if I wanted to do today I wouldn't even know where to start.
-Due to a whole series of events, I lost the worlds I had on the tablet (which were nothing special, in fact I don't even remember them well), but those of the Galaxy Player are still there today. Here are some photos of what was my major at the time: {[:MdTgtBlank:]}.
+Due to a whole series of events, I lost the worlds I had on the tablet (which were nothing special, in fact I don't even remember them well), but those of the Galaxy Player are still there today. Here are some photos of what was my major at the time: .
Shortly afterwards I learned, thanks to an application that I don't remember whether I discovered it by chance on Google Play or was recommended to me, of the existence of thematic maps created and shared by other players online. I lost some time on them, especially on the parkour ones: with the touch controls (and at the time no crouching!) they quickly became torture, but when you manage to make the difficult jumps and move forward it's always nice.
@@ -40,4 +40,4 @@ Then there were other things in between, between MCPE becoming Bedrock Edition,
Now there are alternating months in which I open Minecraft almost every day, and others (definitely more frequent) in which I completely forget that it exists. Almost 3 years ago SpaccCraft was born - the third edition, if we want to be honest towards those other two worlds in which we exaggerated a little too much and did **literally** smash, but basically we have to since "SpaccCraft" it comes right from there - and now that too has declined. The server works, but it runs practically empty, no one plays and I can't complain too much about it, as first of all I don't find the time to do it.
-Take a look at [the SpaccCraft site](https://spacccraft.altervista.org){[:MdTgtBlank:]}, there's a bit more concrete stuff to see, and a few ruminations about my whole life .
\ No newline at end of file
+Take a look at [the SpaccCraft website](https://spacccraft.altervista.org), there's a bit more concrete stuff to see, and a few ruminations about my whole life.
\ No newline at end of file
diff --git a/en/miscellanea/Raccolta-Videogiochi/Minesweeper.md b/en/miscellanea/Raccolta-Videogiochi/Minesweeper.md
index 73b601c..422c7c3 100644
--- a/en/miscellanea/Raccolta-Videogiochi/Minesweeper.md
+++ b/en/miscellanea/Raccolta-Videogiochi/Minesweeper.md
@@ -48,7 +48,7 @@ This is all absurd if you consider what stuff we're talking about:
* A game belonging to a distant era in which the concept of "gamification" was alien to everyone, and free-to-play video games were truly free: **not** built specifically to create addiction or pressure on players, as in-app purchases didn't exist.
-Personally, I also call the minefield "**minesweeper**", to joke about an incorrect pseudo-literal translation of the word "minesweeper" (literally but correctly "[minesweeper](https://it.wikipedia.org/Minesweeper) {[:MdTgtBlank:]}") in Italian. At certain moments, in an instant it becomes "**minaspiazzante**", when it puts you in front of strange crossroads or intricate bomb placement schemes.
+Personally, I also call the minefield "**minesweeper**", to joke about an incorrect pseudo-literal translation of the word "minesweeper" (literally but correctly "[minesweeper](https://it.wikipedia.org/Minesweeper) ") in Italian. At certain moments, in an instant it becomes "**minaspiazzante**", when it puts you in front of strange crossroads or intricate bomb placement schemes.
But, if these are all things that even a third party observer can notice, this apparently simple and office pastime hides much more. Minesweeper somehow manages to offer emotions that, again due to the objective circumstances, are difficult to communicate to the world.
@@ -58,15 +58,15 @@ By accumulating that single or double daily batch over the weeks, months, and ye
Paraphrasing what [a PCGamesN author] writes (https://www.pcgamesn.com/minesweeper/get-free): **Minesweeper is one of the purest forms of digital escapism** that you can experience, because it is the practical demonstration of how a game, to be deeply immersive, does not have a vital need for a detailed _open world_, elaborate narrative, or characters to become attached to.
-...Sorry, there's work in progress on this page, I'm setting mines around to troll the next people who come here to read and they will stumble upon a few words... if in the meantime you want to learn how to play read [Wikipedia](https://it.wikipedia.org/Campo_minato_(videogioco)){[:MdTgtBlank:]}, go ahead...
+...Sorry, there's work in progress on this page, I'm setting mines around to troll the next people who come here to read and they will stumble upon a few words... if in the meantime you want to learn how to play read [Wikipedia](https://it.wikipedia.org/Campo_minato_(videogioco)), go ahead...
## Curiosity
-* In the 90s, **even at Microsoft** everyone was [obsessed with Minesweeper, especially Bill Gates](https://arstechnica.com/gaming/2023/02/how-bill-gates-minesweeper-addiction-helped -lead-to-the-xbox){[:MdTgtBlank:]}. I would say that it is not difficult to see how...
+* In the 90s, **even at Microsoft** everyone was [obsessed with Minesweeper, especially Bill Gates](https://arstechnica.com/gaming/2023/02/how-bill-gates-minesweeper-addiction-helped -lead-to-the-xbox). I would say that it is not difficult to see how...
-* In 1999, following complaints from a certain Sergio Chiodo (??), who argued that the concept of the minefield game was offensive to the victims of real anti-personnel mines in the world, the [International Campaign for the banning of Campo Minato](http://fc.retecivica.milano.it/rcmweb/fnm/princ.htm#italiano){[:MdTgtBlank:]}. Microsoft partially buckled under the pressure, and in Windows Me and 2000 replaced the bombs in the game with flowers, and renamed the game "Meadow of Flowers".[^Regional_Differences]
+* In 1999, following complaints from a certain Sergio Chiodo (??), who argued that the concept of the minefield game was offensive to the victims of real anti-personnel mines in the world, the [International Campaign for the banning of Campo Minato](http://fc.retecivica.milano.it/rcmweb/fnm/princ.htm#italiano). Microsoft partially buckled under the pressure, and in Windows Me and 2000 replaced the bombs in the game with flowers, and renamed the game "Meadow of Flowers".[^Regional_Differences]
* The campaign only caught on to a limited extent outside Italy (?), and only with Windows Vista did the concept of the meadow of flowers game become global. Microsoft has given the possibility to change the game included in the system between mine theme and flower theme, a setting which has a different default value based on the country.[^Windows_Vista_and_Windows_7]
@@ -75,24 +75,24 @@ Paraphrasing what [a PCGamesN author] writes (https://www.pcgamesn.com/minesweep
* For **PC**, the **Microsoft original** isn't too bad. The **Windows** XP version works on the latest versions of the system, and even on **Wine**. Unfortunately, it scales a little poorly on high-resolution screens, as the squares are a fixed size and there is no zoom. It hasn't been included in Windows for years, perhaps for this reason, but it can be downloaded from the Web:
- * Global XP Version: [Minesweeper.exe](https://archive.org/download/Minesweeper_201811/Minesweeper.exe){[:MdTgtBlank:]}
- * Italian XP version: [Prato Fiorito.exe](https://archive.org/download/prato-fiorito/PRATO_FIORITO.exe){[:MdTgtBlank:]}
+ * Global XP Version: [Minesweeper.exe](https://archive.org/download/Minesweeper_201811/Minesweeper.exe)
+ * Italian XP version: [Prato Fiorito.exe](https://archive.org/download/prato-fiorito/PRATO_FIORITO.exe)
* On **Android**, and I dare say in general, the best implementation I've found is **Antimine**.
- * Download from F-Droid: [dev.lucanlm.antimine](https://f-droid.org/packages/dev.lucanlm.antimine){[:MdTgtBlank:]}
- * Source Code: [antimine-android](https://github.com/lucasnlm/antimine-android){[:MdTgtBlank:]}
+ * Download from F-Droid: [dev.lucanlm.antimine](https://f-droid.org/packages/dev.lucanlm.antimine)
+ * Source Code: [antimine-android](https://github.com/lucasnlm/antimine-android)
* To play from **Web browser**, well, on this page I'm putting together something that for my personal tastes is the best available. It works well on both desktop and mobile (although the time you have to hold down a dial to plant a flag is long there), and has minimal graphics.
I'm working on making the game customizable, for the moment you can only play with what I've implemented as a minigame to unlock reading the [Curiosities](#-Curiosities) section (if you don't see anything, activate JavaScript!).
-**Note**: My implementation is based on [vue-minesweeper](https://github.com/antfu/vue-minesweeper){[:MdTgtBlank:]}, with some personal modifications for embedding. All my modified code is [in the sitoctt repository](https://gitlab.com/octtspacc/sitoctt/-/tree/main/Assets/vuesweeper-core){[:MdTgtBlank:]} (MIT license).
+**Note**: My implementation is based on [vue-minesweeper](https://github.com/antfu/vue-minesweeper), with some personal modifications for embedding. All my modified code is [in the sitoctt repository](https://gitlab.com/octtspacc/sitoctt/-/tree/main/Assets/vuesweeper-core) (MIT license).
## Similar and Clones
-* [Bullets](https://ojs.aaai.org/index.php/AAAI/article/view/21561/21310){[:MdTgtBlank:]}, Playable minefield on paper.
+* [Bullets](https://ojs.aaai.org/index.php/AAAI/article/view/21561/21310), Minefield playable on paper.
-* [Kaboom](https://pwmarcz.pl/blog/kaboom){[:MdTgtBlank:]}, a "_cruel but honest_" Minesweeper:
+* [Kaboom](https://pwmarcz.pl/blog/kaboom), a "_cruel but honest_" Minesweeper:
* The **placement of mines** is not **chosen** once and for all at the beginning, but **with each move**.
* When you are in a situation of guessing (there are no adjacent cells proven to be safe), you have a 100% chance of surviving.
* When you don't have to guess, and you do, the game chooses the worst possible outcome.
@@ -101,14 +101,14 @@ I'm working on making the game customizable, for the moment you can only play wi
## Other Resources
-* [Authoritative Minesweeper](https://minesweepergame.com){[:MdTgtBlank:]}
+* [Authoritative Minesweeper](https://minesweepergame.com)
-* [Minesweeper is one of the purest gaming experiences](https://old.reddit.com/r/patientgamers/comments/11i6zqy/minesweeper_is_one_of_the_purest_gaming/){[:MdTgtBlank:]}
+* [Minesweeper is one of the purest gaming experiences](https://old.reddit.com/r/patientgamers/comments/11i6zqy/minesweeper_is_one_of_the_purest_gaming/)
-## [:HNotesRefsHtml:]
+## {{% i18n notes-refs %}}
-[^Regional_Differences]: {[:MdTgtBlank:]}
-[^Windows_Vista_and_Windows_7]: {[:MdTgtBlank:]}
-[^PageBg]: **Page Background**: [Source](https://www.techradar.com/news/gaming/the-most-successful-game-ever-a-history-of-minesweeper-596504 ){[:MdTgtBlank:]}
+[^Regional_Differences]:
+[^Windows_Vista_and_Windows_7]:
+[^PageBg]: **Page Background**: [Source](https://www.techradar.com/news/gaming/the-most-successful-game-ever-a-history-of-minesweeper-596504 )
\ No newline at end of file
diff --git a/en/miscellanea/Raccolta-Videogiochi/Mirrors-Edge.md b/en/miscellanea/Raccolta-Videogiochi/Mirrors-Edge.md
index dfc5b14..15139f1 100644
--- a/en/miscellanea/Raccolta-Videogiochi/Mirrors-Edge.md
+++ b/en/miscellanea/Raccolta-Videogiochi/Mirrors-Edge.md
@@ -8,8 +8,16 @@ Lastmod = 2023-04-01
+
+
+
+From YouTube/2N1TJP1cxmo.
The best way to describe **Mirror's Edge** is to say that it's a game in constant motion. Literally standing on the edge of the mirror, the edges of the enormous glass of which the buildings of La Città are made, one runs and jumps without any brakes.
@@ -19,4 +27,4 @@ For a title that can be enjoyed with standard equipment, not in virtual reality,
The game cannot disappoint even those who, after a subjective analysis, might believe that such a formula could quickly become monotonous: _Mirror's Edge_ is not just platforming and parkour, but features hand-to-hand combat against human entities (practically the police who want to hinder runners). In the most suitable moments to break up the rhythm of the gameplay, you come across stakeouts that you have to deal with immediately, with dry and continuous moves: the less time you waste, and the sooner you continue on your path, the better.
-It's a real shame that, with a very good probability, we will never see a third game be created for the saga, for reasons related to the trends of the video game market. Oh God, actually a third game already exists, _[Mirror's Edge Mobile](https://it.wikipedia.org/Mirror%27s_Edge_(2010_video_game)){[:MdTgtBlank:]}_: it was released in 2011 (well before by Catalyst) for iOS and Windows Phone, and if perhaps I could try it with Microsoft's Windows Phone emulator for Windows desktop, I would like to be able to play it on my Android smartphone, but for the moment this is not yet possible.
\ No newline at end of file
+It's a real shame that, with a very good probability, we will never see a third game be created for the saga, for reasons related to the trends of the video game market. Oh God, actually a third game already exists, _[Mirror's Edge Mobile](https://it.wikipedia.org/Mirror%27s_Edge_(2010_video_game))_: it was released in 2011 (well before Catalyst) for iOS and Windows Phone, and perhaps I could try it with Microsoft's Windows Phone emulator for Windows desktop, I would like to be able to play it on my Android smartphone, but for the moment this is not yet possible.
\ No newline at end of file
diff --git a/en/miscellanea/Raccolta-Videogiochi/Nonogram.md b/en/miscellanea/Raccolta-Videogiochi/Nonogram.md
index 6d87881..9a47c5f 100644
--- a/en/miscellanea/Raccolta-Videogiochi/Nonogram.md
+++ b/en/miscellanea/Raccolta-Videogiochi/Nonogram.md
@@ -31,8 +31,8 @@ Lastmod = 2023-03-22
**Nonogram** (also known as **Picross**, **Crucipixel**, and about twenty other names) are puzzles that consist of filling a grid of squares in order to reveal an image, using the numbers at the sides of the sheet to find intersections between rows and columns.
-WIP... If you want to discover other things or learn how to play, read on [Wikipedia](https://it.wikipedia.org/Nonogram){[:MdTgtBlank:]}.
+WIP... If you want to discover other things or learn how to play, read on [Wikipedia](https://it.wikipedia.org/Nonogram).
-## [:HNotesRefsHtml:]
+## {{% i18n notes-refs %}}
-[^PageBg]: **Page Background**: [Source](https://stock.adobe.com/en/images/close-up-pen-on-a-sheet-with-a-solved-japanese -crossword-leisure-activities/323111281){[:MdTgtBlank:]}
\ No newline at end of file
+[^PageBg]: **Page Background**: [Source](https://stock.adobe.com/en/images/close-up-pen-on-a-sheet-with-a-solved-japanese -crossword-leisure-activities/323111281)
\ No newline at end of file
diff --git a/en/miscellanea/Raccolta-Videogiochi/_index.md b/en/miscellanea/Raccolta-Videogiochi/_index.md
index e751393..e0b9a61 100644
--- a/en/miscellanea/Raccolta-Videogiochi/_index.md
+++ b/en/miscellanea/Raccolta-Videogiochi/_index.md
@@ -39,12 +39,12 @@ But, in short, the charisma of the protagonist character alone makes you want to
### 🍃 Animal Crossing
The premises were creative, but boring: you are a human being who, for some reason, goes on a journey to settle in a village where humanoid animals live with whom you can interact. In the meantime, you have to get into debt with a raccoon who sells you the new house at a very high price, and do what you can to repay, with times that can become infinite. Ah, if you want you can choose your clothing, furnish your house, place flowers in the garden... and?
Animal Crossing is one of those games that simply needs to be tried to be understood: staying in that world manages to induce calm and joy for reasons that apparently go beyond logic.
- • Animal Crossing: New Horizons: Get: {[:MdTgtBlankNofw:]}
+ • Animal Crossing: New Horizons: Get:
### 🐙 Splatoon
Third person shooter which to say is different from the others is an understatement. Splatoon breaks the genre's expectations of war realism, and features cute, dazzlingly colorful gameplay that never lets up. There are no humans shooting bullets with iron, but squids spilling ink.
Playing in Mollusc Melee (this is the name of the 4-on-4 online battles) is fun, but the depth of the game and the inventiveness of the development team can be seen in story mode.
- • Splatoon 3: Get: {[:MdTgtBlankNofw:]}
+ • Splatoon 3: Get:
### 🧱 Tetris
The game created specifically to make people fit together squares of particular shapes that fall from the sky.
@@ -53,7 +53,7 @@ Puzzle game very particular in its simplicity where, as the game difficulty incr
#### Tetris Effect
Tetris effect adds ambient atmospheres to Tetris with many different themes. Visual and sound effects work to enhance each other, and allow for total immersion, even in a game that remains simply made of falling cubes. Hundreds of thousands of particles everywhere, shapes, colors, attractive music, this is its formula. It has some flaws, such as being particularly heavy for a Tetris and having controls that aren't terribly responsive, but that doesn't mean it should be thrown away. It remains to enjoy.
[:YouTubeEmbedOpen169:]PFVL6t8IHE8[:YouTubeEmbedClose:]
-From YouTube/PFVL6t8IHE8.
+From YouTube/PFVL6t8IHE8.
(_on n'a rien compris, non ?_), c'est quelque chose qui demande un travail fastidieux (_prendre l'ancien, évaluer leur qualité, copier le texte, le coller dans les nouveaux fichiers texte, bien le mettre en page, télécharger des photos et des vidéos, bien les optimiser et les télécharger... _ rien que le plaisir de créer, ici c'est une chaîne de montage !), mais ** il faut le faire **.
+Il y a environ un mois, j'ai annoncé avec mon [**decretocto**](../PicoBlog.html#-2022-07-21-Decreto-fu-fatto-2) (_on n'a rien compris, non ?_), c'est quelque chose qui demande un travail fastidieux (_prendre l'ancien, évaluer leur qualité, copier le texte, le coller dans les nouveaux fichiers texte, bien le mettre en page, télécharger des photos et des vidéos, bien les optimiser et les télécharger... _ rien que le plaisir de créer, ici c'est une chaîne de montage !), mais ** il faut le faire **.
Avec mon temps libre, j'ai déjà commencé à le faire et je vais continuer.
-Les articles de mon [ancien blog](https://noblogo.org/loli-documentatrice){[:MdTgtBlank:]} devraient également être archivés ici, encore une fois à des fins d'organisation et de préservation - mais ceux-ci sont plus faciles.
+Les articles de mon [ancien blog](https://noblogo.org/loli-documentatrice) devraient également être archivés ici, encore une fois à des fins d'organisation et de préservation - mais ceux-ci sont plus faciles.
Pour conclure : peu importe lesquels, mais en tout cas ***le contenu fait le sens*** du site. Cependant, ils le sont uniquement parce qu’ils sont librement accessibles à tous.
Qu'est-ce que cela **vraiment** signifie ? Quiconque a lu [home](../index.html) devrait peut-être le savoir. Je n'ose rien ajouter d'autre, en tout cas ; il faudra attendre un prochain article, dans lequel je reprendrai le sujet là où je le laisse maintenant.
diff --git a/fr/blog/Archive/2022-05-07-Gli-Inaspettati-Vantaggi-della-Chiavetta-Linux.md b/fr/blog/Archive/2022-05-07-Gli-Inaspettati-Vantaggi-della-Chiavetta-Linux.md
index 8cc9f5e..1d27853 100644
--- a/fr/blog/Archive/2022-05-07-Gli-Inaspettati-Vantaggi-della-Chiavetta-Linux.md
+++ b/fr/blog/Archive/2022-05-07-Gli-Inaspettati-Vantaggi-della-Chiavetta-Linux.md
@@ -47,29 +47,29 @@ Une fois que vous avez choisi la clé, le **choix de distribution** Linux reste,
Ici, non seulement les distributions populaires (Ubuntu, Fedora, Mint, Pop!_OS, Manjaro, ...) sont trop volumineuses pour laisser la place à une partition persistante, mais elles seraient inutilisables en raison de la lenteur du stick.
Heureusement, j'avais un chemin en tête que je pouvais suivre, car, au cours des derniers mois, par curiosité, j'avais appris quelque chose sur le monde des distributions Linux légères.
-C'était une époque où je venais de m'intéresser à **[Alpine Linux](https://alpinelinux.org){[:MdTgtBlank:]}**, pour ses idéaux de **légèreté et de minimalisme**. Je l'ai même utilisé sur ordinateur pendant quelques semaines.
-Il était réactif et vif, grâce également à la présence de [musl libc](https://en.m.wikipedia.org/wiki/Musl){[:MdTgtBlank:]} au lieu de la désormais surchargée [GNU libc]( https://en.m.wikipedia.org/wiki/Glibc){[:MdTgtBlank:]}, mais la nécessité de configurer parfois de petites choses à la main, même après l'installation initiale, m'a amené à m'en éloigner. Cependant, je pensais que cela conviendrait à un système installé sur un stockage petit et lent, avec peu d'applications.
-Je l'ai ensuite installé, incluant parmi les logiciels indispensables (ainsi que serveur vidéo et audio) : [Window Maker](https://www.windowmaker.org){[:MdTgtBlank:]} (un gestionnaire de fenêtres léger), [ Firefox](https://firefox.com){[:MdTgtBlank:]} et des applications GUI mineures, notamment : un émulateur de terminal, un gestionnaire de fichiers et un éditeur de texte.
+C'était une époque où je venais de m'intéresser à **[Alpine Linux](https://alpinelinux.org)**, pour ses idéaux de **légèreté et de minimalisme**. Je l'ai même utilisé sur ordinateur pendant quelques semaines.
+Il était réactif et vif, grâce également à la présence de [musl libc](https://en.m.wikipedia.org/wiki/Musl) au lieu de la désormais surchargée [GNU libc]( https://en.m.wikipedia.org/wiki/Glibc), mais la nécessité de configurer parfois de petites choses à la main, même après l'installation initiale, m'a amené à m'en éloigner. Cependant, je pensais que cela conviendrait à un système installé sur un stockage petit et lent, avec peu d'applications.
+Je l'ai ensuite installé, incluant parmi les logiciels indispensables (ainsi que serveur vidéo et audio) : [Window Maker](https://www.windowmaker.org) (un gestionnaire de fenêtres léger), [ Firefox](https://firefox.com) et des applications GUI mineures, notamment : un émulateur de terminal, un gestionnaire de fichiers et un éditeur de texte.
-Dans l’ensemble, cela a bien fonctionné et rapidement mais, malgré le peu d’applications installées, la mémoire débordait. Cela me poserait quelques problèmes plus tard : par exemple, il n'y avait pas d'espace pour mettre Minecraft et jouer à [SpaccCraft](https://wikispacc.miraheze.org/wiki/SpaccCraft){[:MdTgtBlank:]}, ce que je voulais parce que ça peut être utile.
+Dans l’ensemble, cela a bien fonctionné et rapidement mais, malgré le peu d’applications installées, la mémoire débordait. Cela me poserait quelques problèmes plus tard : par exemple, il n'y avait pas d'espace pour mettre Minecraft et jouer à [SpaccCraft](https://wikispacc.miraheze.org/wiki/SpaccCraft), ce que je voulais parce que ça peut être utile.
Ceci - ainsi que le fait que plus tard j'ai pensé que, peut-être, le chiffrement de la clé USB serait nécessaire pour protéger mes données contre le vol ou la perte, mais mes tentatives de chiffrement du système déjà installé ont échoué - m'a fait m'arrêter un instant pour refléter_.
Comme j'aurais de toute façon dû réinstaller le système, j'en ai profité pour **changer de distribution**.
Bien que dans le passé, lorsque j'essayais un petit quelque chose, cela m'avait posé quelques problèmes en tant que système persistant, j'ai décidé de donner **[Puppy Linux](https://puppylinux-woof-ce.github.io){[ :MdTgtBlank:] une chance }** sérieusement.
L'image de base de la dernière version de Puppy (au moment de la rédaction, 9.5) ne pèse que 400 Mo, mais elle inclut un système de bureau assez complet, avec des dizaines d'applications préchargées pour les besoins les plus variés.
-Comment peut-il être si **compact mais plein de trucs** à la fois ? Grâce à l'utilisation de [SquashFS](https://en.m.wikipedia.org/wiki/SquashFS){[:MdTgtBlank:]}, un système de fichiers compressé en lecture seule, qui prend en charge des algorithmes de compression extrêmement efficaces tels que [ LZ4](https://en.m.wikipedia.org/wiki/LZ4_(compression_algorithm)){[:MdTgtBlank:]} et [ZSTD](https://en.m.wikipedia.org/wiki/Zstd) {[:MdTgtBlank:]}. En effet, si elle était complètement décompressée, l’image pèserait environ 2,5 Go. Même le choix d'inclure **plus d'applications minimales** apporte cependant beaucoup, si l'on considère que pratiquement tous les live CD Linux utilisent SquashFS, alors que ceux des distributions plus traditionnelles pèsent plusieurs Go.
+Comment peut-il être si **compact mais plein de trucs** à la fois ? Grâce à l'utilisation de [SquashFS](https://en.m.wikipedia.org/wiki/SquashFS), un système de fichiers compressé en lecture seule, qui prend en charge des algorithmes de compression extrêmement efficaces tels que [ LZ4](https://en.m.wikipedia.org/wiki/LZ4_(compression_algorithm)) et [ZSTD](https://en.m.wikipedia.org/wiki/Zstd) . En effet, si elle était complètement décompressée, l’image pèserait environ 2,5 Go. Même le choix d'inclure **plus d'applications minimales** apporte cependant beaucoup, si l'on considère que pratiquement tous les live CD Linux utilisent SquashFS, alors que ceux des distributions plus traditionnelles pèsent plusieurs Go.
### À ce jour
**Puppy est la distribution que j'ai encore** sur la clé USB.
A part quelques petits soucis (genre : comment diable connecter un clavier Bluetooth ??? et bon, maintenant je n'en ai plus besoin_), il fonctionne très bien et est rapide à tous points de vue.
-Après avoir configuré le cryptage [LUKS](https://en.m.wikipedia.org/wiki/Linux_Unified_Key_Setup){[:MdTgtBlank:]} sur la partition inscriptible, mes données (fichiers personnels et sessions de navigateur) sont désormais protégées contre d'éventuels accidents.
-Le gestionnaire de fenêtres intégré, [JWM](https://en.m.wikipedia.org/wiki/JWM){[:MdTgtBlank:]}, est également très propre et je l'aime bien - même si j'aurais aimé qu'il l'ait certaines fonctionnalités d'alignement des fenêtres (il semble n'y avoir rien, ou est-ce que je me trompe ?).
+Après avoir configuré le cryptage [LUKS](https://en.m.wikipedia.org/wiki/Linux_Unified_Key_Setup) sur la partition inscriptible, mes données (fichiers personnels et sessions de navigateur) sont désormais protégées contre d'éventuels accidents.
+Le gestionnaire de fenêtres intégré, [JWM](https://en.m.wikipedia.org/wiki/JWM), est également très propre et je l'aime bien - même si j'aurais aimé qu'il l'ait certaines fonctionnalités d'alignement des fenêtres (il semble n'y avoir rien, ou est-ce que je me trompe ?).
Et maintenant, enfin, j'ai suffisamment d'espace libre ; et j'ai aussi Minecraft !

-_Crédits de fond : [pixelartmaker.com/art/becdd8955dc57eb](http://pixelartmaker.com/art/becdd8955dc57eb){[:MdTgtBlank:]}_
+_Crédits de fond : [pixelartmaker.com/art/becdd8955dc57eb](http://pixelartmaker.com/art/becdd8955dc57eb)_
### Avantages importants
@@ -78,9 +78,9 @@ Les raisons, tous avantages importants, sont les suivantes ; certains s'appliqu
- J'ai un **système qui s'adapte** à mes goûts, que je peux emporter dans ma poche et utiliser **sur n'importe quel PC**, sans jamais avoir à reconfigurer quoi que ce soit (sauf parfois les paramètres du BIOS) .
- Le système en question, contrairement à ce que j'ai pu trouver sur la grande majorité des PC du moment (Windows), **respecte mes libertés**, et ne finit pas mes données entre les mains d'une société monopolistique qui, en échange, cela ne m'apporterait absolument rien : sur tous les PC que j'utilise, même ceux qui ne sont pas les miens, je reste cohérent avec mes valeurs.
-- Le **secret** concernant ce que je fais sur le PC à ce moment-là est bien **plus certain**, tout comme la sécurité de mes données : vous avez bien raison de vous méfier de tout système d'exploitation installé sur les PC publics, n'importe quel outil d'espionnage pourrait être installé (et, en fait, c'est le cas sur certains PC de l'école : il existe un programme de contrôle de bureau à distance conçu pour les écoles, [LanSchool](https://en.m.wikipedia. org/wiki/LanSchool){[:MdTgtBlank:]}).
-- J'ai toujours toutes mes **données essentielles avec moi**, qu'il s'agisse de simples documents ou de sessions ouvertes sur différentes applications (comme le toujours pratique [Element](https://element.io){[:MdTgtBlank:]} , pour envoyer des messages et échanger des notes et des petits fichiers entre mes appareils).
-- Certains **logiciels particuliers**, comme Minecraft Java (qui, apparemment, peuvent ne pas fonctionner sur certains PC Windows, car peut-être que les pilotes GPU ne fonctionnent pas correctement et que Windows ne dispose pas du logiciel d'émulation OpenGL de [Mesa] ( https://en.m.wikipedia.org/wiki/Mesa_(computer_graphics)){[:MdTgtBlank:]} au niveau du système, par opposition à Linux), **devrait toujours fonctionner** !
+- Le **secret** concernant ce que je fais sur le PC à ce moment-là est bien **plus certain**, tout comme la sécurité de mes données : vous avez bien raison de vous méfier de tout système d'exploitation installé sur les PC publics, n'importe quel outil d'espionnage pourrait être installé (et, en fait, c'est le cas sur certains PC de l'école : il existe un programme de contrôle de bureau à distance conçu pour les écoles, [LanSchool](https://en.m.wikipedia. org/wiki/LanSchool)).
+- J'ai toujours toutes mes **données essentielles avec moi**, qu'il s'agisse de simples documents ou de sessions ouvertes sur différentes applications (comme le toujours pratique [Element](https://element.io) , pour envoyer des messages et échanger des notes et des petits fichiers entre mes appareils).
+- Certains **logiciels particuliers**, comme Minecraft Java (qui, apparemment, peuvent ne pas fonctionner sur certains PC Windows, car peut-être que les pilotes GPU ne fonctionnent pas correctement et que Windows ne dispose pas du logiciel d'émulation OpenGL de [Mesa] ( https://en.m.wikipedia.org/wiki/Mesa_(computer_graphics)) au niveau du système, par opposition à Linux), **devrait toujours fonctionner** !
- J'ai un prétexte pour rappeler indirectement que, même en 2022, les **clés USB sont pertinentes**, même ultra bas de gamme.
### Quelques idées
@@ -89,12 +89,12 @@ Je peux conclure en disant : **vous aussi devriez adopter une clé Linux persist
Voici les sites Web de certaines distributions que je n'ai _pas_ mentionnées dans le texte, mais que j'ai essayées dans le passé ou qui valent la peine d'être consultées :
-- [SpaccCraftGo](https://github.com/Spacc-Inc/SpaccCraftGo-Images){[:MdTgtBlank:]} - Puppy Linux rebaptisé [Spacc Inc](https://wikispacc.miraheze.org/wiki/ Spacc_Inc){[:MdTgtBlank:]}, avec l'inclusion de SpaccCraft dans le système ;
-- [Slitaz](https://slitaz.org/en){[:MdTgtBlank:]} - Système de version continue de 50 Mo ;
-- [Porteus](http://porteus.org){[:MdTgtBlank:]} - Distribution live basée sur la modularité ;
-- [antiX](https://antixlinux.com){[:MdTgtBlank:]}
-- [Slax](https://slax.org){[:MdTgtBlank:]}
+- [SpaccCraftGo](https://github.com/Spacc-Inc/SpaccCraftGo-Images) - Puppy Linux rebaptisé [Spacc Inc](https://wikispacc.miraheze.org/wiki/ Spacc_Inc), avec l'inclusion de SpaccCraft dans le système ;
+- [Slitaz](https://slitaz.org/en) - Système de version continue de 50 Mo ;
+- [Porteus](http://porteus.org) - Distribution live basée sur la modularité ;
+- [antiX](https://antixlinux.com)
+- [Slax](https://slax.org)
### 🏷️ Notes/Références
-[^ Mise à jour 2022-08-13] : **Mise à jour 2022-08-13** : J'ai importé cet article de mon ancien blog ({[:MdTgtBlank:]}), pour mieux la préserver et tester certaines choses. J'en ai profité pour, en plus d'améliorer la mise en forme, modifier partiellement la forme de certaines phrases. Le contenu reste pratiquement le même.
\ No newline at end of file
+[^ Mise à jour 2022-08-13] : **Mise à jour 2022-08-13** : J'ai importé cet article de mon ancien blog (), pour mieux la préserver et tester certaines choses. J'en ai profité pour, en plus d'améliorer la mise en forme, modifier partiellement la forme de certaines phrases. Le contenu reste pratiquement le même.
\ No newline at end of file
diff --git a/fr/blog/MicroBlog/2022-09-11-Che-Accade.md b/fr/blog/MicroBlog/2022-09-11-Che-Accade.md
index 5338ebe..c37c26c 100644
--- a/fr/blog/MicroBlog/2022-09-11-Che-Accade.md
+++ b/fr/blog/MicroBlog/2022-09-11-Che-Accade.md
@@ -18,7 +18,7 @@ Tout d’abord, l’école a repris avant-hier pour moi.
Il est encore trop tôt pour que ça me vole du temps l'après-midi, mais le matin l'histoire est un peu ce qu'elle est. Tout comme le désordre quand on recommence est toujours le même, avec des horaires chamboulés et en général toujours des vacances en tête.
En raison de ces facteurs, j’ai un peu moins de temps au total pour faire de petites choses.
-Ajoutons qu'en raison d'un curieux besoin, j'ai dû commencer ces derniers jours à programmer [encore un nouvel instrument](https://gitlab.com/octospacc/links){[:MdTgtBlank:]}. .. Je ne commence pas à bavarder sur le sujet lui-même, car cette section est pour tout sauf mes aventures de développement, mais les difficultés peuvent être racontées : j'ai commencé à développer jeudi et je n'avais qu'un outil de travail minimal hier soir.
+Ajoutons qu'en raison d'un curieux besoin, j'ai dû commencer ces derniers jours à programmer [encore un nouvel instrument](https://gitlab.com/octospacc/links). .. Je ne commence pas à bavarder sur le sujet lui-même, car cette section est pour tout sauf mes aventures de développement, mais les difficultés peuvent être racontées : j'ai commencé à développer jeudi et je n'avais qu'un outil de travail minimal hier soir.
Tout cela, parce que je voulais exagérer avec l'idée (comme d'habitude), et parce que tous les après-midi du jeudi au dimanche, jusqu'en début de soirée, j'étais [à la foire](./PicoBlog.html#-2022-09-11 - La-fiera) et, rentrant chez eux fatigués, l'envie de planifier était faible.
A ce mélange s'ajoute une autre distraction : après 5 ans, un nouveau chapitre de la saga Splatoon est sorti, et donc il n'y a pas grand-chose à faire, il faut jouer. Cependant, après une brève analyse, j'essaie de ne pas trop jouer avec, d'essayer de le siroter le plus possible pour ne pas le consommer tout de suite.
diff --git a/fr/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md b/fr/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md
index a64f1cc..d0492ac 100644
--- a/fr/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md
+++ b/fr/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md
@@ -11,7 +11,7 @@ Dates = 2022-09-18
-L'autre jour, disons, cela m'a rappelé le fait que j'ai une [Nintendo DSpacc](https://wikispacc.miraheze.org/wiki/DSpacc){[:MdTgtBlank:]} dans mon tiroir.
+L'autre jour, disons, cela m'a rappelé le fait que j'ai une [Nintendo DSpacc](https://wikispacc.miraheze.org/wiki/DSpacc) dans mon tiroir.

@@ -29,7 +29,7 @@ Mais pas parce qu’il ne reste qu’un seul écran ! C'est parce que...
Le fait est que, également parce que je devais prendre une photo pour l'article de WikiSpacc, je l'ai prise l'autre jour. Quand je le vois, je regrette de ne pas l'avoir utilisé, mais malheureusement, il n'y a pas grand-chose à faire.
Mon esprit fou, cependant, m'a rappelé aujourd'hui une idée selon laquelle, si j'étais capable de faire ces choses, cela aurait peut-être même été bien... mais c'est moi.
-Je me suis dit : et si je soudais un flashcart DS à la place du slot ?** Je n'y ai pas pensé de nulle part, je l'ai vu il y a quelque temps dans une modification de la DS faite par une personne qui fait bien ces choses . Dans certaines vidéos d'il y a un an, comme [this](https://invidious.nerdvpn.de/2wxKDzUO23c?t=156){[:MdTgtBlank:]}, vous pouvez voir que cette autre forme de DS a un linker soudé. sur la carte mère.
+Je me suis dit : et si je soudais un flashcart DS à la place du slot ?** Je n'y ai pas pensé de nulle part, je l'ai vu il y a quelque temps dans une modification de la DS faite par une personne qui fait bien ces choses . Dans certaines vidéos d'il y a un an, comme [this](https://invidious.nerdvpn.de/2wxKDzUO23c?t=156), vous pouvez voir que cette autre forme de DS a un linker soudé. sur la carte mère.
Je prends le tournevis et les embouts et démonte la console. Tout va bien, je l'ai fait au moins 4 fois en ne comptant que la DS Lite.
Mais ensuite, je m'arme d'un soudeur... honnêtement, ils devraient me retirer mon permis d'armes, vu les dégâts que je fais.
diff --git a/fr/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md b/fr/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md
index 6c9734d..2b2640e 100644
--- a/fr/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md
+++ b/fr/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md
@@ -11,7 +11,7 @@ Dates = 2022-09-23
-Depuis que je l'ai découvert il y a quelques jours. J'essaie ce logiciel épique qu'est [TiddlyWiki](https://tiddlywiki.com){[:MdTgtBlank:]}.
+Depuis que je l'ai découvert il y a quelques jours. J'essaie ce logiciel épique qu'est [TiddlyWiki](https://tiddlywiki.com).
Je l'ai d'abord trouvé en cherchant quelque chose pour organiser des notes dans un format riche, que je pourrais utiliser pour l'école, et qui était évidemment gratuit.
Il s'agit d'un logiciel wiki, pratiquement dans la même catégorie que MediaWiki (le logiciel sur lequel est basé Wikipédia), mais il présente des caractéristiques bien particulières.
@@ -19,7 +19,7 @@ Tout d'abord, elle n'a pas besoin de serveur, c'est une application qui fonction
Si j'ai commencé à l'utiliser dans le seul but limité de mes études scolaires, mais ces jours-ci, j'ai fini par commencer à l'utiliser beaucoup aussi pour créer ma soi-disant base de connaissances personnelle et publique, sur tout ce que je peux écrire au Je vole dans un format de document non linéaire très bien adapté aux petites notes rapides et interconnectées... ce qui veut dire que c'est vraiment intéressant.
-Je suis un peu désolé de le dire, mais il est possible qu'une partie du temps que je consacrerais normalement au site ctt lui soit retirée, pour être consacrée au OcttKB nouvellement créé - qui, à cet égard, est ici sur {[:MdTgtBlank:]}.
+Je suis un peu désolé de le dire, mais il est possible qu'une partie du temps que je consacrerais normalement au site ctt lui soit retirée, pour être consacrée au OcttKB nouvellement créé - qui, à cet égard, est ici sur .
Autant j'aime tout ce que j'ai construit ces derniers mois, et qui continuera en fait à vivre - à la fois comme lieu d'expression de mon style de conception et comme lieu de publication de contenus élaborés et jamais fragmentés - je dois dire que j'ai trouvé un outil qui arrive à bien canaliser certaines de mes pensées, celles que le site CTTT n'arrive pas à gérer.
Je ne vais pas trop m'expliquer sur le côté technique des avantages ou inconvénients de TiddlyWiki, car on parle d'un logiciel facile à prendre en main, et absolument très compliqué à maîtriser (ça me prendra du temps !) .
diff --git a/fr/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md b/fr/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md
index 45e5e88..6c82d8b 100644
--- a/fr/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md
+++ b/fr/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md
@@ -18,7 +18,7 @@ Eh bien, cette fois, j'ai fait encore pire ; pour comprendre les proportions, il
La carte dont je parlais est arrivée, la modification logicielle pour l'améliorer fonctionne, et j'explore encore un peu le tout. J'aurai le temps de parler de tout dans un long article, que j'écris déjà (mais je ne sais pas combien de temps cela me prendra).
Ce qu'il est important de parler maintenant, c'est d'un problème qui est survenu... Je ne sais même pas quand exactement, mais je ne m'en suis rendu compte que maintenant : le bouton retour L posait quelques problèmes.
-J'ai vu qu'appuyer sur des combinaisons de touches pour accéder aux menus du système flashcart n'avait aucun effet. Devenu méfiant, je décide de télécharger un homebrew pour tester les clés, Diagnose (qui peut être trouvé sur [GameBrew.org](https://www.gamebrew.org/wiki/Diagnose){[:MdTgtBlank:]} [[ pag. archivé](https://web.archive.org/web/20220818023822/https://www.gamebrew.org/wiki/Diagnose){[:MdTgtBlank:]}]), et je confirme en fait que le L Le bouton ne répond pas aux entrées.
+J'ai vu qu'appuyer sur des combinaisons de touches pour accéder aux menus du système flashcart n'avait aucun effet. Devenu méfiant, je décide de télécharger un homebrew pour tester les clés, Diagnose (qui peut être trouvé sur [GameBrew.org](https://www.gamebrew.org/wiki/Diagnose) [[ pag. archivé](https://web.archive.org/web/20220818023822/https://www.gamebrew.org/wiki/Diagnose)]), et je confirme en fait que le L Le bouton ne répond pas aux entrées.
Sur le chat de Nlhlehde, ils me conseillent de tremper le bouton dans de l'alcool pour le nettoyer, puis de lui faire un peu d'exercice - ou, si je veux le réparer correctement, de dessouder le bouton et d'en mettre un nouveau.
À ce moment-là, j'en ai marre d'ouvrir la console, mais je constate que deux minutes d'exercice font à nouveau fonctionner le bouton comme par magie. L'état de fonctionnement ne dure en réalité que quelques minutes, et était à l'époque discutable : en moyenne, 1 clic sur 3 était enregistré.
diff --git a/fr/miscellanea/Chi-Sono.md b/fr/miscellanea/Chi-Sono.md
index 7fac6eb..193cd05 100644
--- a/fr/miscellanea/Chi-Sono.md
+++ b/fr/miscellanea/Chi-Sono.md
@@ -16,8 +16,8 @@ Dernière modification = 2023-10-17
A juste titre, en venant ici, que vous ayez lu ou non les informations générales du site sur [Accueil](./index.html), vous vous demanderez qui je suis.
Je suis oct. Oui, c'est vrai, Octt dont sitoctt, mon site, tire son nom.
-_Octt_ se prononce "òctt" - [comme sitoctt, mais sans "sit"]({{}}/Media/sitoctt-pronunciation.flac){[:MdTgtBlank:]}.
-Je suis le webmaster de cet endroit. Ou, peut-être, [webmistress](https://www.dictionary.com/browse/webmistress){[:MdTgtBlank:]} serait plus correct, dommage que les gens qui connaissent même l'existence de ce mot comptent sur les doigts d'une main coupée.
+_Octt_ se prononce "òctt" - [comme sitoctt, mais sans "sit"]({{}}/Media/sitoctt-pronunciation.flac).
+Je suis le webmaster de cet endroit. Ou, peut-être, [webmistress](https://www.dictionary.com/browse/webmistress) serait plus correct, dommage que les gens qui connaissent même l'existence de ce mot comptent sur les doigts d'une main coupée.
Bon, j'ai compris qu'il y avait un besoin pour ce site dans le monde (mais quand jamais ??), j'ai imaginé le site, j'ai commencé à construire le site, j'ai mis en place des stratégies pour simplifier ma création du site (eee, quels gros mots, j'ai écrit un petit programme en Python), et voici le résultat.
@@ -25,9 +25,9 @@ Bon, j'ai compris qu'il y avait un besoin pour ce site dans le monde (mai
Eh bien, tout d'abord, je crée ce site. J'écris des choses, qu'il s'agisse de fleuves de mots inutiles dans le langage humain, ou de petits mots magiques que votre ordinateur interprète pour afficher ces pages sous leur forme la plus glorieuse.
-Je suis la déesse et loli de [Spacc](https://wikispacc.miraheze.org/wiki/Spacc){[:MdTgtBlank:]} et PDG de [Spacc Inc](https://wikispacc.miraheze.org / wiki/Spacc_Inc){[:MdTgtBlank:]}, et administrateur système du [Spacc BBS](https://bbs.spacc.eu.org). A cet égard, des responsabilités destructrices reposent sur mes épaules... mais je laisse les liens à suivre pour comprendre, je ne parle pas ici de Spacc.
+Je suis la déesse et loli de [Spacc](https://wikispacc.miraheze.org/wiki/Spacc) et PDG de [Spacc Inc](https://wikispacc.miraheze.org / wiki/Spacc_Inc), et administrateur système du [Spacc BBS](https://bbs.spacc.eu.org). A cet égard, des responsabilités destructrices reposent sur mes épaules... mais je laisse les liens à suivre pour comprendre, je ne parle pas ici de Spacc.
-Ensuite, même si j'essaie d'y consacrer le moins de temps possible, j'ai mon serveur à administrer lorsque quelque chose tombe en panne ou que quelque chose doit être mis à jour, sinon qui s'occupera de tout ? Entre les logiciels serveur pour différentes utilisations, y compris ceux du Web, divers robots pour différentes plates-formes, [SpaccCraft](https://wikispacc.miraheze.org/wiki/SpaccCraft){[:MdTgtBlank:]} et quelques autres éléments que j'ai maintenant Je déteste m'en souvenir, c'est un truc bestial, même si au moins aujourd'hui je n'ai pas la difficulté d'utiliser trop de matériel de fortune.
+Ensuite, même si j'essaie d'y consacrer le moins de temps possible, j'ai mon serveur à administrer lorsque quelque chose tombe en panne ou que quelque chose doit être mis à jour, sinon qui s'occupera de tout ? Entre les logiciels serveur pour différentes utilisations, y compris ceux du Web, divers robots pour différentes plates-formes, [SpaccCraft](https://wikispacc.miraheze.org/wiki/SpaccCraft) et quelques autres éléments que j'ai maintenant Je déteste m'en souvenir, c'est un truc bestial, même si au moins aujourd'hui je n'ai pas la difficulté d'utiliser trop de matériel de fortune.
Malheureusement, maintenant, je ne trouve souvent pas le bon temps à consacrer au Fediverse, comme je le faisais avant d'écrire et de partager des trucs, sur les différentes belles plateformes gratuites.
@@ -59,19 +59,19 @@ Oh, et je dois aussi encore aller à l'école... non, à l'université, me dit-o
Vous pouvez me retrouver sur le Fediverse, chez mes contacts favoris que je laisse ci-dessous.
-- Friendica : [@octt@poliverso.org](https://poliverso.org/profile/octt){[:MdTgtBlank:]}
-- Mastodon : [@octo@mastodon.uno](https://mastodon.uno/@octo){[:MdTgtBlank:]}
+- Friendica : [@octt@poliverso.org](https://poliverso.org/profile/octt)
+- Mastodon : [@octo@mastodon.uno](https://mastodon.uno/@octo)
- Matrice : [@octt:matrix.org](https://matrix.to/#/@octt:matrix.org){[:MdTgtBlank : ]}
- Il y avait aussi mes instances ActivityPub ici, mais ensuite [**incidents**] se sont produits (../Posts/2023-01-28-Problemi-Hardware-Diventano-Mentali).
### Cryptographie, preuves et autres profils
-J'ai finalement décidé de mettre en place un profil cryptographique compatible avec Keyoxid, un très bel outil pour créer des vérifications d'identité en ligne décentralisées. Le voici : {[:MdTgtBlank:]}.
+J'ai finalement décidé de mettre en place un profil cryptographique compatible avec Keyoxid, un très bel outil pour créer des vérifications d'identité en ligne décentralisées. Le voici : .
En le visitant, en plus de pouvoir simplement accéder à des liens vers certains de mes autres profils en ligne, il est possible d'avoir une preuve cryptographique du fait qu'un compte donné m'appartient, et non à un _sus imposteur_.
Il est également possible de prendre ma clé publique PGP, ou d'utiliser l'interface pratique de l'application (Web ou autre), pour crypter de manière fiable les messages secrets à m'envoyer.
diff --git a/fr/miscellanea/Donazioni.md b/fr/miscellanea/Donazioni.md
index 49978e8..73682e3 100644
--- a/fr/miscellanea/Donazioni.md
+++ b/fr/miscellanea/Donazioni.md
@@ -29,7 +29,7 @@ Ouvrez ma page Coindrop pour voir les crypto-monnaies que j'accepte et leurs adr
_Remarque : Coindrop nécessite du code JavaScript (gratuit) pour s'exécuter. C'est un problème qui doit être résolu d'une manière ou d'une autre, à mon avis, mais pour l'instant c'est tout._
_Remarque : ETH est répertorié par souci d'exhaustivité, mais le réseau Ethereum est nul et est inutilisable pour les frais ; Cependant, les dons sur le réseau Binance pour cette adresse sont les bienvenus._
-Si j'accepte d'autres devises à l'avenir, par exemple, je serais intéressé à essayer [Nano](https://nano.org){[:MdTgtBlank:]}, qui prétend avoir un faible impact environnemental.
+Si j'accepte d'autres devises à l'avenir, par exemple, je serais intéressé à essayer [Nano](https://nano.org), qui prétend avoir un faible impact environnemental.
Si vous le souhaitez vraiment, vous pouvez choisir d'installer, sur vos machines, un logiciel de minage de la cryptomonnaie que vous souhaitez me donner, en paramétrant le programme pour qu'il envoie les paiements à mon adresse. En suivant ce chemin, vous n'avez même pas besoin d'un portefeuille pour la devise en question, et vous utiliserez simplement votre électricité pour obtenir l'argent à me donner.
Gardez à l'esprit que le minage ne m'intéresse plus depuis un moment, donc je ne sais pas quels programmes recommander, je vous dirais de demander à des personnes plus expérimentées. Mais s'il vous plaît, ne créez pas une ferme minière alimentée par des dinosaures morts, du pétrole, du méthane, je n'en ai aucune idée, juste pour me faire un don (ou, en fait, ne le faites pas en général, s'il vous plaît) ! Le mieux serait d'utiliser un [Rasperino Solare](./Posts/2022-06-23-0000-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.html), si vous le pouvez.
diff --git a/fr/miscellanea/Raccolta-Musica.md b/fr/miscellanea/Raccolta-Musica.md
index ec86154..be52309 100644
--- a/fr/miscellanea/Raccolta-Musica.md
+++ b/fr/miscellanea/Raccolta-Musica.md
@@ -14,12 +14,12 @@ _En cours de construction..._
- Macros 82-99
Principalement de la musique du genre future-funk, un sous-genre du vaporwave avec un ton plus rythmé et plus agréable. Chaque album présente des thèmes sonores différents, avec des références à la culture pop japonaise des années 80 et 90. Plus ou moins toutes ses chansons parviennent à être très calmes et relaxantes.
- • [SoundCloud](https://soundcloud.com/macross-82-99){[:MdTgtBlank:]}, [YouTube](https://www.youtube.com/channel/UCYIQZpv7Jv9GImzgknNZNPA){[:MdTgtBlank : ]}, [Bandcamp](https://macross82-99.bandcamp.com/music){[:MdTgtBlank:]}, [Archive.org](https://archive.org/details/macross-82-99 -01-point de rendez-vous){[:MdTgtBlank:]}
+ • [SoundCloud](https://soundcloud.com/macross-82-99), [YouTube](https://www.youtube.com/channel/UCYIQZpv7Jv9GImzgknNZNPA){[:MdTgtBlank : ]}, [Bandcamp](https://macross82-99.bandcamp.com/music), [Archive.org](https://archive.org/details/macross-82-99 -01-point de rendez-vous)
- Boutique Moe
Des chansons pour la plupart entraînantes, avec une ambiance anime, pour ainsi dire. Je pense que les pochettes d'album vont très bien avec sa musique. Certains de ses morceaux ont des sonorités moins ludiques et des caractéristiques plus proches de types de musique électronique plus courants, mais j'arrive quand même à les apprécier beaucoup.
- • [SoundCloud](https://soundcloud.com/moeshop){[:MdTgtBlank:]}, [YouTube](https://invidious.nerdvpn.de/channel/UCcKTRoHPP2hPaom63QGaiBw){[:MdTgtBlank:]}, [ Bandcamp](https://moeshop.bandcamp.com/music){[:MdTgtBlank:]}, [Archive.org](https://archive.org/details/Moe-Shop-Full-Discography){[ : MdTgtVide :]}
+ • [SoundCloud](https://soundcloud.com/moeshop), [YouTube](https://invidious.nerdvpn.de/channel/UCcKTRoHPP2hPaom63QGaiBw), [ Bandcamp](https://moeshop.bandcamp.com/music), [Archive.org](https://archive.org/details/Moe-Shop-Full-Discography){[ : MdTgtVide :]}
- Ujico / Maison de l'escargot
-Je savais qu'il s'agissait de la même personne, mais je ne savais pas que "Ujico" et "Snail's House" étaient en fait des personnages avec des identités différentes[[?](https://en.m.wikipedia.org/wiki /Snail's_House #History){[:MdTgtBlank:]}] concernant la composition musicale. J'ai d'abord été initié à sa musique, au moins en partie future-bass, réalisée sous le nom de Snail's House. On y voit son style actuel, dont j'ai toujours aimé les sonorités électroniques kawaii. Plus tard, j'ai découvert ses albums précédents, qui en termes d'expressivité s'orientent davantage vers la complexité de la musique elle-même, et non vers les petits détails. Deux manières très différentes de créer un genre musical, avec des décors différents, mais toutes deux avec le même ton magnifique et personnel.
- • [SoundCloud](https://soundcloud.com/ujico){[:MdTgtBlank:]}, [YouTube](https://www.youtube.com/channel/UCYxBY8mhJ7R2rMIcQ28H_Zw){[:MdTgtBlank:]}, [ Bandcamp](https://0101.bandcamp.com/music){[:MdTgtBlank:]}, [Archive.org](https://archive.org/details/ujico-snails-house-full-discography){ [:MdTgtBlank:]}
\ No newline at end of file
+Je savais qu'il s'agissait de la même personne, mais je ne savais pas que "Ujico" et "Snail's House" étaient en fait des personnages avec des identités différentes[[?](https://en.m.wikipedia.org/wiki /Snail's_House #History)] concernant la composition musicale. J'ai d'abord été initié à sa musique, au moins en partie future-bass, réalisée sous le nom de Snail's House. On y voit son style actuel, dont j'ai toujours aimé les sonorités électroniques kawaii. Plus tard, j'ai découvert ses albums précédents, qui en termes d'expressivité s'orientent davantage vers la complexité de la musique elle-même, et non vers les petits détails. Deux manières très différentes de créer un genre musical, avec des décors différents, mais toutes deux avec le même ton magnifique et personnel.
+ • [SoundCloud](https://soundcloud.com/ujico), [YouTube](https://www.youtube.com/channel/UCYxBY8mhJ7R2rMIcQ28H_Zw), [ Bandcamp](https://0101.bandcamp.com/music), [Archive.org](https://archive.org/details/ujico-snails-house-full-discography){ [:MdTgtBlank:]}
\ No newline at end of file
diff --git a/fr/miscellanea/Raccolta-Siti-Internet.md b/fr/miscellanea/Raccolta-Siti-Internet.md
index a48c0cc..03d2e36 100644
--- a/fr/miscellanea/Raccolta-Siti-Internet.md
+++ b/fr/miscellanea/Raccolta-Siti-Internet.md
@@ -154,5 +154,5 @@ C'est un joli site que j'ai découvert par hasard et qui rassemble diverses info
[^Commandes de compression PNG sans perte] : La meilleure façon de réduire les images PNG à la taille la plus petite possible, sans perdre ne serait-ce qu'un seul pixel de qualité, est d'utiliser ces deux commandes ensemble (en gardant à l'esprit d'évaluer au cas par cas base, car des images déjà très petites peuvent effectivement dans certains cas être gonflées par l'une ou l'autre commande) :
-[pngcrush](https://pmt.sourceforge.io/pngcrush){[:MdTgtBlank:]} -brute -reduce IN.PNG OUT.PNG;
-[pngquant](https://pngquant.org){[:MdTgtBlank:]} -v --strip --speed=1 --quality=100-100 -o OUT.PNG IN.PNG
\ No newline at end of file
+[pngcrush](https://pmt.sourceforge.io/pngcrush) -brute -reduce IN.PNG OUT.PNG;
+[pngquant](https://pngquant.org) -v --strip --speed=1 --quality=100-100 -o OUT.PNG IN.PNG
\ No newline at end of file
diff --git a/fr/miscellanea/Raccolta-Videogiochi/2048.md b/fr/miscellanea/Raccolta-Videogiochi/2048.md
index 178898d..f7966fa 100644
--- a/fr/miscellanea/Raccolta-Videogiochi/2048.md
+++ b/fr/miscellanea/Raccolta-Videogiochi/2048.md
@@ -40,16 +40,16 @@ h1, h2, h3, h4, h5, h6 { couleur : #e090e0 ; }
La mise en œuvre officielle du jeu est open source, ce qui a conduit à la création de nombreux clones et versions modifiées implémentant les mécaniques les plus variées.
-...**WIP**... Si vous souhaitez en savoir plus sur le jeu, lisez sur [Wikipedia](https://it.wikipedia.org/2048_(videogame)){[:MdTgtBlank:]} .
+...**WIP**... Si vous souhaitez en savoir plus sur le jeu, lisez sur [Wikipedia](https://it.wikipedia.org/2048_(videogame)) .
## Implémentations
-* **Officiel** (Gabriele Cirulli) : [Web](https://play2048.co/){[:MdTgtBlank:]}, [Git](https://github.com/gabrielecirulli/2048){[ :MdTgtBlank:]}
+* **Officiel** (Gabriele Cirulli) : [Web](https://play2048.co/), [Git](https://github.com/gabrielecirulli/2048){[ :MdTgtBlank:]}
## Clones
-* **2248** : [Web](https://2248game.com/){[:MdTgtBlank:]}
+* **2248** : [Web](https://2248game.com/)
## [:HRotesRefsHtml:]
-[^PageBg] : **Arrière-plan de la page** : [Source](https://yandex.com/games/app/176908){[:MdTgtBlank:]}
\ No newline at end of file
+[^PageBg] : **Arrière-plan de la page** : [Source](https://yandex.com/games/app/176908)
\ No newline at end of file
diff --git a/fr/miscellanea/Raccolta-Videogiochi/Minecraft.md b/fr/miscellanea/Raccolta-Videogiochi/Minecraft.md
index 516f3a5..c751ae0 100644
--- a/fr/miscellanea/Raccolta-Videogiochi/Minecraft.md
+++ b/fr/miscellanea/Raccolta-Videogiochi/Minecraft.md
@@ -12,7 +12,7 @@ Je crois que Minecraft peut être défini comme **le** jeu moderne (pour le meil
Au début, il s'agit de réaliser des "maisons" qui sont des trous de 4x4 sous terre, mais ensuite cela devient de créer des installations titanesques, purement esthétiques ou même totalement fonctionnelles - n'oublions pas que Minecraft, avec sa redstone, est Turing-complet. Et au final ? Eh bien, cela ne finira jamais...
-...En cours. Pour d'autres informations qui ne sont pas totalement subjectives, il existe pour l'instant [Wikipedia](https://it.wikipedia.org/Minecraft){[:MdTgtBlank:]}.
+...En cours. Pour d'autres informations qui ne sont pas totalement subjectives, il existe pour l'instant [Wikipedia](https://it.wikipedia.org/Minecraft).
## Mon histoire
@@ -21,7 +21,7 @@ J'ai découvert Minecraft quand j'avais peut-être 7 ans, parce qu'un autre enfa
Il a été difficile d'obtenir l'application, pour des raisons liées à mon utilisation générale d'Android à l'époque, mais j'ai finalement réussi à l'obtenir sur mon Galaxy Player, puis sur ma tablette de rodage. Au début j'avais la démo, inutile de vous dire qu'elle n'était pas bonne car la progression ne pouvait pas être sauvegardée à la sortie, et donc jouer ne servait à rien. Puis, d'une manière dont je ne me souviens même pas, j'ai réussi à trouver l'APK de la version complète.
À partir de là, chaque heure de jeu était une nouvelle découverte ou un nouvel objectif que l’on s’était imposé. J'ai commencé à construire des bâtiments étranges, difficiles à parcourir, avec des passages complexes, que si je voulais faire aujourd'hui, je ne saurais même pas par où commencer.
-À cause de toute une série d'événements, j'ai perdu les mondes que j'avais sur la tablette (qui n'avaient rien de spécial, en fait je ne m'en souviens même pas bien), mais ceux du Galaxy Player sont toujours là aujourd'hui. Voici quelques photos de ce qui était ma spécialité à l'époque : {[:MdTgtBlank:]}.
+À cause de toute une série d'événements, j'ai perdu les mondes que j'avais sur la tablette (qui n'avaient rien de spécial, en fait je ne m'en souviens même pas bien), mais ceux du Galaxy Player sont toujours là aujourd'hui. Voici quelques photos de ce qui était ma spécialité à l'époque : .
Peu de temps après, j'ai appris, grâce à une application dont je ne me souviens plus si je l'avais découverte par hasard sur Google Play ou si on m'avait été recommandée, l'existence de cartes thématiques créées et partagées par d'autres joueurs en ligne. J'ai perdu du temps dessus, notamment sur ceux du parkour : avec les commandes tactiles (et à l'époque pas de s'accroupir !) c'est vite devenu une torture, mais quand on arrive à faire les sauts difficiles et à avancer c'est toujours sympa.
@@ -40,4 +40,4 @@ Et puis il y avait d'autres choses entre les deux, entre MCPE qui devenait Bedro
Maintenant, il y a en alternance des mois pendant lesquels j'ouvre Minecraft presque tous les jours, et d'autres (nettement plus fréquents) où j'oublie complètement qu'il existe. Il y a presque 3 ans, SpaccCraft est né - la troisième édition, si nous voulons être honnêtes envers ces deux autres mondes dans lesquels nous avons un peu trop exagéré et avons **littéralement** écrasé, mais en gros nous devons le faire depuis "SpaccCraft" vient de là - et maintenant, cela aussi a diminué. Le serveur fonctionne, mais il tourne pratiquement à vide, personne ne joue et je ne peux pas trop m'en plaindre, car d'abord je ne trouve pas le temps de le faire.
-Jetez un oeil sur [le site SpaccCraft](https://spacccraft.altervista.org){[:MdTgtBlank:]}, il y a des choses un peu plus concrètes à voir, et quelques ruminations sur toute ma vie.
\ No newline at end of file
+Jetez un oeil sur [le site SpaccCraft](https://spacccraft.altervista.org), il y a des choses un peu plus concrètes à voir, et quelques ruminations sur toute ma vie.
\ No newline at end of file
diff --git a/fr/miscellanea/Raccolta-Videogiochi/Minesweeper.md b/fr/miscellanea/Raccolta-Videogiochi/Minesweeper.md
index 73ee003..ae0e06c 100644
--- a/fr/miscellanea/Raccolta-Videogiochi/Minesweeper.md
+++ b/fr/miscellanea/Raccolta-Videogiochi/Minesweeper.md
@@ -48,7 +48,7 @@ Tout cela est absurde si l’on considère de quoi nous parlons :
* Un jeu appartenant à une époque lointaine dans laquelle le concept de « gamification » était étranger à tout le monde, et les jeux vidéo gratuits étaient véritablement gratuits : **non** construits spécifiquement pour créer une dépendance ou une pression sur les joueurs, comme dans -Les achats d'applications n'existaient pas.
-Personnellement, j'appelle aussi le champ de mines "**démineur**", pour plaisanter sur une traduction pseudo-littérale incorrecte du mot "démineur" (littéralement mais correctement "[démineur](https://it.wikipedia.org/Minesweeper ) {[:MdTgtBlank:]}") en italien. À certains moments, en un instant, il devient "**minaspiazzante**", lorsqu'il vous met devant d'étranges carrefours ou des schémas complexes de placement de bombes. .
+Personnellement, j'appelle aussi le champ de mines "**démineur**", pour plaisanter sur une traduction pseudo-littérale incorrecte du mot "démineur" (littéralement mais correctement "[démineur](https://it.wikipedia.org/Minesweeper ) ") en italien. À certains moments, en un instant, il devient "**minaspiazzante**", lorsqu'il vous met devant d'étranges carrefours ou des schémas complexes de placement de bombes. .
Mais si ce sont toutes des choses que même un observateur tiers peut remarquer, ce passe-temps apparemment simple et professionnel cache bien plus. Démineur parvient d’une manière ou d’une autre à offrir des émotions qui, encore une fois en raison des circonstances objectives, sont difficiles à communiquer au monde.
@@ -58,15 +58,15 @@ En accumulant ce lot quotidien simple ou double au fil des semaines, des mois et
Paraphrasant ce qu'écrit [un auteur de PCGamesN] (https://www.pcgamesn.com/minesweeper/get-free) : **Le démineur est l'une des formes les plus pures d'évasion numérique** que vous puissiez expérimenter, car c'est la solution pratique. démonstration de la façon dont un jeu, pour être profondément immersif, n'a pas besoin vital d'un _monde ouvert_ détaillé, d'un récit élaboré ou de personnages auxquels s'attacher.
-...Désolé, il y a du travail en cours sur cette page, je mets en place des mines pour troller les prochaines personnes qui viendront ici lisez et ils tomberont sur quelques mots... si entre-temps vous voulez apprendre à jouer, lisez [Wikipedia](https://it.wikipedia.org/Campo_minato_(videogioco)){[:MdTgtBlank:]} , allez-y...
+...Désolé, il y a du travail en cours sur cette page, je mets en place des mines pour troller les prochaines personnes qui viendront ici lisez et ils tomberont sur quelques mots... si entre-temps vous voulez apprendre à jouer, lisez [Wikipedia](https://it.wikipedia.org/Campo_minato_(videogioco)) , allez-y...
## Curiosité
-* Dans les années 90, **même chez Microsoft** tout le monde était [obsédé par le dragueur de mines, en particulier Bill Gates](https://arstechnica.com/gaming/2023/02/how-bill-gates-minesweeper-addiction-helped - mène à la Xbox){[:MdTgtBlank:]}. Je dirais qu'il n'est pas difficile de voir comment...
+* Dans les années 90, **même chez Microsoft** tout le monde était [obsédé par le dragueur de mines, en particulier Bill Gates](https://arstechnica.com/gaming/2023/02/how-bill-gates-minesweeper-addiction-helped - mène à la Xbox). Je dirais qu'il n'est pas difficile de voir comment...
-* En 1999, suite aux plaintes d'un certain Sergio Chiodo (??), qui affirmait que le concept du jeu du champ de mines était offensant pour les victimes des véritables mines antipersonnel dans le monde, la [Campagne internationale pour l'interdiction de Campo Minato ](http://fc.retecivica.milano.it/rcmweb/fnm/princ.htm#italiano){[:MdTgtBlank:]}. Microsoft a partiellement cédé sous la pression et, dans Windows Me et 2000, a remplacé les bombes du jeu par des fleurs et a renommé le jeu « Meadow of Flowers ».[^Regional_Differences]
+* En 1999, suite aux plaintes d'un certain Sergio Chiodo (??), qui affirmait que le concept du jeu du champ de mines était offensant pour les victimes des véritables mines antipersonnel dans le monde, la [Campagne internationale pour l'interdiction de Campo Minato ](http://fc.retecivica.milano.it/rcmweb/fnm/princ.htm#italiano). Microsoft a partiellement cédé sous la pression et, dans Windows Me et 2000, a remplacé les bombes du jeu par des fleurs et a renommé le jeu « Meadow of Flowers ».[^Regional_Differences]
* La campagne n'a connu qu'un succès limité en dehors de l'Italie (?), et ce n'est qu'avec Windows Vista que le concept du jeu du pré de fleurs est devenu mondial. Microsoft a donné la possibilité de changer le jeu inclus dans le système entre le thème du mien et le thème des fleurs, un paramètre qui a une valeur par défaut différente en fonction du pays.[^Windows_Vista_and_Windows_7]
@@ -75,24 +75,24 @@ Paraphrasant ce qu'écrit [un auteur de PCGamesN] (https://www.pcgamesn.com/mine
* Pour **PC**, l'**original Microsoft** n'est pas trop mal. La version **Windows** XP fonctionne sur les dernières versions du système, et même sur **Wine**. Malheureusement, l'échelle est un peu médiocre sur les écrans haute résolution, car les carrés ont une taille fixe et il n'y a pas de zoom. Il n'est pas inclus dans Windows depuis des années, peut-être pour cette raison, mais il peut être téléchargé depuis le Web :
- * Version XP globale : [Minesweeper.exe](https://archive.org/download/Minesweeper_201811/Minesweeper.exe){[:MdTgtBlank:]}
- * Version XP italienne : [Prato Fiorito.exe](https://archive.org/download/prato-fiorito/PRATO_FIORito.exe){[:MdTgtBlank:]}
+ * Version XP globale : [Minesweeper.exe](https://archive.org/download/Minesweeper_201811/Minesweeper.exe)
+ * Version XP italienne : [Prato Fiorito.exe](https://archive.org/download/prato-fiorito/PRATO_FIORito.exe)
* Sur **Android**, et j'ose dire en général, la meilleure implémentation que j'ai trouvée est **Antimine**.
- * Téléchargement depuis F-Droid : [dev.lucanlm.antimine](https://f-droid.org/packages/dev.lucanlm.antimine){[:MdTgtBlank:]}
- * Code source : [antimine-android](https://github.com/lucasnlm/antimine-android){[:MdTgtBlank:]}
+ * Téléchargement depuis F-Droid : [dev.lucanlm.antimine](https://f-droid.org/packages/dev.lucanlm.antimine)
+ * Code source : [antimine-android](https://github.com/lucasnlm/antimine-android)
* Pour jouer depuis un **navigateur Web**, eh bien, sur cette page, je rassemble quelque chose qui, selon mes goûts personnels, est le meilleur disponible. Il fonctionne bien sur ordinateur et sur mobile (même si le temps nécessaire pour maintenir un cadran enfoncé pour planter un drapeau est long) et présente des graphismes minimes.
Je travaille à rendre le jeu personnalisable, pour le moment vous ne pouvez jouer qu'avec ce que j'ai implémenté comme mini-jeu pour débloquer la lecture de la section [Curiosités](#-Curiosités) (si vous ne voyez rien, activez JavaScript !).
-**Remarque** : Mon implémentation est basée sur [vue-minesweeper](https://github.com/antfu/vue-minesweeper){[:MdTgtBlank:]}, avec quelques modifications personnelles pour l'intégration. Tout mon code modifié est [dans le référentiel sitoctt](https://gitlab.com/octtspacc/sitoctt/-/tree/main/Assets/vuesweeper-core){[:MdTgtBlank:]} (licence MIT).
+**Remarque** : Mon implémentation est basée sur [vue-minesweeper](https://github.com/antfu/vue-minesweeper), avec quelques modifications personnelles pour l'intégration. Tout mon code modifié est [dans le référentiel sitoctt](https://gitlab.com/octtspacc/sitoctt/-/tree/main/Assets/vuesweeper-core) (licence MIT).
## Similaires et clones
-* [Bullets](https://ojs.aaai.org/index.php/AAAI/article/view/21561/21310){[:MdTgtBlank:]}, champ de mines jouable sur papier.
+* [Bullets](https://ojs.aaai.org/index.php/AAAI/article/view/21561/21310), champ de mines jouable sur papier.
-* [Kaboom](https://pwmarcz.pl/blog/kaboom){[:MdTgtBlank:]}, un dragueur de mines "_cruel mais honnête_" :
+* [Kaboom](https://pwmarcz.pl/blog/kaboom), un dragueur de mines "_cruel mais honnête_" :
* Le **placement des mines** n'est pas **choisi** une fois pour toutes au début, mais **à chaque mouvement**.
* Lorsque vous êtes dans une situation de devinette (aucune cellule adjacente n'est prouvée sûre), vous avez 100 % de chances de survivre.
* Lorsque vous n'avez pas besoin de deviner, et que vous le faites, le jeu choisit le pire résultat possible.
@@ -101,14 +101,14 @@ Je travaille à rendre le jeu personnalisable, pour le moment vous ne pouvez jou
## Autres ressources
-* [Démineur faisant autorité](https://minesweepergame.com){[:MdTgtBlank:]}
+* [Démineur faisant autorité](https://minesweepergame.com)
-* [Minesweeper est l'une des expériences de jeu les plus pures](https://old.reddit.com/r/patientgamers/comments/11i6zqy/minesweeper_is_one_of_the_purest_gaming/){[:MdTgtBlank:]}
+* [Minesweeper est l'une des expériences de jeu les plus pures](https://old.reddit.com/r/patientgamers/comments/11i6zqy/minesweeper_is_one_of_the_purest_gaming/)
## [:HRotesRefsHtml:]
-[^Regional_Differences] : {[:MdTgtBlank:]}
-[^Windows_Vista_and_Windows_7] : {[:MdTgtBlank:]}
-[^PageBg] : **Arrière-plan de la page** : [Source](https://www.techradar.com/news/gaming/the-most-successful-game-ever-a-history-of-minesweeper-596504 ) {[:MdTgtBlank:]}
+[^Regional_Differences] :
+[^Windows_Vista_and_Windows_7] :
+[^PageBg] : **Arrière-plan de la page** : [Source](https://www.techradar.com/news/gaming/the-most-successful-game-ever-a-history-of-minesweeper-596504 )
\ No newline at end of file
diff --git a/fr/miscellanea/Raccolta-Videogiochi/Mirrors-Edge.md b/fr/miscellanea/Raccolta-Videogiochi/Mirrors-Edge.md
index 4f36cdd..46b8c42 100644
--- a/fr/miscellanea/Raccolta-Videogiochi/Mirrors-Edge.md
+++ b/fr/miscellanea/Raccolta-Videogiochi/Mirrors-Edge.md
@@ -19,4 +19,4 @@ Pour un titre dont on peut profiter avec un équipement standard, et non en réa
Le jeu ne peut pas décevoir même ceux qui, après une analyse subjective, pourraient croire qu'une telle formule pourrait vite devenir monotone : _Mirror's Edge_ n'est pas seulement du platforming et du parkour, mais propose des combats au corps à corps contre des entités humaines (pratiquement la police qui veut pour gêner les coureurs). Aux moments les plus propices pour casser le rythme du jeu, vous rencontrez des points de surveillance auxquels vous devez faire face immédiatement, avec des mouvements secs et continus : moins vous perdez de temps et plus tôt vous continuez votre chemin, mieux c'est.
-C'est vraiment dommage que, avec une très bonne probabilité, nous ne verrons jamais créer un troisième jeu pour la saga, pour des raisons liées aux tendances du marché du jeu vidéo. Oh mon Dieu, en fait, un troisième jeu existe déjà, _[Mirror's Edge Mobile](https://it.wikipedia.org/Mirror%27s_Edge_(2010_video_game)){[:MdTgtBlank:]}_ : il est sorti en 2011 (enfin auparavant par Catalyst) pour iOS et Windows Phone, et si je pouvais l'essayer avec l'émulateur Windows Phone de Microsoft pour le bureau Windows, j'aimerais pouvoir y jouer sur mon smartphone Android, mais pour le moment ce n'est pas encore possible.
\ No newline at end of file
+C'est vraiment dommage que, avec une très bonne probabilité, nous ne verrons jamais créer un troisième jeu pour la saga, pour des raisons liées aux tendances du marché du jeu vidéo. Oh mon Dieu, en fait, un troisième jeu existe déjà, _[Mirror's Edge Mobile](https://it.wikipedia.org/Mirror%27s_Edge_(2010_video_game))_ : il est sorti en 2011 (enfin auparavant par Catalyst) pour iOS et Windows Phone, et si je pouvais l'essayer avec l'émulateur Windows Phone de Microsoft pour le bureau Windows, j'aimerais pouvoir y jouer sur mon smartphone Android, mais pour le moment ce n'est pas encore possible.
\ No newline at end of file
diff --git a/fr/miscellanea/Raccolta-Videogiochi/Nonogram.md b/fr/miscellanea/Raccolta-Videogiochi/Nonogram.md
index 8d3ec49..5f27e1b 100644
--- a/fr/miscellanea/Raccolta-Videogiochi/Nonogram.md
+++ b/fr/miscellanea/Raccolta-Videogiochi/Nonogram.md
@@ -31,8 +31,8 @@ Dernière modification = 2023-03-22
Les **Nonogram** (aussi appelés **Picross**, **Crucipixel**, et une vingtaine d'autres noms) sont des puzzles qui consistent à remplir une grille de carrés afin de faire apparaître une image, à l'aide des chiffres sur les côtés. de la feuille pour trouver les intersections entre les lignes et les colonnes.
-WIP... Si vous souhaitez découvrir d'autres choses ou apprendre à jouer, lisez sur [Wikipedia](https://it.wikipedia.org/Nonogram){[:MdTgtBlank:]}.
+WIP... Si vous souhaitez découvrir d'autres choses ou apprendre à jouer, lisez sur [Wikipedia](https://it.wikipedia.org/Nonogram).
## [:HRotesRefsHtml:]
-[^PageBg] : **Arrière-plan de la page** : [Source](https://stock.adobe.com/en/images/close-up-pen-on-a-sheet-with-a-solved-japanese - mots croisés-loisirs-activités/323111281){[:MdTgtBlank:]}
\ No newline at end of file
+[^PageBg] : **Arrière-plan de la page** : [Source](https://stock.adobe.com/en/images/close-up-pen-on-a-sheet-with-a-solved-japanese - mots croisés-loisirs-activités/323111281)
\ No newline at end of file
diff --git a/fr/miscellanea/Raccolta-del-Riso.md b/fr/miscellanea/Raccolta-del-Riso.md
index a8bfafe..65795e2 100644
--- a/fr/miscellanea/Raccolta-del-Riso.md
+++ b/fr/miscellanea/Raccolta-del-Riso.md
@@ -16,7 +16,7 @@ Dernière modification = 2023-03-22
Rice Collection - ou, pour le dire plus exactement, collection de mes ricing : personnalisations d'interface apportées à mes systèmes d'exploitation.
Dans la communauté Linux, les termes « riz » et « ricing » sont courants pour désigner une variété de personnalisations cosmétiques faites maison que les amateurs effectuent pour diverses raisons.
-Lisez simplement une discussion comme [ce](https://web.archive.org/web/20220907203523/https://teddit.net/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing){[:MdTgtBlank:]}, cependant , comprendre que le consensus sur l’origine du terme n’est pas très solide. Donc, nous ne nous en soucions pas. 🙄
+Lisez simplement une discussion comme [ce](https://web.archive.org/web/20220907203523/https://teddit.net/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing), cependant , comprendre que le consensus sur l’origine du terme n’est pas très solide. Donc, nous ne nous en soucions pas. 🙄
La pratique du rizing ne se limite pas à Linux, car elle peut être implémentée sur pratiquement n'importe quel système. Par contre moi :
@@ -47,9 +47,9 @@ _En cours de construction..._
- **Panneau** : `xfce4-panel`
- **Barre des tâches** : `xfce4-docklike-plugin`
- **Menu global** : Plugin AppMenu (`appmenu-gtk-module appmenu-gtk3-module appmenu-registrar vala-panel-appmenu vala-panel-appmenu-data xfce4-panel-appmenu`)
-- **Thème GTK** : [BlueSky-Light](https://github.com/i-mint/bluesky){[:MdTgtBlank:]}
+- **Thème GTK** : [BlueSky-Light](https://github.com/i-mint/bluesky)
- **thème xfwm** : BlueSky-Light
-- **Icônes** : [Colloïde](https://github.com/vinceliuice/Colloid-icon-theme){[:MdTgtBlank:]}
+- **Icônes** : [Colloïde](https://github.com/vinceliuice/Colloid-icon-theme)
@@ -58,14 +58,14 @@ _En cours de construction..._

-- **OS** : [Void Linux](https://voidlinux.org){[:MdTgtBlank:]}
+- **OS** : [Void Linux](https://voidlinux.org)
- **Bureau** : `xfce4`
- **Panneau** : `xfce4-panel`
- **Dock** : `planche`
- **Menu global** : Plugin AppMenu (`appmenu-gtk-module appmenu-gtk3-module appmenu-registrar vala-panel-appmenu vala-panel-appmenu-data xfce4-panel-appmenu`)
-- **Thème GTK** : [Fluent-compact](https://github.com/vinceliuice/Fluent-gtk-theme){[:MdTgtBlank:]}
+- **Thème GTK** : [Fluent-compact](https://github.com/vinceliuice/Fluent-gtk-theme)
- **thème xfwm** : Fluent-Dark
-- **Icônes** : [Fluant](https://github.com/vinceliuice/Fluent-icon-theme){[:MdTgtBlank:]}
+- **Icônes** : [Fluant](https://github.com/vinceliuice/Fluent-icon-theme)
\ No newline at end of file
diff --git a/fr/note/2022-08-05-Evitare-Comandi-Richiamati-Per-Sbaglio.md b/fr/note/2022-08-05-Evitare-Comandi-Richiamati-Per-Sbaglio.md
index 9bd5760..de3b019 100644
--- a/fr/note/2022-08-05-Evitare-Comandi-Richiamati-Per-Sbaglio.md
+++ b/fr/note/2022-08-05-Evitare-Comandi-Richiamati-Per-Sbaglio.md
@@ -13,7 +13,7 @@ Lorsque je travaille dans le terminal, peut-être en développant des programmes
Cela m'arrive parce que je travaille comme ceci : j'édite quelque chose dans la fenêtre de mon éditeur de texte préféré, puis je vais dans la fenêtre du terminal, et j'appuie sur `[Flèche vers le haut]` (qui rappelle la dernière commande exécutée) et `[ Entrez] ` pour l'exécuter.
Ce que j'ai remarqué, c'est que parfois, dans ma hâte, il m'arrive d'appuyer une fois de trop sur `[Flèche vers le haut]`, ce qui rappelle l'avant-dernière commande exécutée, ou celle qui la précédait même.
-Comme je fais pratiquement ces séquences d'actions presque automatiquement, sans lire pour m'assurer que la commande sélectionnée est bien celle que je veux avant d'appuyer sur `[Entrée]` (car c'est tout ce que j'attends), il arrive plusieurs fois que j'exécute une commande qui Je ne devrais pas : souvent, c'est la commande qui permet de valider [Git](https://en.wikipedia.org/wiki/Git){[:MdTgtBlank:]} de mes modifications dans le classeur et de les télécharger immédiatement dans le nuage.
+Comme je fais pratiquement ces séquences d'actions presque automatiquement, sans lire pour m'assurer que la commande sélectionnée est bien celle que je veux avant d'appuyer sur `[Entrée]` (car c'est tout ce que j'attends), il arrive plusieurs fois que j'exécute une commande qui Je ne devrais pas : souvent, c'est la commande qui permet de valider [Git](https://en.wikipedia.org/wiki/Git) de mes modifications dans le classeur et de les télécharger immédiatement dans le nuage.
Maintenant, ce n'est pas bon, car cela signifie que dans l'historique de Git j'aurai certains "mauvais" endroits : avec des descriptions avec du texte en double, et le code dans un état inapproprié et non fonctionnel, car j'étais en train de tester quelques changements.
Avoir un historique de Git aussi compliqué affecte définitivement sa qualité, car il est plus difficile de trouver un point passé spécifique dans le code dans le futur, ce qui annule l'une des fonctionnalités utiles de Git - et en général, c'est quelque chose que je n'aime pas, ça m'ennuie , voir sale histoire.
diff --git a/fr/note/2022-08-09-Controllare-Statistiche-Interessanti-Partizioni-Linux.md b/fr/note/2022-08-09-Controllare-Statistiche-Interessanti-Partizioni-Linux.md
index 0538787..ebace00 100644
--- a/fr/note/2022-08-09-Controllare-Statistiche-Interessanti-Partizioni-Linux.md
+++ b/fr/note/2022-08-09-Controllare-Statistiche-Interessanti-Partizioni-Linux.md
@@ -13,15 +13,15 @@ Alias = [
Les mémoires de stockage, quelle que soit leur catégorie, se dégradent avec l'usure.
Rien ne peut être fait pour éviter de devoir les changer, tôt ou tard, après tant d'années. Il est cependant possible de garder un œil sur leur état de santé, afin d’identifier d’éventuels problèmes.
-Lorsqu'il s'agit de disques HDD ou SSD, le protocole [SMART](https://en.m.wikipedia.org/wiki/S.M.A.R.T.){[:MdTgtBlank:]} s'avère pratique mais, si, comme moi, vous utilisez ordinateurs d'une manière non conventionnelle, la vérification des disques classiques ne suffit pas.
+Lorsqu'il s'agit de disques HDD ou SSD, le protocole [SMART](https://en.m.wikipedia.org/wiki/S.M.A.R.T.) s'avère pratique mais, si, comme moi, vous utilisez ordinateurs d'une manière non conventionnelle, la vérification des disques classiques ne suffit pas.
## Linux va plus loin
Quelque chose d'assez secret, que peu de gens savent (du moins il me semble), c'est que sous Linux, il est possible d'accéder aux statistiques des partitions avec certains systèmes de fichiers.
Ceci, évidemment, que vous utilisiez une clé USB, une carte SD, un disque dur, une disquette ou même une mémoire encore moins habituelle.
-[Ext4](https://en.m.wikipedia.org/wiki/Ext4){[:MdTgtBlank:]} fournit plusieurs données curieuses - et ses versions précédentes, Ext3 et Ext2, devraient faire de même, mais je ne l'ai pas fait. Je n'ai pas vérifié.
-[F2FS](https://en.m.wikipedia.org/wiki/F2FS){[:MdTgtBlank:]} J'ai également vu, directement depuis mon smartphone Android, exposer des informations intéressantes.. que je n'aborderai pas dans des détails, parce qu'ils sont tous très sombres et je ne sais pas ce qu'ils veulent dire ; et si je ne sais pas ce qu'ils veulent dire, je ne suis pas curieux à leur sujet. Cela arrive.
+[Ext4](https://en.m.wikipedia.org/wiki/Ext4) fournit plusieurs données curieuses - et ses versions précédentes, Ext3 et Ext2, devraient faire de même, mais je ne l'ai pas fait. Je n'ai pas vérifié.
+[F2FS](https://en.m.wikipedia.org/wiki/F2FS) J'ai également vu, directement depuis mon smartphone Android, exposer des informations intéressantes.. que je n'aborderai pas dans des détails, parce qu'ils sont tous très sombres et je ne sais pas ce qu'ils veulent dire ; et si je ne sais pas ce qu'ils veulent dire, je ne suis pas curieux à leur sujet. Cela arrive.
Quant aux autres systèmes de fichiers, je ne les ai pas vus du tout. En guise de devoir, je vous donne donc de voir si des trucs comme FAT32, exFAT, NTFS, ou pourquoi pas, BTRFS, exposent de belles informations, sous Linux. Et comment ?
## Récupérer les données
@@ -79,7 +79,7 @@ Bon, d’accord, cette information est intéressante, mais : quand est-elle rée
Si la mémoire de stockage utilisée - qui, si nous décidons de recourir à ces mesures au lieu d'utiliser SMART, est probablement une microSD ou une clé USB - commence à montrer des signes de défaillance, peut-être en ralentissant avec le temps ou en corrompant les données. . Il serait conseillé de vérifier au moins que tout va bien.
-Si les données ne font pas peur, mais semblent en ordre... alors il est temps de faire d'abord un formatage complet (y compris la recréation de la table de partition à partir de zéro), quelque chose de simplifié par des programmes comme [GParted](https:// gparted. org){[:MdTgtBlank:]}, puis vous voyez comment l'histoire continue.
+Si les données ne font pas peur, mais semblent en ordre... alors il est temps de faire d'abord un formatage complet (y compris la recréation de la table de partition à partir de zéro), quelque chose de simplifié par des programmes comme [GParted](https:// gparted. org), puis vous voyez comment l'histoire continue.
Dans tous les cas, par mesure de prudence, il serait judicieux de toujours effectuer des contrôles de routine, afin de pouvoir prédire les problèmes avant que quelque chose de grave ne se produise.
diff --git a/fr/note/2022-09-18-Aggirare-i-DRM-dei-Libri-di-Scuola.md b/fr/note/2022-09-18-Aggirare-i-DRM-dei-Libri-di-Scuola.md
index 5fb7624..1e9c6eb 100644
--- a/fr/note/2022-09-18-Aggirare-i-DRM-dei-Libri-di-Scuola.md
+++ b/fr/note/2022-09-18-Aggirare-i-DRM-dei-Libri-di-Scuola.md
@@ -33,7 +33,7 @@ Mais pourquoi dois-je extraire les livres, et ne pas utiliser les applications d
**Je n'aime pas les logiciels propriétaires et les DRM**
-: En général, dans la mesure du possible, j'essaie toujours de me passer des logiciels propriétaires, préférant les outils gratuits pour faire les choses que je dois faire. Cependant, les logiciels propriétaires eux-mêmes ne sont pas nécessairement toujours mauvais à 100 %, car parfois ils vous donnent quand même la liberté 0[[↗️](https://it.m.wikipedia.org/wiki/Software_libero# Le_%C2% ABquattro_libert%C3%A0%C2%BB){[:MdTgtBlank:]}], c'est-à-dire la possibilité de toujours utiliser le logiciel à n'importe quelle fin. Eh bien, les DRM enlèvent cela aussi, ils sont le mal inexcusable absolu et, si déjà tout ce que j'utilise à mes fins n'a pas de DRM (parce qu'il n'en a jamais eu, ou parce qu'ils ont été supprimés, par moi ou par d'autres personnes) , ce serait bien de résoudre ce problème également pour les manuels scolaires, que j'utilise uniquement parce que le programme l'exige.
+: En général, dans la mesure du possible, j'essaie toujours de me passer des logiciels propriétaires, préférant les outils gratuits pour faire les choses que je dois faire. Cependant, les logiciels propriétaires eux-mêmes ne sont pas nécessairement toujours mauvais à 100 %, car parfois ils vous donnent quand même la liberté 0[[↗️](https://it.m.wikipedia.org/wiki/Software_libero# Le_%C2% ABquattro_libert%C3%A0%C2%BB)], c'est-à-dire la possibilité de toujours utiliser le logiciel à n'importe quelle fin. Eh bien, les DRM enlèvent cela aussi, ils sont le mal inexcusable absolu et, si déjà tout ce que j'utilise à mes fins n'a pas de DRM (parce qu'il n'en a jamais eu, ou parce qu'ils ont été supprimés, par moi ou par d'autres personnes) , ce serait bien de résoudre ce problème également pour les manuels scolaires, que j'utilise uniquement parce que le programme l'exige.