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). [](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 >:(.  @@ -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.  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" -
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.
- (I couldn't take the less blurry photo back there, sorry.)
(I couldn't take the less blurry photo back there, sorry.)
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.
-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.
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" -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 therAn 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 therAll 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 hPerhaps, 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.
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.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.
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" -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"< /p>
+
< /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.
-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.
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.
< /p>
+
< /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.
-< /p>
+
< /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...).
-
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 "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. 🕸️
As luck would have it - ironically, on the evening of December 24th, as if it were a bad, rotten gift - the Telegram account where I was the admin of my channel and of the comments group was banned, for reasons that we still haven't understood (clearly automatic, and in my opinion incorrect). As it is, it also seems that I have lost all my data forever: if they don't respond to my manual request for data portability, they will have violated the GDPR, and in the meantime I will be left with nothing in my hands (if I I'm not freaking out...)
-Luckily, having started publishing from WordPress, the ban didn't interrupt my shitposting flow in any way (phew!), but I had to waste some time catching up with people (and there are those who don't we have still collected) to finally bring it to the Matrix (a federated and truly free messaging protocol)... because unfortunately they didn't want to listen to me when 2 years ago I said that it would be wise to move there before accidents, not after. 😮💨
+Luckily, having started publishing from WordPress, the ban didn't interrupt my shitposting flow in any way (phew!), but I had to waste some time catching up with people (and there are those who don't we have still collected) to finally take it to the Matrix (a federated and truly free messaging protocol)... because unfortunately they didn't want to listen to me when 2 years ago I said that it would be wise to move there before accidents, not after. 😮💨
This stuff also deserves separate discussion, and just for good luck I'll leave some of my new links here:
@@ -92,4 +92,4 @@ There has never been any doubt that time cannot help but flow, leaving behind evLet us therefore hope - because it is generally right to never stop hoping, even if perhaps it is not a good idea to use hope as a substitute for action - that this new year can bring us many equally new but truly beautiful things, even if I have no idea how this could happen. Happy Holidays, little people who live in my computer and read my crazy things!
+Let us therefore hope - because it is generally right to never stop hoping, even if perhaps it is not a good idea to use hope as a substitute for action - that this new year can bring us many equally new but truly beautiful things, even if I have no idea how this could happen. Happy Holidays, little people who live in my computer and read my crazy things!
\ No newline at end of file diff --git a/en/post/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 similarity index 87% rename from en/post/Archive/2022-05-07-Gli-Inaspettati-Vantaggi-della-Chiavetta-Linux.md rename to en/blog/Archive/2022-05-07-Gli-Inaspettati-Vantaggi-della-Chiavetta-Linux.md index 261a41a..2ed23f1 100644 --- a/en/post/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 @@ -1,12 +1,18 @@ +++ -Template = "loli-documentatrice.html" Title = "The unexpected advantages of the Linux stick" -Categories = [ "Blog", "Technology" ] +Aliases = [ + "/Posts/Archive/2022-05-07-The-Unexpected-Advantages-of-the-Linux-Key.html", +] +Categories = [ "Technology" ] Date = 2022-05-07 Lastmod = 2022-08-13 -Feeds = false +#Template = "loli-documentatrice.html" +++ +{{< noticeAutomaticTranslation it >}} + + + One thing I did months ago that, so far, has proven to be a **winning choice**, was **install** a **Linux**-based operating system, in persistent mode, * *on** a small **USB stick**. The reasons why I wanted to do it initially are perhaps simple and banal, but it gave me, upon careful analysis, some **unexpected** advantages that were much more than welcome. @@ -26,9 +32,9 @@ And this is where the idea of the key with an entire operating system emer First, **I thought about the memory I would use**. -In terms of ability, I'd like to say that I did it just for the challenge, but the truth is that, on the few very large pen drives that I have, I keep other files, which I have to keep on the pen drive, and moving them onto many small pen drives is annoying and brings to future confusion. So, I took one of my 2 GB pen drives, and I told myself that I would make do with it (_and, **spoiler**, I was right, even if it wasn't easy_). +In terms of ability, I'd like to say that I did it just for the challenge, but the truth is that, on the few very large pen drives I have, I keep other files, which I have to keep on the pen drive, and moving them onto many small pen drives is annoying and brings to future confusion. So, I took one of my 2 GB pen drives, and I told myself that I would make do with it (_and, **spoiler**, I was right, even if it wasn't easy_). In terms of speed, I only thought about avoiding stuff with levels lower than those of USB 2.0, because in any case I don't have any fast stick available. My only stick with a USB 3.0 bus (correctly detected by Linux as USB 3.0) is as fast as a 2.0... **Damn Kingston**. -I have some fast microSD cards, but my USB adapters for those cards are all slow. +I have fast microSD cards, but my USB adapters for those cards are all slow. In short, I take the trusty 2 GB USB 2.0 stick, mint color (_it would be perfect as a Linux Mint installation media!_), also from Kingston, and off I go. @@ -38,7 +44,7 @@ In short, I take the trusty 2 GB USB 2.0 stick, mint color (_it would be perfect Once you have chosen the stick, the **choice of distribution** Linux remains, perhaps even more important. -Here, not only are the popular distros (Ubuntu, Fedora, Mint, Pop!_OS, Manjaro, ...) too large to fit leaving room for a persistent partition, but they would be unusable due to the slowness of the stick. +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. @@ -46,7 +52,7 @@ It was responsive and snappy, thanks also to the presence of [musl libc](https:/ 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. 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. -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_. +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**. @@ -57,7 +63,7 @@ How can it be so **compact but full of stuff** at the same time? Thanks to the u ### 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 oh well, now I don't need it anymore_), it works very well and is fast in every way. +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?). And now, finally, I have enough free space; and I also have Minecraft! @@ -72,7 +78,7 @@ 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 on 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:]}). +- 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**! - I have an excuse to indirectly remind people that, even in 2022, **USB sticks are relevant**, even ultra-low-end ones. diff --git a/en/post/MicroBlog/2022-09-11-Che-Accade.md b/en/blog/MicroBlog/2022-09-11-Che-Accade.md similarity index 95% rename from en/post/MicroBlog/2022-09-11-Che-Accade.md rename to en/blog/MicroBlog/2022-09-11-Che-Accade.md index 1d77ae3..628be0e 100644 --- a/en/post/MicroBlog/2022-09-11-Che-Accade.md +++ b/en/blog/MicroBlog/2022-09-11-Che-Accade.md @@ -1,9 +1,16 @@ +++ Title = "What's happening" +Aliases = [ + "/Posts/MicroBlog/2022-09-11-Che-Accade.html", +] Categories = [ "MicroBlog" ] Dates = 2022-09-11 +++ +{{< noticeAutomaticTranslation it >}} + + + These last 7 days, very little has been said or done here on the ctt site. I created this section to use as a general journal, but I'm just now writing something. diff --git a/en/post/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md b/en/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md similarity index 96% rename from en/post/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md rename to en/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md index 6faf932..6633427 100644 --- a/en/post/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md +++ b/en/blog/MicroBlog/2022-09-18-Quando-Metto-Mano-Io-Spacc.md @@ -1,9 +1,16 @@ +++ Title = "When I get my hands on I rock" +Aliases = [ + "/Posts/MicroBlog/2022-09-18- Quando-Metto-Mano-Io-Spacc.html", +] Categories = [ "MicroBlog" ] Dates = 2022-09-18 +++ +{{< noticeAutomaticTranslation it >}} + + + 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.  diff --git a/en/post/MicroBlog/2022-09-23-Nuove-Frontiere.md b/en/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md similarity index 96% rename from en/post/MicroBlog/2022-09-23-Nuove-Frontiere.md rename to en/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md index d615d12..5d9aab3 100644 --- a/en/post/MicroBlog/2022-09-23-Nuove-Frontiere.md +++ b/en/blog/MicroBlog/2022-09-23-Nuove-Frontiere.md @@ -1,9 +1,16 @@ +++ Title = "New frontiers" +Aliases = [ + "/Posts/MicroBlog/2022-09-23-Nuove-Frontiere.html", +] Categories = [ "MicroBlog" ] Dates = 2022-09-23 +++ +{{< noticeAutomaticTranslation it >}} + + + Since I discovered it a few days ago. I'm trying that epic software that is [TiddlyWiki](https://tiddlywiki.com){[:MdTgtBlank:]}. 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. diff --git a/en/post/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md b/en/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md similarity index 93% rename from en/post/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md rename to en/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md index 8a0c56e..4b8b026 100644 --- a/en/post/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md +++ b/en/blog/MicroBlog/2022-10-16-Aggiornamenti-DSpacc-Tastino-Maledetto.md @@ -1,10 +1,17 @@ +++ Title = "DSpacc Updates - Cursed Key" +Aliases = [ + "/Posts/MicroBlog/2022-10-16-Updates-DSpacc-Tastino-Maledetto.html", +] Categories = [ "MicroBlog" ] Dates = 2022-10-16 Lastmod = 2022-10-20 +++ +{{< noticeAutomaticTranslation it >}} + + + A month ago, in the [post of October 18](./2022-09-18- Quando-Metto-Mano-Io-Spacc.html), I briefly said that it was the DSpacc, and what a new mess I had caused. Well, this time I did even worse; to understand the proportions, it is good to brush up on what I had written for a second. @@ -22,7 +29,7 @@ Today I finally decide to disassemble the DSpacc, to see if I can do the service Now, it cannot be said whether the problems registering the presses were due to the externally smashed button, or to internal problems that have nothing to do with the initial malfunction of the button (and the final destruction occurred due to my pressing the button a hundred of times a minute to make him exercise).. what is certain is that alcohol is not enough to fix 😅. -Initially, I try to solder just above the broken leg, which in itself should solve the problem; unfortunately, the side of the pins is so short, and the button in such an awkward position (since we are talking about a back button), that the solder on my pin touches a little next to it and shorts the ground. This makes the button always pressed, and therefore it's even worse (my flashcart menu doesn't open if any button is pressed at startup!) than what I had before. +Initially, I try to solder just above the broken leg, which in itself should solve the problem; unfortunately, the side of the pins is so short, and the button in such an awkward position (since we are talking about a back button), that the solder on my pin touches a little next to it and shorts the ground. This makes the key always pressed, and therefore it's even worse (my flashcart menu doesn't open if any key is pressed at startup!) than what I had before. I try to fix the soldering a bit, but no, I can't improve anything. At this point, I think about desoldering the button, because anyway... and it works fine, perhaps due to the size of the SMD device, small but not too much: the board has remained clean. diff --git a/en/post/MicroBlog/Archive/2019/09/index.md b/en/blog/MicroBlog/Archive/2019/09/index.md similarity index 93% rename from en/post/MicroBlog/Archive/2019/09/index.md rename to en/blog/MicroBlog/Archive/2019/09/index.md index 6fd5ab1..2dcb716 100644 --- a/en/post/MicroBlog/Archive/2019/09/index.md +++ b/en/blog/MicroBlog/Archive/2019/09/index.md @@ -1,7 +1,15 @@ -// % Categories: MicroBlog -// % URLs: Posts/MicroBlog-Archive/2019/09/index.html ++++ +Title = "September 2019 MicroBlog Archives" +Aliases = [ + "/Posts/MicroBlog/Archive/2019/09/index.html", + "/Posts/MicroBlog-Archive/2019/09/index.html", +] +Categories = [ "MicroBlog" ] ++++ + +{{< noticeAutomaticTranslation it >}} + -## September 2019 MicroBlog archives
Profile="~/.bashrc"
diff --git a/en/note/Linux/2022-08-09-Controllare-Statistiche-Interessanti-Partizioni-Linux.md b/en/note/2022-08-09-Controllare-Statistiche-Interessanti-Partizioni-Linux.md
similarity index 91%
rename from en/note/Linux/2022-08-09-Controllare-Statistiche-Interessanti-Partizioni-Linux.md
rename to en/note/2022-08-09-Controllare-Statistiche-Interessanti-Partizioni-Linux.md
index e5a6248..085a2c1 100644
--- a/en/note/Linux/2022-08-09-Controllare-Statistiche-Interessanti-Partizioni-Linux.md
+++ b/en/note/2022-08-09-Controllare-Statistiche-Interessanti-Partizioni-Linux.md
@@ -1,7 +1,14 @@
-// % Categories: Notes
-// % CreatedOn: 2022-08-09
++++
+Title = "Check interesting statistics and health of partitions on Linux"
+Dates = 2022-08-09
+Aliases = [
+ "/Posts/Notes/Linux/2022-08-09-Check-Interesting-Statistics-Partitions-Linux.html",
+]
++++
+
+{{< noticeAutomaticTranslation it >}}
+
-# Check interesting statistics and health of partitions on Linux
Storage memories, whatever their category, degrade with wear.
Nothing can be done to avoid having to change them, sooner or later, after so many years. However, it is possible to keep an eye on their health status, in order to identify any problems.
@@ -14,7 +21,7 @@ Something quite secret, which not many people know (so it seemed to me, at least
This, obviously, regardless of whether you are using a pen drive, an SD card, a hard disk, a floppy disk, or even an even less usual memory.
[Ext4](https://en.m.wikipedia.org/wiki/Ext4){[:MdTgtBlank:]} provides several curious data - and its previous versions, Ext3 and Ext2, should do the same, but I haven't checked.
-[F2FS](https://en.m.wikipedia.org/wiki/F2FS){[:MdTgtBlank:]} I also saw, directly from my Android smartphone, exposes some interesting information... which I won't address in detail, because they are all very dark and I don't know what they mean; and if I don't know what they mean, I'm not curious about them. It happens.
+[F2FS](https://en.m.wikipedia.org/wiki/F2FS){[:MdTgtBlank:]} I also saw, directly from my Android smartphone, exposes some interesting information.. which I won't address in detail, because they are all very dark and I don't know what they mean; and if I don't know what they mean, I'm not curious about them. It happens.
As for other file systems, I haven't seen them at all. As homework, therefore, I give you to see if stuff like FAT32, exFAT, NTFS, or why not, BTRFS, exposes nice information, on Linux. And how?
## Get the data
@@ -81,7 +88,7 @@ In any case, just to be careful, it would be a good idea to always carry out rou
Speaking of microSD cards: they are almost disposable, they have an extremely limited life, given that their memory chips are the waste from the manufacturing of other, higher-end memories, such as SSDs.
What is known about their actual durability, at least of those that came out well from the factory and not of sub-brands?
-You read all sorts of things online: there are those who say that every single memory cell can withstand 10,000 rewrites, and those who say that you can at most write 1,000 times the capacity of the memory before it completely fails (going into read-only mode)... no conclusion is reached.
+You read all sorts of things online: there are those who say that every single memory cell can withstand 10,000 rewrites, those who say that you can at most write 1,000 times the capacity of the memory before it completely fails (going into read-only mode)... no conclusion is reached.
I have had cards like the one examined today, with a capacity of 32 GB, which, apart from the almost 2 TB written since the last formatting, in my opinion has seen at least 3 TB in total in its entire life, and yet it still seems fine; and then, I've had cards that started giving problems for much less. Maybe it's because I used the latter with crappy file systems, like FAT32 or exFAT, and for this reason they were constantly corrupting.
diff --git a/en/note/2022-09-18-Aggirare-i-DRM-dei-Libri-di-Scuola.md b/en/note/2022-09-18-Aggirare-i-DRM-dei-Libri-di-Scuola.md
index 0338d5d..82798c4 100644
--- a/en/note/2022-09-18-Aggirare-i-DRM-dei-Libri-di-Scuola.md
+++ b/en/note/2022-09-18-Aggirare-i-DRM-dei-Libri-di-Scuola.md
@@ -1,18 +1,22 @@
-// % Categories = Notes
-// % CreatedOn = 2022-09-18
-// % EditedOn = 2022-09-19
-// % Index: None
++++
+Title = "Bypass DRM in school books"
+Subtitle = "(in a way that probably makes the operation possible even for non-scholastic texts.)"
+Dates = 2022-09-18
+Lastmod = 2022-09-19
+Draft = true
++++
+
+{{< noticeAutomaticTranslation it >}}
+
+
-# Bypass DRM of school books
-**(in a way that probably makes the operation possible even for non-scholastic texts.)**
-
Here I am on my umpteenth little adventure.
This time I'm dealing with some stupid DRM, which I could, like many people, try to circumvent in a super-studied and perfect way... but, even in this case, the simplest solutions are the best.
My solution, however ugly and inelegant, is universal.
-I didn't set out to write scraping programs to perhaps download books from sites, or to convert the strange formats of offline readers into more common formats. Who wants to start repaying everything you need, and 4 times, once for a different digital book supplier?
+I didn't set out to write scraping programs to maybe download books from sites, or to convert the strange formats of offline readers into more common formats. Who wants to start repaying everything you need, and 4 times, once for a different digital book supplier?
I decided to use screen capture. Not handmade, clearly.
In any case, it is precisely from here that a path is born, aimed at solving small problems that suddenly arise, and at increasing efficiency under various factors.
@@ -20,20 +24,20 @@ In any case, it is precisely from here that a path is born, aimed at solving sma
## Why all this?
The reasons that push me to get into this mess are multiple.
-Of course, it's because I need digital books, considering how convenient they are. Since I started high school I have only brought my lagging tablet, no paper brick books (except for a few bad apples, like the physics and Italian literature books, which are not provided digitally...). If I didn't do this, my backpack would explode and my thin loli back would shatter.
+Of course, it's because I need digital books, considering how convenient they are. Since I started high school I only carry my lagging tablet, no paper brick books (except for a few bad apples, like the physics and Italian literature books, which are not provided digitally...). If I didn't do this, my backpack would explode and my thin loli back would shatter.
But why do I have to extract the books, and not use the publishers' applications?
**Apps don't work**
-: The first reason is simply this. Some apps simply work badly, being slow to load the menu, a book, or even a page... when with a PDF or even images seen in the gallery I wouldn't have the slightest problem. Others don't work at all! They lose their session all the time, or even they are completely broken and think I'm offline, and I can't access my books.
+: The first reason is simply this. Some apps simply work badly, being slow to load the menu, a book, or even a page... when with a PDF or even images seen in the gallery I wouldn't have the slightest problem. Others don't work at all! They lose their session all the time, or even are completely broken and think I'm offline, and I can't access my books.
**I don't like proprietary software and DRM**
-: In general, whenever possible I always try to do without proprietary software, preferring free tools to do the things I need to do. Proprietary software itself, however, is not necessarily always 100% bad, because sometimes it still gives you freedom 0[[↗️](https://it.m.wikipedia.org/wiki/Software_libero# Le_%C2%ABquattro_libert%C3%A0%C2%BB){[:MdTgtBlank:]}], i.e. the possibility of always using the software for any purpose. Well, DRMs take away this too, they are the absolute inexcusable evil and, if already everything that I use for my purposes does not have DRMs (because it has never had them, or because they have been removed, by me or other people), it would be It's nice to resolve this issue also for school books, which I only use because the curriculum requires it.
+: In general, whenever possible I always try to do without proprietary software, preferring free tools to do the things I need to do. Proprietary software itself, however, is not necessarily always 100% bad, because sometimes it still gives you freedom 0[[↗️](https://it.m.wikipedia.org/wiki/Software_libero# Le_%C2%ABquattro_libert%C3%A0%C2%BB){[:MdTgtBlank:]}], i.e. the possibility of always using the software for any purpose. Well, DRMs take away this too, they are the absolute inexcusable evil and, if already everything that I use for my purposes does not have DRMs (because it has never had them, or because they have been removed, by me or other people), it would be It's nice to resolve this issue also for school books, which I use only because the curriculum requires it.
**Being able to preserve and share books**
-: Paper books, once you buy them, you own them. You can do whatever the hell you want with them, and they don't disappear overnight because some burnt nut head decided the license is expired. Why shouldn't it be like this for digital ones? I'm not into it, so I want to preserve them - as a matter of principle, not because I think I'll reopen them again after school... personally I prefer to search the web for anything I find I want or need to know. As a bonus, I will also upload them online, so that anyone who wants to download them can do so (if they want it for personal study and not for school use, since these publishers reprint the books every year and schools always fall for their scam).
+: Paper books, once you buy them, you own them. You can do whatever the hell you want with them, and they don't disappear overnight because some burnt nut head decided the license is expired. Why shouldn't it be like this for digital ones? I'm not into it, so I want to preserve them - as a matter of principle, not because I think I'll reopen them after school... personally I prefer to search the web for anything I find I want or need to know. As a bonus, I will also upload them online, so that anyone who wants to download them can do so (if they want it for personal study and not for school use, since these publishers reprint the books every year and schools always fall for their scam).
_...Still writing... These notes will be updated from time to time._
\ No newline at end of file
diff --git a/en/note/2023-10-17-Gaming-Sincronizzato-PS2-Smartphone.md b/en/note/2023-10-17-Gaming-Sincronizzato-PS2-Smartphone.md
index 2a1454d..60a19a2 100644
--- a/en/note/2023-10-17-Gaming-Sincronizzato-PS2-Smartphone.md
+++ b/en/note/2023-10-17-Gaming-Sincronizzato-PS2-Smartphone.md
@@ -1,11 +1,20 @@
-// % Title = 2️⃣ Synchronized gaming between PlayStation 2 and smartphone
-// % CreatedOn = 2023-10-17
-// % Downsync = /Posts/Notes/Gaming-Sincronizzato-PS2-Smartphone.html
-// % HTMLTitle = 2️⃣ Synchronized gaming between PlayStation 2 and smartphone
-// % Description = In detail, how I designed a system to always have games and saves synchronized between the emulator and the real PS2 console, shared here.
-// % Categories = Gaming Notes
-// % EditedOn = 2023-10-18
++++
+Title = "2️⃣ Gaming synchronized between PlayStation 2 and smartphone"
+Dates = 2023-10-17
+Lastmod = 2023-10-18
+Downsync = "/it/posts/Notes/Gaming-Sincronizzato-PS2-Smartphone.html"
+Aliases = [
+ "/Posts/Notes/2023-10-17-Gaming-Sincronizzato-PS2-Smartphone.html",
+]
+Description = "In detail, how I designed a system to have games and saves always synchronized between the emulator and the real PS2 console, shared here."
+Categories = [ "Gaming" ]
++++
+{{< noticeAutomaticTranslation it >}}
+
+
+
+
2️⃣ Synchronized gaming between PlayStation 2 and smartphone
Those who have been following my adventures for long enough and with due attention perhaps know this, but the biggest problem in computer science is: how to properly reconcile the discrepancies that are created when we face the problem of playing video games both at home than in portability? Between games that in one case are comfortable to play and in another perhaps don't even run, and the saves that are spread across countless different devices, solving this problem completely will never be possible...
@@ -19,7 +28,7 @@ And then, just the other day, staring at the console (I'm not sure why), I thoug
At the time, the simplest idea I thought of was: they exist adapters to use a microSD card as a PlayStation memory card (which use a non-standard interface instead)... it might be worth buying one of those, so I keep them all there the saves, and if desired I can also access them from other devices by moving the card around.1
With a card of several GB (there aren't any small ones around anymore anyway), furthermore, I could even do without the USB stick and keep all the games only on the memory card!
-Fortunately, this is not the only way, at least for certain games: Open PS2 Loader, the homebrew that runs commercial games from backup storage (such as USB sticks), supports the use of virtual memory cards (VMCs) that are saved as files on the USB drive. Games are quite slow to save on it (the PS2 only supports USB 1.1, plus there's some strange overhead), but it's an apparently workable solution.
+Fortunately, this is not the only way, at least for certain games: Open PS2 Loader, the homebrew that runs commercial games from backup storage (such as USB sticks), supports the use of virtual memory cards (VMCs) that are saved as files on the USB drive. Games are quite slow to save on that (the PS2 only supports USB 1.1, plus there's some strange overhead), but it's an apparently workable solution.
Hitch 2: Save conversion
diff --git a/en/note/_index.md b/en/note/_index.md
new file mode 100644
index 0000000..836f8ab
--- /dev/null
+++ b/en/note/_index.md
@@ -0,0 +1,9 @@
++++
+Title = "Notes"
+Aliases = [
+ "/Categories/Note.html",
+]
++++
+
+{{< noticeAutomaticTranslation it >}}
+