diff --git a/en/Devlogs.md b/en/Devlogs.md deleted file mode 100644 index e69de29..0000000 diff --git a/en/_index.md b/en/_index.md index 52ddc35..89a14c7 100644 --- a/en/_index.md +++ b/en/_index.md @@ -1,7 +1,17 @@ ---- -#title: "the ctt site" -#description: "The last theme you'll ever need. Maybe." -#cascade: -# featured_image: '/images/gohugo-default-sample-hero-image.jpg' ---- -Welcome to my blog with some of my work in progress. I've been working on this book idea. You can read some of the chapters below. \ No newline at end of file ++++ +Title = "the ✨sitoctt✨ — Home" +description = "Octt it's me... and this is literally my site (uwu)." ++++ + +{{< noticeAutomaticTranslation it >}} + + + +Once upon a time here it was all countryside— er, I wanted to say... it was a whole list of words piled together badly and worse. Not only did I no longer like it either, but it's not exactly good manners in the year of our Lord 2024 (and beyond), so... + +Now there is this list of all my latest articles, and loose pages that I have recently updated, while the old home is at ["Sul sitoctt"](/miscellanea/Sul-sitoctt/) until I have reorganized everything. Welcomea/o in the ✨sitoctt✨! + +(Work in progress for a few more days, so maybe broken links and misshapen pages, sorry!!!) \ No newline at end of file diff --git a/en/post/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 similarity index 90% rename from en/post/2022-06-03-Come-e-Perche-il-Sitoctt-su-Tor.md rename to en/blog/2022-06-03-Come-e-Perche-il-Sitoctt-su-Tor.md index 00b5e87..3b6edb7 100644 --- a/en/post/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 @@ -1,12 +1,19 @@ +++ Title = "🌐️ How and why sitectt on Tor?" Description = "In a short time since opening the ctt site, I created a Tor mirror of it. Why? Greater security, privacy for those who visit, and fun for me!" -URLs = "Posts/2022-06-03-0000-Come-e-Perche-il-Sitoctt-su-Tor.html" -Categories = [ "Blog", "Internet", "Sysadmin" ] +Aliases = [ + "/Posts/2022-06-03-Come-e-Perche-il-Sitoctt-su-Tor.html", + "/Posts/2022-06-03-0000-How-and-Why-the-Sitoctt-su-Tor.html", +] +Categories = [ "Internet", "Sysadmin" ] Dates = 2022-06-03 Lastmod = 2022-06-29 +++ +{{< noticeAutomaticTranslation it >}} + + + In recent days I have settled the first matters regarding making the site available on the Tor network. There are those who will call me exaggerated for even having the thought of doing something like this, but there is little that can be done. If nothing has gone wrong, the Onion service can still be reached at this address: ~~[onmfrk2acl4xdeawfjg3nfepq7gcufolctmhiwwxpcknazus5bxzxhqd.onion](http://onmfrk2acl4xdeawfjg3nfepq7gcufolctmhiwwxpcknazus5bxzxhqd.onion){: style='Color:#a060c0;' }~~ @@ -16,12 +23,12 @@ The idea - apparently successful - was to use a free PaaS service, Replit, to do This way, I don't further burden my improper server. For months now, precisely since the beginning of mid-February 2022, I have been using a Switch console as a server for too many things: in addition to the historic SpaccCraft server, I have my own Matrix instance, some Telegram bots which are perhaps the things that require the least resources, and software assorted minors. Yes, Nintendo Switch on which I started Ubuntu.. I won't go into details, it's better to do it in a separate article, but in short the reason is that SBCs like the Raspini, to date, due to current world events, have scary costs, and the Switch was the only low-cost computer consumption with enough RAM (4GB) that I already had at home. You have to adapt. -This here is also the very first post I write on the postocto blog, who knows how it goes and above all who knows when it will appear, because I should fix my static site generator for a moment to be able to manage pages like this which, instead of common pages, should be treated as subpages of the "Blog" page (autogenerated). +This here is also the very first post I write on the postocto blog, who knows how it goes and above all who knows when it will pop up, because I should fix my static site generator for a moment to be able to manage pages like this which, instead of common pages, should be treated as subpages of the "Blog" page (autogenerated). ## 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 it disgusted me 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){[:MdTgtBlank:]}. 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). @@ -34,9 +41,9 @@ Or, perhaps, the merit was that I created a second Replit project, which has the ## Why? Let's immediately get the elephant out of the room (which is already small): the desire to set up a site that contains immoral material at serious levels (which I differentiate from illegal material per se), which if hosted on the traditional web would be very easy to tracing back to the owners with all the consequences of the case, is not the only sensible reason for wanting to use Tor (or any other network based on the same technical principles, but Tor is for better or for worse the most famous and used). -This site is also on the clear web without problems, that is, it has no problems being there. +This site is also on the clear web without any problems, that is, it has no problems being there. -Tor provides strong anonymity compared to the unfiltered Internet. Why it should be of interest to those who do not traffic in illicit content is quickly explained not with an answer, but with a question: do you happen to want to make what you do (including visiting a particular website, like my blog) known to multi-billion dollar corporations? that in return they will not give you anything, indeed they have no scruples about doing everything possible even to your detriment (tracking) to profit in one way or another? +Tor provides strong anonymity compared to the unfiltered Internet. The reason why it should be of interest to those who do not traffic in illicit content is quickly explained not with an answer, but with a question: do you happen to want to make known what you do (including visiting a particular website, like my blog) to multi-billion dollar corporations? that in return they will not give you anything, indeed they have no scruples about doing everything possible even to your detriment (tracking) to profit in one way or another? How do you want your ISP to know about the particular Internet services you contact? Or have the person hosting those Internet services identify you (me and my ISP if it's something hosted in my house, otherwise the particular provider for servers provided by companies, like Replit itself or GitLab.com where I host the site on the clear web ), if you won't gain anything from it? For many people, for some reason, this reasoning doesn't add up, but few care and, although I don't go to some extremes, I understand the points of view of the few people who want to maintain as much anonymity as possible even when they do moral and moral things. online lawyers. Accordingly, I agree with and encourage the use of Tor to access the services and content I provide. @@ -53,7 +60,7 @@ What is essentially important to say is that the entire current system, based on 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. The system has problems, I will absolutely not deny it, starting from the fact that if the private key is stolen, thieves can impersonate the site and at that point the only thing to do for those who manage it is to change the key, thus also changing the domain, you cannot go to the CA to revoke the certificate. This is how a system based 100% on mathematics and 0% on trust works. -To tell the truth, I would therefore be wrong to use someone else's machine to host the Tor... Greve site. Alright. +To tell the truth, I would therefore be making a mistake in using someone else's machine to host the Tor... Greve site. Alright. ## In conclusion @@ -63,4 +70,4 @@ The fact that Tor is financially supported at least in part by the US government ## [:HNotesRefsHTML:] -[^New aesthetic domain]: **Update 2022-06-29**: I changed the domain for aesthetic reasons to this new one! Additional (but still scant) info at [today's PicoBlog post](../PicoBlog.html#-2022-06-29-Minare-domini-Tor). \ No newline at end of file +[^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/post/2022-06-14-I-Documenti-Non-Devono-Diventare-Applicazioni.md b/en/blog/2022-06-14-I-Documenti-Non-Devono-Diventare-Applicazioni.md similarity index 84% rename from en/post/2022-06-14-I-Documenti-Non-Devono-Diventare-Applicazioni.md rename to en/blog/2022-06-14-I-Documenti-Non-Devono-Diventare-Applicazioni.md index 797595e..7c4ff72 100644 --- a/en/post/2022-06-14-I-Documenti-Non-Devono-Diventare-Applicazioni.md +++ b/en/blog/2022-06-14-I-Documenti-Non-Devono-Diventare-Applicazioni.md @@ -1,24 +1,29 @@ +++ Title = "📄 Documents should not become applications" Description = "The Web is becoming increasingly bloated, slow, and risky. Every site is becoming an app, even if that's the wrong thing to do..." -URLs = "Posts/2022-06-14-0000-I-Documenti-Non-Vevono-Diventare-Applications.html" -Categories = [ "Blog", "Internet" ] +Aliases = [ + "/Posts/2022-06-14-Documents-Not-Should-Become-Applications.html", + "/Posts/2022-06-14-0000-Documents-Shouldn't-Become-Applications.html", +] +Categories = [ "Internet" ] Dates = 2022-06-14 +++ -# 📄 Documents should not become applications +{{< noticeAutomaticTranslation it >}} + + Today's Web is unquestionably very different from that of 20 years ago, and it changes more and more with each passing year. Looking at the positive sides of progress is always very easy and reassuring, and for this reason we rarely think about the dark sides which, in many, many things, exist. The Web, unfortunately, is one of these. ## What's happening? -The Web of documents is taking a turn for the worse, slowly becoming more and more, to all intents and purposes, the Web of apps. +The Web of documents is taking a turn for the worse, slowly becoming, to all intents and purposes, the Web of apps. To understand the problem, however, we must remember what the World Wide Web was in its infancy. It was an Internet platform for exchanging information in the form of hypertext, that's it. And what are hypertexts? Some documents. Of course, very particular documents, where reading can take place in a non-linear way thanks to hypertext links, and the Web in particular has evolved to be a hypertext system with support for decorated text, multimedia elements, and highly advanced layout... but at the basically we always talk about documents. In the very early days of the Web there were only so-called static sites, meaning they always remain the same (unless updated by those who administer them), and there is nothing that users who visit can do to change them. This category includes things like a simple blog, the site itself for example, a news site, the demonstration site of a company or product, an encyclopedia... in short, simple things of this type. -A little later (days or weeks, the idea was already envisaged in the very first specification of the Web and HTML) the idea of ​​using servers that could process information entered by users with buttons and text fields, interact with database, and essentially provide a user-generated content experience. Therefore, forums in a more classic sense began to emerge, sites for creating sites (!) in a simpler way (CMS), the social networks closest to us, webchats and, let's not forget, search engines. These are the dynamic websites. +A little later (days or weeks, the idea was already envisaged in the very first specification of the Web and HTML) the idea of ​​using servers that could process information entered by users with buttons and text fields, interact with database, and essentially provide a user-generated content experience. Therefore, forums in a more classic sense began to appear, sites for creating sites (!) in a simpler way (CMS), the social networks closest to us, webchats and, let's not forget, search engines. These are the dynamic websites. In this period, however, it did not matter whether we were talking about static or dynamic sites, only documents returned to the computers of any user who contacted the site. Whether it was the HTML page itself, a CSS file to stylize the page, or multimedia files (at the time only photos) placed between one block of text and another, to the browser, the program that interprets and displays these documents, only documents to be interpreted returned, not programs to be executed. Here we are still in the exclusive existence of the Web of documents, for the Web of applications we will still have to wait. @@ -30,7 +35,7 @@ The only thing you had to trust was the browser itself (and that it was up to da ## The current state of affairs Then, came the scripting. We've seen all sorts of things, but in the end only JavaScript has survived to this day, and is the basis of the pioneering (and tragic) Web 3. -Other Web scripts are actual programs that a browser can execute if loaded from a page. Here, however, an obvious problem arises: you have to trust every single website that integrates scripts, a problem that is however decidedly complex to deal with. +Web scripts are actual programs that a browser can execute if loaded from a page. Here, however, an obvious problem arises: you have to trust every single website that integrates scripts, a problem that is however decidedly complex to deal with. To be honest, this is not the only problem: scripts very often slow down pages, especially on older and less powerful devices, and on some very old stuff they don't work at all, thus breaking sites that use them extensively. In practice, this means that sites that unnecessarily choose to integrate JavaScript are, on any hardware, often much slower than those that don't. However, we will discuss this in detail another day. @@ -45,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 like 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){[: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:]}. 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. @@ -63,7 +68,7 @@ We go from news sites where the article doesn't load, to blogs where the navigat 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). -I don't like speaking against free and open software written in their free 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. +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 Mastodon and Friendica, at least for viewing profiles and their posts, or discussions with all messages, treat those who love the Web of pure documents well and, although their interactive applications do not work without JS (Mastodon totally, Friendica partially) even if they could, we are already at an excellent compromise. @@ -80,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){[: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. 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 need to 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){[: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 diff --git a/en/post/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 similarity index 90% rename from en/post/2022-06-23-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.md rename to en/blog/2022-06-23-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.md index 9d8a935..31bada9 100644 --- a/en/post/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 @@ -1,11 +1,18 @@ +++ Title = "☀️ Rasperino Solare (and other experiments gone wrong)" Description = "When I bought a USB solar panel, I immediately put it to the test. It does a good job, but you have to have realistic expectations!" -URLs = "Posts/2022-06-23-0000-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.html" -Categories = [ "Blog", "Rasperino", "Ecology", "Technology" ] +Aliases = [ + "/Posts/2022-06-23-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.html", + "/Posts/2022-06-23-0000-Rasperino-Solare-ed-Altri-Esperimenti-Andati-a-Male.html", +] +Categories = [ "Rasperino", "Ecology", "Technology" ] Dates = 2022-06-23 +++ +{{< noticeAutomaticTranslation it >}} + + + 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). [![Screenshot of a photo sent in chat. The photo shows the panel in its cardboard box. The caption reads "❗️ ENEL hates her! ⚠️ Find out how the Spacc Goddess began the slow but profitable path to energy independence! ➡️ @spacccraft".]({{< assetsRoot >}}/Media/Screenshots/ SpaccCraft-975.png)](https://t.me/SpaccCraft/975){[:MdTgtBlank:]} @@ -20,7 +27,7 @@ And therefore we have a maximum theoretical output of 1.3A at 5V.. i.e. 6.5W. ### Life advice.. -This preamble, apparently useless, is to remind us that low-cost cinema cameras with zero documentation (this thing doesn't even have a manual or writing on the back!) can only be trusted up to a certain point, beyond which to resolve the problems In case of doubts, it is necessary to rely on the use of other china machines. +This preamble, apparently useless, is to remind us that low-cost cinema cameras with zero documentation (this thing doesn't even have a manual or writing on the back!) can only be trusted up to a certain point, beyond which to solve the problems In case of doubts, it is necessary to rely on the use of other china machines. In my case, a USB multimeter, to be placed between the panel output and the input of a device capable of absorbing enough current. I don't have this little object, and I realize that I would be wise to buy it (it's cheap anyway), because at the moment I can't have any certainty about the performance of the magical silicon slab. ## Field tests @@ -62,7 +69,7 @@ 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. -The first thing I thought about was to configure 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){[:MdTgtBlank:]}. 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. @@ -72,7 +79,7 @@ _Psssss.. if you want to see other photos of the panel (3) and in a slightly mor ## 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){[:MdTgtBlank:]}). 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/post/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 similarity index 88% rename from en/post/2022-07-03-L-Idea-di-una-Tastiera-Fisica-per-Smartphone-Fatta-in-Casa.md rename to en/blog/2022-07-03-L-Idea-di-una-Tastiera-Fisica-per-Smartphone-Fatta-in-Casa.md index 7ea1af1..09c345f 100644 --- a/en/post/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 @@ -1,20 +1,27 @@ +++ Title = "⌨️ The idea of ​​a homemade physical smartphone keyboard" Description = "With difficulty I bought an ultra-compact keyboard. The idea is to build a keyboard cover for my phone, but I encountered problems!" -URLs = "Posts/2022-07-03-0000-The-Idea-of-a-Physical-Keyboard-for-Smartphone-Made-in-Casa.html" -Categories = [ "Blog", "Technology", "Mobile", "DIY" ] +Aliases = [ + "/Posts/2022-07-03-The-Idea-of-a-Physical-Keyboard-for-Smartphone-Made-in-Home.html", + "/Posts/2022-07-03-0000-The-Idea-of-a-Physical-Keyboard-for-Smartphone-Made-in-Home.html", +] +Categories = [ "Technology", "Mobile", "DIY" ] Dates = 2022-07-03 Lastmod = 2023-03-21 -Image = "{{< assetsRoot >}}/Media/Cover-Tastiera-mobilefun.com.avif" +Featured_Image = "@/Media/Cover-Tastiera-mobilefun.com.avif" +++ +{{< noticeAutomaticTranslation it >}} + + + Maybe a year ago, partly out of curiosity and partly because I already imagined that it might have been something convenient, I developed a marginal interest in smartphones equipped with complete physical keyboards. I don't mean the damn numeric keypads, which you still see on non-smart phones today, I mean keyboards with dozens of individual keys dedicated for letters and symbols. This type of keyboard was already rare to see on phones prior to the smartphone era: it first appeared not on ultra-cheap models, but in any case it might not always be very comfortable due to its small size. -The more smartphones began to spread, the more physical keyboards began to disappear, even though they have rarely been present on some modern phones, and even of generous dimensions. +The more smartphones began to spread, the more physical keyboards began to disappear, even if they rarely existed on some modern phones, and even of generous dimensions. -I don't remember if this time last year was just before or shortly after I bought a new smartphone, my current one; the fact is that I had to choose it based on precise and restrictive criteria, first and foremost the cost and, unfortunately, there was no low range with a physical keyboard. +I don't remember if this time last year was just before or shortly after I bought a new smartphone, my current one today; the fact is that I had to choose it based on precise and restrictive criteria, first and foremost the cost and, unfortunately, there was no low range with a physical keyboard. ## A new idea diff --git a/en/post/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 similarity index 88% rename from en/post/2022-07-09-Come-ho-Riparato-il-mio-Portatile-con-25-Euro.md rename to en/blog/2022-07-09-Come-ho-Riparato-il-mio-Portatile-con-25-Euro.md index 18e1193..e5def7e 100644 --- a/en/post/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 @@ -1,11 +1,18 @@ +++ Title = "💻 How I fixed my laptop (with €25)" Description = "As my laptop got older, and the keyboard broke more and more, I slowly stopped using it; until, now, I fixed it!" -URLs = "Posts/2022-07-09-0000-How-I-Fixed-my-Laptop-with-25-Euro.html" -Categories = [ "Blog", "Technology", "DIY", "Ecology" ] -Lastmod = 2022-07-09 +Aliases = [ + "/Posts/2022-07-09-How-I-Fixed-my-Laptop-with-25-Euro.html", + "/Posts/2022-07-09-0000-How-I-Fixed-my-Laptop-with-25-Euro.html", +] +Categories = [ "Technology", "DIY", "Ecology" ] +Dates = 2022-07-09 +++ +{{< noticeAutomaticTranslation it >}} + + + 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. 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. @@ -16,24 +23,24 @@ The Intel [i5-5200U](https://www.intel.com/content/www/us/en/products/sku/85212/ ## A little problem -Where are the infamies, I hear you think? +Where are the infamies, I hear you thinking? For at least a year now, my use of the laptop has dropped significantly, because an initially small problem has, all of a sudden, become enormous. ### The smasher Going in order, - I don't remember precisely, but we're talking about at least 3 or 4 years ago, when this was my only personal PC - the problems started when the W key stopped working, over the course of a few days. Az. It's true that I'm a Linux user, and that at the time I was also excessively gamer, but I never hammered that or any other button, contrary to what the stereotypes about my categories may tell you. -The lesson to be learned here is: if you are at home, and therefore have the opportunity to use an external keyboard, it is better to use that one to play, otherwise over the course of a few years you will completely burn out the key you use (in many 3D video games). to move forward. +The lesson to be learned here is: if you are at home, and therefore have the opportunity to use an external keyboard, it is better to use that to play, otherwise over the course of a few years you will completely burn the key you use (in many 3D video games). to move forward. The funny thing is, like I said, the button broke within a few days, not right away. Initially it only became hard to register the pressures, which inevitably led me to press harder and harder, until I evidently **broke through** it. Acer shit? I'd say, **Acer shit**. -But, it seems, all laptop manufacturers, even the big and famous ones, often mistakenly associated with quality only because of their fame, too often churn out products with terrible design or construction errors. The laptop that unfortunately happened to me, as we understood, was no different. +But, it seems, all laptop manufacturers, even the big, famous ones, often mistakenly associated with quality just because of their fame, too often churn out products with terrible design or construction errors. The laptop that unfortunately happened to me, as we understood, was no different. ### The consequences At this point, the PC had become only slightly inconvenient to use in some situations. There were no big problems on my desk, I connected a USB keyboard and that's the end of the story. -In other situations, typing the W (you don't need a sledgehammer to write in Italian, but you do for many other things) began to require the use of the on-screen virtual keyboard, with the mouse to press the W, which would then start to go around CTRL+C and CTRL+V whenever I needed. +In other situations, typing the W (you don't need a sledgehammer to write in Italian, but you do for many other things) began to require the use of the on-screen virtual keyboard, with the mouse to press the W, which would then start to do the rounds of CTRL+C and CTRL+V whenever I needed. In any case, from that moment, the use of the notebook keyboard reduced, both because I used an external keyboard when possible, and because a little later I assembled the new PC and started using the laptop less in general (difficult do otherwise, when there is comfortable space on the desk for only one external keyboard, which for obvious reasons must be connected to the fixed PC). What is very strange is that, since about 1 year ago, despite little use, many other keys quickly started to fail, out of nowhere. I can't say if any other keys then completely died, but certainly at least 60% of the keyboard started to want **beats** to register the pressures. @@ -55,11 +62,11 @@ I spend like 30 seconds thinking about why the idea unconsciously has a bad afte > If only it were easy to buy a replacement keyboard... Rightly, in the comments, a person points out to me that I should have easily found the replacement keyboard I need on Amazon.it and... he wasn't wrong. -I honestly should have bought it right away when the W broke, but, trivially, I don't know why I didn't. My memory tells me that I couldn't find it on Amazon at the time, but honestly I don't know how much to trust. And in all this other time I didn't think about it. +I honestly should have bought it right away when the W broke, but, trivially, I don't know why I didn't. My memory tells me that I didn't find it on Amazon at the time, but honestly I don't know how much to trust. And in all this other time I didn't think about it. ## The replacement keyboard arrives -Without wasting too much more time, I made sure to order it (3 days later, but it could have been much worse), and after 2 days it was already at home (earlier than the reported delivery period). 20+7€.. well spent? It's **a must see**. +Without wasting too much further time, I made sure to order it (3 days later, but it could have been much worse), and after 2 days it was already at home (earlier than the reported delivery period). 20+7€.. well spent? It's **a must see**. I think the price of the keyboard is right, I didn't like the shipping price >:(. ![Detail of the box in which the keyboard arrived. The background is white and features the product distributor logo (new NET)]({{< assetsRoot >}}/Media/Repair-Aspire-V3-572G/Box-Front-Left.avif) @@ -69,7 +76,7 @@ The chances of something horribly bad coming out are high, but I'm a Linux user: ## The replacement -I don't lose heart, and I begin to unscrew the countless screws that hold the laptop body together, and I separate the plastic sections. Then I disconnect the 3 flex cables for the power button, keyboard, and touchpad, and lift the upper part of the body. Nothing new, however, I already had to do this procedure when I installed the SSD. +I don't lose heart, and I begin to unscrew the countless screws that hold the laptop's body together, and I separate the plastic sections. Then I disconnect the 3 flex cables for the power button, keyboard, and touchpad, and lift the upper part of the body. Nothing new, however, I already had to do this procedure when I installed the SSD. After this, however, other screws. _Damn!_ All these screws, and it becomes a mess to put everything back in place. No more screws. ![All external laptop screws, removed and collected]({{< assetsRoot >}}/Media/Repair-Aspire-V3-572G/Screws.avif) diff --git a/en/post/2022-07-17-Come-la-nostra-Impronta-Digitale-Sociale-ci-Frega.md b/en/blog/2022-07-17-Come-la-nostra-Impronta-Digitale-Sociale-ci-Frega.md similarity index 88% rename from en/post/2022-07-17-Come-la-nostra-Impronta-Digitale-Sociale-ci-Frega.md rename to en/blog/2022-07-17-Come-la-nostra-Impronta-Digitale-Sociale-ci-Frega.md index 84e7e12..dcb689d 100644 --- a/en/post/2022-07-17-Come-la-nostra-Impronta-Digitale-Sociale-ci-Frega.md +++ b/en/blog/2022-07-17-Come-la-nostra-Impronta-Digitale-Sociale-ci-Frega.md @@ -1,10 +1,17 @@ +++ Title = "🥸️ How our social digital footprint screws us" Description = "For the most varied reasons, even legitimate ones, you can find yourself wanting to hide your past identities. Sometimes, however, the details ruin everything!" -Categories = [ "Blog" ] Dates = 2022-07-17 +Aliases = [ + "/Posts/2022-07-17-Come-la-nostra-Digitale-Sociale-ci-Frega.html", + "/Posts/2022-07-17-0000-Come-la-nostra-Digitale-Sociale-ci-Frega.html", +] +++ +{{< noticeAutomaticTranslation it >}} + + + This story, more practical than ever, is incredible in my opinion. Not only does it demonstrate what lolis can get to with too much free time, like me; shows how everyone among us has a kind of "social fingerprint" that, if not adequately disguised, can identify us. @@ -20,7 +27,7 @@ So, this story actually began at least 8 or 9 years ago. I don't remember exactly when, but let's say that around that time I discovered _Deadname_. He created content on the Web and, other than the fact that I really liked it, there's not much more to say. Some time later, much to my chagrin, he announced that he would stop making new stuff. From one day to the next he said that the social spaces that were his current domain at the time no longer represented him as a person, or something similar. -Furthermore, a little later he also made his old contents disappear from the internet. +Furthermore, a little later he also made his old content disappear from the internet. At the time I didn't have the slightest idea of ​​what he could mean by such a speech but, looking back with my current knowledge, both about my person and what I discovered to be his, I understood perfectly what that sentence meant. @@ -64,10 +71,10 @@ However, we did the really big coup, which removed all doubts, because: And it is exactly like this, with both small and large details that fit together perfectly, that the puzzle is officially complete: the two characters investigated are the same individual. -The redpill said without knowing, therefore, turned out to be so. -I, however, have no idea why _Censured_ necessarily had to embark on this undertaking to cover his old tracks. I understand, now, why he wanted to delete his old contents: because the character that appeared in them no longer corresponds to who he is today in terms of gender - but I don't understand why pretend that the past never existed . +The redpill said without knowing, therefore, turned out to be such. +I, however, have no idea why _Censurato_ had to necessarily embark on this undertaking to cover his old tracks. I understand, now, why he wanted to delete his old contents: because the character that appeared in them no longer corresponds to who he is today in terms of gender - but I don't understand why pretend that the past never existed . -I would say that I am quite happy to have found again after so many years, even if as a slightly different character, the same person who managed to entertain me in the past, and I am happy that he still has the passion to do what he did well. +I would say that I am quite happy to have found again, after so many years, even if as a slightly different character, the same person who managed to entertain me in the past, and I am happy that he still has the passion to do what he did well. ## The social digital footprint @@ -85,4 +92,4 @@ But then, how do you do it? Protecting yourself from tracking is possible, but it is not at all simple. Just as to protect your computers from web tracking you need to use browsers like Tor Browser which - when communicating with other computers - omit some data and mask others, to protect your personal identity from social tracking you need to avoid sharing too much of yourself with the world, even going so far as to lie if necessary. It is undoubtedly impossible to hide what some of the things we are passionate about are, if we have the desire to share them with the world, and perhaps discover like-minded people. -Other things, though - for example, what relatives you have, the name of your first pet, what places you frequent, or how your passion for something began - if you're trying to erase your past and present yourself as a totally new person, it's better not to tell them out loud. \ No newline at end of file +Other things, though - for example, what relatives you have, the name of your first pet, what places you frequent, or how your passion for something began - if you're trying to erase your past and carry yourself as a totally new person, it's better not to tell them out loud. \ No newline at end of file diff --git a/en/post/2022-08-26-sitoctt-da-3-mesi-ad-oggi.md b/en/blog/2022-08-26-sitoctt-da-3-mesi-ad-oggi.md similarity index 97% rename from en/post/2022-08-26-sitoctt-da-3-mesi-ad-oggi.md rename to en/blog/2022-08-26-sitoctt-da-3-mesi-ad-oggi.md index 4141c52..c7ce08a 100644 --- a/en/post/2022-08-26-sitoctt-da-3-mesi-ad-oggi.md +++ b/en/blog/2022-08-26-sitoctt-da-3-mesi-ad-oggi.md @@ -1,10 +1,17 @@ +++ Title = "📈 sitoctt - From 3 months ago to today, the beginning and the reasons" Description = "After a few months since the birth of sitoctt e statistico, I look back to see the small - but certainly important - progress made so far." -Categories = [ "Blog", "Internet" ] +Aliases = [ + "/Posts/2022-08-26-sitoctt-da-3-mesi-ad-oggi.html", +] +Categories = [ "Internet" ] Dates = 2022-08-26 +++ +{{< noticeAutomaticTranslation it >}} + + + This article can probably be considered as the first of a series on the _site philosophy_, if you want to say so. To start, what is better to talk about, if not everything that led to the **birth of the site** and began to characterize it? @@ -55,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 the past, 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){[: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. ### Great expressiveness @@ -89,7 +96,7 @@ For me there is a **conceptual division** to be respected between the two types New little things, made especially for the site, I have put and will put many, but the idea is to fill the place with **even old stuff**. Some non-exclusive content is still already available in my other places on the Internet - in some cases without a license - like perhaps on my Mastodon profile; others, like very old posts from my Telegram channel, are archived and inaccessible except to me. 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 all **a shame**. +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**. With my free time I have already started doing it, and I will continue. diff --git a/en/post/2023-04-03-Tutto-Per-Non-Cambiare-Due-Pile.md b/en/blog/2023-04-03-Tutto-Per-Non-Cambiare-Due-Pile.md similarity index 84% rename from en/post/2023-04-03-Tutto-Per-Non-Cambiare-Due-Pile.md rename to en/blog/2023-04-03-Tutto-Per-Non-Cambiare-Due-Pile.md index 0e87f2c..31bb538 100644 --- a/en/post/2023-04-03-Tutto-Per-Non-Cambiare-Due-Pile.md +++ b/en/blog/2023-04-03-Tutto-Per-Non-Cambiare-Due-Pile.md @@ -1,10 +1,12 @@ +++ Title = "🔋 Everything so as not to change two batteries..." -CreatedOn = "2023-04-03" +Dates = 2023-04-03 Downsync = "/it/posts/Tutto-Per-Non-Cambiare-Due-Pile.html" -HTMLTitle = "🔋 Everything so as not to change two batteries..." +Aliases = [ + "/Posts/2023-04-03-Tutto-Per-Non-Cambiare-Due-Pile.html", +] Description = "I bother changing the batteries of the TV remote control that I have on my desk, so obviously making a mess with paper clips and cardboard..." -Categories = "DIY Blog" +Categories = [ "DIY" ] +++ {{< noticeAutomaticTranslation it >}} @@ -12,11 +14,10 @@ Categories = "DIY Blog" -

🔋 Everything to avoid changing two batteries...

Between 1 and 2 months ago - realize how much time passed before I got annoyed definitively - the batteries in the remote control of the television that I keep on my desk (I use it as a second monitor) have started to run out beyond the limitof tolerable usability.

-

The remote control on my desk, with the battery compartment open, and a lot of mini batteries stylus colored around.

+

The remote control on my desk, with the battery compartment open, and a lot of mini batteries stylus colored around.

Because I didn't do anything

@@ -71,7 +72,7 @@ Practically I would have to bend over every time, sticking my f @@ -91,10 +92,10 @@ Practically I would have to bend over every time, sticking my f
  • I place the paperclip on the wheel;
  • I see how long it is at the first new detachment point it reaches on the TV body;
  • I take it again, holding the point of interest with my finger, and patiently fold it;
  • -
  • Repeat until the paperclip reaches the front edge of the television, passing over the side one.
  • +
  • Repeat until the paper clip reaches the front edge of the television, passing over the side one.
  • I notice that the protrusion of the wheel ends completely inside the ring, which therefore does not press it; then I fit a small piece of cardboard into the ring (optionally blocked with adhesive tape). -The paperclip, bent almost completely to be mounted.
    +The paperclip, bent almost completely to be mounted.
  • -

    View of the back of my mounted system. In red, I've circled the pressing piece on the wheel. (I couldn't take the less blurry photo back there, sorry.)

    +

    View of the back of my assembled system. In red, I've circled the pressing piece on the wheel. (I couldn't take the less blurry photo back there, sorry.)

    What a job...

    @@ -120,7 +121,7 @@ Alas, the rotation of the wheel is not good with this crotc

    That's it. If I were to improve my solution - which, yes, is very crude, I won't deny it because this is what I like - I will write an appendixto this article.

    -

    Front-side view of my mounted system. Simply press on the side to apply force to the TV button.

    +

    Front-side view of my mounted system. Simply press on the side to apply force to the TV button.


    @@ -133,6 +134,6 @@ Alas, the rotation of the wheel is not good with this crotc

    Ehhh. Good question.
    -They are all batteries that I keep when they are discarded at home (not by my hand, since, I repeat, I avoid non-rechargeable ones as much as possible). , because very often "discharged" just means "too discharged for the device from which it was replaced". For some remote controls, in fact, they often still work, including mine in some cases.

    +They are all batteries that I keep when they are discarded at home (not by me, since, I repeat, I avoid non-rechargeable ones as much as possible). , because very often "discharged" just means "too discharged for the device from which it was replaced". For some remote controls, in fact, they often still work, including mine in some cases.

    -

    So did I just waste time with today's project? Nah, I wouldn't say: from now I can easily keep the remote control a little more put away, no longer necessarily always on the desk strong>, which I can therefore keep very lightly (because in an instant I ruin my own efforts!) more tidy.

    +

    So did I just waste time with today's project? Nah, I wouldn't say: from now I can easily keep the remote control a little more put away, no longer necessarily always on the desk strong>, which I can therefore keep very lightly (because in an instant I ruin my own efforts!) more tidy.

    \ No newline at end of file diff --git a/en/post/2023-04-16-Che-Impatto-Nuova-Legge-Anti-Pirateria-Italiana.md b/en/blog/2023-04-16-Che-Impatto-Nuova-Legge-Anti-Pirateria-Italiana.md similarity index 88% rename from en/post/2023-04-16-Che-Impatto-Nuova-Legge-Anti-Pirateria-Italiana.md rename to en/blog/2023-04-16-Che-Impatto-Nuova-Legge-Anti-Pirateria-Italiana.md index 7161d8f..ce76cf2 100644 --- a/en/post/2023-04-16-Che-Impatto-Nuova-Legge-Anti-Pirateria-Italiana.md +++ b/en/blog/2023-04-16-Che-Impatto-Nuova-Legge-Anti-Pirateria-Italiana.md @@ -1,11 +1,13 @@ +++ Title = "🏴‍☠️ What impact will the new Italian anti-piracy law have?" -CreatedOn = "2023-04-16" +Dates = 2023-04-16 +Lastmod = 2023-04-17 Downsync = "/it/posts/Che-Impatto-Nuova-Legge-Anti-Pirateria-Italiana.html" -HTMLTitle = "🏴‍☠️ What impact will the new Italian anti-piracy law have?" +Aliases = [ + "/Posts/2023-04-16-Che-Impatto-Nuova-Legge-Anti-Pirateria-Italiana.html", +] Description = "They have approved a law in Italy for a strong fight against piracy. The fact is that it entails important risks for Internet users." -Categories = "Internet Blogs" -UpdatedOn="2023-04-17" +Categories = [ "Internet" ] +++ {{< noticeAutomaticTranslation it >}} @@ -13,7 +15,6 @@ UpdatedOn="2023-04-17" -

    🏴‍☠️ What impact will the new Italian anti-piracy law have?

    Some will know, in Italy the new anti-piracy law has been approved, and now the doubts with which we enthusiasts of sharing free we have to deal with are different:

    @@ -51,11 +52,11 @@ Sooner or later an over-blocking incident will happen, and ther

    An example can be given by comparing Russia and China: both states have a certain desire to control political dissent on the Internet, but:

    -

    It is therefore inevitable that raising this mega-wall-of-fire now, from nothing, will entail substantial costs, which however will be at the total expense< /strong> of all of us consumers, instead of being at the expense of billion-dollar entertainment multinationals (which will only be burdened by the costs of the unified state platform that will connect rights holders and ISPs).

    +

    It is therefore inevitable that raising this mega-wall-of-fire now, out of nothing, will entail substantial costs, which however will be at the total expense< /strong> of all of us consumers, instead of being at the expense of billion-dollar entertainment multinationals (which will only be burdened by the costs of the unified state platform that will connect rights holders and ISPs).

    But this last detail, rightly, does not matter to our parliamentarians and senators, who fortunately for many years have received respectively 1200 and 1650 € per year just for telephone costs, thanks to those of us, idiot citizens, who pay taxes.

    @@ -69,7 +70,7 @@ Sooner or later an over-blocking incident will happen, and ther

    Are some okay?

    -

    All in all, despite the initial general fear and alarmism, it seems that the only users who have something to fear are precisely the latter, because - although it must be said that I know relatively little about the law, and it is not easy to apply generic text comprehension skills on legal bricks, so who knows - the text talks about buying or renting, and not also things like downloading at no cost >.

    +

    All in all, despite the initial general fear and alarmism, it seems that the only users who have something to fear are precisely the latter, because - although it must be said that I know relatively little about the law, and it is not easy to apply generic text comprehension skills on legal bricks, so who knows - the text talks about purchasing or renting, and not also things like downloading at no cost >.

    If, therefore, up to now, surfing the Internet to find links to "crisp" football matches, with pixels has never actually been prohibited as big as biscuits and the habit of buffering, or download the tenth film of the week via torrent, or even stocking up > of free video games repackaged, one can well imagine that things will remain as they are in this sense.

    @@ -87,8 +88,8 @@ In Italy it seems that no single seeder has ever been prosecuted, nor h

    Perhaps, if this new law targeted only them, there wouldn't be much to discuss: they have no passion for sharing, only that of money.
    Perhaps there would not be much of an objection even if, by going against the platforms that make certain links available, we considered acting only against those profit-making companies: Google, Microsoft ( with Bing), Facebook, Twitter, and so on.

    -

    But in Italy they have already blown up TNTVillage, and I don't want the decimation of all the other online marketplaces created < strong>by the people for the people - non-profit, and indeed often disposable, both in time and money - just because it bothers someone that the main functionality of the Web is used: hypertext links, invented to encourage the free and free sharing of culture and entertainment, without barriers.

    +

    But in Italy they have already blown up TNTVillage, and I don't want the decimation of all the other online marketplaces created < strong>by the people for the people - non-profit, and indeed often disposable, both in time and money - just because it bothers someone that the main functionality of the Web is used: hyperlinks, invented to encourage the free and free sharing of culture and entertainment, without barriers.


    -

    +

    \ No newline at end of file diff --git a/en/post/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 similarity index 94% rename from en/post/2023-05-02-Piu-Che-un-Esame-Ho-Fatto-una-Guerra.md rename to en/blog/2023-05-02-Piu-Che-un-Esame-Ho-Fatto-una-Guerra.md index 0a8716b..6deaf82 100644 --- a/en/post/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 @@ -1,11 +1,12 @@ +++ Title = "😭 More than an exam, I went to war." -CreatedOn = "2023-05-02" +Dates = 2023-05-02 +Lastmod = 2023-05-03 Downsync = "/it/posts/Piu-Che-un-Esame-Ho-Fatto-una-Guerra.html" -HTMLTitle = "😭 More than an exam, I went to war." -Description = "Because of people who don't know how to read the rules, demons came to me while I was taking an exam that should have been very easy." -Categories = "Blogs" -EditedOn = "2023-05-03" +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 >}} @@ -13,7 +14,6 @@ EditedOn = "2023-05-03" -

    😭 More than an exam, I went to war.

    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.

    @@ -44,7 +44,7 @@ I don't think I deserve all this...

    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.
    +

    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

    @@ -90,4 +90,4 @@ The only thing I can logically regret is not having made that b - + \ No newline at end of file diff --git a/en/post/2023-08-11-Recensione-Pipi-Nel-Mar-Tirreno.md b/en/blog/2023-08-11-Recensione-Pipi-Nel-Mar-Tirreno.md similarity index 79% rename from en/post/2023-08-11-Recensione-Pipi-Nel-Mar-Tirreno.md rename to en/blog/2023-08-11-Recensione-Pipi-Nel-Mar-Tirreno.md index 4a56c11..381ccde 100644 --- a/en/post/2023-08-11-Recensione-Pipi-Nel-Mar-Tirreno.md +++ b/en/blog/2023-08-11-Recensione-Pipi-Nel-Mar-Tirreno.md @@ -1,11 +1,12 @@ +++ Title = "🏖️ Review: Pipì nel Mare (Tyrrhenian Sea)" -CreatedOn = "2023-08-11" +Dates = 2023-08-11 Downsync = "/it/posts/Recensione-Pipi-Nel-Mar-Tirreno.html" -HTMLTitle = "🏖️ Review: Pee in the Sea (Tyrrhenian Sea)" -Image = "https://sitoctt-assets.octt.eu.org/Media/Misc/craiyon_211338_anime_girl_in_the_ocean_looking_at_the_sunset__half_body_rem.webp" +Aliases = [ + "/Posts/2023-08-11-Recensione-Pipi-Nel-Mar-Tirreno.html", +] +Featured_Image = "@/Media/Misc/craiyon_211338_anime_girl_in_the_ocean_looking_at_the_sunset__half_body_rem.webp" Description = "An action usually considered irrelevant can, in a special moment, turn out to be magical and impossible to keep to yourself: you have to write a review." -Categories = "Blogs" +++ {{< noticeAutomaticTranslation it >}} @@ -13,7 +14,6 @@ Categories = "Blogs" -

    🏖️ Review: Pee in the Sea (Tyrrhenian Sea)

    With summer now at its peak, in yet another extremely hot August, it is practically obligatory that all the traditions of the season are honored, this year too.

    @@ -24,15 +24,15 @@ Categories = "Blogs" (Letter from D'Annunzio to Fratelli Treves Editori, 7 July 1899< /a>)

    -

    Although, like many, I am also convinced of the fact that the sea - understood as being chained in the same single seaside resort chosen for the holiday - is tiring for a long time, in some cases I too am able to feel in a particularly engaging is that naturalist essence that D'Annunzio was able to transcribe with extreme difficulty into beautiful words, despite the fact that my holidays are definitely a little more flat than his.

    +

    Although, like many, I am also convinced of the fact that the sea - understood as being chained in the same single seaside resort chosen for the holiday on duty - is tiring for a long time, in some cases I too am able to feel in a particularly engaging is that naturalist essence that D'Annunzio was able to transcribe with extreme difficulty into beautiful words, despite the fact that my holidays are definitely a little more flat than his.

    -

    If perhaps during my short holiday in Calabria I didn't have the opportunity to take spectacular walks in the pine forest, or to enjoy a walk on the beach done as nature dictates - without the August crowd and the sensory overload generated by it - and not even staying for hours in the absolute peace of some glimpse to rest, I still couldn't give up that one moment of immersion that I'm truly allowed.

    +

    Perhaps during my short holiday in Calabria I didn't have the opportunity to take spectacular walks in the pine forest, or to enjoy a walk on the beach as nature dictates - without the August crowd and the sensory overload generated by it - and not even staying for hours in the absolute peace of some glimpse to rest, I still couldn't give up that one moment of immersion that I'm truly allowed.

    After several of those days in which I reluctantly had to decry the sea water as unsatisfactory - too cold, too rough to even stay on the shore without rolling away, overall uninviting atmosphere - finally today between late afternoon and first evening the cards on the table are the right ones, which allow me to make that most desired move: peeing in the sea.

    -

    At the beginning, my idea was to just stay on the shore, distracted and with my head full of other thoughts. However, in just a few minutes the environment proved to be extremely enveloping for the senses, and my thoughts slowly aligned themselves with the frequency of the waves. Following this new calm and welcoming rhythm, then, I push myself a little further into that vast blue, getting wet up to my waist, there in the Tyrrhenian Sea.

    +

    At the beginning, my idea was to just stay on the shore, distracted and with my head full of other thoughts. However, in a few minutes the environment proved to be extremely enveloping for the senses, and my thoughts slowly aligned themselves with the frequency of the waves. Following this new calm and welcoming rhythm, then, I push myself a little further into that vast blue, arriving to get wet up to my waist, there in the Tyrrhenian Sea.

    -

    By now I feel good in the water, and in the moments that continually follow one another I begin to forget all the shapes, colors, mental constructions. The sky tinged with a warm blue, a fresh color stained by the warm shades of the sun which is now about to set, thus putting an end to this last day of holiday. I do not perceive all those no longer necessary elements, works and thoughts of the modern world, totally out of place in such a divine context, and I delete those other few people very distant from me.

    +

    By now I feel good in the water, and in the moments that continually follow one another I begin to forget all the shapes, colors, mental constructions. The sky shaded with a warm blue, a fresh color stained by the warm shades of the sun which is now about to set, thus putting an end to this last day of holiday. I do not perceive all those no longer necessary elements, works and thoughts of the modern world, totally out of place in such a divine context, and I delete those other few people very distant from me.

    With the blink of an eye, I therefore go back hundreds of thousands of years, if not tens of millions, to when all the broth of life was being prepared in the enormous oceanic pot, inside which today we can no longer live but from which we still feel an ancestral call.

    @@ -48,4 +48,4 @@ Categories = "Blogs"

    Final rating: 10/10. An experience that in its pleasant essentiality is truly inimitable. I highly recommend it to everyone, and I would certainly do it again at the next available opportunity.

    -

    Before concluding, a little curiosity: the sea is the oldest bathroom not divided by gender in the world. We humans did not invent this particular tertiary category of waste disposal places to remedy the mistakes of some of our ancestors - nature invented them, well before the very first homo sapiens existed! p> +

    Before concluding, a little curiosity: the sea is the oldest bathroom not divided by gender in the world. We humans did not invent this particular tertiary category of waste disposal places to remedy the mistakes of some of our ancestors - nature invented them, well before the very first homo sapiens existed! p> \ No newline at end of file diff --git a/en/post/2023-09-15-Mollette-per-Capelli-Colla-e-Sassolini.md b/en/blog/2023-09-15-Mollette-per-Capelli-Colla-e-Sassolini.md similarity index 79% rename from en/post/2023-09-15-Mollette-per-Capelli-Colla-e-Sassolini.md rename to en/blog/2023-09-15-Mollette-per-Capelli-Colla-e-Sassolini.md index 5f8f4fa..8d69145 100644 --- a/en/post/2023-09-15-Mollette-per-Capelli-Colla-e-Sassolini.md +++ b/en/blog/2023-09-15-Mollette-per-Capelli-Colla-e-Sassolini.md @@ -1,11 +1,13 @@ +++ Title = "📎 Hair clips, reduced to glue and pebbles" -CreatedOn = "2023-09-15" +Dates = 2023-09-15 Downsync = "/it/posts/Mollette-per-Capelli-Colla-e-Sassolini.html" -HTMLTitle = "📎 Hair clips, reduced to glue and pebbles" -Image = "https://sitoctt-assets.octt.eu.org/Media/Decor/craiyon_182944_small_hair_clip_decorated_with_glitter__worn_on_head__profile_closeup_smiling__anime.webp" +Aliases = [ + "/Posts/2023-09-15-Mollette-per-Capelli-Colla-e-Sassolini.html", +] +Image = "@/Media/Decor/craiyon_182944_small_hair_clip_decorated_with_glitter__worn_on_head__profile_closeup_smiling__anime.webp" Description = "Not all my DIY creations are hideous. This time, to give a gift to both myself and others, I embellish some hair clips, in the first way that comes to mind." -Categories = "DIY Blog" +Categories = [ "DIY" ] +++ {{< noticeAutomaticTranslation it >}} @@ -13,7 +15,6 @@ Categories = "DIY Blog" -

    📎 Hair clips, reduced to glue and pebbles

    For a strange set of reasons, this article sat in my drafts for more than a month, even though it was practically finished. Oh well, better late than never, happy reading...

    @@ -32,7 +33,7 @@ Categories = "DIY Blog"
  • A box of beads of different shapes, sizes, and shades of color; 8 types in total. However, each box only had about one shade of color, a slightly limiting but not serious factor. I got a set with colors between purple and pink.
  • -

    The little box with all the beads demonstrated in, I suppose, plain sight.< /p> +

    The little box with all the beads demonstrated in, I suppose, plain sight.< /p>

    Just €3 later, I get home straight away with the desire to do the job, and I don't even start when I'm already on the verge of making a mess: when opening the little box of pearls, I was tilting it a little too much, and some of those colored crumbs ended up from one compartment to another... a little more carelessness, and I could have lost at least a good part of them across the room in an instant.

    @@ -42,7 +43,7 @@ Categories = "DIY Blog"

    With this method, I should have gotten there sooner, yes and no only a quarter of the colored pebbles stuck (badly), and the rest ended up everywhere. So I tried it again, this time dipping the glue-covered clothespin into the bead container, and this method actually worked a little better.

    -

    The first 3 clothespins I completed, lined up nicely.

    +

    The first 3 clothespins I completed, lined up nicely.

    However, this way is not magical in itself, and has not been able to solve other problems:

    @@ -52,20 +53,20 @@ Categories = "DIY Blog"

    Meanwhile, in the frenzy of everything, I had beads going right, left, on the desk, on me, and then on the floor. While doing the opening and closing, some even splashed into the air...
    -Most of what I lost I found again in the next few days, however, when I walked around my room and felt something crunchy under my slippers. I couldn't find a very small part, obviously, also because in the meantime I vacuumed shortly afterwards.

    +Most of what I lost I found again in the days immediately after, however, when I walked around my room and felt something crunchy under my slippers. I couldn't find a very small part, obviously, also because in the meantime I vacuumed shortly afterwards.

    In the end, after making these 3 for my mother... I almost started wanting some made like this too though! 😅️
    So I made at least one more, but this time, having infinite time, I tried with vinyl glue.
    I don't know whether the decoration made in this way is water resistant or not, because my vinyl glue is so-called "washable", but I don't know if it can only be washed with water or soap is also needed. I'll avoid having it rain on my head when I wear it, I guess.

    -

    The clothespin created with PVA glue once dried, illustrated in different positions.< /p> +

    The clothespin created with PVA glue once dried, illustrated in different positions.< /p>

    Despite this potential risky side, I think that using vinyl is still the best choice, for an aesthetic reason: when it dries completely, it becomes totally transparent. Hot glue, on the other hand, remains dense and visible, making the final work look dirty and messy. It's fine when I have to join cardboard or fabrics, but not in this case.

    After a few days of use, however, I noticed that the vinyl glue does not stick very well to the rubberized plastic of the clothespin, and it has come off slightly at the edges. Nothing serious, but it should be kept in mind; to solve this, I think it is enough to add a little more glue (vinyl or non-vinyl) which also goes around the side of the clothespin and incorporates it slightly.

    -

    The clothespin I made with PVA glue, immediately after application.< /p> +

    The clothespin I made with PVA glue, immediately after application.< /p>

    So, in the end, my mother had a product that was almost not even truly complete, compared to the more refined one that I created just a moment later! 💀️ Her real gift was therefore acting as a beta-tester. I then offered her to rearrange the first three clothespins a little, but she said that, at least those three, she wants to keep them like that, and at most she'll make her some more new ones. Well, I don't know what to say, there are those who prefer to use betas for life, apparently (absolutely not me about Minecraft...).

    -

    The first 3 clothespins made, arranged in different positions, with a themed light.

    +

    The first 3 clothespins made, arranged in different positions, with a themed light.

    \ No newline at end of file diff --git a/en/post/2023-12-31-Resocontoctt-2023.md b/en/blog/2023-12-31-Resocontoctt-2023.md similarity index 87% rename from en/post/2023-12-31-Resocontoctt-2023.md rename to en/blog/2023-12-31-Resocontoctt-2023.md index c7d841b..4b27087 100644 --- a/en/post/2023-12-31-Resocontoctt-2023.md +++ b/en/blog/2023-12-31-Resocontoctt-2023.md @@ -1,9 +1,10 @@ +++ Title = "🎇 The report of this 2023, at least in terms of posting!" -CreatedOn = "2023-12-31" +Dates = 2023-12-31 Downsync = "/it/posts/Resocontoctt-2023.html" -HTMLTitle = "🎇 The reportctt of this 2023, at least in terms of posting!" -Categories = "Blogs" +Aliases = [ + "/Posts/2023-12-31-Resocontoctt-2023.html", +] +++ {{< noticeAutomaticTranslation it >}} @@ -11,13 +12,12 @@ Categories = "Blogs" -

    🎇 The report of this 2023, at least in terms of posting!

    -

    For the end of the year, many make a list of good resolutions for the new one, while this time I am compiling a collection of some of my shortcomings... welcome back to my world.

    +

    For the end of the year, many make a list of good resolutions for the new, while this time I am compiling a collection of some of my shortcomings... welcome back to my world.

    I'm afraid I also have to hurry a bit with this post, because if it came out on the 31st, probably no one would give a damn... at least not before next year (and having said that, it's very scary, I know ). Not having made it in time for the 30th, here I am posting late at night, before mimir. 🌌

    -

    In recent months I have not had the opportunity to deal with the site perfectly, because my words have been stolen by alternative outlets, or perhaps a little blocked by setbacks. And what exactly, I imagine you might ask yourself who diligently follow the CTTT site, but only the CTTT site, and otherwise never wallow in the scam?

    +

    In recent months I haven't had the opportunity to deal with the site perfectly, because my words have been stolen by alternative outlets, or perhaps a little blocked by setbacks. And what exactly, I imagine you might ask yourself who diligently follow the CTTT site, but only the CTTT site, and otherwise never wallow in the scam?

    The BBS, Spacc forum with an ancient flavour

    @@ -31,8 +31,8 @@ On the other hand, who knows, maybe having only the blogoctt I would have publis

    The brand new MicroBlog, so much for Du Rove

    -

    The "MicroBlog" that I have on the ctt site is not really a microblog in the classic sense... it's a category that I arbitrarily decided should keep my shorter posts. I have always practiced true microblogging partly on the Fediverse, partly on Telegram, with a channel that has historically continuously switched back and forth between public and private for complex reasons.
    -At the same time, these platforms have always also served as "PicoBlog" for me, with posts of one or two sentences, while I let the dust form on the site section. 🕸️

    +

    The "MicroBlog" that I have on the ctt site isn't really a microblog in the classic sense... it's a category that I arbitrarily decided should keep my shorter posts. I have always practiced real microblogging a bit on the Fediverse, a bit on Telegram, with a channel that historically has continuously switched back and forth between public and private for complex reasons.
    +At the same time, these platforms have always also served as "PicoBlog" for me, with posts of one or two sentences, while I let the dust form on the section of the site. 🕸️