mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
.
This commit is contained in:
24
en/_index.md
24
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.
|
||||
+++
|
||||
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. Welcome<!--
|
||||
--><span class="BlinkA">a</span><!--
|
||||
--><span class="NoDisplay">/</span><!--
|
||||
--><span class="BlinkO">o</span> in the ✨sitoctt✨!
|
||||
|
||||
(Work in progress for a few more days, so maybe broken links and misshapen pages, sorry!!!)
|
@ -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 <span style='Color:#59316b;'>Tor</span> 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:
|
||||
<small>~~[onmfrk2acl4xdeawfjg3nfepq7gcufolctmhiwwxpcknazus5bxzxhqd.onion](http://onmfrk2acl4xdeawfjg3nfepq7gcufolctmhiwwxpcknazus5bxzxhqd.onion){: style='Color:#a060c0;' }~~</small>
|
||||
@ -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).
|
||||
[^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).
|
@ -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
|
||||
+++
|
||||
|
||||
# <span class="twa twa-page-facing-up twa-📄"><span>📄</span></span> 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!
|
||||
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!
|
@ -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.
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||

|
@ -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.
|
||||
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.
|
@ -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) <!-- ({{< assetsRoot >}} /Files/Decreto-20-luglio-2022.pdf){[:MdTgtBlank:]} --> (_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.
|
@ -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 = "<span class=\"twa twa-🔋\"><span>🔋</span></span> 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"
|
||||
|
||||
|
||||
<!-- Autogenerated by ListedDownsync.js. Do not edit (unless also set "% Downsync = False") - it would be overwritten. -->
|
||||
<h1><span class="twa twa-🔋"><span>🔋</span></span> Everything to avoid changing two batteries...</h1>
|
||||
|
||||
<p>Between <strong>1 and 2 months ago</strong> - realize <strong>how much time</strong> passed <strong>before</strong> I <strong>got annoyed</strong> definitively - the <strong>batteries in the remote control</strong> of the <strong>television</strong> that I keep on my <strong>desk</strong> (I use it as a second monitor) have <strong>started to run out beyond the limit</strong>of tolerable usability.</p>
|
||||
|
||||
<p><img src="[staticoso:CustomPath:Assets]/Media/Misc/Remote-Mini-Batteries.webp" alt="The remote control on my desk, with the battery compartment open, and a lot of mini batteries stylus colored around."></p>
|
||||
<p><img src="{{< assetsRoot >}}/Media/Misc/Remote-Mini-Batteries.webp" alt="The remote control on my desk, with the battery compartment open, and a lot of mini batteries stylus colored around."></p>
|
||||
|
||||
<h2>Because I didn't do anything</h2>
|
||||
|
||||
@ -71,7 +72,7 @@ Practically <strong>I would have to bend over</strong> every time, sticking my f
|
||||
|
||||
<ul>
|
||||
<li>The <strong>card</strong> of the Amazon packages.</li>
|
||||
<li><strong>Double-sided adhesive</strong> tape.</li>
|
||||
<li><strong>Double-sided tape</strong>.</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
@ -91,10 +92,10 @@ Practically <strong>I would have to bend over</strong> every time, sticking my f
|
||||
<li><strong>I place</strong> the paperclip <strong>on the wheel</strong>;</li>
|
||||
<li><strong>I see how long it is</strong> at the first new detachment point it reaches on the TV body;</li>
|
||||
<li>I take it again, holding the point of interest with my finger, and patiently <strong>fold</strong> it;</li>
|
||||
<li><strong>Repeat until</strong> the paperclip reaches the <strong>front edge</strong> of the television, passing over the side one.</li>
|
||||
<li><strong>Repeat until</strong> the paper clip reaches the <strong>front edge</strong> of the television, passing over the side one.</li>
|
||||
</ol></li>
|
||||
<li>I notice that the protrusion of the wheel ends completely inside the ring, which therefore does not press it; then I <strong>fit</strong> a small piece of <strong>cardboard into the ring</strong> (optionally blocked with adhesive tape).
|
||||
<img src="[staticoso:CustomPath:Assets]/Media/Toshiba-TV-Button-Hack/Clip.webp" alt="The paperclip, bent almost completely to be mounted."><br>
|
||||
<img src="{{< assetsRoot >}}/Media/Toshiba-TV-Button-Hack/Clip.webp" alt="The paperclip, bent almost completely to be mounted."><br>
|
||||
|
||||
<ul>
|
||||
<li>In this way, something <strong>solid pushes</strong> exactly on the wheel, which is actually pressed.</li>
|
||||
@ -111,7 +112,7 @@ Practically <strong>I would have to bend over</strong> every time, sticking my f
|
||||
</ul></li>
|
||||
</ol>
|
||||
|
||||
<p><img src="[staticoso:CustomPath:Assets]/Media/Toshiba-TV-Button-Hack/Back.webp" alt="View of the back of my mounted system. In red, I've circled the pressing piece on the wheel."> <em>(I couldn't take the less blurry photo back there, sorry.)</em></p>
|
||||
<p><img src="{{< assetsRoot >}}/Media/Toshiba-TV-Button-Hack/Back.webp" alt="View of the back of my assembled system. In red, I've circled the pressing piece on the wheel."> <em>(I couldn't take the less blurry photo back there, sorry.)</em></p>
|
||||
|
||||
<h3>What a job...</h3>
|
||||
|
||||
@ -120,7 +121,7 @@ Alas, the <strong>rotation</strong> of the wheel is not good with this <em>crotc
|
||||
|
||||
<p>That's it. If <strong>I were to improve</strong> my solution - which, yes, is <strong>very crude</strong>, I won't deny it because this is <strong>what I like</strong> - <strong>I will write an appendix</strong>to this article.</p>
|
||||
|
||||
<p><img src="[staticoso:CustomPath:Assets]/Media/Toshiba-TV-Button-Hack/Front.webp" alt="Front-side view of my mounted system. Simply press on the side to apply force to the TV button."></p>
|
||||
<p><img src="{{< assetsRoot >}}/Media/Toshiba-TV-Button-Hack/Front.webp" alt="Front-side view of my mounted system. Simply press on the side to apply force to the TV button."></p>
|
||||
|
||||
<hr>
|
||||
|
||||
@ -133,6 +134,6 @@ Alas, the <strong>rotation</strong> of the wheel is not good with this <em>crotc
|
||||
</blockquote>
|
||||
|
||||
<p>Ehhh. Good question.<br>
|
||||
They are all <strong>batteries</strong> that I <strong>keep</strong> 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". <strong>For some remote controls, in fact, they often <strong>still work</strong>, including mine in some cases.</p>
|
||||
They are all <strong>batteries</strong> that I <strong>keep</strong> when they are discarded at home (not by me, since, I repeat, I avoid non-rechargeable ones as much as possible). , because very often "discharged" just means "too discharged for the device from which it was replaced". <strong>For some remote controls, in fact, they often <strong>still work</strong>, including mine in some cases.</p>
|
||||
|
||||
<p>So did I just <strong>waste time</strong> with today's project? Nah, <strong>I wouldn't say</strong>: from now I can easily <strong>keep the remote control</strong> a little more <strong>put</strong> away, no longer necessarily always on the <strong>desk</strong> strong>, which I can therefore keep <em>very lightly</em> (because in an instant I ruin my own efforts!) <strong>more tidy</strong>.</p>
|
@ -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 = "<span class=\"twa twa-🏴☠️\"><span>🏴☠️</span></span> 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"
|
||||
|
||||
|
||||
<!-- Autogenerated by ListedDownsync.js. Do not edit (unless also set "% Downsync = False") - it would be overwritten. -->
|
||||
<h1><span class="twa twa-🏴☠️"><span>🏴☠️</span></span> What impact will the new Italian anti-piracy law have?</h1>
|
||||
|
||||
<p>Some will know, in Italy the <strong>new anti-piracy law</strong> has been <strong>approved</strong>, and now the <strong>doubts</strong> with which we enthusiasts of sharing free we have to deal with are different:</p>
|
||||
|
||||
@ -51,11 +52,11 @@ Sooner or later an <strong>over-blocking</strong> incident will happen, and ther
|
||||
<p>An <strong>example</strong> can be given by comparing Russia and China: both states have a certain <strong>desire to control</strong> political dissent on the Internet, but:</p >
|
||||
|
||||
<ul>
|
||||
<li>For <strong>Russia it is difficult</strong>, as it has a more <strong>traditional</strong> Internet infrastructure, which began to develop as decentralized well < strong>before Putin's arrival</strong>, when the present government was of a different type.</li>
|
||||
<li>For <strong>Russia it is difficult</strong>, as it has a more <strong>traditional</strong> Internet infrastructure, which began to develop as decentralized well < strong>before Putin's arrival</strong>, when the present government was of another type.</li>
|
||||
<li>For <strong>China it is easier</strong>, because the government in office <strong>at the time</strong> (the Communist Party, like today), understood the potential of the Internet, and made sure that development took place <strong>immediately</strong> according to a <strong>centralized</strong> scheme.</li>
|
||||
</ul>
|
||||
|
||||
<p>It is therefore inevitable that raising this <em>mega-wall-of-fire</em> now, from nothing, will entail <strong>substantial costs</strong>, which however will be at the <strong>total expense< /strong> of all of us <strong>consumers</strong>, 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).</p >
|
||||
<p>It is therefore inevitable that raising this <em>mega-wall-of-fire</em> now, out of nothing, will entail <strong>substantial costs</strong>, which however will be at the <strong>total expense< /strong> of all of us <strong>consumers</strong>, 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).</p >
|
||||
|
||||
<p>But this last detail, rightly, does not matter to our parliamentarians and senators, who fortunately for many years have received respectively <a href="https://www.laleggepertutti.it/353259_quanto-guadagnano-i -parliamentarians" rel="noopener nofollow" target="_blank">1200 and 1650 € per year just for telephone costs</a>, thanks to those of us, idiot citizens, who pay taxes.</p>
|
||||
|
||||
@ -69,7 +70,7 @@ Sooner or later an <strong>over-blocking</strong> incident will happen, and ther
|
||||
|
||||
<h3>Are some okay?</h3>
|
||||
|
||||
<p>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 <strong>text talks about buying or renting</strong>, and <strong>not</strong> also things like <strong>downloading at no cost</strong> >.</p>
|
||||
<p>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 <strong>text talks about purchasing or renting</strong>, and <strong>not</strong> also things like <strong>downloading at no cost</strong> >.</p>
|
||||
|
||||
<p>If, therefore, up to now, surfing the Internet to <strong>find links</strong> to "crisp" football matches, with pixels has never actually been prohibited as big as biscuits and the habit of <em>buffering</em>, or <strong>download</strong> the tenth film of the week via <em>torrent</em>, or even <strong>stocking up</strong> > of free video games repackaged, one can well imagine that <strong>things will remain as they are</strong> in this sense.</p>
|
||||
|
||||
@ -87,8 +88,8 @@ In Italy it seems that no single <em>seeder</em> has ever been prosecuted, nor h
|
||||
<p>Perhaps, if this new law targeted <strong>only them</strong>, <strong>there wouldn't be much to <strong>discuss</strong>: <strong>they have no passion </strong> for sharing, only that of <strong>money</strong>.<br>
|
||||
Perhaps there would not be much of an objection even if, by going against the platforms that make certain links available, we considered acting <strong>only</strong> against those <strong>profit-making companies</strong>: Google, Microsoft ( with Bing), Facebook, Twitter, and so on.</p>
|
||||
|
||||
<p>But in Italy they have already <em>blown up</em> TNTVillage, and I don't want the <strong>decimation</strong> of all the other <strong>online marketplaces</strong> created < strong>by the people for the people</strong> - non-profit, and indeed <strong>often disposable</strong>, both in time and money - just because <strong>it bothers someone</strong> that the <strong>main functionality of the Web</strong> is used: hypertext links, invented to encourage the <strong>free and free sharing</strong> of culture and entertainment, <strong>without barriers</strong>. </p>
|
||||
<p>But in Italy they have already <em>blown up</em> TNTVillage, and I don't want the <strong>decimation</strong> of all the other <strong>online marketplaces</strong> created < strong>by the people for the people</strong> - non-profit, and indeed <strong>often disposable</strong>, both in time and money - just because <strong>it bothers someone</strong> that the <strong>main functionality of the Web</strong> is used: hyperlinks, invented to encourage the <strong>free and free sharing</strong> of culture and entertainment, <strong>without barriers</strong>. </p>
|
||||
|
||||
<hr>
|
||||
|
||||
<p><img src="[staticoso:CustomPath:Assets]/Media/Misc/Keep-Seeding-Monitor.webp" alt=""Keep seeding""></p>
|
||||
<p><img src="{{< assetsRoot >}}/Media/Misc/Keep-Seeding-Monitor.webp" alt=""Keep seeding""></p>
|
@ -1,11 +1,12 @@
|
||||
+++
|
||||
Title = "😭 More than an exam, I went to war."
|
||||
CreatedOn = "2023-05-02"
|
||||
Dates = 2023-05-02
|
||||
Lastmod = 2023-05-03
|
||||
Downsync = "/it/posts/Piu-Che-un-Esame-Ho-Fatto-una-Guerra.html"
|
||||
HTMLTitle = "<span class=\"twa twa-😭\"><span>😭</span></span> More than an exam, I went to war."
|
||||
Description = "Because of people who don't know how to read the rules, demons came to me while I was taking an exam that should have been very easy."
|
||||
Categories = "Blogs"
|
||||
EditedOn = "2023-05-03"
|
||||
Aliases = [
|
||||
"/Posts/2023-05-02-Piu-Che-un-Esame-Ho-Fatto-una-Guerra.html",
|
||||
]
|
||||
Description = "Because of people who don't know how to read the rules, demons came to me while I was taking an exam that was supposed to be very easy."
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
@ -13,7 +14,6 @@ EditedOn = "2023-05-03"
|
||||
|
||||
|
||||
<!-- Autogenerated by ListedDownsync.js. Do not edit (unless also set "% Downsync = False") - it would be overwritten. -->
|
||||
<h1><span class="twa twa-😭"><span>😭</span></span> More than an exam, I went to war.</h1>
|
||||
|
||||
<p>As <strong>the title</strong> suggests, this was the <strong>poetic thought</strong> dispensed by my mother today, after I returned home in the afternoon with a <strong>psyche</strong> > completely <strong>obliterated</strong>, unrecognizable.</p>
|
||||
|
||||
@ -44,7 +44,7 @@ I don't think I deserve all this...</p>
|
||||
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, <strong >start</strong>.<br>
|
||||
<em>...But I had never done it!</em></p>
|
||||
|
||||
<p>My <strong>first few minutes</strong> go <strong>fine</strong>, <strong>until</strong> even a good selection (random, or did destiny choose them carefully?) of <strong>monkeys</strong>, who from the rows behind everything were <strong>babbling</strong> with those who (I imagine in confidence) had not yet finished, at an exaggerated volume and in contemporary.<br>
|
||||
<p>My <strong>first few minutes</strong> go <strong>fine</strong>, <strong>until</strong> even a good selection (random, or did destiny choose them carefully?) of <strong>monkeys</strong>, 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.<br>
|
||||
Here, now, slowly, the <strong>blood</strong> starts to boil <strong>in my body, as if it were a coffee pot, because with that mess <strong>I can't read</strong> > half of a question <strong>without getting</strong> totally distracted. Even having earphones in my ears (but detached) didn't attenuate the noise enough. <strong>Finish the exam like that</strong>? <strong>Impossible</strong>.</p>
|
||||
|
||||
<h3>I tried</h3>
|
@ -1,11 +1,12 @@
|
||||
+++
|
||||
Title = "🏖️ Review: Pipì nel Mare (Tyrrhenian Sea)"
|
||||
CreatedOn = "2023-08-11"
|
||||
Dates = 2023-08-11
|
||||
Downsync = "/it/posts/Recensione-Pipi-Nel-Mar-Tirreno.html"
|
||||
HTMLTitle = "<span class=\"twa twa-🏖️\"><span>🏖️</span></span> Review: Pee in the Sea (Tyrrhenian Sea)"
|
||||
Image = "https://sitoctt-assets.octt.eu.org/Media/Misc/craiyon_211338_anime_girl_in_the_ocean_looking_at_the_sunset__half_body_rem.webp"
|
||||
Aliases = [
|
||||
"/Posts/2023-08-11-Recensione-Pipi-Nel-Mar-Tirreno.html",
|
||||
]
|
||||
Featured_Image = "@/Media/Misc/craiyon_211338_anime_girl_in_the_ocean_looking_at_the_sunset__half_body_rem.webp"
|
||||
Description = "An action usually considered irrelevant can, in a special moment, turn out to be magical and impossible to keep to yourself: you have to write a review."
|
||||
Categories = "Blogs"
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
@ -13,7 +14,6 @@ Categories = "Blogs"
|
||||
|
||||
|
||||
<!-- Autogenerated by ListedDownsync.js. Do not edit (unless also set "% Downsync = False") - it would be overwritten. -->
|
||||
<h1><span class="twa twa-🏖️"><span>🏖️</span></span> Review: Pee in the Sea (Tyrrhenian Sea)</h1>
|
||||
|
||||
<p>With summer now at its peak, in yet another extremely hot August, it is practically obligatory that all the <strong>traditions of the season</strong> are honored, this year too.</p>
|
||||
|
||||
@ -24,15 +24,15 @@ Categories = "Blogs"
|
||||
(<a href="https://it.wikipedia.org/wiki/Alcyone#Genesi_dell'opera" rel="noopener nofollow" target="_blank">Letter from D'Annunzio to Fratelli Treves Editori, 7 July 1899< /a>)</p>
|
||||
</blockquote>
|
||||
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
|
||||
<p>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 <strong>moment of immersion</strong> that I'm truly allowed.</p>
|
||||
<p>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 <strong>moment of immersion</strong> that I'm truly allowed.</p>
|
||||
|
||||
<p>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: <strong>peeing in the sea</strong>.</p>
|
||||
|
||||
<p>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 <strong>new calm</strong> 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.</p>
|
||||
<p>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 <strong>new calm</strong> 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.</p>
|
||||
|
||||
<p>By now I feel good in the water, and in the moments that continually follow one another <strong>I begin to forget</strong> 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.</p>
|
||||
<p>By now I feel good in the water, and in the moments that continually follow one another <strong>I begin to forget</strong> 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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
@ -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 = "<span class=\"twa twa-📎\"><span>📎</span></span> 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"
|
||||
|
||||
|
||||
<!-- Autogenerated by ListedDownsync.js. Do not edit (unless also set "% Downsync = False") - it would be overwritten. -->
|
||||
<h1><span class="twa twa-📎"><span>📎</span></span> Hair clips, reduced to glue and pebbles</h1>
|
||||
|
||||
<p><em>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...</em></p>
|
||||
|
||||
@ -32,7 +33,7 @@ Categories = "DIY Blog"
|
||||
<li>A box of beads of different shapes, sizes, and shades of color; 8 types in total. However, each box only had about one shade of color, a slightly limiting but not serious factor. I got a set with colors between purple and pink.</li>
|
||||
</ol>
|
||||
|
||||
<p><img src="[staticoso:CustomPath:Assets]/Media/Misc/Box-Perline-Viola-8.webp" alt="The little box with all the beads demonstrated in, I suppose, plain sight.">< /p>
|
||||
<p><img src="{{< assetsRoot >}}/Media/Misc/Box-Perline-Viola-8.webp" alt="The little box with all the beads demonstrated in, I suppose, plain sight.">< /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.</p>
|
||||
|
||||
@ -42,7 +43,7 @@ Categories = "DIY Blog"
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p><img src="[staticoso:CustomPath:Assets]/Media/Mollette-Perline/1-Full.webp" alt="The first 3 clothespins I completed, lined up nicely."></p >
|
||||
<p><img src="{{< assetsRoot >}}/Media/Mollette-Perline/1-Full.webp" alt="The first 3 clothespins I completed, lined up nicely."></p >
|
||||
|
||||
<p>However, this way is not magical in itself, and has not been able to solve other problems:</p>
|
||||
|
||||
@ -52,20 +53,20 @@ Categories = "DIY Blog"
|
||||
</ul>
|
||||
|
||||
<p>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...<br>
|
||||
Most of what I lost I found again in the next few days, however, when I walked around my room and felt something <em>crunchy</em> under my slippers. I couldn't find a very small part, obviously, also because in the meantime I vacuumed shortly afterwards.</p>
|
||||
Most of what I lost I found again in the days immediately after, however, when I walked around my room and felt something <em>crunchy</em> under my slippers. I couldn't find a very small part, obviously, also because in the meantime I vacuumed shortly afterwards.</p>
|
||||
|
||||
<p>In the end, after making these 3 for my mother... I almost started wanting some made like this too though! 😅️ <br>
|
||||
So I made at least one more, but this time, having infinite time, I tried with vinyl glue.<br>
|
||||
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><img src="[staticoso:CustomPath:Assets]/Media/Mollette-Perline/2-Full.webp" alt="The clothespin created with PVA glue once dried, illustrated in different positions.">< /p>
|
||||
<p><img src="{{< assetsRoot >}}/Media/Mollette-Perline/2-Full.webp" alt="The clothespin created with PVA glue once dried, illustrated in different positions.">< /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.</p>
|
||||
|
||||
<p>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><img src="[staticoso:CustomPath:Assets]/Media/Mollette-Perline/2-Wip.webp" alt="The clothespin I made with PVA glue, immediately after application.">< /p>
|
||||
<p><img src="{{< assetsRoot >}}/Media/Mollette-Perline/2-Wip.webp" alt="The clothespin I made with PVA glue, immediately after application.">< /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 <a href="https://spacecraft.altervista.org" rel="noopener nofollow" target="_blank" >me about Minecraft</a>...).</p>
|
||||
|
||||
<p><img src="[staticoso:CustomPath:Assets]/Media/Mollette-Perline/1-Scene.webp" alt="The first 3 clothespins made, arranged in different positions, with a themed light."> </p>
|
||||
<p><img src="{{< assetsRoot >}}/Media/Mollette-Perline/1-Scene.webp" alt="The first 3 clothespins made, arranged in different positions, with a themed light."> </p>
|
@ -1,9 +1,10 @@
|
||||
+++
|
||||
Title = "🎇 The report of this 2023, at least in terms of posting!"
|
||||
CreatedOn = "2023-12-31"
|
||||
Dates = 2023-12-31
|
||||
Downsync = "/it/posts/Resocontoctt-2023.html"
|
||||
HTMLTitle = "<span class=\"twa twa-🎇\"><span>🎇</span></span> The reportctt of this 2023, at least in terms of posting!"
|
||||
Categories = "Blogs"
|
||||
Aliases = [
|
||||
"/Posts/2023-12-31-Resocontoctt-2023.html",
|
||||
]
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
@ -11,13 +12,12 @@ Categories = "Blogs"
|
||||
|
||||
|
||||
<!-- Autogenerated by ListedDownsync.js. Do not edit (unless also set "% Downsync = False") - it would be overwritten. -->
|
||||
<h1><span class="twa twa-🎇"><span>🎇</span></span> The report of this 2023, at least in terms of posting!</h1>
|
||||
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
|
||||
<p>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. 🌌</p>
|
||||
|
||||
<p>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?</p>
|
||||
<p>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?</p>
|
||||
|
||||
<h2>The BBS, Spacc forum with an ancient flavour</h2>
|
||||
|
||||
@ -31,8 +31,8 @@ On the other hand, who knows, maybe having only the blogoctt I would have publis
|
||||
|
||||
<h2>The brand new MicroBlog, so much for Du Rove</h2>
|
||||
|
||||
<p>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.<br>
|
||||
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. 🕸️</p>
|
||||
<p>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.<br>
|
||||
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. 🕸️</p>
|
||||
|
||||
<ul>
|
||||
<li>On the one hand I had tried to move to my own site for these things, because I wanted to have a way to really control my data and the management of publications... but with the static one it was all quite inconvenient, and the desire to publish I got over it.</li>
|
||||
@ -52,7 +52,7 @@ At the same time, these platforms have always also served as "PicoBlog" for me,
|
||||
|
||||
<p>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...)</p>
|
||||
|
||||
<p>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. 😮💨</p>
|
||||
<p>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. 😮💨</p>
|
||||
|
||||
<p>This stuff also deserves separate discussion, and just for good luck I'll leave some of my new links here:</p>
|
||||
|
@ -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.
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||

|
@ -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.
|
||||
|
@ -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.
|
@ -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
|
||||
|
||||
<div markdown="1" class="BorderBoxContainer NoImgCenter Img36 ImgSidePadding">
|
||||
|
||||
@ -10,7 +18,7 @@
|
||||
> A.y: ooooo
|
||||
> 
|
||||
|
||||
> Oct: what to wear that purple lazur
|
||||
> Octt: what to eze that purple lazur
|
||||
|
||||
> Oct: the mysteries of lagwei
|
||||
|
||||
@ -115,11 +123,11 @@
|
||||
|
||||
>: Fuck you, one day I'll rock this thing
|
||||
|
||||
>: Except that he's already kind of bent, because he got beaten up so many times because he was a meme
|
||||
>: Except that he's already kind of bent, because he got hit so many times because he was a meme
|
||||
|
||||
> : But Lagsoong can have just 1 KB free and doesn't break with Chinese popups
|
||||
|
||||
A bit of context is in order here: this crap smartphone, when it only has like ~100 MB free on the internal memory, pops up this popup about every 3 minutes, which is annoying to say the least. And believe me, it is easy to fill the memory of a smartphone with Android 7 which, after taking out the space occupied by the system components, only has 7.5 GB of space available to the user.
|
||||
A bit of context is in order here: this crap smartphone, when it only has ~100 MB free on its internal memory, pops up this popup about every 3 minutes, which is annoying to say the least. And believe me, it is easy to fill the memory of a smartphone with Android 7 which, after taking out the space occupied by the system components, only has 7.5 GB of space available to the user.
|
||||
</details>
|
||||
|
||||
<details markdown="1"><summary>
|
10
en/blog/_index.md
Normal file
10
en/blog/_index.md
Normal file
@ -0,0 +1,10 @@
|
||||
+++
|
||||
Title = "Blog"
|
||||
Aliases = [
|
||||
"/Posts/index.html",
|
||||
"/Categories/Blog.html",
|
||||
]
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
14
en/categories/MicroBlog/_index.md
Normal file
14
en/categories/MicroBlog/_index.md
Normal file
@ -0,0 +1,14 @@
|
||||
+++
|
||||
Title = "📒 Old MicroBlogs"
|
||||
#Index = True
|
||||
#URLs = MicroBlog.html Diarylog.html
|
||||
Categories = [ "Blog" ]
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
|
||||
As announced in the article "[🎇 The reportctt of this 2023, at least in terms of posting!](../Posts/2023-12-31-Resocontoctt-2023.html#-Il-MicroBlog-nuovissimo-alla-fa) ", the Old MicroBlog is now deprecated, and will no longer be updated. What follows is the archive of old content, which will remain readable. The new posts will then be published on the New Unified MicroBlog, accessible from the site menu.
|
||||
|
||||
_Note: The contents in the archives may have undergone unreported editing._
|
@ -1,7 +1,14 @@
|
||||
// % Categories: Fried-Mixed
|
||||
// % Index: Categories
|
||||
+++
|
||||
Title = "QR Cards"
|
||||
Aliases = [
|
||||
"/Collections/Fritto-Misto/Carte-QR.html",
|
||||
]
|
||||
Categories = [ "Fried-Mixed" ]
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
# QR cards
|
||||
|
||||
Here's an idea that popped into my head towards the beginning of 2022, I'm not sure why. Or rather, it was a period in which I was interested in the concept of using paper as a means of storing small computer data, but I don't know why I started to feel this taste.
|
||||
|
@ -1,11 +1,18 @@
|
||||
+++
|
||||
Title = "😺 Who I am"
|
||||
Index = true
|
||||
Order = 20
|
||||
#Index = true
|
||||
#Order = 20
|
||||
Aliases = [
|
||||
"/Who-I-Am.html",
|
||||
]
|
||||
Lastmod = 2023-10-17
|
||||
xSelfhostLineBadge = '<small style="Color:#CC0000; Font-Size:X-Small; Display:Inline-Block; Rotate:35deg; Margin-Left:-1.5em; Margin-Right:-1.5em;">SELFHOST !</small>'
|
||||
#$SelfhostLineBadge = '<small style="Color:#CC0000; Font-Size:X-Small; Display:Inline-Block; Rotate:35deg; Margin-Left:-1.5em; Margin-Right:-1.5em;" >SELFHOST!</small>'
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
|
||||
Rightly, coming here, whether or not you have read the general information on the site on [Home](./index.html), you will be wondering who I am.
|
||||
|
||||
I am Oct. Yes, that's right, Octt from which sitoctt, my site, takes its name.
|
||||
@ -73,7 +80,7 @@ It is also possible to take my public PGP key, or use the convenient interface o
|
||||
|
||||
For now, I'm sorry, but that's all. If you want to know more, you'll first have to wait until I think of new stuff to write. Don't hope too much, though, considering that this page hasn't expanded substantially for months and months 😬.
|
||||
|
||||
Here on the site, however, I have not yet had clear enough ideas, nor the necessary patience, to create huge collections on all those elements of knowledge that I possess on very particular subjects. For the moment, at the cost of almost never adding anything, I avoid filling the post with **too much** information; However, I throw them all on [OcttKB](https://kb.octt.eu.org).
|
||||
Here on the site, however, I have not yet had clear enough ideas, nor the necessary patience, to create enormous collections on all those elements of knowledge that I possess on very particular subjects. For the moment, at the cost of almost never adding anything, I avoid filling the post with **too much** information; However, I throw them all on [OcttKB](https://kb.octt.eu.org).
|
||||
|
||||
---
|
||||
|
@ -1,10 +1,16 @@
|
||||
// % Title: 💰 Donations
|
||||
// % HTMLTitle: <span class="twa twa-money-bag"><span>💰</span></span> Donations
|
||||
// % Index: True
|
||||
// % Order: 45
|
||||
// % UpdatedOn = 2022-11-12
|
||||
+++
|
||||
Title = "💰 Donations"
|
||||
Aliases = [
|
||||
"/Donations.html",
|
||||
]
|
||||
#Index: True
|
||||
#Order: 45
|
||||
Lastmod = 2022-11-12
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
# <span class="twa twa-money-bag"><span>💰</span></span> Donations
|
||||
|
||||
They told me I should make the site **profit**.
|
||||
|
||||
@ -36,7 +42,7 @@ I am currently accepting gift cards for these stores:
|
||||
|
||||
- Amazon.it
|
||||
|
||||
To send me the code of a gift voucher that you have and would like to donate to me, consult the list of my public contacts, where you can message me and do nice things 😸: [Who-I-am.html#-My-contacts](./Who -I'm.html#-My-contacts)
|
||||
To send me the code of a gift voucher that you have and would like to donate to me, consult the list of my public contacts, where you can message me and do nice things 😸: [Who-I-Am.html#-My-contacts](./Who -I'm.html#-My-contacts)
|
||||
|
||||
## Donate via cash
|
||||
|
@ -1,7 +1,14 @@
|
||||
// % Categories: Fried-Mixed
|
||||
// % Index: Categories
|
||||
+++
|
||||
Title = "Collection of Random Things"
|
||||
Aliases = [
|
||||
"/Raccolte/Fritto-Misto/Raccolta-Cose-A-Caso.html",
|
||||
]
|
||||
Categories = [ "Fried-Mixed" ]
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
# Collecting Random Things
|
||||
|
||||
This is literally a collection of random things found around the internet or in weird archives on my PC. Don't expect there to be an understandable context to any of it...
|
||||
|
@ -1,8 +1,14 @@
|
||||
// % Title = 🎶 Music Collection
|
||||
// % HTMLTitle = <span class="twa twa-🎶"><span>🎶</span></span> Music Collection
|
||||
// % Index = Categories
|
||||
+++
|
||||
Title = "🎶 Music Collection"
|
||||
Aliases = [
|
||||
"/Raccolte/Media/Raccolta-Musica.html",
|
||||
]
|
||||
Categories = [ "Fried-Mixed" ]
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
# <span class="twa twa-🎶"><span>🎶</span></span> Music Collection
|
||||
|
||||
_Under construction..._
|
||||
|
@ -1,9 +1,15 @@
|
||||
// % Title = Collection of Internet Sites
|
||||
// % Categories = Internet
|
||||
// % Index = Categories
|
||||
// % EditedOn = 2022-10-20
|
||||
+++
|
||||
Title = "Collection of Internet Sites"
|
||||
Aliases = [
|
||||
"/Collections/Internet/Collection-Internet-Sites.html",
|
||||
]
|
||||
Categories = [ "Internet" ]
|
||||
Lastmod = 2022-10-20
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
# Collection of Internet sites
|
||||
|
||||
A collection dedicated to some nice Internet sites (not just web!), of various types, that I find around or belong to people I know.
|
||||
|
@ -1,5 +1,12 @@
|
||||
// % Categories = Gaming
|
||||
// % EditedOn = 2023-03-26
|
||||
+++
|
||||
Title = "🔢️ 2048"
|
||||
Categories = [ "Gaming" ]
|
||||
Lastmod = 2023-03-26
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
|
||||
<style>/*
|
||||
*/#Body {
|
||||
@ -26,8 +33,6 @@ h1, h2, h3, h4, h5, h6 { color: #e090e0; }
|
||||
}
|
||||
</style>
|
||||
|
||||
# 🔢️ 2048
|
||||
|
||||
**2048** is a simple puzzle game in which you have a grid of randomly generated numbered tiles that you can slide entirely in one of four directions. All numbers are powers of 2, and equal numbers that collide add to become their double.
|
||||
|
||||
* If you reach 2048 by adding up the tiles, you **win** a game, which however can go on even further.
|
@ -1,9 +1,12 @@
|
||||
// % Title = ⛏️ Minecraft
|
||||
// % HTMLTitle = <span class="twa twa-⛏️">⛏️</span> Minecraft
|
||||
// % Categories = Gaming
|
||||
// % UpdatedOn = 2023-04-01
|
||||
+++
|
||||
Title = "⛏️ Minecraft"
|
||||
Categories = [ "Gaming" ]
|
||||
Lastmod = 2023-04-01
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
# <span class="twa twa-⛏️">⛏️</span> Minecraft
|
||||
|
||||
I believe Minecraft can be defined as **the** modern game (for better or worse) that develops potentially infinite complexity from simple premises. In a good way, obviously: complexity impresses and rewards those who seek it, but the title remains playable for anyone.
|
||||
|
||||
@ -15,7 +18,7 @@ At first it's making "houses" that are 4x4 holes under the ground, but later it
|
||||
|
||||
I discovered Minecraft when I was maybe 7 years old, because another kid had it on his tablet at after school. I remember that he had built several large buildings, with decorations and everything. I was blown away practically instantly, because I had never seen any game that was remotely close to this one, even though at the time we were in the very first alpha versions of Minecraft Pocket Edition, which had very little content (less than Minecraft Java alpha!).
|
||||
|
||||
It was difficult to get the app, for reasons relating to my general use of Android at the time, but I finally managed to get it on my Galaxy Player, and then on my break-in tablet. At first I had the demo, needless to say it wasn't good because progress couldn't be saved upon exit, and so playing was pointless. Then, somehow that I don't even remember, I managed to find the APK of the full version.
|
||||
It was difficult to get the application, for reasons relating to my general use of Android at the time, but I finally managed to get it on my Galaxy Player, and then on my break-in tablet. At first I had the demo, needless to say it wasn't good because progress couldn't be saved upon exit, and so playing was pointless. Then, somehow that I don't even remember, I managed to find the APK of the full version.
|
||||
|
||||
From there, every hour of play was a new discovery, or a new self-imposed goal accomplished. I started building strange buildings that were difficult to navigate, with intricate passages, that if I wanted to do today I wouldn't even know where to start.
|
||||
Due to a whole series of events, I lost the worlds I had on the tablet (which were nothing special, in fact I don't even remember them well), but those of the Galaxy Player are still there today. Here are some photos of what was my major at the time: <https://pixelfed.uno/p/octo/299639948389257216>{[:MdTgtBlank:]}.
|
||||
@ -23,7 +26,7 @@ Due to a whole series of events, I lost the worlds I had on the tablet (which we
|
||||
Shortly afterwards I learned, thanks to an application that I don't remember whether I discovered it by chance on Google Play or was recommended to me, of the existence of thematic maps created and shared by other players online. I lost some time on them, especially on the parkour ones: with the touch controls (and at the time no crouching!) they quickly became torture, but when you manage to make the difficult jumps and move forward it's always nice.
|
||||
|
||||
On the PC I had at home at the time, there was no way to start Minecraft, for who knows what obscure reason; I imagine ancient video card and/or video drivers.
|
||||
At the end of 2014 I then tried to run it on what was at this point my new Windows tablet (still broken into, but in different ways than the Android one), and somehow it started, but it ran too slow to be playable. Too bad I didn't know at the time that I could try lowering the resolution or running an older version for more performance. When 2 months later, now in 2015, the new PC arrived at home, I don't remember why but I didn't even try to run Minecraft. Sadness. At the end of the new year I then got the laptop, and I put Minecraft there, and I wore it out, sure enough I wore it out!
|
||||
At the end of 2014 I then tried to run it on what was at this point my new Windows tablet (still broken, but in different ways than the Android one), and somehow it started, but it ran too slow to be playable. Too bad I didn't know at the time that I could try lowering the resolution or running an older version to get more performance. When 2 months later, now in 2015, the new PC arrived at home, I don't remember why but I didn't even try to run Minecraft. Sadness. At the end of the new year I then got the laptop, and I put Minecraft there, and I wore it out, sure enough I wore it out!
|
||||
|
||||
I started there both playing offline and on some Italian servers. A few months later, when I bought a legitimate account of the game, I was also able to try globally renowned servers such as Hypixel, and others that I don't remember now, because today they are totally irrelevant or possibly even dead!
|
||||
|
@ -1,5 +1,12 @@
|
||||
// % Categories = Gaming
|
||||
// % EditedOn = 2023-03-28
|
||||
+++
|
||||
Title = "💣 Minesweeper"
|
||||
Categories = [ "Gaming" ]
|
||||
Lastmod = 2023-03-28
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
|
||||
<style>/*
|
||||
*/#Body {
|
||||
@ -23,8 +30,6 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
# 💣 Minesweeper
|
||||
|
||||
In **Minesweeper** (in Italian officially "**Minefield**") you have a game grid in which bombs have been randomly placed (by an algorithm). To win, you need to locate them all without exploding any of them.
|
||||
|
||||
The rules are simple, but the game easily reaches high levels of complexity and has an I-don't-know-what that you can't do without.
|
||||
@ -49,7 +54,7 @@ But, if these are all things that even a third party observer can notice, this a
|
||||
|
||||
Once you get the hang of it, after hundreds of games played and repeated over time, the moment of playing often becomes comparable to a meditative session capable of absorbing your soul. Only those who have made this puzzle their daily bread know the sensation: the hand is moved according to an overflowing flow of commands, imparted directly from an instinctive layer of the mind, often at a speed greater than that in which the conscious brain can register what the hell is happening; sometimes, after making the right moves in the heat of the situation (but never made at random), these are questioned by the conscious part of the mind about a fraction of a second later! - for no reason, because, again, correct.
|
||||
|
||||
By accumulating that single or double daily batch over the weeks, months, and years, you unconsciously learn to recognize all the mine placement patterns: the images of the numbered tiles - arranged exactly in a certain way, or another, of the dozens of possible - are imprinted in the mind and are then fished out and analyzed automatically the moment you are about to click. Hence some people claim to experience something similar to the "Tetris effect" with Minesweeper too: seeing patterns of numbered tiles in random semi-conscious situations (e.g., half-asleep).
|
||||
By accumulating that single or double daily batch over the weeks, months, and years, you unconsciously learn to recognize all the mine placement patterns: the images of the numbered tiles - arranged exactly in a certain way, or another, of the dozens of possible - are imprinted in the mind and are then automatically fished out and analyzed the moment you are about to click. Hence some people claim to experience something similar to the "Tetris effect" with Minesweeper too: seeing patterns of numbered tiles in random semi-conscious situations (e.g., half-asleep).
|
||||
|
||||
Paraphrasing what [a PCGamesN author] writes (https://www.pcgamesn.com/minesweeper/get-free): **Minesweeper is one of the purest forms of digital escapism** that you can experience, because it is the practical demonstration of how a game, to be deeply immersive, does not have a vital need for a detailed _open world_, elaborate narrative, or characters to become attached to.
|
||||
|
||||
@ -63,7 +68,7 @@ Paraphrasing what [a PCGamesN author] writes (https://www.pcgamesn.com/minesweep
|
||||
|
||||
* In 1999, following complaints from a certain Sergio Chiodo (??), who argued that the concept of the minefield game was offensive to the victims of real anti-personnel mines in the world, the [International Campaign for the banning of Campo Minato](http://fc.retecivica.milano.it/rcmweb/fnm/princ.htm#italiano){[:MdTgtBlank:]}. Microsoft partially buckled under the pressure, and in Windows Me and 2000 replaced the bombs in the game with flowers, and renamed the game "Meadow of Flowers".[^Regional_Differences]
|
||||
|
||||
* The campaign only caught on to a limited extent outside Italy (?), and only with Windows Vista did the concept of the flowery meadow game become global. Microsoft has given the possibility to change the game included in the system between mine theme and flower theme, a setting which has a different default value based on the country.[^Windows_Vista_and_Windows_7]
|
||||
* The campaign only caught on to a limited extent outside Italy (?), and only with Windows Vista did the concept of the meadow of flowers game become global. Microsoft has given the possibility to change the game included in the system between mine theme and flower theme, a setting which has a different default value based on the country.[^Windows_Vista_and_Windows_7]
|
||||
|
||||
## Implementations
|
||||
|
||||
@ -77,7 +82,7 @@ Paraphrasing what [a PCGamesN author] writes (https://www.pcgamesn.com/minesweep
|
||||
* Download from F-Droid: [dev.lucanlm.antimine](https://f-droid.org/packages/dev.lucanlm.antimine){[:MdTgtBlank:]}
|
||||
* Source Code: [antimine-android](https://github.com/lucasnlm/antimine-android){[:MdTgtBlank:]}
|
||||
|
||||
* To play from **Web browser**, well, on this page I'm putting together something that for my personal tastes is the best available. It works well on both desktop and mobile (although the time you have to hold a dial pressed to plant a flag is long there), and has minimal graphics.
|
||||
* To play from **Web browser**, well, on this page I'm putting together something that for my personal tastes is the best available. It works well on both desktop and mobile (although the time you have to hold down a dial to plant a flag is long there), and has minimal graphics.
|
||||
I'm working on making the game customizable, for the moment you can only play with what I've implemented as a minigame to unlock reading the [Curiosities](#-Curiosities) section (if you don't see anything, activate JavaScript!).
|
||||
**Note**: My implementation is based on [vue-minesweeper](https://github.com/antfu/vue-minesweeper){[:MdTgtBlank:]}, with some personal modifications for embedding. All my modified code is [in the sitoctt repository](https://gitlab.com/octtspacc/sitoctt/-/tree/main/Assets/vuesweeper-core){[:MdTgtBlank:]} (MIT license).
|
||||
|
@ -1,9 +1,12 @@
|
||||
// % Title = 🏃♀️ Mirror's Edge
|
||||
// % HTMLTitle = <span class="twa twa-🏃♀️">🏃♀️</span> Mirror's Edge
|
||||
// % Categories = Gaming
|
||||
// % UpdatedOn = 2023-04-01
|
||||
+++
|
||||
Title = "🏃♀️ Mirror's Edge"
|
||||
Categories = [ "Gaming" ]
|
||||
Lastmod = 2023-04-01
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
# <span class="twa twa-🏃♀️">🏃♀️</span> Mirror's Edge
|
||||
|
||||
<video frameBorder="0" src="[:YouTube360:]2N1TJP1cxmo" style="Height:Calc(80vw / 16 * 9);"></video>
|
||||
<cite>From <a href="https://youtu.be/2N1TJP1cxmo" [:HTMLTgtBlank:]>YouTube/2N1TJP1cxmo</a>.</cite>
|
||||
@ -12,7 +15,7 @@ The best way to describe **Mirror's Edge** is to say that it's a game in constan
|
||||
|
||||
The parkour element of the game is extremely immersive; although I haven't played the first game in the series for long enough, but only the second, _Mirror's Edge: Catalyst_, I can talk about a magical experience about the latter. Perhaps thanks to the graphics, more realistic than the first game, certainly thanks to the controls, responsive but not excessively taxing, the pace of the game is naturally pressing.
|
||||
|
||||
For a title that is enjoyed with standard equipment, not in virtual reality, the extent of this quality is decidedly impressive. Often while playing _Mirror's Edge_ I found myself in states of _flow_ that were both refreshing and tense in which, without me thinking too much about it, I went in just a few seconds from anxiety due to exaggerated leaps of faith, in which it was as if my weight on the chair was canceled out making me feel like I was suspended in the air, to others of continuous running with low effort, almost as if Faith was moving alone and not by my hand.
|
||||
For a title that can be enjoyed with standard equipment, not in virtual reality, the extent of this quality is decidedly impressive. Often while playing _Mirror's Edge_ I found myself in states of _flow_ that were both refreshing and tense in which, without me thinking too much about it, I went in just a few seconds from anxiety due to exaggerated leaps of faith, in which it was as if my weight on the chair was canceled out making me feel like I was suspended in the air, to others of continuous running with low effort, almost as if Faith was moving alone and not by my hand.
|
||||
|
||||
The game cannot disappoint even those who, after a subjective analysis, might believe that such a formula could quickly become monotonous: _Mirror's Edge_ is not just platforming and parkour, but features hand-to-hand combat against human entities (practically the police who want to hinder runners). In the most suitable moments to break up the rhythm of the gameplay, you come across stakeouts that you have to deal with immediately, with dry and continuous moves: the less time you waste, and the sooner you continue on your path, the better.
|
||||
|
@ -1,5 +1,12 @@
|
||||
// % Categories = Gaming
|
||||
// % EditedOn = 2023-03-22
|
||||
+++
|
||||
Title = "#️⃣️ Nonogram"
|
||||
Categories = [ "Gaming" ]
|
||||
Lastmod = 2023-03-22
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
|
||||
<style>/*
|
||||
*/#Body {
|
||||
@ -22,8 +29,6 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
# #️⃣️ Nonogram
|
||||
|
||||
**Nonogram** (also known as **Picross**, **Crucipixel**, and about twenty other names) are puzzles that consist of filling a grid of squares in order to reveal an image, using the numbers at the sides of the sheet to find intersections between rows and columns.
|
||||
|
||||
WIP... If you want to discover other things or learn how to play, read on [Wikipedia](https://it.wikipedia.org/Nonogram){[:MdTgtBlank:]}.
|
@ -1,9 +1,16 @@
|
||||
// % Categories = Gaming
|
||||
// % Index = Categories
|
||||
// % Style = @import "[staticoso:Site:RelativeRoot]Assets/Pages/Videogame Collection.css";
|
||||
// % EditedOn = 2023-02-01
|
||||
+++
|
||||
Title = "Video Game Collection"
|
||||
Aliases = [
|
||||
"/Collections/Gaming/Collection-Videogames.html",
|
||||
]
|
||||
Categories = [ "Gaming" ]
|
||||
#Style = @import "[staticoso:Site:RelativeRoot]Assets/Pages/Videogame-Collection.css";
|
||||
Lastmod = 2023-02-01
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
# Videogames Collection
|
||||
|
||||
Why not make a collection to talk, briefly, about the video games I appreciate? (In alphabetical order)
|
||||
Perhaps, managing to shine the spotlight on some half-unknown gaming experience which however should deserve much more.
|
||||
@ -28,12 +35,12 @@ This is the place for the best titles, **the epic, one-of-a-kind titles**, perio
|
||||
### <a href="./2048.html">🔢️ 2048 ↗️</a>
|
||||
|
||||
### <span class="twa twa-🎩">🎩</span> A Hat in Time
|
||||
Lively and frenetic 3D platformer, undoubtedly coming from the Super Mario 64 school. The difficulty of the main story is right, and the game flows pleasantly with an alternation of themes and environments that always feels fresh.
|
||||
Lively and frenetic 3D platformer, undoubtedly coming from the Super Mario 64 school. The difficulty of the main story is just right, and the game flows pleasantly with an alternation of themes and environments that always feels fresh.
|
||||
But, in short, the charisma of the protagonist character alone makes you want to play.
|
||||
|
||||
### <span class="twa twa-🍃">🍃</span> Animal Crossing
|
||||
The premises were creative, but boring: you are a human being who, for some reason, goes on a journey to settle in a village where humanoid animals live with whom you can interact. In the meantime, you have to get into debt with a raccoon who sells you the new house at a very high price, and do what you can to repay, with times that can become infinite. Ah, if you want you can choose your clothing, furnish your house, place flowers in the garden... and?
|
||||
Animal Crossing is one of those games that simply has to be tried to be understood: staying in that world manages to induce calm and joy for reasons that, apparently, go beyond logic.
|
||||
Animal Crossing is one of those games that simply needs to be tried to be understood: staying in that world manages to induce calm and joy for reasons that apparently go beyond logic.
|
||||
• Animal Crossing: New Horizons: Get: <https://go.octt.eu.org/$afa0200c237a>{[:MdTgtBlankNofw:]}
|
||||
|
||||
### <a href="./Minecraft.html"><span class="twa twa-⛏️">⛏️</span> Minecraft ↗️</a>
|
||||
@ -82,7 +89,7 @@ Why should I talk about it? Because maybe they are really unknown, or almost so;
|
||||
|
||||
## The free ones
|
||||
|
||||
Below I would like to collect some unique video games that in my opinion deserve - even if they don't win any place in the epic ranking - but which in addition to being beautiful in themselves have the added value of being **free software**.
|
||||
Below I would like to collect some unique video games that in my opinion deserve - even if they do not win any place in the epic ranking - but which in addition to being beautiful in themselves have the added value of being **free software**.
|
||||
|
||||
If you really want to try something from this page, and you don't really know what, I would say to look right in this section, and do the developers the greatest pleasure if your experience has been worthy: participate in the development, or even just do your turn advertising.
|
||||
|
@ -1,11 +1,17 @@
|
||||
// % Categories = Technology
|
||||
// % Index = Categories
|
||||
// % EditedOn = 2023-03-22
|
||||
// % Style = @import "[staticoso:Site:RelativeRoot]Assets/Pages/Raccolta-del-Riso.css";
|
||||
+++
|
||||
Title = "Rice Harvest"
|
||||
Aliases = [
|
||||
"/Raccolte/Sistemi/Raccolta-del-Riso.html",
|
||||
]
|
||||
Categories = [ "Technology" ]
|
||||
Lastmod = 2023-03-22
|
||||
#Style = @import "[staticoso:Site:RelativeRoot]Assets/Pages/Raccolta-del-Riso.css";
|
||||
#$ L/VoidLinuxOS = <strong>OS</strong>: <a href="https://voidlinux.org" [:HtmlTgtBlank:]>Void Linux</a>
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
// $ L/VoidLinuxOS = <strong>OS</strong>: <a href="https://voidlinux.org" [:HtmlTgtBlank:]>Void Linux</a>
|
||||
|
||||
# Rice Harvesting
|
||||
|
||||
Rice Collection - or, to put it more correctly, collection of my ricing: interface customizations made to my operating systems.
|
||||
|
9
en/miscellanea/_index.md
Normal file
9
en/miscellanea/_index.md
Normal file
@ -0,0 +1,9 @@
|
||||
+++
|
||||
Title = "Miscellany"
|
||||
Aliases = [
|
||||
"/Categories/index.html",
|
||||
]
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
@ -1,22 +1,26 @@
|
||||
// % Categories: Notes
|
||||
// % CreatedOn: 2022-08-05
|
||||
// % Index: None
|
||||
+++
|
||||
Title = "Avoid accidentally calling commands in the terminal"
|
||||
Dates = 2022-08-05
|
||||
Draft = true
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
||||
|
||||
# Avoid accidentally calling commands in the terminal
|
||||
|
||||
While working in the terminal, perhaps developing programs, I often accidentally invoke a command that I shouldn't.
|
||||
|
||||
This happens to me because I work like this: I edit something in my favorite text editor window, then go to the terminal window, and press `[Up Arrow]` (which recalls the last command executed) and `[Enter] ` to run it.
|
||||
This happens to me because I work like this: I edit something in the window of my favorite text editor, then I go to the terminal window, and I press `[Up Arrow]` (which recalls the last command executed) and `[Enter] ` to run it.
|
||||
|
||||
What I've noticed is that sometimes, in my haste, I happen to press `[Up Arrow]` one too many times, which recalls the penultimate command executed, or the one even before it.
|
||||
Since I practically do these sequences of actions almost automatically, without reading to make sure that the selected command is actually what I want before pressing `[Enter]` (because that's all I expect), it happens several times that I execute a command which I shouldn't: often, it's the command to make a commit [Git](https://en.wikipedia.org/wiki/Git){[:MdTgtBlank:]} of my changes to the workbook, and immediately load them in the cloud.
|
||||
Since I practically do these sequences of actions almost automatically, without reading to make sure that the selected command is actually what I want before pressing `[Enter]` (because that's all I expect), it happens several times that I execute a command which I shouldn't: often, it's the command to make a commit [Git](https://en.wikipedia.org/wiki/Git){[:MdTgtBlank:]} of my changes to the workbook, and immediately upload them in the cloud.
|
||||
|
||||
Now, this is not good, because it means that in the Git history I will have certain "wrong" places: with descriptions with duplicate text, and the code in an unsuitable, non-working state, because I was in the middle of testing some changes.
|
||||
Having such a messy Git history definitely affects its quality, because it's more difficult to find a specific past point in the code in the future, which nullifies one of the useful features of Git - and in general it's something I don't like, it annoys me , see dirty history.
|
||||
Having such a messy Git history definitely affects its quality, because it's more difficult to find a specific past point in the code in the future, which nullifies one of Git's useful features - and in general it's something I don't like, it annoys me , see dirty history.
|
||||
|
||||
## The script
|
||||
|
||||
To solve the problem, I invented this little script (tested with _sh_ and _bash_), the idea is to launch the "dangerous" commands through it in situations in which I have to make those moves with the terminal (but, if desired, I it can be set as an alias to implicitly always call it for a given command).
|
||||
To solve the problem, I invented this little script (tested with _sh_ and _bash_), the idea is to start the "dangerous" commands through it in situations in which I have to make those moves with the terminal (but, if desired, I it can be set as an alias to implicitly always call it for a given command).
|
||||
|
||||
<pre class="CodeScroll"><code>
|
||||
Profile="~/.bashrc"
|
@ -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.
|
||||
|
@ -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 >}}
|
||||
|
||||
|
||||
|
||||
<!-- I should finish writing this... --->
|
||||
|
||||
# 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.
|
||||
|
||||
<meta>
|
||||
|
||||
**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<sup>[[↗️](https://it.m.wikipedia.org/wiki/Software_libero# Le_%C2%ABquattro_libert%C3%A0%C2%BB){[:MdTgtBlank:]}]</sup>, 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<sup>[[↗️](https://it.m.wikipedia.org/wiki/Software_libero# Le_%C2%ABquattro_libert%C3%A0%C2%BB){[:MdTgtBlank:]}]</sup>, 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.
|
||||
|
||||
<meta>
|
||||
|
||||
**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._
|
@ -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 = <span class="twa twa-2️⃣"><span>2️⃣</span></span> 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 >}}
|
||||
|
||||
|
||||
|
||||
<!-- Autogenerated by ListedDownsync.js. Do not edit (unless also set "% Downsync = False") - it would be overwritten. -->
|
||||
<h1><span class="twa twa-2️⃣"><span>2️⃣</span></span> Synchronized gaming between PlayStation 2 and smartphone</h1>
|
||||
|
||||
<p>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...<br>
|
||||
@ -19,7 +28,7 @@ And then, just the other day, staring at the console (I'm not sure why), I thoug
|
||||
<p>At the time, the simplest idea I thought of was: they exist <a href="https://www.amazon.it/Adattatore-Memoria-Lettore-Sostitutivo-trasparente/dp/B0C8TTQFJY" rel= "noopener nofollow" target="_blank">adapters</a> 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.<sup id="fnref1"><a class="footnote-ref" href="#fn1">1</a></sup> <br>
|
||||
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!</p>
|
||||
|
||||
<p>Fortunately, this is not the only way, at least for certain games: <a href="https://github.com/ps2homebrew/Open-PS2-Loader" rel="noopener nofollow" target="_blank ">Open PS2 Loader</a>, 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.</p>
|
||||
<p>Fortunately, this is not the only way, at least for certain games: <a href="https://github.com/ps2homebrew/Open-PS2-Loader" rel="noopener nofollow" target="_blank ">Open PS2 Loader</a>, 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.</p>
|
||||
|
||||
<h2>Hitch 2: Save conversion</h2>
|
||||
|
||||
|
9
en/note/_index.md
Normal file
9
en/note/_index.md
Normal file
@ -0,0 +1,9 @@
|
||||
+++
|
||||
Title = "Notes"
|
||||
Aliases = [
|
||||
"/Categories/Note.html",
|
||||
]
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
|
Reference in New Issue
Block a user