<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/rss/pretty-feed-v3.xsl" type="text/xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mauro&apos;s personal website</title><description>Mauro&apos;s thoughts and ramblings</description><link>https://mauromotion.com</link><language>en-gb</language><atom:link href="https://mauromotion.com/rss.xml" rel="self" type="application/rss+xml"/><item><title>Entering the Church of Emacs</title><link>https://mauromotion.com/posts/2026-01-01-emacs</link><guid isPermaLink="true">https://mauromotion.com/posts/2026-01-01-emacs</guid><pubDate>Thu, 01 Jan 2026 11:00:00 GMT</pubDate><content:encoded>&lt;p&gt;With a complete and very unexpected 180 degrees turnaround from my &lt;a href=&quot;/posts/2025-04-16-doom-emacs-orgmode&quot;&gt;previous blog post&lt;/a&gt;, I&apos;ve become an avid &lt;a href=&quot;https://github.com/mauromotion/dotfiles/blob/main/common/emacs/config.org&quot;&gt;Emacs&lt;/a&gt; user. I&apos;ve literally replaced any type of writing software with it. Except for actual development. I don&apos;t do much dev work lately but for it I&apos;m still reliant on my Neovim setup as an IDE. I could just use Emacs for that as well honestly, I just haven&apos;t gone that far yet.&lt;/p&gt;
&lt;p&gt;As I wrote before, I started by trying out &lt;a href=&quot;https://github.com/doomemacs/&quot;&gt;Doom Emacs&lt;/a&gt;, and not liking it at first. Don&apos;t get me wrong, I now think that it&apos;s a great showcase of what modern Emacs can offer, and there&apos;s a lot of stuff to dig into it and even copy. But in general it really is just someone else&apos;s Emacs setup, and it feels like it.&lt;/p&gt;
&lt;p&gt;So I wanted to start from scratch, but the way there is quite long and intricate. I therefore started by following &lt;a href=&quot;https://systemcrafters.net/&quot;&gt;System Crafters&lt;/a&gt;&apos; great YouTube playlist &quot;&lt;a href=&quot;https://www.youtube.com/playlist?list=PLEoMzSkcN8oPH1au7H6B7bBJ4ZO7BXjSZ&quot;&gt;Emacs From Scratch&lt;/a&gt;&quot;, where David builds a complete Emacs configuration... from scratch, showcasing the whole process.&lt;/p&gt;
&lt;p&gt;It was a great introduction and source of knowledge and understanding, but I soon discovered that most of the packages that David was using in the videos a few years ago have been mostly replaced by more modern versions, new packages that leverage Emacs defaults rather than adding too many extra layers of code and complexity, from what I understand.&lt;/p&gt;
&lt;p&gt;Most of all I&apos;m thinking about the stack for completion and selection that is now built on consult, vertico, marginalia and orderless, instead of the more &quot;classic&quot; ivy and counsel packages. And so I restarted...from scratch once again, by myself this time, with the acquired knowledge, and managed to get a working Emacs config that completely suits my needs without being (too much) over encumbered by useless packages and functionalities.&lt;/p&gt;
&lt;p&gt;In the end I&apos;ve completely embraced &lt;a href=&quot;https://orgmode.org/&quot;&gt;Org-mode&lt;/a&gt; for all my note taking, and general writing. I started to rebuild my Logseq system (that followed the &lt;a href=&quot;https://fortelabs.com/blog/para/&quot;&gt;PARA method&lt;/a&gt;) with &lt;a href=&quot;https://www.orgroam.com/&quot;&gt;Org-roam&lt;/a&gt;, but I soon migrated to the more apt (to my use case at least) &lt;a href=&quot;https://protesilaos.com/emacs/denote&quot;&gt;Denote&lt;/a&gt; package from the good &lt;a href=&quot;https://protesilaos.com/&quot;&gt;Prot&lt;/a&gt;. Unlike Org-roam, Denote doesn&apos;t use a database at all, it relies entirely on regex for searching, but its naming convention is so flexible it&apos;s just great, and worth the trade off. And I have yet to experience any lag or sluggishness anyway.&lt;/p&gt;
&lt;p&gt;I&apos;ve built a simple dashboard to collect at a glance all my journaling posts in a timely order, similar to Logseq. Also I made a general index that keeps track of all my current interests under the PARA method. It just works great, it&apos;s so powerful that the more I use it the better it gets. A feature that I use a lot from Denote that I couldn&apos;t make use of in Org-roam are &lt;a href=&quot;https://orgmode.org/manual/Dynamic-Blocks.html&quot;&gt;dblocks&lt;/a&gt; (dynamic blocks), which are natively implemented in Org-mode, and on which Denote expands upon. I can have a semi-auto updating network of notes, references, and backlinks which is very useful.&lt;/p&gt;
&lt;p&gt;Another package that I really like is &lt;a href=&quot;https://github.com/skeeto/elfeed&quot;&gt;elfeed&lt;/a&gt;, which is an RSS feed reader for Emacs. It&apos;s very minimalistic, and very clear, the most distraction-free RSS
reader I&apos;ve ever used, and again, like most things in emacs, quite customisable.&lt;/p&gt;
&lt;p&gt;In a frenzy of trying things out inside Emacs, or like they say, to try and live
inside Emacs, I gave a try also to an email client (&lt;a href=&quot;https://www.djcbsoftware.nl/code/mu/mu4e.html&quot;&gt;mu4e&lt;/a&gt;) but honestly it&apos;s not for me, all my emails are in HTML, and I don&apos;t receive enough plain text messages to justify the struggle of reading parsed HTML emails inside Emacs. But I know that a lot of people find it useful and I can see why, if your workflow is around plain text emails.&lt;/p&gt;
&lt;p&gt;I gave a shot at IRC clients as well, at some point. I don&apos;t use the IRC chats
too much to be honest, but the client I ended up using, which for me worked out
of the box, is &lt;a href=&quot;https://github.com/emacs-circe/circe&quot;&gt;circe&lt;/a&gt;. Honestly, it feels
literally like a jump back in the early 2000s, if not late 90s, which is a bit
too much for me. A lot of programs and workflows got worse, that&apos;s definitely
something I can agree with. But a lot of progress has also been made into user
interfaces and user interactions, we gotta give credit to that, I believe.&lt;/p&gt;
&lt;p&gt;Something I wasn&apos;t expecting but that I enjoy a lot instead, is using proportional fonts instead of the usual monospace fonts used in command line applications. It took me quite a lot of set up and trial and error to get it working the way I like it, but now my Emacs looks and feels great. I still use a monospace font for code and code blocks obviously, but writing (and reading) with a proportional font is very nice, much more natural.
Of course I rely on vim keybindings via evil-mode, like Doom Emacs does. I just can&apos;t live without them now.&lt;/p&gt;
&lt;p&gt;Overall I&apos;ve been using Emacs for over 6 months, and I love it. I didn&apos;t know it could feel so &quot;modern&quot; whilst being one of the oldest pieces of software out there. I just love it, and I don&apos;t think I could turn back now. It feels very &quot;mine&quot; and cosy to use.
I also have to say that more than just a good piece of software, what I enjoy the most of Emacs is its philosophy and its community. I was able to know the work of so many inspirational folks out there, I just couldn&apos;t know the existence of without my journey through Emacs. From the already mentioned &lt;a href=&quot;https://systemcrafters.net/&quot;&gt;System Crafter&lt;/a&gt;&apos;s community lead by the awesome David, and &lt;a href=&quot;https://protesilaos.com/&quot;&gt;Protesilaos Stavrou&lt;/a&gt;, to many other curious and smart minds that I discover daily via either the Emacs community on Mastodon, Reddit or the &lt;a href=&quot;https://planet.emacslife.com/&quot;&gt;Planet Emacslife&lt;/a&gt; RSS feed.&lt;/p&gt;
&lt;p&gt;By the way, here&apos;s my &lt;a href=&quot;https://github.com/mauromotion/dotfiles/blob/main/common/emacs/config.org&quot;&gt;literal Emacs configuration&lt;/a&gt;, if you&apos;re curious about the packages I use, and some of my custom functions.&lt;/p&gt;
&lt;p&gt;And that&apos;s it folks. This is how I finally entered the Church of Emacs!&lt;/p&gt;
</content:encoded><category>emacs</category></item><item><title>Gallium - Learning a new keyboard layout</title><link>https://mauromotion.com/posts/2025-09-15-gallium</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-09-15-gallium</guid><pubDate>Mon, 15 Sep 2025 21:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Last weekend I started learning a new keyboard layout. Just because.&lt;/p&gt;
&lt;p&gt;I&apos;ve been using &lt;a href=&quot;https://colemakmods.github.io/mod-dh/&quot;&gt;colemak-dh&lt;/a&gt; for over a year now, probably a year an a half, and it&apos;s been definitely an improvement over qwerty in terms of ergonomics, that&apos;s for sure.
But I&apos;m curious about more modern layouts, how they feel, how I perform with them.&lt;/p&gt;
&lt;p&gt;Looking at &lt;a href=&quot;https://www.reddit.com/r/KeyboardLayouts&quot;&gt;r/KeyboardLayouts&lt;/a&gt; there are a few contenders, but the most agreed upon are a couple that are quite similar: &lt;a href=&quot;https://github.com/GalileoBlues/Gallium/&quot;&gt;Gallium&lt;/a&gt; and &lt;a href=&quot;https://github.com/rdavison/graphite-layout&quot;&gt;Graphite&lt;/a&gt;. They are similar because they have been both created with some algorithmic analysis around the same time (about 2 years ago, so around 2023).&lt;/p&gt;
&lt;p&gt;They are supposedly very &quot;balanced&quot;, and they avoid some typical issues that other layouts have that make typing certain words a bit too convoluted (looking at &quot;you&quot; and &quot;was&quot; in colemak).&lt;/p&gt;
&lt;p&gt;At a first glance it seems that they might have some issues of themselves, but no layout is perfect. In particular I can see a group of letters clustered together that would make typing certain words quite challenging (mostly words that include the couple &quot;ph&quot;), but I&apos;ll see how it goes. Lots of people are really liking these new layouts, despite this quirk.&lt;/p&gt;
&lt;p&gt;I&apos;m going with Gallium because there is a version of it specifically made for columnar keyboards (which I use), and also I&apos;ve noticed the &quot;j&quot; and &quot;k&quot; letters in the same position as colemak-dh, not sure if it&apos;s a pro or a cons yet, but it feels safe. Especially for the vim motions.&lt;/p&gt;
&lt;p&gt;Also I&apos;m not a fan of the positioning of the apostrophe symbol in the Graphite layout, which is in the middle of the top row. Too alien for my taste. Graphite also has an emphasis on staggered layouts, which again, I don&apos;t really use except from my laptop from time to time. The emphasis is on using the hands in an angular position which is more comfortable on traditional keyboards. But I guess Gallium is similar in this regard? Again, I use split keyboards anyway, so I don&apos;t really care about this feature.&lt;/p&gt;
&lt;p&gt;Once again I&apos;m using &lt;a href=&quot;https://www.keybr.com/&quot;&gt;keybr.com&lt;/a&gt; to burn in my memory all the letters, and it&apos;s kinda nice re-experiencing the feeling of scrambling my brain cells and my fingers&apos; muscle memory. I wasn&apos;t expecting to say something like that, but that&apos;s it. Also, there&apos;s definitely something in the process that my brain has learned, because this time it feels less of a struggle, almost enjoyable.&lt;/p&gt;
&lt;p&gt;I guess I like to test my neuroplasticity from time to time.&lt;/p&gt;
</content:encoded><category>keyboards</category></item><item><title>Doom Emacs &amp; Org-mode</title><link>https://mauromotion.com/posts/2025-04-16-doom-emacs-orgmode</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-04-16-doom-emacs-orgmode</guid><pubDate>Tue, 15 Apr 2025 23:31:00 GMT</pubDate><content:encoded>&lt;p&gt;I&apos;ve been (yet once again) trying &lt;a href=&quot;https://github.com/doomemacs/doomemacs&quot;&gt;Doom Emacs&lt;/a&gt; these days; in fact I&apos;m still
watching a &lt;a href=&quot;https://www.youtube.com/playlist?list=PLhXZp00uXBk4np17N39WvB80zgxlZfVwj&quot;&gt;great series&lt;/a&gt; of video tutorials on it.&lt;/p&gt;
&lt;p&gt;But there are several factors that won&apos;t make me stick with it:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;(Doom) Emacs is slow as hell.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://orgmode.org/&quot;&gt;Org-mode&lt;/a&gt; is very cool but I don&apos;t need yet another syntax for notes,
markdown is good enough.&lt;/li&gt;
&lt;li&gt;Org-mode is great but I don&apos;t feel the need to manage my life and tasks in such
great detail, in fact pen and paper are more than sufficient for me at the
moment.&lt;/li&gt;
&lt;li&gt;The Emacs ecosystem is way too much to absorb, and I&apos;m not even an &quot;expert&quot;
at neovim (yet).&lt;/li&gt;
&lt;li&gt;My neovim setup is so well refined, I just prefer it.&lt;/li&gt;
&lt;li&gt;I&apos;d just use Doom Emacs for Org-mode really, and it kinda feels like using a
space ship to hammer down a nail.&lt;/li&gt;
&lt;li&gt;(Doom) Emacs is slow as hell.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I tried the &lt;a href=&quot;https://github.com/nvim-orgmode/orgmode&quot;&gt;nvim-orgmode&lt;/a&gt; plugin, and it&apos;s kinda cool but it&apos;s not polished
enough yet, I think; and also the documentation is not up to speed with the
development of neovim or other plugins (blink-cmp), unfortunately.
But I&apos;m keeping it in my neovim config for the time being, I like the org-agenda
view too much, I just need to open it up from time to time.&lt;/p&gt;
&lt;p&gt;And again, having to deal with yet another syntax just for taking notes and todo
lists seems a bit overkill honestly.&lt;/p&gt;
&lt;p&gt;I&apos;ll stick with &lt;a href=&quot;https://github.com/vimwiki/vimwiki&quot;&gt;Vimwiki&lt;/a&gt; for now, and &lt;a href=&quot;https://taskwarrior.org/&quot;&gt;taskwarrior&lt;/a&gt; for my task management when I
feel the need.&lt;/p&gt;
</content:encoded><category>neovim</category><category>emacs</category></item><item><title>004 - Delish - CSS layout, back-end refactoring</title><link>https://mauromotion.com/posts/2025-04-07-004-delish-css-layout-backend-refactoring</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-04-07-004-delish-css-layout-backend-refactoring</guid><pubDate>Mon, 07 Apr 2025 14:47:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://github.com/mauromotion/delish-bookmarks&quot;&gt;Link to the project&apos;s source code&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Progress&lt;/h2&gt;
&lt;p&gt;It&apos;s been over a week since my last post here, as I was feeling like I didn&apos;t
make enough progress to report.&lt;/p&gt;
&lt;p&gt;I&apos;m not sure how my brain works 99% of the time, because I indeed made progress.
Possibly slower than what I feel it should have taken me, but still progress.&lt;/p&gt;
&lt;p&gt;Let&apos;s move on.&lt;/p&gt;
&lt;h2&gt;CSS layout&lt;/h2&gt;
&lt;p&gt;I finally put my hands in the front-end and made some decisions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I&apos;m using CSS modules with ReactJS components.&lt;/li&gt;
&lt;li&gt;I have one index.css file for the general layout (made with CSS grid, mostly).&lt;/li&gt;
&lt;li&gt;Each component has its own &lt;code&gt;component-name.module.css&lt;/code&gt; file, so the styling is
scoped to it exclusively.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I used CSS grid to divide the screen into 3 columns, because I want to have a
sidebar on the right, to filter the bookmarks with collections and tags. It&apos;s
working nicely.
Then I went on and tried something unusual to me, I used CSS grid to also define
the header and body of the page. So far so good.&lt;/p&gt;
&lt;p&gt;I wanted to add a screenshot here but I&apos;d rather not at the moment, the UI is
still quite messy, as it&apos;s a work in progress, it wouldn&apos;t make sense.&lt;/p&gt;
&lt;h2&gt;Back (and forth) to the back-end&lt;/h2&gt;
&lt;p&gt;The thing that consumed most of my time was once again the JWT authentication logic.
I literally woke up in the morning and found my brain thinking about all the
flow and how to make it better.&lt;/p&gt;
&lt;p&gt;And so, by doing some research on the topic, I found out that I can encrypt any kind of data from the back-end into the JWT access token, and then decrypt it and make use of the data in the front-end.&lt;/p&gt;
&lt;p&gt;I can simply just add the data with the serializer in DjangoRestFramework:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
class MyTokenObtainPairSerializer(TokenObtainPairSerializer):
    @classmethod
    def get_token(cls, user):
        token = super().get_token(user)

        # Add custom fields
        token[&quot;username&quot;] = user.username
        # ...

        return token

&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now the username (in the example) is encrypted into the access token.&lt;/p&gt;
&lt;p&gt;When the front-end receives the token we can decrypt it and get the username with
a package called &lt;a href=&quot;https://www.npmjs.com/package/jwt-decode&quot;&gt;JWT-decode&lt;/a&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;const data = await response.json();

setAccessToken(data.access);
const payload = jwtDecode(data.access);
setUserData({ id: payload.id, username: payload.username });
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I was then able to completely remove the extra endpoint that I made only to
fetch the current user data, which is now also completely encrypted in
transit.&lt;/p&gt;
&lt;p&gt;While I was at it, also thanks to the suggestion of &lt;a href=&quot;https://jasper.tandy.is/&quot;&gt;Jasper&lt;/a&gt; on Mastodon, I realised that waiting for the server to send me a 401 error message and then proceed to refresh the access token, wasn&apos;t a very efficient pattern; and so I used a timer in JavaScript that just refreshes the access token every 4:50 (right before the 5:00 expiry date), to keep the UX clean.
That made me also delete a couple of hooks in React that I was using to keep fetching the user
data whenever the token was refreshed.&lt;/p&gt;
&lt;p&gt;Everything is much leaner and cleaner now.&lt;/p&gt;
&lt;h2&gt;Filtering and query parameters&lt;/h2&gt;
&lt;p&gt;The next step was to build the logic for filtering the bookmarks based on whatever
the front-end asks.&lt;/p&gt;
&lt;p&gt;I remember learning about query parameters during &lt;a href=&quot;https://cs50.harvard.edu/web/2020/&quot;&gt;Harvard&apos;s CS50w&lt;/a&gt;, but I&apos;ve never really implemented their use in a real project.
And so I went on and read the documentation of the browser&apos;s API for the URL
constructor, and specifically &lt;code&gt;URLSearchParams&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;I&apos;m not really planning on adding routes right now, to keep things simple, but if at some point I will
(with React Router) it just makes sense to fetch data from the back-end with URL
queries, as it&apos;s the appropriate standard pattern.&lt;/p&gt;
&lt;h2&gt;Next moves&lt;/h2&gt;
&lt;p&gt;I just need to keep cracking on right now, building components, implementing
logic in the back-end when needed.&lt;/p&gt;
&lt;p&gt;I&apos;ll keep the actual UI styling for later though.&lt;/p&gt;
&lt;p&gt;Until the next one!&lt;/p&gt;
</content:encoded><category>webdev</category><category>delish</category></item><item><title>003 - Delish - JWT Auth System</title><link>https://mauromotion.com/posts/2025-03-27-003-delish-jwt-authorization</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-03-27-003-delish-jwt-authorization</guid><pubDate>Thu, 27 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://github.com/mauromotion/delish-bookmarks&quot;&gt;Link to the project&apos;s source code&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;JWT based authentication system&lt;/h2&gt;
&lt;p&gt;I know, this is overkill. But again, I&apos;m treating this project as an opportunity to learn and apply best practices at industry standard levels.&lt;/p&gt;
&lt;p&gt;I&apos;ve been digging into security concepts and systems and I realised that one of the best models for a secure authorization system of a web application is a &lt;a href=&quot;https://jwt.io/introduction&quot;&gt;JSON Web Token&lt;/a&gt; based system.&lt;/p&gt;
&lt;p&gt;In a nutshell with JWT we get two tokens: an access token, and a refresh token.
The access token has a short lifespan (in minutes), while the refresh token can have up to months, based on the security levels that are deemed relevant for the application. As in, a banking app might have a shorter refresh token to diminish the window of opportunity for risks.&lt;/p&gt;
&lt;p&gt;After a user logs in he gets the two tokens, and for any http request to the server&apos;s endpoints the access token is sent with the request to confirm who&apos;s the user making the request, and if he&apos;s authorized.&lt;/p&gt;
&lt;p&gt;When the access token expires (a few minutes), we get a &lt;strong&gt;401 Unauthorized&lt;/strong&gt; error message from the server.&lt;/p&gt;
&lt;p&gt;At that point we can send the refresh token to the server, which, if still vaild (days or months), will get back a new and fresh access token.&lt;/p&gt;
&lt;p&gt;All this happens &quot;behind the scenes&quot;, and the user experience should be therefore pretty smooth.&lt;/p&gt;
&lt;h2&gt;Cookies and cream&lt;/h2&gt;
&lt;p&gt;Now there are several ways to implement a JWT based system, and each way can use different strategies for storing the tokens.
The easiest way would be to leverage the browser&apos;s local storage. Convenient but definitely not the most secure method.
After even more reading and try and error I decided that I wanted to implement what probably is the most secure method:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;access token in memory only (ReactJS state)&lt;/li&gt;
&lt;li&gt;refresh token in an &lt;em&gt;HTTP-only cookie&lt;/em&gt; (unaccessible by JavaScript)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I had to refactor the Django back-end for this, by including the &lt;a href=&quot;https://github.com/jazzband/djangorestframework-simplejwt&quot;&gt;DRF-simple-JWT&lt;/a&gt; plugin, and adding the &lt;em&gt;HTTP-only cookie&lt;/em&gt; to the POST requests for logging in, registering, and refreshing the access token.&lt;/p&gt;
&lt;h2&gt;Looping in ReactJS&lt;/h2&gt;
&lt;p&gt;I then proceeded to implement all the logic in ReactJS which turned out to be a bit against my initial scope for this simple CRUD app.&lt;/p&gt;
&lt;p&gt;My self-set pre-requirements are (ideally) to start with the bare minimum and add complexity and abstraction only when needed; but implementing the JWT auth system forced me to add quite a bit of complexity right out of the gate.&lt;/p&gt;
&lt;p&gt;For example, I tried to avoid it, but the easiest way to share the tokens and the user data throughout the React application is by using a context (as in &lt;em&gt;useContext&lt;/em&gt;).
Then having the React context in place, I realised that to make use of the access token for each and every http request (for the sake of DRY and my mental sanity, mostly) I&apos;d probably need some kind of custom hook, and that&apos;s what I made.&lt;/p&gt;
&lt;h2&gt;Moving on&lt;/h2&gt;
&lt;p&gt;Finally I have all the authentication system in place now: I can register a new user from the UI, login, and logout. All by leveraging the JWT system in a clean and secure way.&lt;/p&gt;
&lt;p&gt;My only gripe (or at least what it feels to me as a compromise), is that to maintain the user&apos;s state when refreshing the SPA, since the access token lives only in memory, I&apos;m kind of abusing the refresh token. As in, a new one is issued at each (potential) refresh.&lt;/p&gt;
&lt;p&gt;For now it&apos;s good enough I think. Time to move on to finally build the actual UI.&lt;/p&gt;
</content:encoded><category>webdev</category><category>delish</category></item><item><title>002 - Delish - Back-end Wrap Up</title><link>https://mauromotion.com/posts/2025-03-21-002-delish-backend-wrap-up</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-03-21-002-delish-backend-wrap-up</guid><pubDate>Fri, 21 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Good progress in the last couple of days!&lt;/p&gt;
&lt;p&gt;Now the back-end is in a good state and I can move on my focus to the front-end.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mauromotion/delish-bookmarks&quot;&gt;Link to the project&apos;s source code&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Models, routes, and scraping functions&lt;/h2&gt;
&lt;p&gt;Now that I&apos;ve understood the workflow I have to say it&apos;s pretty easy to add and customise endpoints with DRF.
I wrote all the models I need (at least for now), with generics classes, and created the corresponding URLs.&lt;/p&gt;
&lt;p&gt;I then proceeded to rewrite my scraping functions to be able to get (from a given URL) the existing favicon, title, and possibly a description of the website.
I used a few python libraries for this, specifically &lt;a href=&quot;https://pypi.org/project/urltitle/&quot;&gt;urltitle&lt;/a&gt; for the titles, &lt;a href=&quot;https://pypi.org/project/favicon/&quot;&gt;favicon&lt;/a&gt; for the (guess what?) favicons, and a combo of &lt;a href=&quot;https://pypi.org/project/requests/&quot;&gt;requests&lt;/a&gt; and &lt;a href=&quot;https://pypi.org/project/beautifulsoup4/&quot;&gt;beautifulsoup&lt;/a&gt; for the descriptions.&lt;/p&gt;
&lt;h2&gt;Queuing tasks&lt;/h2&gt;
&lt;p&gt;Now the first time I developed this application I had one major issue that I didn&apos;t solve: sometimes the app will lock up the database, waiting for one of the scraping functions to finish its job.&lt;/p&gt;
&lt;p&gt;Now that I&apos;m a wiser man, I went on and looked for a solution to actually have something that I&apos;d describe as &quot;async&quot; behaviour in the back-end for this tasks.
It turns out I learned about schedulers / task queuers, which basically run some specific tasks in their own time and space, and update the database when they&apos;re finished (or when I decide).&lt;/p&gt;
&lt;p&gt;Brilliant!&lt;/p&gt;
&lt;p&gt;After some more digging I found the most minimal (and possibly easy) package for this: &lt;a href=&quot;https://huey.readthedocs.io/en/latest/&quot;&gt;huey&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Pretty straight forward:&lt;/p&gt;
&lt;p&gt;set it up for SQLite database (or whatever you need, even file-system or in-memory!) and use the decorator functions to mark tasks.&lt;/p&gt;
&lt;p&gt;Huey then needs to run as a separate service, and it will trigger the functions and then write in the database when it&apos;s done fetching the data online. It works like a charm.&lt;/p&gt;
&lt;h2&gt;Linking ReactJs and Django&lt;/h2&gt;
&lt;p&gt;After that was all set up, my main concern was linking ReactJS to the Django back-end.&lt;/p&gt;
&lt;p&gt;I knew already that I was going to have to deal with CORS settings in Django, a common issue even when dealing with vanilla JS before; it turns out there is a specific plugin in for this as well: &lt;a href=&quot;https://pypi.org/project/django-cors-headers/&quot;&gt;django-cors-headers&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And so after installing the package and adding to its whitelist the http addresses of the Django server, the huey connection, and the default Vite development server I was ready to go (hopefully).&lt;/p&gt;
&lt;h2&gt;A moment of truth&lt;/h2&gt;
&lt;p&gt;I decided to have the ReactJS app inside the same directory as the Django project, so that both are in the same version control repository.&lt;/p&gt;
&lt;p&gt;I installed &lt;a href=&quot;https://vite.dev/&quot;&gt;Vite&lt;/a&gt; and launched the scaffolding for a ReactJS template app.
For the root URL of the API I made a simple status check message, and so in ReactJS I went on and added a call to the api-root and displayed the return message on the homepage. It works!!!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/react_api_status_ok_2.CrEVO1rG_Z1lTPjk.webp&quot; alt=&quot;a screenshot of the default Vite + ReactJS template page with a highlighted message added the output of an API call to my Django back end, which says: &amp;quot;API Statu: OK&amp;quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Now onto the front-end, wish me luck!&lt;/p&gt;
</content:encoded><category>webdev</category><category>delish</category></item><item><title>001 - Delish - Django Rest Framework</title><link>https://mauromotion.com/posts/2025-03-18-001-delish-django-rest-framework</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-03-18-001-delish-django-rest-framework</guid><pubDate>Tue, 18 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;A journey through time and space&lt;/h2&gt;
&lt;p&gt;I&apos;m back out of the &lt;a href=&quot;https://www.django-rest-framework.org/&quot;&gt;Django Rest Framework&lt;/a&gt; rabbit hole, with some new knowledge and some progress.&lt;/p&gt;
&lt;p&gt;I thought it was going to be a simple matter of learning a couple of libraries and classes, but it turned out to be much more than what I expected. There are so many layers of abstraction here that I needed to take my time to wrap my mind around them.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mauromotion/delish-bookmarks&quot;&gt;Link to the project&apos;s source code&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Making new friends on the road&lt;/h2&gt;
&lt;p&gt;It turns out, in hindsight, that using the DRF for my CRUD application here is &lt;em&gt;definitely&lt;/em&gt; overkill. But, hey, this is a learning experience after all; and also I can see the potential of the DRF now for bigger scenarios.
Probably, even if I keep building and adding features to this app, it could turn out that the DRF is good solution for scalability.&lt;/p&gt;
&lt;p&gt;Anyway, I made this huge deep dive and come out with some new tools and workflows that make me feel much more confident about my back-end skills.&lt;/p&gt;
&lt;p&gt;In particular I learned how to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Implement a token-based authentication system with DRF.&lt;/li&gt;
&lt;li&gt;Write a script in Django&apos;s management/commands to auto-populate the sqlite db for development (huge time saver).&lt;/li&gt;
&lt;li&gt;Make http test requests via an &lt;em&gt;.http&lt;/em&gt; file/script with the help of the &lt;a href=&quot;https://github.com/mistweaverco/kulala.nvim&quot;&gt;Kulala&lt;/a&gt; plugin in Neovim (and the relative &lt;a href=&quot;https://github.com/mistweaverco/kulala-ls&quot;&gt;lsp&lt;/a&gt; and &lt;a href=&quot;https://github.com/mistweaverco/kulala-fmt&quot;&gt;linter/formatter&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;I&apos;ve been introduced to &lt;a href=&quot;https://github.com/jazzband/django-silk&quot;&gt;django-silk&lt;/a&gt;, great tool for checking performance and debugging eventual bottlenecks in the API (again, overkill for my scope right now but great to know).&lt;/li&gt;
&lt;li&gt;Write a serializer, use it into a view (either function or class-based), add it to the urls as an endpoint. All this with DRF.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Adventure awaits&lt;/h2&gt;
&lt;p&gt;Finally, I managed to implement the first endpoint for my app:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/API_screenshot.CjFVUr8N_ZOL8B8.webp&quot; alt=&quot;a screenshot of a web page showing the browsable API interface of DRF, and the data from an end point&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&apos;m now ready to move on, implement all the needed endpoints, and the logic for filling the bookmark model from a user&apos;s given URL.&lt;/p&gt;
&lt;p&gt;Until the next time!&lt;/p&gt;
</content:encoded><category>webdev</category><category>delish</category></item><item><title>000 - Delish - Building in Public</title><link>https://mauromotion.com/posts/2025-03-10-000-delish-building-in-public</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-03-10-000-delish-building-in-public</guid><pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;Intro&lt;/h2&gt;
&lt;p&gt;As I&apos;m building my web development portfolio I decided to blog about what I&apos;m doing while I&apos;m doing it, also known as building in public.&lt;/p&gt;
&lt;h2&gt;What&lt;/h2&gt;
&lt;p&gt;My Capstone project for &lt;a href=&quot;https://cs50.harvard.edu/web/2020/&quot;&gt;Harvard&apos;s CS50w&lt;/a&gt; was a bookmarks saving web application built with Django and vanilla JavaScript. It was very labour intensive, especially the front-end, which, against all odds and internet memes, made me really appreciate the existence of JavaScript frameworks.
You can have a look at my presentation of the app here: https://www.youtube.com/watch?v=Drs3QUh3-XY.&lt;/p&gt;
&lt;h2&gt;Why&lt;/h2&gt;
&lt;p&gt;For academic honesty reasons I can&apos;t share publicly the source code of my final project, that would also invalidate my &lt;a href=&quot;https://credentials.edx.org/credentials/62bff0629c59455da7839cb5a1fd213f/&quot;&gt;certifications&lt;/a&gt;; and so I decided to rebuild the app from scratch, using my previous experience as a guideline.&lt;/p&gt;
&lt;h2&gt;Where&lt;/h2&gt;
&lt;p&gt;Here&apos;s the &lt;a href=&quot;https://github.com/mauromotion/delish-bookmarks&quot;&gt;GitHub repository&lt;/a&gt; of the project.&lt;/p&gt;
&lt;p&gt;I also intend to deploy the app somewhere once is in a working status.&lt;/p&gt;
&lt;h2&gt;How&lt;/h2&gt;
&lt;p&gt;Since building the previous app I&apos;ve already gained different skills and knowledge, so although the functionalities are going to be mostly the same, the technologies I&apos;m going to use are slightly different. Also, I wanna re-design the UI completely.&lt;/p&gt;
&lt;h3&gt;Architecture&lt;/h3&gt;
&lt;p&gt;I&apos;ll stick to &lt;a href=&quot;https://www.djangoproject.com/&quot;&gt;Django&lt;/a&gt; for the back end which I&apos;ll treat simply as an API. For this reason this time I&apos;m not gonna write all the JSON serializers myself in the http responses but I&apos;ll use the &lt;a href=&quot;https://www.django-rest-framework.org&quot;&gt;Django Rest Framework&lt;/a&gt;, which is perfect for the job.&lt;/p&gt;
&lt;p&gt;For the front end instead, I&apos;ll save myself the torture of writing everything in vanilla JavaScript and I&apos;ll use this as a way to hone my &lt;a href=&quot;https://react.dev/&quot;&gt;ReactJS&lt;/a&gt; skills.&lt;/p&gt;
&lt;p&gt;I&apos;m not sure about the styling yet, I most probably stick to vanilla CSS, maybe using modules to keep it clean and readable. I&apos;m thinking about using Tailwind as well, but I feel I&apos;m learning much more if I use plain CSS. Tailwind is cool and all, but maybe next time.&lt;/p&gt;
&lt;h3&gt;MVP&lt;/h3&gt;
&lt;p&gt;The idea is to build a minimal app that can be expanded easily in the future with new ideas and functionalities.&lt;/p&gt;
&lt;p&gt;As a starting base, the app will let the user:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Register a new account and login.&lt;/li&gt;
&lt;li&gt;Save a URL as a bookmark.&lt;/li&gt;
&lt;li&gt;Organise the saved bookmarks within &quot;folders&quot; called &quot;collections&quot;.&lt;/li&gt;
&lt;li&gt;Organise further with tags.&lt;/li&gt;
&lt;li&gt;Toggle the read-it-later flag for each bookmark.&lt;/li&gt;
&lt;li&gt;Filter the list of bookmarks by collection, tag, read-it-later, unsorted, untagged statuses.&lt;/li&gt;
&lt;li&gt;Do a basic search by keyword.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;p&gt;The app will also be responsive, for desktop, tablet, and smartphone screens.&lt;/p&gt;
&lt;h3&gt;So far&lt;/h3&gt;
&lt;p&gt;I made some wireframes with &lt;a href=&quot;https://penpot.app/&quot;&gt;Penpot&lt;/a&gt; to get a better idea mostly of the UX and of what models I need for the database:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/wireframes.DvaKTPjl_Z1vmmPt.webp&quot; alt=&quot;a screenshot of some wireframes for the app&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This is just a guide and it might change later.&lt;/p&gt;
&lt;p&gt;For now I started a new Django project, set it up, created the database models, did a first migration.&lt;/p&gt;
&lt;p&gt;Next step will be setting up &lt;em&gt;Django Rest Framework&lt;/em&gt; and defining the API end points and routes.&lt;/p&gt;
&lt;p&gt;Until the next episode!&lt;/p&gt;
</content:encoded><category>webdev</category><category>delish</category></item><item><title>Bargaining for laptops</title><link>https://mauromotion.com/posts/2025-02-06-bargaining-for-laptops</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-02-06-bargaining-for-laptops</guid><pubDate>Thu, 06 Feb 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;My almost 8 years old Gigabyte Aero 15x left me last week, and I found myself suddenly in need of getting another laptop. Since my finances are a bit tight nowadays, I went looking for some used Thinkpads on eBay.&lt;/p&gt;
&lt;p&gt;I&apos;ve never really used eBay before, but there are so many Thinkpads for sale, and those are sturdy machines that can get a beating. Also I&apos;ve always wanted to get a Thinkpad.
And so after a few days of going through listings I spotted one that looked promising.
I might not be that good at eBaying, but this one was selling 5 pieces of the same exact laptop&apos;s model. It had photos of it in a cardboard box, with the cord of the charger all coiled up nicely on the side of the machine. The computer itself looked perfect. The seller had few reviews but all good, and the last one was from someone that bought one of the exact same laptops I was looking at, and described it as &quot;perfect&quot;.&lt;/p&gt;
&lt;p&gt;I&apos;m not quite sure what&apos;s going on behind the scenes here, but my idea is that there are so many big offices and businesses that open and close in London that there&apos;s a lot of office supplies that go for sale on eBay or similar websites.
So I thought I was gonna get a machine that had been barely used by some marketing guy staring at a spreadsheet all day, barely touching the keyboard, or something on these lines.
The price was a little above what I was planning to pay for it but it looked like a good deal after all.&lt;/p&gt;
&lt;p&gt;I pulled the trigger and ordered the laptop.&lt;/p&gt;
&lt;p&gt;The shipping was super fast and a couple of days later I was unboxing the Thinkpad.
My first impression was that they put a lot of effort into cleaning the laptop and preparing it all for shipping. I turned it on and they have installed and updated Windows 11, which was gonna be nuked very soon to make room for Arch Linux for me, but nonetheless I could see the care with which they prepared the machine, and I appreciated it.
Until I noticed on the left border signs of usage: the black finish was eroded by the constant friction of a left hand, and I could see a bit of shiny metal along the edge.&lt;/p&gt;
&lt;p&gt;I turned around the machine and on the bottom-front there were some very deep scratches, as if the laptop had been dragged on the street, or it survived a car accident...I wasn&apos;t pleased.
Nonetheless I tested the hardware and the rest was perfect, I decided that it was good enough, that life was too short to complain about scratches, and proceeded to erase the SSD to install my OS of choice.
It&apos;s a great little machine, a Thinkpad X1 Carbon gen 9, with some great hardware compatibility for Linux. It&apos;s incredibly light and sturdy. I like it.&lt;/p&gt;
&lt;p&gt;After a couple of days I received an email from eBay that was reminding me leave some feedback on my recent purchase. And that&apos;s when it hit me:&lt;/p&gt;
&lt;p&gt;although I was happy with the laptop, I couldn&apos;t shake off myself the feeling of having been treated with a bit of dishonesty. Specifically, the listing didn&apos;t mention in any way any kind of scratches, minor or major, it only described the machine&apos;s specs. Neither did the photographs, that showed clearly another laptop from mine (no sign of usage on the left front) and never showed the bottom of it anyway. And I paid a little extra because I thought it was in such a good shape.&lt;/p&gt;
&lt;p&gt;Put in front of having to give feedback on the purchase I felt like writing to the seller to complain about it. I told him I could see the care with which they prepared the machine and shipped it, but I&apos;d have liked to know of those nasty scratches before pulling the trigger on my purchase.&lt;/p&gt;
&lt;p&gt;He sent me a message (with several autocorrect mistakes that he didn&apos;t fix) with some kind of apology, and since that was the last laptop he had of that model, he offered me £50 back as a compensation for the scratches, or, if I&apos;ve preferred, wait a few days since he&apos;d got more laptops incoming next week and he could replace mine.
I went on his page, and there was still one of the same exact models listed for sale!&lt;/p&gt;
&lt;p&gt;You see where I&apos;m going here. I told him that since he didn&apos;t like to tell things straight I wasn&apos;t gonna trust him with &quot;another laptop, maybe someday next week&quot;, and if I was to give a price to a compensation it was more towards £100.
He started sending me screenshots of his conversation on Whatsapp with his &quot;supplier&quot;, where he was asking for another laptop because mine was scratched and his &quot;client&quot; (myself) wasn&apos;t happy.
I let him be, and then in the evening I received a call.&lt;/p&gt;
&lt;p&gt;It was the seller, who offered me another model, in his view an upgrade, for a bit more money. I told him I was gonna hang, and that I wanted to have this conversation on eBay, to keep it on the records. The guy started to sound kinda desperate, I told him how I felt about not knowing of the scratches before sending him the money, and he apologised and told me that he could offer me £70 back and that that was his whole gaining on the sell so he couldn&apos;t do more.&lt;/p&gt;
&lt;p&gt;I mean, we were bargaining for a price. He offered me £50 back, I asked for £100. I was willing to get down to £75, he offered me £70, and I accepted. He then started to blabber, calling me &quot;bro&quot; and asking me not to leave any review, please. Please bro!
This is a practice as old as the world I think. But somehow this morning I couldn&apos;t help but feeling bad about it. I felt like the guy leveraged my emotions to bargain, and I hated it.&lt;/p&gt;
&lt;p&gt;When I started writing this, I was aiming towards an ending about how capitalism is making us all bad people, struggling to survive and careless of one another. I realise now that, (although my argument against capitalism is still valid) I can see my experience with the eBay seller just as haggling for a price. But still I&apos;d rather buy from a store, pay a premium, have a warranty and a brand new machine, if and when possible. But mostly I&apos;d rather not have to bargain for prices with shady people. It&apos;s fucking 2025 and I&apos;m getting too old for this shit.&lt;/p&gt;
&lt;p&gt;In the end, I&apos;m happy with my Thinkpad, and maybe I learned something from the experience, and I guess this is my feedback on the purchase, after all.&lt;/p&gt;
</content:encoded><category>life</category></item><item><title>Navigating codebases with Neovim</title><link>https://mauromotion.com/posts/2025-02-02-how-i-navigate-codebases-with-neovim</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-02-02-how-i-navigate-codebases-with-neovim</guid><pubDate>Sun, 02 Feb 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I&apos;m confused about how people I see on the internet use &lt;a href=&quot;https://github.com/nvim-telescope/telescope.nvim&quot;&gt;Telescope&lt;/a&gt; or &lt;a href=&quot;https://github.com/ibhagwan/fzf-lua&quot;&gt;Fzf-lua&lt;/a&gt; inside Neovim to navigate their codebases.&lt;/p&gt;
&lt;p&gt;I think my method is pretty straightforward so I wanted to document it here:&lt;/p&gt;
&lt;h2&gt;Toggle between two files&lt;/h2&gt;
&lt;p&gt;I&apos;ve bound the TAB key to &quot;CTRL + ^&quot; (command: &lt;em&gt;bprevious&lt;/em&gt;) which moves me to the previous buffer, so that I can basically toggle between two files instantly.&lt;/p&gt;
&lt;p&gt;In general I work longer sessions with two files together, rarely more than that for too long (and if I do I might open a split).&lt;/p&gt;
&lt;h2&gt;Navigate the files directly&lt;/h2&gt;
&lt;p&gt;Then if I need any other file I can at first navigate the directories with &lt;a href=&quot;https://github.com/stevearc/oil.nvim&quot;&gt;oil.nvim&lt;/a&gt; (which is bounded to &quot;-&quot;), and open the files I need from there.&lt;/p&gt;
&lt;p&gt;Or even just by using the standard vim command &quot;:e&quot;, really, without the oil.nvim plugin, and leveraging the autocomplete for directories and files&apos; names.&lt;/p&gt;
&lt;h2&gt;Fzf-lua pickers&lt;/h2&gt;
&lt;p&gt;Once I&apos;ve got enough open files though, I use Fzf-lua to quickly find what I need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If I double tap space (which is basically my leader key + space) I launch the Fzf-lua picker for all the open buffers of the current session (command: &lt;em&gt;FzfLua Buffers&lt;/em&gt;). Then I just type two or max three letters and I usually get what I need instantly.&lt;/li&gt;
&lt;li&gt;If I need a file from a previous session (or another codebase/directory), I use &quot;leader + f + r&quot; to launch Fzf-lua picker for recent opened files (command: &lt;em&gt;FzfLua oldfiles&lt;/em&gt;).&lt;/li&gt;
&lt;li&gt;If I need anything else and I&apos;m not sure in which file it is (a function, or anything else really), I do &quot;leader + f + g&quot; to &quot;grep&quot; or fuzzy-find anything I type in the current codebase, again, with Fzf-lua (command: &lt;em&gt;FzfLua live_grep&lt;/em&gt;).&lt;/li&gt;
&lt;li&gt;Or even &quot;leader + f + f&quot; to fuzzy-find any file in the current directory (command: &lt;em&gt;FzfLua files&lt;/em&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;I don&apos;t even have to think about these commands anymore, they&apos;re just second nature.
I&apos;m sure people with a different type of workflow use different tools, but I see some folks using way more convoluted systems to navigate their codebases, and I&apos;m not sure I understand them, to be honest. More power to them I guess!&lt;/p&gt;
</content:encoded><category>webdev</category><category>neovim</category></item><item><title>Added /uses page</title><link>https://mauromotion.com/posts/2025-01-09-added-uses-page</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-01-09-added-uses-page</guid><pubDate>Thu, 09 Jan 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I just added a &lt;a href=&quot;/uses.html&quot;&gt;/uses&lt;/a&gt; page to my website. It&apos;s a list of most of the software, services, and devices that I&apos;m currently using on a daily basis.&lt;/p&gt;
&lt;p&gt;I try to be as much as privacy-conscious as possible (without throwing my smartphone from the window, that is) so if you&apos;re interested in alternative services to the Big Corps offer you may find something useful in here.&lt;/p&gt;
&lt;p&gt;Feel free to &lt;a href=&quot;/contact.html&quot;&gt;reach me&lt;/a&gt; either via email or Mastodon if you have any questions or suggestions!&lt;/p&gt;
</content:encoded><category>indieweb</category></item><item><title>I started self-hosting</title><link>https://mauromotion.com/posts/2025-01-07-i-started-self-hosting</link><guid isPermaLink="true">https://mauromotion.com/posts/2025-01-07-i-started-self-hosting</guid><pubDate>Tue, 07 Jan 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;During the Christmas break I finally managed to put my hands on the Raspberry Pi 5 that I received as a birthday present about six months ago.
I always wanted to learn to self host some useful apps and services, and what better use of a mini computer like the Raspberry Pi?
Some would called it the start of my own homelab, which I would agree with.&lt;/p&gt;
&lt;p&gt;After installing the OS on the pi and configuring some basic stuff like the ufw firewall, it was time to go and read some of Docker&apos;s documentation, because apparently this is the new trend in self-hosting hosting: &lt;em&gt;containers&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Which, in hindsight, makes a lot of sense, particularly for this use case, I think. Containeraisation makes trying out different apps and services quite easy.&lt;/p&gt;
&lt;p&gt;In fact, I tried a bunch of different apps, some of them stuck with me, and some others definitely didn&apos;t.&lt;/p&gt;
&lt;h2&gt;What stuck&lt;/h2&gt;
&lt;h4&gt;&lt;a href=&quot;https://linkding.link/&quot;&gt;Linkding&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;A bookmark manager with a minimalist design but very powerful and efficient. I&apos;m quite addicted to it now, and I&apos;ve migrated all my bookmarks from Raindrop to Linkding, which made me re-think my tagging system as well, with a more minimalist approach. Great!&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;https://miniflux.app/&quot;&gt;Miniflux&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;I might have found my endgame RSS aggregator. I tried also FreshRSS but I found its UI/UX dated and clunky, which made me have a look at Miniflux. Like Linkding, Miniflux as well proposes a minimalist approach, and I quite enjoy it. I &lt;em&gt;always&lt;/em&gt; had some issues with RSS readers, I somehow find them distracting. Miniflux feels like a breeze of fresh air.&lt;/p&gt;
&lt;p&gt;I&apos;ve also modified the Catppuccin Mocha custom CSS to my likings, mostly a different look for the cards of the articles. I&apos;m keeping the code (and a screenshot) &lt;a href=&quot;https://gist.github.com/mauromotion/ba4e9cf63fe82e3dcf73fdf89f2dc95c&quot;&gt;here&lt;/a&gt; if you&apos;re curious.&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;https://jellyfin.org/&quot;&gt;Jellyfin&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;A media manager and player. Now my home media server is taking shape. I put on it my collection of ripped blu-rays, and also my music stash of all the records I buy on Bandcamp, in .flac format, of course.&lt;/p&gt;
&lt;p&gt;The idea is to use it both on my iPhone and our Apple TV. So far it&apos;s working fine, except for a couple of issues.&lt;/p&gt;
&lt;p&gt;It would be great to be able to stream my music on my phone on the go, and there&apos;s an app for iOS that specifically addresses this use case, &lt;a href=&quot;https://github.com/streamyfin/streamyfin&quot;&gt;Streamyfin&lt;/a&gt;. It looks great, but unfortunately at the moment it has some issues and can&apos;t play any music file. There&apos;s a &lt;a href=&quot;https://github.com/streamyfin/streamyfin/issues/310&quot;&gt;GitHub issue&lt;/a&gt; for this, and it will be hopefully addressed soon.&lt;/p&gt;
&lt;p&gt;The other issue I have with using Jellyfin is the app for the Apple TV.&lt;/p&gt;
&lt;p&gt;The one that&apos;s even promoted on Jellyifin&apos;s website is &lt;a href=&quot;https://firecore.com/infuse&quot;&gt;Infuse&lt;/a&gt;, which works and looks fine, but wants my money.
Can you imagine paying $9.99 a month to play your own content from your own server? I can&apos;t, I&apos;m afraid. I&apos;ll be looking for a valid alternative.&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;https://beszel.dev/&quot;&gt;Beszel&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;Just a shiny tool that works as a server monitoring. I use htop most of the time anyway, but I wanted to try it. Graphs are cool!&lt;/p&gt;
&lt;h2&gt;Thanks but not thanks&lt;/h2&gt;
&lt;p&gt;The apps that didn&apos;t make it to the great docker purge were two read-it-later apps. Mostly because after using Linkding I realiesed I don&apos;t really need a read-it-later app at all. I can just save the bookmark and then maybe use Firefox or Safari built in readers if I fancy a cleaner layout to read a long article.&lt;/p&gt;
&lt;p&gt;So &lt;a href=&quot;https://wallabag.org/&quot;&gt;Wallabag&lt;/a&gt; spinned for a bit on my server but it also felt very clunky and old, in many UI/UX ways. I briefly tried &lt;a href=&quot;https://readeck.org/en/&quot;&gt;Readeck&lt;/a&gt; as well, which is an upcoming alternative to Wallabag, and while feeling better than Wallabag in many fronts, it still felt &lt;em&gt;undercooked&lt;/em&gt;.&lt;/p&gt;
&lt;h2&gt;To expose or not to expose? VPN is the answer!&lt;/h2&gt;
&lt;p&gt;I debated whether or not use my public domain to access my apps on the go, and I decided not to. I don&apos;t feel like exposing my home IP address is a good move overall, considering it&apos;s not just mine IP address but of my partner as well. I know there are ways around it (reverse proxy and stuff) but I decided to go for the VPN route and ended up with the easiest solution which is &lt;a href=&quot;https://tailscale.com/&quot;&gt;Tailscale&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Everything works great! By only installing their app on my iPhone I can access all my self hosted apps, and even ssh into my other machines, if I ever fancy to do so.&lt;/p&gt;
&lt;p&gt;In the future I might migrate to &lt;a href=&quot;https://netbird.io/&quot;&gt;NetBird&lt;/a&gt; or even to Tailscale&apos;s self hostable control server &lt;a href=&quot;https://headscale.net/stable/&quot;&gt;Headscale&lt;/a&gt;, for the sake of self-sufficiency and open-sourcery.&lt;/p&gt;
&lt;p&gt;So far so good, a great learning experience, and a brilliant new procrastination activity.&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
</content:encoded><category>self-hosting</category></item><item><title>Welcome to my NEW personal website</title><link>https://mauromotion.com/posts/2024-12-03-new-personal-website</link><guid isPermaLink="true">https://mauromotion.com/posts/2024-12-03-new-personal-website</guid><pubDate>Tue, 03 Dec 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;You&apos;re officially reading this blog post on my brand new personal website!&lt;/p&gt;
&lt;p&gt;I need to thank my partner Flavia for helping me with the design, which is inspired by the work of &lt;a href=&quot;https://en.wikipedia.org/wiki/Dieter_Rams&quot;&gt;Dieter Rams&lt;/a&gt;, mostly for the colour palette and the minimalism.
I really tried to choose some good fonts for readability, since a blog at the end of the day is meant to be read, and I hope you like my choices.
It&apos;s using &lt;a href=&quot;https://rsms.me/inter/&quot;&gt;Inter&lt;/a&gt; for the titles (a classic choice), and &lt;a href=&quot;https://huertatipografica.com/en/fonts/cambo-ht&quot;&gt;Cambo&lt;/a&gt; for the rest of the text, a humanistic serif font.&lt;/p&gt;
&lt;p&gt;I&apos;m gonna write a proper Colophon I think but for the curious folks I built the website using the framework &lt;a href=&quot;https://astro.build/&quot;&gt;Astro&lt;/a&gt; and styled it with vanilla CSS.
For the moment the website is hosted and deployed using both GitHub and Netlify, which is a choice I&apos;m not very fond of, but it really helped me shipping the website fast. It&apos;s not ideal because I&apos;d rather not rely on corporations to store and use my own data, but for the moment that&apos;ll do, I&apos;ll move to something like &lt;a href=&quot;https://www.mythic-beasts.com/&quot;&gt;Mythic Beasts&lt;/a&gt; in the future.&lt;/p&gt;
&lt;p&gt;If anyone was following via RSS unfortunately they&apos;ll have to fix the URL to my feeds because it has changed.&lt;/p&gt;
&lt;p&gt;Now my excuses not to blog are very scarce...It&apos;s nice to use something made by hand by yourself. I&apos;ll try to keep up the blog posts on a proper pace!&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Mauro.&lt;/p&gt;
</content:encoded><category>webDev</category></item><item><title>Sunday morning ramblings - London, Canary Wharf, the IndieWeb</title><link>https://mauromotion.com/posts/2024-05-26-sunday-morning-ramblings</link><guid isPermaLink="true">https://mauromotion.com/posts/2024-05-26-sunday-morning-ramblings</guid><pubDate>Sun, 26 May 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Yesterday was a sunny end of May Saturday, and we walked for about 20 Km. From Blackfriars Station we followed the river Thames, and the river of tourists, towards East on the South bank. We arrived at Borough Market, which was extremely crowded. It reminded me of my first covid vaccine (which for some reason I ended up getting very close to that area) when the market&apos;s stalls were all closed and there were very few people walking around, an eerie experience. The contrast with yesterday&apos;s overly crowded and overflowing streets was stark indeed. I ended up ordering a chicken and prawns Pad Thai, a classic for me, and it was probably the best Pad Thai I&apos;ve ever had so far in London.&lt;/p&gt;
&lt;p&gt;After grabbing a flat white at the colombian coffee roasters in the market we continued our swim through the crowd towards East. Passed in between London Bridge and the Shard, we climbed up the stairs of Tower Bridge and quickly made our way out of the human flood whilst aiming for one of our favourite areas of London: Wapping.&lt;/p&gt;
&lt;p&gt;It&apos;s always nice walking around the basins, home of many birds and their nests. The walk from there towards Shadwell Basin and eventually Limehouse is an uncanny experience - a parallel reality between the noisy tourists area on the left side, and the silent backyards of many residential buildings facing the canal on the right.&lt;/p&gt;
&lt;p&gt;We got to Limehouse and had a quick look inside &lt;a href=&quot;https://www.thegrapes.co.uk/&quot;&gt;The Grapes&lt;/a&gt;, an historical local pub now owned by the actor Ian McKellen aka Gandalf the Grey. It was full of drunk and happy people, with their skins reddened by the alcohol and the late May&apos;s sun.&lt;/p&gt;
&lt;p&gt;Breathing the sea-like salty air of the river we finally arrived at Canary Wharf, where we spent the rest of our evening.
It&apos;s such a unique place, so controversial in its nature but still fascinating. It looks like a sci-fi cyberpunk area on an island in the middle of the river - glass and steel, huge skyscrapers and lovely designed walks and green areas around the various basins and canals.
On a Saturday the area has those weird vibes of an emptied business district, full of young professionals out and about, enjoying their long awaited weekend.&lt;/p&gt;
&lt;p&gt;Every time I find myself in Canary Wharf I experience this sense of awe for the architecture and the unique vibes of the area and this sensation of perceiving the reality around me as a backdrop to my existence, as if I&apos;m so much disconnected from it. A similar feeling you might get into amusement parks like Disneyland and the likes. This never fails to fill me with contrasting feelings of excitement and melancholy. Excitement for finding myself in such a surreal place that is in fact real, and melancholy, I guess for the fear of looking behind the thin curtain of skyscrapers and monorail stations and finding absolute emptiness.&lt;/p&gt;
&lt;p&gt;With all this still fresh in my mind, this morning &lt;a href=&quot;https://rebeccatoh.co/the-old-internet/&quot;&gt;I was reading about the web&lt;/a&gt;, the indieweb, the small web, of which I am a lover (and a participant, impostor syndrome permitting), and I visualised this metaphor:
the web right now is like this immense sprawl of a city made of these gigantic buildings owned by faceless corporations, Google, Meta, Amazon, Twitter, etc. The vast majority of people generally live this city as just these buildings, which inside are very ingeniously designed to offer the most efficient (and sterile) experience. Like hanging out in oversized malls that offer apparently everything you might want at your fingertips, but ultimately just a very strict selection of products and experiences, chosen functionally by the rules of marketing, advertising, and consumerism.&lt;/p&gt;
&lt;p&gt;But if you look closer, if you are curious and brave enough, you will notice how Internet-City in fact is not just those obnoxious corps buildings and malls. The Electronic City is all around, in the shadow of those giants. The city in fact is not just the buildings, but all the space in between them as well, made of the most diverse people and experiences, and stories, and places. You can do whatever you want there, and build your existence (as in personal websites, blogs, services) freely, however you like it.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/canary_wharf_photo_2024-05-26_12-49-52.D3e9Jvf0_Z1wAcFG.webp&quot; alt=&quot;a view of Canary Wharf, tall glass building around a quiet canal&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;figcaption&amp;gt;A view of Canary Wharf.&amp;lt;/figcaption&amp;gt;&lt;/p&gt;
</content:encoded><category>travelling</category><category>indieweb</category></item><item><title>2024, May 23rd</title><link>https://mauromotion.com/now/2024-05-23-now</link><guid isPermaLink="true">https://mauromotion.com/now/2024-05-23-now</guid><pubDate>Thu, 23 May 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;Update from May 23rd, 2024&lt;/h2&gt;
&lt;h3&gt;💻 Work/Study&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Currently focused on building my new skills as a web developer.&lt;/li&gt;
&lt;li&gt;I&apos;m finishing &lt;strong&gt;Harvard&apos;s CS50w&lt;/strong&gt;, gathering ideas for the &quot;capstone&quot; final project.&lt;/li&gt;
&lt;li&gt;Learning &lt;strong&gt;React&lt;/strong&gt; and &lt;strong&gt;Astro&lt;/strong&gt;, while planning to rebuild this website from scracth.&lt;/li&gt;
&lt;li&gt;As a brilliant procrastination strategy in the last couple of months I&apos;ve retrained myself to touch type with a different keyboard layout, specifically &lt;a href=&quot;https://colemakmods.github.io/mod-dh/&quot;&gt;Colemak-DH&lt;/a&gt;. I&apos;m at 50 wpm on average right now, and it is SO MUCH more comfortable and ergonomic than Qwerty. No regrets!&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;💪 Body&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;I&apos;ve been training with weights at the gym pretty consistently, three times per week since February, learning a lot in the process and feeling much better.&lt;/li&gt;
&lt;li&gt;Running-wise, after keeping a good streak of 100k per month this year, in May I had to slow it down because of some soreness in my right glute. Turns out, alternating gym and running 6 days a week at (almost) 44 years of young age could be asking a bit too much to myself.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;🧠 Mind&lt;/h2&gt;
&lt;h3&gt;🎵 Listening&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Recently I&apos;ve got into this synthwave/crimewave/industrial rabbit hole, and I&apos;m discovering so many good artists. My favourite has to be &lt;a href=&quot;https://irvingforce.bandcamp.com/album/deep-clean-subdivision&quot;&gt;IRVING FORCE&lt;/a&gt; though. And also &lt;a href=&quot;https://streetcleaner.bandcamp.com&quot;&gt;Street Cleaner&lt;/a&gt; is pretty good.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;📖 Reading&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;I haven&apos;t been reading much recently, I&apos;m halfway through &lt;strong&gt;Cory Doctorow&apos;s&lt;/strong&gt; - &lt;a href=&quot;https://www.goodreads.com/book/show/120806182-the-internet-con&quot;&gt;The Internet Con: How to Seize the Means of Computation&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;🎞️ Watching&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Really enjoyed the first season of the &lt;strong&gt;Fallout&lt;/strong&gt; TV show.&lt;/li&gt;
&lt;li&gt;Now I&apos;m back at finishing &lt;strong&gt;30Rocks&lt;/strong&gt;, such a good show for light entertainment.&lt;/li&gt;
&lt;li&gt;The latest film I watched was &lt;a href=&quot;https://www.themoviedb.org/movie/976893-perfect-days&quot;&gt;Perfect Days&lt;/a&gt; by &lt;strong&gt;Wim Wenders&lt;/strong&gt;. A brilliant film, more akin to poetry than to prose, loved it.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;🕹️ Playing&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;I&apos;ve finally got into &lt;strong&gt;Cyberpunk 2077&lt;/strong&gt; and I&apos;m liking it so far.&lt;/li&gt;
&lt;li&gt;I keep trying to get into &lt;strong&gt;Total War&lt;/strong&gt; strategy games but I just can&apos;t for some reason, they feel pretentiously complicated for what in fact they are. Also I find the Warhammer fantasy theme quite lame tbh.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;🔭 Looking forward to...&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Hopefully the good season! It&apos;s been a long and wet winter here in England.&lt;/li&gt;
&lt;li&gt;Going to Italy for a couple of weeks next month.&lt;/li&gt;
&lt;li&gt;I&apos;ve bought yet another keyboard! A &lt;a href=&quot;https://github.com/davidphilipbarr/Sweep&quot;&gt;Ferris Sweep&lt;/a&gt; this time. Can&apos;t wait to literally put my hands on it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/photo_2024-05-24_18-14-44.BuI4UaJw_rdzdR.webp&quot; alt=&quot;me and Flavia&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;figcaption&amp;gt;Matching couple!&amp;lt;/figcaption&amp;gt;&lt;/p&gt;
</content:encoded><category>now</category></item><item><title>Links Dump - March 9th 2024</title><link>https://mauromotion.com/posts/2024-03-09-links-dump-march-9th</link><guid isPermaLink="true">https://mauromotion.com/posts/2024-03-09-links-dump-march-9th</guid><pubDate>Sat, 09 Mar 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Another interesting week on the Cybernetic WEB™ of our futuristic age!
&lt;em&gt;(Writing this for posterity, so they&apos;ll think we were living the Sci-fi dream. Alas.).&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Music 🎵&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=6HbrymTIbyg&quot;&gt;Bleachers - Modern Girl&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=uhE3RrzfZ5w&quot;&gt;Julian Lage - Speak To Me&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/culture/archive/2024/03/miles-davis-kind-of-blue-65th-anniversary/677655&quot;&gt;A Kind of Timeless Jazz Masterpiece&lt;/a&gt; &lt;em&gt;// A nice piece about Miles Davis&apos; &quot;Kind of Blue&quot;.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=7RgQFHQGbpM&amp;amp;t=70s&quot;&gt;Nadine Shah - Topless Mother&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=rIx0QWwuG8o&quot;&gt;Ex-Easter Island Head – Norther&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://olofdreijer.bandcamp.com/album/coral&quot;&gt;Olof Dreijer - Coral&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://milkweedfolk.bandcamp.com/album/folklore-1979-2&quot;&gt;Milkweed - Folklore 1979&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Long Reads 📰&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://theconvivialsociety.substack.com/p/secularization-comes-for-the-religion&quot;&gt;Secularization Comes for the Religion of Technology: Or, how to make sense of techno-optimist manifestos, the Open Ai/Altman affair, EA/e-acc movements, and the general sense of cultural stagnation&lt;/a&gt; &lt;em&gt;// Brilliant essay about technology as religion&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://grist.org/looking-forward/the-growing-popularity-of-degrowth/&quot;&gt;The growing popularity of degrowth&lt;/a&gt; &lt;em&gt;// Dear capitalism, go small or go home.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://aeon.co/essays/why-we-must-seize-leisurely-interludes-from-works-confines&quot;&gt;Why we must seize leisurely interludes from work’s confines&lt;/a&gt; &lt;em&gt;// I could ask an AI assistant to give me a snappy oneliner to describe this article, the truth is I still have to read it myself, but it looks interesting.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;IndieWeb 🏴‍☠️&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://manuelmoreale.com/indieweb-carnival-roundup&quot;&gt;IndieWeb Carnival: Roundup&lt;/a&gt; &lt;em&gt;// So many interesting write ups and blogs and people in this single post that it&apos;s not even fair! For future further digging.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Tech ⚙️&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.creativeboom.com/features/special-report-how-design-agencies-are-using-ai-in-2024/&quot;&gt;Special report: how design agencies are actually using AI in 2024&lt;/a&gt; &lt;em&gt;// I still have to read this. For the lols.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Tools 🛠️&lt;/h2&gt;
&lt;p&gt;This week I&apos;ve been on a bit of a binge of fonts specifically designed for programming and terminal emulators. In the end I&apos;ll stick to my dear JetBrainsMono, but these look nice too.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html&quot;&gt;Intel® One Mono&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.monolisa.dev/&quot;&gt;MonoLisa - font follows function&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pcaro.es/hermit/&quot;&gt;Hermit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.codingfont.com/&quot;&gt;Coding Font by Typogram – Find Your True Love of Coding Fonts&lt;/a&gt; &lt;em&gt;// Interesting tool to pin down your favourite coding font.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Web Development 🌐&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://theartofpostgresql.com/&quot;&gt;The Art of PostgreSQL&lt;/a&gt; &lt;em&gt;// For future reference, I&apos;m gonna need this soon, I suspect.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://simonwillison.net/2024/Mar/3/interesting-ideas-in-observable-framework/&quot;&gt;Interesting ideas in Observable Framework&lt;/a&gt; &lt;em&gt;// Another JS framework?? Another JS framework.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software 💻&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ibhagwan/fzf-lua&quot;&gt;ibhagwan/fzf-lua: Improved fzf.vim written in lua&lt;/a&gt; &lt;em&gt;// I completely replaced Telescope with Fzf-lua in my Neovim config. So much snappier, and so many features and possibilities of customisation. I love it.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>links</category></item><item><title>Links Dump - March 3rd 2024</title><link>https://mauromotion.com/posts/2024-03-03-links-dump-march-3rd</link><guid isPermaLink="true">https://mauromotion.com/posts/2024-03-03-links-dump-march-3rd</guid><pubDate>Sun, 03 Mar 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I want to start publishing links to articles, music, videos, games, etc. that I find of interest during the week. It could be a weekly blog post, or maybe not. We&apos;ll see.&lt;/p&gt;
&lt;p&gt;Let&apos;s get started with some fresh new music.&lt;/p&gt;
&lt;h2&gt;Music 🎵&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=BHiwQ10E-no&quot;&gt;Marcus King - Mood Swings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=LTptGqn53VE&quot;&gt;Nora Jones - Staring at the Wall&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=sTcHbELHYCk&quot;&gt;Khruangbin - May Ninth&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/cLOd03UGmH8&quot;&gt;Squarepusher - Wendorlan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=EV6RnQOPTN4&quot;&gt;The Black Keys - I Forgot To Be Your Lover&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Visual 🖼️&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.thisiscolossal.com/2024/02/aleph-geddis-wood-sculptures/&quot;&gt;Esoteric Forms Emerge from Wood in Aleph Geddis&apos;s Enchanting Geometric Sculptures&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Long Reads 📰&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/science/archive/2024/02/talking-whales-project-ceti/677549/&quot;&gt;How First Contact With Whale Civilization Could Unfold&lt;/a&gt; &lt;em&gt;// If we&apos;re gonna be able to speak to whales, what are we gonna talk about?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.tobiasrevell.com/2024/02/21/box110-we-just-havent-been-capitalisming-hard-enough/&quot;&gt;Box110: We Just Haven’t Been Capitalisming Hard Enough – The Bounding Box&lt;/a&gt; &lt;em&gt;// We spent so much time thinking if we could that we didn&apos;t think if we should.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Self-growth 🌱&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://winnielim.org/journal/from-creativity-to-activity/&quot;&gt;from creativity to activity&lt;/a&gt; &lt;em&gt;// Another inspiring journal page from Winnie Lim&apos;s blog&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Gaming 🕹️&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.playalterego.com/?mc_cid=5a1a0fbcb6&amp;amp;mc_eid=06ef3adc5d&quot;&gt;Alter Ego - What if you could live your life over again?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Tech ⚙️&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://humanaigc.github.io/emote-portrait-alive/&quot;&gt;EMO: Emote Portrait Alive - Generating Expressive Portrait Videos with Audio2Video Diffusion Model under Weak Conditions&lt;/a&gt; &lt;em&gt;// Imagine the movie &quot;Her&quot;, but with visuals on top of audio. Yep, that&apos;s 2024. And we&apos;re doomed.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theverge.com/24082244/lenovo-concept-transparent-laptop-mwc-2024-drawing-tablet&quot;&gt;Lenovo’s concept laptop is real, transparent, and ready to impress&lt;/a&gt;
&lt;em&gt;// Looks cool, but what could be a cool usecase for it apart from larping Minority Report?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dm.hn/&quot;&gt;Hacker News Blogroll&lt;/a&gt;
&lt;em&gt;// Endless resource of cool tech blogs! And now with a random button!&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Tools 🛠️&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://habitcalendar.co/&quot;&gt;2024 Habit Calendar&lt;/a&gt;
&lt;em&gt;// Pretty cool that you can print it out.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://rss-is-dead.lol/&quot;&gt;RsS iS dEaD LOL&lt;/a&gt;
&lt;em&gt;// Find RSS feeds from your Fediverse followed people.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tex.com.tw/products/shura?variant=42840179802267&quot;&gt;ShuraUS-ASCII&lt;/a&gt;
&lt;em&gt;// Slick looking Thinkpad inspired mechanical keyboards from Japan.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Web Development 🌐&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.cyberciti.biz/web-developer/block-openai-bard-bing-ai-crawler-bots-using-robots-txt-file/&quot;&gt;How to block AI Crawler Bots using robots.txt file&lt;/a&gt;
&lt;em&gt;// Gotta block em all.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software 💻&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/o0th/tmux-nova&quot;&gt;o0th/tmux-nova: tmux theme&lt;/a&gt;
&lt;em&gt;// My new favourite tmux theme.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/iamcco/markdown-preview.nvim&quot;&gt;iamcco/markdown-preview.nvim: markdown preview plugin for (neo)vim&lt;/a&gt; &lt;em&gt;// Pretty much an essential plugin to write long form markdown documents.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/otavioschwanck/arrow.nvim&quot;&gt;otavioschwanck/arrow.nvim: Bookmark your files, separated by project, and quickly navigate through them.&lt;/a&gt;
&lt;em&gt;// My new favourite Neovim plugin! Much better than harpoon to navigate multiple files.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jan.ai/&quot;&gt;Jan | Open-source ChatGPT Alternative&lt;/a&gt;
&lt;em&gt;// One of the many alternatives at this point, but still interesting to keep an eye on.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/@cantucodes&quot;&gt;CantuCodes (YouTube Channel)&lt;/a&gt; &lt;em&gt;// This guy (neo)vims! Nice short videos covering Neovim plugins.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>links</category></item><item><title>Re-framing oneself</title><link>https://mauromotion.com/posts/2024-02-28-re-framing-oneself</link><guid isPermaLink="true">https://mauromotion.com/posts/2024-02-28-re-framing-oneself</guid><pubDate>Wed, 28 Feb 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;For some reason I resonate with &lt;a href=&quot;https://winnielim.org/journal/from-creativity-to-activity&quot;&gt;this blog post&lt;/a&gt; by &lt;a href=&quot;https://winnielim.org&quot;&gt;Winnie Lim&lt;/a&gt; so much.
I don&apos;t know if it&apos;s our age or just a sign of times, but I had a similar realisation in the last couple of years, and an eventual breakthrough.&lt;/p&gt;
&lt;p&gt;As in, I found myself too attached to some ideas of myself that were crippling me.
And also, these ideas of myself were attached to some concepts that were inherently biased or distorted.
Specifically the concept of what creativity is, and therefore what a creative person does, and therefore what being a creative person looks like, and therefore a having a model to try and match.
This is wrong, in the sense that my ideas about creativity (and all the consequential) are too narrow, too specific, not based on reality but on something else.&lt;/p&gt;
&lt;p&gt;What is this something else then? I have a few guesses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I believe it has to do with the media, most of all. The way that (social and traditional) media sell us ideas to sell us stuff. That&apos;s the biggest lens distortion of our times.&lt;/li&gt;
&lt;li&gt;Another good guess is the schooling system, in the sense that from an early age we&apos;ve been taught what creativity is in a certain way, by teachers and their teaching methods, which might not be the best for everyone.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Freeing the concept of &quot;creativity&quot; from the stereotypes, labels, and biases felt like freeing myself from Myself.
It would be very worth trying to apply the same principles to other parts of myself that I intuitively feel need to be changed or refreshed. Because it works.&lt;/p&gt;
&lt;p&gt;And also it would be a good idea to keep this technique of re-framing always in mind, even for other concepts, other people, other places.&lt;/p&gt;
&lt;p&gt;On a higher psychological level, all this has to do with the ego, I believe. And with the psychological trap of identifying myself with my ego.&lt;/p&gt;
&lt;p&gt;As it could be obvious to anyone that ever did a bit of introspection, or self analysis, (or meditation) we tend to identify ourselves with our own thoughts, while our thoughts will happen almost independently from our will, most of the time. As emotional reactions more than willful thinking.&lt;/p&gt;
&lt;p&gt;And so in a way, I believe we are not our thoughts, let alone the idea that our Egos have of ourselves.&lt;/p&gt;
&lt;p&gt;Again, it might be obvious but I feel I am many things at once (as I believe everybody else is) and trying to narrow myself into a single identity/idea is just hurtful and counterproductive. And kinda childish, if you ask me.&lt;/p&gt;
</content:encoded><category>self-growth</category></item><item><title>Setting up VimWiki in Neovim</title><link>https://mauromotion.com/posts/2023-09-29-vimwiki-setup-in-neovim</link><guid isPermaLink="true">https://mauromotion.com/posts/2023-09-29-vimwiki-setup-in-neovim</guid><pubDate>Fri, 29 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;To Logseq or not to Logseq&lt;/h2&gt;
&lt;p&gt;In recent years I&apos;ve been trying many different solutions for my note taking needs. The app that I&apos;ve been using the most has been &lt;a href=&quot;https://logseq.com/&quot;&gt;Logseq&lt;/a&gt;, which I still use and like, but has some kinks and pain points that are not being actively addressed by the developing team recently:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Logseq is an Electron app and it&apos;s becoming quite slow.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There are still occasions where I lose some data (although, I sync my graph in a git repository so I&apos;m safe 99% of the time).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;They&apos;re taking a long time to implement some quality of life features (like being able to use checkboxes properly, for example).&lt;/p&gt;
&lt;p&gt;I&apos;ll most surely keep using Logseq, but I feel the need of something a bit less cumbersome for some of my note taking needs.&lt;/p&gt;
&lt;p&gt;In particular, since I started my coding journey, I spend a lot of time in my terminal and text editor, which is Neovim.
After learning the vim motions I started to use them everywhere and I really miss them when writing notes. And so I decided to give a shot at &lt;a href=&quot;https://github.com/vimwiki/vimwiki&quot;&gt;ViwmWiki&lt;/a&gt;, which is a note taking plugin for Vim/Neovim that creates local text files and an interlinked structure of notes, with some nice features.&lt;/p&gt;
&lt;p&gt;The process of installing and configuring VimWiki properly in my Neovim set up though, wasn&apos;t always straightforward, and so I&apos;m gonna document some solutions and workarounds here, for future reference.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Translating the Vimscript commands into Lua&lt;/h2&gt;
&lt;p&gt;This will:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Set the default VimWiki&apos;s directory to &lt;code&gt;~/Notes&lt;/code&gt; directory instead of the default &lt;code&gt;~/vimwiki&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Set the default syntax to markdown (instead of the default .wiki format, more on this later).&lt;/li&gt;
&lt;li&gt;Replace the spaces in the file names with underscores, to avoid any possible issues.&lt;/li&gt;
&lt;li&gt;Turns on the auto re-indexing of the tags database when I close the program.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;
vim.g.vimwiki_list = {
  {
    path = &quot;~/Notes/VimWiki&quot;,
    syntax = &quot;markdown&quot;,
    ext = &quot;.md&quot;,
    links_space_char = &quot;_&quot;,
    auto_tags = 1
  }
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To activate the syntax highlighting for code blocks instead, I use this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
vim.g.vimwiki_syntax_plugins = {
	codeblock = {
		[&quot;```lua&quot;] = { parser = &quot;lua&quot; },
		[&quot;```python&quot;] = { parser = &quot;python&quot; },
		[&quot;```javascript&quot;] = { parser = &quot;javascript&quot; },
		[&quot;```bash&quot;] = { parser = &quot;bash&quot; },
		[&quot;```html&quot;] = { parser = &quot;html&quot; },
		[&quot;```css&quot;] = { parser = &quot;css&quot; },
		[&quot;```c&quot;] = { parser = &quot;c&quot; },
	},
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To make so that the settings are loaded properly by Neovim, at the start of the plugin, we can make use of the &lt;code&gt;init&lt;/code&gt; option in lazy.nvim. Here&apos;s my &lt;code&gt;vimwiki.lua&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
return {
	&quot;vimwiki/vimwiki&quot;,
	init = function()
		-- Default directory, syntax and file type,
		-- symbols for spaces, auto re-index tags db
		vim.g.vimwiki_list = {
			{
				path = &quot;~/Notes/VimWiki&quot;,
				syntax = &quot;markdown&quot;,
				ext = &quot;.md&quot;,
				links_space_char = &quot;_&quot;,
				auto_tags = 1,
			},
		}

		-- Disable header levels keybindings so oil.nvim will work
		vim.g.vimwiki_key_mappings = {
			headers = 0,
		}

		-- Syntax highlighting for code blocks
		vim.g.vimwiki_syntax_plugins = {
			codeblock = {
				[&quot;```lua&quot;] = { parser = &quot;lua&quot; },
				[&quot;```python&quot;] = { parser = &quot;python&quot; },
				[&quot;```javascript&quot;] = { parser = &quot;javascript&quot; },
				[&quot;```bash&quot;] = { parser = &quot;bash&quot; },
				[&quot;```html&quot;] = { parser = &quot;html&quot; },
				[&quot;```css&quot;] = { parser = &quot;css&quot; },
				[&quot;```c&quot;] = { parser = &quot;c&quot; },
			},
		}
	end,
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After figuring out the init section of lazy.nvim the previous workaround is meaningless.&lt;/p&gt;
&lt;h3&gt;A pesky code snippet&lt;/h3&gt;
&lt;p&gt;~~Most important of all, I had to find where exactly to put this code in my Neovim config, because for some VimWiki quirks already not completely clear to me, it won&apos;t work at all if I put them in my &lt;code&gt;settings.lua&lt;/code&gt; file, as I&apos;d like to.&lt;/p&gt;
&lt;p&gt;As of now, my modular Neovim configuration works like this:~~&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
init.lua----
|   |   |   |
|   |   |   keymaps.lua
|   |   |
|   |   settings.lua
|   |
|   autocmds.lua
|
plugins.lua
    |
    init.lua   &amp;lt;--- PUT IT HERE!
    |
    LSP/
    UI/
    coding/
    navigation/
    treesitter/
    utilities/
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;s&gt;I had to put the VimWiki config files right after calling LazyVim to load my plugins, in the &lt;code&gt;init.lua&lt;/code&gt; file that loads all the plugins modules, otherwise Neovim won&apos;t read it at all.&lt;/s&gt;&lt;/p&gt;
&lt;h2&gt;Markdown it all&lt;/h2&gt;
&lt;p&gt;I started playing around with VimWiki while keeping its original file format and syntax, but honestly it feels quite wasteful to learn and use yet another syntax that I will only ever use for VimWiki and nothing else. Writing notes in markdown is much better, it&apos;s kind of a standard nowadays, I already use it everywhere, and also it will come in handy in case I want to translate some notes into HTML, since with markdown the browser can do it for me. No need for any extra steps, post-processing or plugins whatsoever.&lt;/p&gt;
&lt;h3&gt;MDwiki&lt;/h3&gt;
&lt;p&gt;Speaking of which, I found this little &quot;program&quot; (it&apos;s literally just an HTML file) called &lt;a href=&quot;http://dynalon.github.io/mdwiki/#!index.md&quot;&gt;MDwiki&lt;/a&gt;, that can open all my VimWiki notes and structures in the browser, and render it clearly. All I have to do is put the file &lt;code&gt;MDwiki.html&lt;/code&gt; in the root directory of VimWiki and launch a local server (for example I&apos;m using &lt;a href=&quot;https://www.npmjs.com/package/alive-server&quot;&gt;alive-server&lt;/a&gt;), and the wiki will show up (locally) in my browser. Obviously, all the notes must be in markdown for this to work.
Pretty neat!&lt;/p&gt;
&lt;h3&gt;Convert from .wiki to .md&lt;/h3&gt;
&lt;p&gt;Since I had already used VimWiki for a couple of days and I didn&apos;t want to redo all my structure (I use &lt;a href=&quot;https://fortelabs.com/blog/para/&quot;&gt;PARA&lt;/a&gt; by the way) and manually convert the few notes I wrote, I needed some kind of script for the conversion from .wiki to .md.
It took me some trial and error but I&apos;m happy to say that we have a winner here:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
#!/bin/bash

set -euo pipefail

# files to change extension from to md format
readarray -d &apos;&apos; mv_files &amp;lt; &amp;lt;( \
  find . \( -iwholename &apos;*diary/*.wiki&apos; \
    -or -iwholename &apos;*unorganized_things/*.wiki&apos; \
    -or -iwholename &apos;*design_docs/*.wiki&apos; \
    -and -not -iname &apos;diary.wiki&apos; \
    -and -not -iname &apos;index.wiki&apos; \) \
    -print0
)

for file in &quot;${mv_files[@]}&quot;; do
  md_file=&quot;${file%%.wiki}.md&quot;
  mv &quot;$file&quot; &quot;$md_file&quot;
done

readarray -d &apos;&apos; files &amp;lt; &amp;lt;(find . -name &quot;*.wiki&quot; -print0)
for file in &quot;${files[@]}&quot;; do
  md_file=&quot;${file%%.wiki}.md&quot;
  sed -r -e &apos;s/\{\{\{$/\{\{\{bash/g&apos; -e &apos;s/%%/TODO: comment/g&apos; &quot;$file&quot; | pandoc --from vimwiki --to commonmark_x -o &quot;$md_file&quot;
  sed -r -i -e &apos;s/(\[.*\])\(([^#]*)((.*) &quot;wikilink&quot;)\)/\1\(\2.md\4\)/g&apos; \
    -e &quot;s/\\\&apos;/\&apos;/g&quot; \
    -e &quot;s/\[\]\{\.done[0-3]\}/\[ \] /g&quot; \
    -e &quot;s/\[\]\{\.done4\}/\[X\] /g&quot; \
    &quot;$md_file&quot;
  rm &quot;$file&quot;
done
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The only things I had to fix were a table and some backslashes around some files, but the rest worked flawlessly. Maybe I can tweak the script in the future. I didn&apos;t wrote the script, I found it on this blog &lt;a href=&quot;https://jnduli.co.ke/migrate_from_vimwiki_to_markdown_syntax.html&quot;&gt;article&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Tags system and Telescope&lt;/h2&gt;
&lt;p&gt;I use tags in my other systems quite extensively and I like to have a tag &quot;system&quot; in VimWiki as well. Too bad it&apos;s quite limited for now. Tags are added by surrounding a word with semicolons &lt;code&gt;:work:&lt;/code&gt;, and can be chained together, if multiple: &lt;code&gt;:work:programming:python:&lt;/code&gt;.
The major issue though is the search system: it&apos;s just bad, and slow.&lt;/p&gt;
&lt;p&gt;What I ended up doing is using &lt;a href=&quot;https://github.com/nvim-telescope/telescope.nvim&quot;&gt;Telescope&lt;/a&gt;, which I have already installed in Neovim, with fzf and ripgrep for some sweet extra speed.&lt;/p&gt;
&lt;p&gt;And then I found this &lt;a href=&quot;https://github.com/ElPiloto/telescope-vimwiki.nvim&quot;&gt;plugin&lt;/a&gt; for Telescope on GitHub, which makes for an even better integration, so I can use specific keybindings to search directly only inside my VimWiki notes, either just for notes&apos; titles or live grep all the notes&apos; content, no matter the CWD. Alas, it looks like the development of the plugin is not active anymore but I wish they&apos;d implement tags as well!&lt;/p&gt;
&lt;h2&gt;Shortcuts and commands&lt;/h2&gt;
&lt;p&gt;Here&apos;s a table of shortcuts for VimWiki commands and a few more to deal with the Neovim speller (which is nice to have):&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Command&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&amp;lt;leader&amp;gt; ww&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Open VimWiki&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&amp;lt;leader&amp;gt; wi&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Open VimWikiDiary&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&amp;lt;leader&amp;gt; w &amp;lt;leader&amp;gt; i&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Generate day&apos;s links in the Diary index page&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&amp;lt;leader&amp;gt; w &amp;lt;leader&amp;gt; w&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Open Today&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&amp;lt;leader&amp;gt; w &amp;lt;leader&amp;gt; y&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Open Yesterday&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&amp;lt;leader&amp;gt; w &amp;lt;leader&amp;gt; m&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Open Tomorrow&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&amp;lt;leader&amp;gt; fv&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Telescope: search VimWiki&apos;s notes titles&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&amp;lt;leader&amp;gt; fw&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Telescope: live grep inside VimWiki directory&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Command&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&quot;n&quot;, zg&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Add words to the spell checker&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&quot;n&quot;, ]s - [s&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Jump to the next misspelled word&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&quot;n&quot;, z=&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Gives suggestions for correct words&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&quot;i&quot;, &amp;lt;c-x&amp;gt; s&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Gives a list with suggestions&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;That&apos;s all folks!&lt;/p&gt;
</content:encoded><category>PKM</category><category>neovim</category></item><item><title>How I took an Harvard&apos;s Computer Science course</title><link>https://mauromotion.com/posts/2023-09-15-cs50-experience</link><guid isPermaLink="true">https://mauromotion.com/posts/2023-09-15-cs50-experience</guid><pubDate>Fri, 15 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/CS50x_certificate.BusB74T1_Z17NzcS.webp&quot; alt=&quot;my CS50x certificate&quot; /&gt;&lt;/p&gt;
&lt;p&gt;After a few first months into my journey to become a developer and change my career, I stumbled upon a &lt;a href=&quot;https://medium.com/@austintackaberry/my-review-of-harvard-cs50-221d00d95de5&quot;&gt;blog post&lt;/a&gt; and a YouTube &lt;a href=&quot;https://www.youtube.com/watch?v=vzGllw18DkA&quot;&gt;video&lt;/a&gt; about this course called CS50.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://pll.harvard.edu/course/cs50-introduction-computer-science&quot;&gt;CS50&apos;s Introduction to Computer Science&lt;/a&gt;, more specifically, is one of Harvard University&apos;s courses with the most students&apos; enrolled. Apparently, in the actual physical world of Harvard, a lot of students take it as one of their first courses in their first year of university, independently from their field of study.&lt;/p&gt;
&lt;p&gt;So it happens that the course has been developed in an very well structured online form as well, and it is free. It&apos;s divided into 11 weeks with 11 individual lectures, 9 labs and 10 problem sets, one at the end of each week, and a final project.
The lectures themselves are incredible. Professor David Malan is a force of nature: passionate, great communicator, great presence on stage, kind but scientifically accurate. There&apos;s a lot of information thrown at you, but rarely overwhelming.&lt;/p&gt;
&lt;p&gt;What a journey. Overall (not considering various life and work detours in between) it took me a little over three months to finish it, but apparently I&apos;m now officially into the 1% of people that actually started and finished the online course.&lt;/p&gt;
&lt;p&gt;I&apos;m very, very glad I took CS50, so much so in fact that I&apos;ve now started CS50w, which is the advanced continuation of the first one, specialising into web development.&lt;/p&gt;
&lt;p&gt;But back to my last journey now.&lt;/p&gt;
&lt;h2&gt;A rocky start&lt;/h2&gt;
&lt;p&gt;I was a bit sceptic at the beginning because although I am indeed new to the field, I already took a couple of courses and I&apos;ve always tinkered with computers anyway (even professionally if you can believe it), and I thought maybe I needed something a little more advanced.
Well, never scepticism has been more wrong.&lt;/p&gt;
&lt;p&gt;The course starts with some very baseline introduction to programming with this visual system called Scratch, which wasn&apos;t very fun or useful to me personally but I can see how it would be to someone completely new to the field.
And then, as if nothing ever happened, we&apos;ve been thrown into the world of the C programming language, by virtue of which we&apos;ve been taught the key concepts of: data structures, algorithms, recursion and memory allocation. There was quite a bit of information about how computer works as well (hardware), which I found fascinating and very well explained.&lt;/p&gt;
&lt;p&gt;After 5 very long weeks of solving problems with C, including writing programs to search and sort data, recovering data from ruined flash cards, manipulating images with various (hand written) filters, evaluating the complexity of the language of books, building vote systems, and more (all while managing pointers, stack and heap memory, etc.), one very fine day we started week 6 and boom.&lt;/p&gt;
&lt;p&gt;Now that you know C, let me introduce you to Python!&lt;/p&gt;
&lt;h2&gt;From zero to hero&lt;/h2&gt;
&lt;p&gt;This was one of my favourite moments, not because I particularly enjoy Python or because I was particularly relieved of not having to work with C anymore (I very much liked it!) but because I was finally starting to see where all the underlined effort was really directed to.
All those weeks they didn&apos;t just taught us how to program in C, they taught us some very fundamental concepts and mental models on top of which we were able to very quickly start to use another programming language.&lt;/p&gt;
&lt;p&gt;That boost of confidence is something that really sticks with me even a few months later, and I&apos;d really want it to be there forever, honestly.&lt;/p&gt;
&lt;p&gt;Just to give you an idea, the Python&apos;s week problem set was a complete rewrite of ALL the previously done problem sets from C to Python. And so what looked at first like a daunting task, turned out to be a very useful and satisfying exercise of translation and optimisation.&lt;/p&gt;
&lt;h2&gt;Progressive enhancement?&lt;/h2&gt;
&lt;p&gt;And from there, with the same pattern of quickly but surely building on top of the same fundamental concepts, each week has been a different tool for a different use: first SQL to query databases, then straight into HTML, CSS and JavaScript, to build web pages, finishing with Flask, a Python framework, to build web applications.
For that week we had to complete an application that allowed users to check the price of a particular stock, buy and sell from their portfolio, all including an authentication system and calls to a finance API.&lt;/p&gt;
&lt;p&gt;If you had told me I was gonna be able to do that 4 months ago, I would have laughed in your face. But the whole course was so well organised and organic, everything made sense in hindsight, there was so much support from the extra short videos and also the Discord community, that I was able to do it with my own two hands.&lt;/p&gt;
&lt;h2&gt;My final project&lt;/h2&gt;
&lt;p&gt;It turned out, I liked the finance web app so much that I decided I wanted to do something similar for my final project, more specifically I wanted to do something with an API, a front end and a back end, in Flask.&lt;/p&gt;
&lt;p&gt;It took me about two weeks from start to finish, I&apos;ve been close to quit and change everything from scratch about three times, but I managed to build exactly what I had in mind: a Steam videogames picker application that you can read more about &lt;a href=&quot;https://github.com/mauromotion/Steam-Game-Picker&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After finishing it, I had to write the document (readme file) and also record a short screencast of myself presenting my project, which looks like something petty against all the various programming problem sets I had been through by that time, but it was indeed an experience and an exercise in itself for me.&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe title=&quot;CS50x Final Project - Steam Game Picker&quot; width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://peertube.tv/videos/embed/35799b1c-4143-4790-9603-f9d4171de4c7&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;&quot; sandbox=&quot;allow-same-origin allow-scripts allow-popups&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;Conclusion (or not?)&lt;/h2&gt;
&lt;p&gt;And there you go folks! I now have my very own Harvard CS50 certificate, of which I am very proud.&lt;/p&gt;
&lt;p&gt;But most of all I have gained the very deep confidence that I really like programming, solving problems and building things that maybe, one day, someone might really find useful.&lt;/p&gt;
&lt;p&gt;And now, onto CS50w&apos;s Web Programming with Python and JavaScript.&lt;/p&gt;
&lt;p&gt;Adventure awaits. HUZZAH!&lt;/p&gt;
</content:encoded><category>programming</category></item><item><title>Lastfm Albums Charts - August 2022, August 2023</title><link>https://mauromotion.com/posts/2023-01-08-monthly-lastfm-albums-charts</link><guid isPermaLink="true">https://mauromotion.com/posts/2023-01-08-monthly-lastfm-albums-charts</guid><pubDate>Fri, 01 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;As all good things must come to an end I decided to stop posting my album charts here, it&apos;s been a nice ride though!
&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
&lt;em&gt;Updates on my monthly plays from Lastfm.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;August 2023&lt;/h2&gt;
&lt;p&gt;A month of hot weather, lots of programming, yelling at the screen and classic hard bop jazz. What a ride. Glad the Autumn is coming, my favourite season.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/2023_08_Aug_lastfm_chart.CkYFzScV_tg06A.webp&quot; alt=&quot;lastfm Albums Chart August 2023&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. Miles Davis - &lt;em&gt;Ascenseur Pour L&apos;échafaud&lt;/em&gt;&amp;lt;br&amp;gt;
2. Mort Garson - &lt;em&gt;Journey to the Moon and Beyond&lt;/em&gt;&amp;lt;br&amp;gt;
3. Nina Simone - &lt;em&gt;I Put a Spell on You&lt;/em&gt;&amp;lt;br&amp;gt;
4. Kaidi Tatham - &lt;em&gt;The Only Way&lt;/em&gt;&amp;lt;br&amp;gt;
5. Neil Young - &lt;em&gt;Chrome Dreams&lt;/em&gt;&amp;lt;br&amp;gt;
6. Alfa Mist - &lt;em&gt;Variables&lt;/em&gt;&amp;lt;br&amp;gt;
7. Bill Frisell - &lt;em&gt;Four&lt;/em&gt;&amp;lt;br&amp;gt;
8. Brandee Younger - &lt;em&gt;Brand New Life&lt;/em&gt;&amp;lt;br&amp;gt;
9. Wayne Shorter - &lt;em&gt;JuJu&lt;/em&gt;&amp;lt;br&amp;gt;
10. Django Reinhardt - &lt;em&gt;Retrospective 1934-1953&lt;/em&gt;&amp;lt;br&amp;gt;
11. Jaime Branch - &lt;em&gt;Fly or Die Fly or Die Fly or Die ((world war))&lt;/em&gt;&amp;lt;br&amp;gt;
12. Aerosmith - &lt;em&gt;Greatest Hits&lt;/em&gt;&amp;lt;br&amp;gt;
13. Miles Davis - &lt;em&gt;Tutu&lt;/em&gt;&amp;lt;br&amp;gt;
14. Nala Sinephro - &lt;em&gt;SPACE 1.8&lt;/em&gt;&amp;lt;br&amp;gt;
15. Nina Simone - &lt;em&gt;Pastel Blues&lt;/em&gt;&amp;lt;br&amp;gt;
16. Wayne Shorter - &lt;em&gt;Adam&apos;s Apple&lt;/em&gt;&amp;lt;br&amp;gt;
17. Wayne Shorter - &lt;em&gt;Schizophrenia&lt;/em&gt;&amp;lt;br&amp;gt;
18. Bill Brewster - &lt;em&gt;Late Night Tales Presents: After Dark - Vespertine&lt;/em&gt;&amp;lt;br&amp;gt;
19. Duke Ellington - &lt;em&gt;Money Jungle&lt;/em&gt;&amp;lt;br&amp;gt;
20. Bonnacons of Doom - &lt;em&gt;Bonnacons of Doom&lt;/em&gt;&amp;lt;br&amp;gt;
21. John Coltrane - &lt;em&gt;The Avant-Garde&lt;/em&gt;&amp;lt;br&amp;gt;
22. Miles Davis - &lt;em&gt;Wlakin&apos;&lt;/em&gt;&amp;lt;br&amp;gt;
23. John Coltrane - &lt;em&gt;Olé Coltrane&lt;/em&gt;&amp;lt;br&amp;gt;
24. Wayne Shorter - &lt;em&gt;The All Seeing Eye&lt;/em&gt;&amp;lt;br&amp;gt;
25. Megadeth - &lt;em&gt;Rust in Peace&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;July 2023&lt;/h2&gt;
&lt;p&gt;A somewhat slow and fast month at the same time for me, not my brightest moment. Miles helped me a lot through it, though. And quite a few new jazz releases. Most of all, one of my favourite artists in recent times just released another good record, Kaidi Tatham - The Only Way. My summer&apos;s banger without a doubt.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;./_images/2023-01-08-monthly-lastfm-albums-charts/2023_07_July_lastfm_chart.jpg&quot;&gt;lastfm Albums Chart July 2023&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1. Kaidi Tatham - &lt;em&gt;The Only Way&lt;/em&gt;&amp;lt;br&amp;gt;
2. Alfa Mist - &lt;em&gt;Variables&lt;/em&gt;&amp;lt;br&amp;gt;
3. Miles Davis - &lt;em&gt;Birth of the Cool&lt;/em&gt;&amp;lt;br&amp;gt;
4. Ricardo Dias Gomes - &lt;em&gt;Muito Sol&lt;/em&gt;&amp;lt;br&amp;gt;
5. Meshell Ndegeocello - &lt;em&gt;The Omnichord Real Book&lt;/em&gt;&amp;lt;br&amp;gt;
6. Bill Evans Trio - &lt;em&gt;Waltz for Debby&lt;/em&gt;&amp;lt;br&amp;gt;
7. Nubya Garcia - &lt;em&gt;Source&lt;/em&gt;&amp;lt;br&amp;gt;
8. Pat Metheny - &lt;em&gt;Dream Box&lt;/em&gt;&amp;lt;br&amp;gt;
9. Tony Allen - &lt;em&gt;Tony Allen JID018&lt;/em&gt;&amp;lt;br&amp;gt;
10. Miles Davis - &lt;em&gt;Sorcerer&lt;/em&gt;&amp;lt;br&amp;gt;
11. Orrin Evans - &lt;em&gt;The Red Door&lt;/em&gt;&amp;lt;br&amp;gt;
12. Overmono - &lt;em&gt;Good Lies&lt;/em&gt;&amp;lt;br&amp;gt;
13. James Holden - &lt;em&gt;Imagine This Is A High Dimensional Space of All Possibilities&lt;/em&gt;&amp;lt;br&amp;gt;
14. Kaidi Tatham - &lt;em&gt;Don&apos;t Rush the Process&lt;/em&gt;&amp;lt;br&amp;gt;
15. Kode9 - &lt;em&gt;Escapology&lt;/em&gt;&amp;lt;br&amp;gt;
16. Miles Davis Quintet - &lt;em&gt;Workin&apos; With The Miles Davis Quintet&lt;/em&gt;&amp;lt;br&amp;gt;
17. The Human Abstract - &lt;em&gt;Nocturne&lt;/em&gt;&amp;lt;br&amp;gt;
18. James Ellis Ford - &lt;em&gt;The Hum&lt;/em&gt;&amp;lt;br&amp;gt;
19. Bill Evans Trio - &lt;em&gt;On a Friday Evening&lt;/em&gt;&amp;lt;br&amp;gt;
20. Yussef Kamal - &lt;em&gt;Black Focus&lt;/em&gt;&amp;lt;br&amp;gt;
21. Bill Evans Trio - &lt;em&gt;Portrait in Jazz&lt;/em&gt;&amp;lt;br&amp;gt;
22. Gilroy Mere - &lt;em&gt;Gilden Gate&lt;/em&gt;&amp;lt;br&amp;gt;
23. Nina Simone - &lt;em&gt;You&apos;ve Got to Learn&lt;/em&gt;&amp;lt;br&amp;gt;
24. Speakers Corner Quartet - &lt;em&gt;Further Out Than The Edge&lt;/em&gt;&amp;lt;br&amp;gt;
25. Miles Davis - &lt;em&gt;Miles Smiles&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;June 2023&lt;/h2&gt;
&lt;p&gt;Half of this month of June was spent in Italy on holiday, I mostly listened to music saved locally on my iPhone, so not much new stuff.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/2023_06_June_lastfm_chart.DiXR9mBp_ZWpDIu.webp&quot; alt=&quot;lastfm Albums Chart June 2023&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. The Human Abstract - &lt;em&gt;Nocturne&lt;/em&gt;&amp;lt;br&amp;gt;
2. Alfa Mist - &lt;em&gt;Variables&lt;/em&gt;&amp;lt;br&amp;gt;
3. James Holden - &lt;em&gt;Imagine This Is A High Dimensional Space of All Possibilities&lt;/em&gt;&amp;lt;br&amp;gt;
4. SAULT - &lt;em&gt;11&lt;/em&gt;&amp;lt;br&amp;gt;
5. Megadeth - &lt;em&gt;Rust in Peace&lt;/em&gt;&amp;lt;br&amp;gt;
6. Megadeth - &lt;em&gt;Countdown to Exxtinction&lt;/em&gt;&amp;lt;br&amp;gt;
7. Queens of the Stone Age - &lt;em&gt;In Times New Roman...&lt;/em&gt;&amp;lt;br&amp;gt;
8. Bill Evans Trio - &lt;em&gt;Waltz for Debby&lt;/em&gt;&amp;lt;br&amp;gt;
9. Jimmy &quot;Duck&quot; Holmes - &lt;em&gt;Cypress Grove&lt;/em&gt;&amp;lt;br&amp;gt;
10. Jasmine Myra - &lt;em&gt;Horizons&lt;/em&gt;&amp;lt;br&amp;gt;
11. Jaubi - &lt;em&gt;Nafs at Peace&lt;/em&gt;&amp;lt;br&amp;gt;
12. Ozzy Osbourne - &lt;em&gt;Tribute&lt;/em&gt;&amp;lt;br&amp;gt;
13. Aphex Twin - &lt;em&gt;Selected Ambient Works 85-92&lt;/em&gt;&amp;lt;br&amp;gt;
14. Alfa Mist - &lt;em&gt;Bring Backs&lt;/em&gt;&amp;lt;br&amp;gt;
15. James Ellis Ford - &lt;em&gt;The Hum&lt;/em&gt;&amp;lt;br&amp;gt;
16. Squid - &lt;em&gt;O Monolith&lt;/em&gt;&amp;lt;br&amp;gt;
17. Immortal - &lt;em&gt;War Against All&lt;/em&gt;&amp;lt;br&amp;gt;
18. Miles Davis Quintet - &lt;em&gt;Workin&apos; With The Miles Davis Quintet&lt;/em&gt;&amp;lt;br&amp;gt;
19. Aphex Twin - &lt;em&gt;Syro&lt;/em&gt;&amp;lt;br&amp;gt;
20. brainwaltzera - &lt;em&gt;ITSAME&lt;/em&gt;&amp;lt;br&amp;gt;
21. Tony Allen - &lt;em&gt;Tony Allen JID018&lt;/em&gt;&amp;lt;br&amp;gt;
22. African Head Charge - &lt;em&gt;A Trip To Bolgatanga&lt;/em&gt;&amp;lt;br&amp;gt;
23. Bill Evans Trio - &lt;em&gt;Sunday At The Village Vanguard&lt;/em&gt;&amp;lt;br&amp;gt;
24. Caterina Barbieri - &lt;em&gt;Ecstatic Computation&lt;/em&gt;&amp;lt;br&amp;gt;
25. 36 - &lt;em&gt;The Lower Lights&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;May 2023&lt;/h2&gt;
&lt;p&gt;Finally the sun is here. Time for some Megadeth I guess. And jazz, lots of jazz.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/2023_05_May_lastfm_chart.D5Y3U416_lFzNU.webp&quot; alt=&quot;lastfm Albums Chart May 2023&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. Alfa Mist - &lt;em&gt;Variables&lt;/em&gt;&amp;lt;br&amp;gt;
2. The Gaslamp Killer - &lt;em&gt;Legna&lt;/em&gt;&amp;lt;br&amp;gt;
3. Ben Prunty - &lt;em&gt;Into The Breach Soundtrack&lt;/em&gt;&amp;lt;br&amp;gt;
4. James Ellis Ford - &lt;em&gt;The Hum&lt;/em&gt;&amp;lt;br&amp;gt;
5. Megadeth - &lt;em&gt;Rust in Peace&lt;/em&gt;&amp;lt;br&amp;gt;
6. Overmono - &lt;em&gt;Good Lies&lt;/em&gt;&amp;lt;br&amp;gt;
7. Brian Eno - &lt;em&gt;Film Music 1976-2020&lt;/em&gt;&amp;lt;br&amp;gt;
8. James Holden - &lt;em&gt;Imagine This Is A High Dimensional Space of All Possibilities&lt;/em&gt;&amp;lt;br&amp;gt;
9. きゃべつ - &lt;em&gt;Bye Bye&lt;/em&gt;&amp;lt;br&amp;gt;
10. Cleo Sol - &lt;em&gt;Mother&lt;/em&gt;&amp;lt;br&amp;gt;
11. Combo Chimbita - &lt;em&gt;IRE&lt;/em&gt;&amp;lt;br&amp;gt;
12. Kaidi Tatham - &lt;em&gt;Don&apos;t Rush The Process&lt;/em&gt;&amp;lt;br&amp;gt;
13. Bokani Dyer - &lt;em&gt;Radio Sechaba&lt;/em&gt;&amp;lt;br&amp;gt;
14. Brian Eno - &lt;em&gt;Before and After Science&lt;/em&gt;&amp;lt;br&amp;gt;
15. Megadeth - &lt;em&gt;Countdown To Exxtinction: Live&lt;/em&gt;&amp;lt;br&amp;gt;
16. Alfa Mist - &lt;em&gt;Bring Backs&lt;/em&gt;&amp;lt;br&amp;gt;
17. Daft Punk - &lt;em&gt;Random Access Memories&lt;/em&gt;&amp;lt;br&amp;gt;
18. Sadist - &lt;em&gt;Firescorched&lt;/em&gt;&amp;lt;br&amp;gt;
19. Sun Ra Arkestra - &lt;em&gt;Sun Ra &amp;amp; His Intergalactic Solar Arkestra: Space Is The Place (Music From The Original Soundtrack)&lt;/em&gt;&amp;lt;br&amp;gt;
20. Chet Baker - &lt;em&gt;Chet&lt;/em&gt;&amp;lt;br&amp;gt;
21. Craven Faults - &lt;em&gt;Standers&lt;/em&gt;&amp;lt;br&amp;gt;
22. Miles Davis Quintet - &lt;em&gt;Workin&apos; With The Miles Davis Quintet&lt;/em&gt;&amp;lt;br&amp;gt;
23. SAULT - &lt;em&gt;11&lt;/em&gt;&amp;lt;br&amp;gt;
24. Squarepusher - &lt;em&gt;Be Up a Hello&lt;/em&gt;&amp;lt;br&amp;gt;
25. Jaubi - &lt;em&gt;Nafs at Peace&lt;/em&gt;&amp;lt;br&amp;gt;
26. Megadeth - &lt;em&gt;Rude Awakening&lt;/em&gt;&amp;lt;br&amp;gt;
27. Modern Cosmology - &lt;em&gt;What Will You Grow Now?&lt;/em&gt;&amp;lt;br&amp;gt;
28. Thelonious Monk - &lt;em&gt;Thelonious Monk with John Coltrane&lt;/em&gt;&amp;lt;br&amp;gt;
29. Bill Evans - &lt;em&gt;Undercurrent&lt;/em&gt;&amp;lt;br&amp;gt;
30. Dodheimsgard - &lt;em&gt;Black Medium Current&lt;/em&gt;&amp;lt;br&amp;gt;
31. Misha Panfilov - &lt;em&gt;The Sea Will Outlive Us All&lt;/em&gt;&amp;lt;br&amp;gt;
32. Overmono - &lt;em&gt;Cash Romantic&lt;/em&gt;&amp;lt;br&amp;gt;
33. Salami Rose Joe Louis - &lt;em&gt;Akousmatikous&lt;/em&gt;&amp;lt;br&amp;gt;
34. EABS / Jaubi - &lt;em&gt;In Search of a Better Tomorrow&lt;/em&gt;&amp;lt;br&amp;gt;
35. Miles Davis - &lt;em&gt;Miles Smiles&lt;/em&gt;&amp;lt;br&amp;gt;
36. Mother Iguana - &lt;em&gt;Eyeball Planet&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;April 2023&lt;/h2&gt;
&lt;p&gt;A mix of old nostalgia stuff and some new spins in April as well. The new Metallica is awful as usual.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/2023_04_Apr_lastfm_chart.Cg-9VvGl_Z2qLpRg.webp&quot; alt=&quot;lastfm Albums Chart April 2023&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. James Holden - &lt;em&gt;Imagine This Is A High Dimensional Space of All Possibilities&lt;/em&gt;&amp;lt;br&amp;gt;
2. Green Day - &lt;em&gt;Nimrod&lt;/em&gt;&amp;lt;br&amp;gt;
3. Brandee Younger - &lt;em&gt;Brand New Life&lt;/em&gt;&amp;lt;br&amp;gt;
4. µ-Ziq - &lt;em&gt;1977&lt;/em&gt;&amp;lt;br&amp;gt;
5. Alfa Mist - &lt;em&gt;Variables&lt;/em&gt;&amp;lt;br&amp;gt;
6. GoGo Penguin - &lt;em&gt;Everything Is Going to Be OK&lt;/em&gt;&amp;lt;br&amp;gt;
7. Miles Davis - &lt;em&gt;Birth of the Cool&lt;/em&gt;&amp;lt;br&amp;gt;
8. Sunrot - &lt;em&gt;The Unfailing Rope&lt;/em&gt;&amp;lt;br&amp;gt;
9. Mastodon - &lt;em&gt;Leviathan&lt;/em&gt;&amp;lt;br&amp;gt;
10. Nicole Yun - &lt;em&gt;Matter&lt;/em&gt;&amp;lt;br&amp;gt;
11. Ital Tek - &lt;em&gt;Timeproof&lt;/em&gt;&amp;lt;br&amp;gt;
12. Miles Davis - &lt;em&gt;Relaxin&apos; With The Miles Davis Quintet&lt;/em&gt;&amp;lt;br&amp;gt;
13. Aphex Twin - &lt;em&gt;Selected Ambient Works 85-92&lt;/em&gt;&amp;lt;br&amp;gt;
14. mejiwahn - &lt;em&gt;Beanna&lt;/em&gt;&amp;lt;br&amp;gt;
15. Miles Davis Quintet - &lt;em&gt;Workin&apos; With The Miles Davis Quintet&lt;/em&gt;&amp;lt;br&amp;gt;
16. Boards of Canada - &lt;em&gt;Music Has the Right to Children&lt;/em&gt;&amp;lt;br&amp;gt;
17. Kaidi Tatham - &lt;em&gt;An Insight To ALl Minds&lt;/em&gt;&amp;lt;br&amp;gt;
18. Earth - &lt;em&gt;Angels of Darkness, Demons of Light II&lt;/em&gt;&amp;lt;br&amp;gt;
19. Green Day - &lt;em&gt;Dookie&lt;/em&gt;&amp;lt;br&amp;gt;
20. Guns N&apos; Roses - &lt;em&gt;Use Your Illusion II&lt;/em&gt;&amp;lt;br&amp;gt;
21. Metallica - &lt;em&gt;72 Seasons&lt;/em&gt;&amp;lt;br&amp;gt;
22. Shabaka - &lt;em&gt;Afrikan Culture&lt;/em&gt;&amp;lt;br&amp;gt;
23. 65daysofstatic - &lt;em&gt;Available Data&lt;/em&gt;&amp;lt;br&amp;gt;
24. Miles Davis - &lt;em&gt;Milestones&lt;/em&gt;&amp;lt;br&amp;gt;
25. 65daysofstatic - &lt;em&gt;Mimik&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;March 2023&lt;/h2&gt;
&lt;p&gt;This month again went to show off my usual mix of jazz/metal/electronic/videogames/random stuff. AKA I&apos;m not sure where to go but I go there with style. Also, the spring still looks like a distant mirage over here.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/2023_03_Mar_lastfm_chart.Bw-wCrOl_ZSPuJ5.webp&quot; alt=&quot;lastfm Albums Chart March 2023&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. Boards of Canada - &lt;em&gt;Tomorrow&apos;s Harvest&lt;/em&gt;&amp;lt;br&amp;gt;
2. Megadeth - &lt;em&gt;Countdown to Extinction&lt;/em&gt;&amp;lt;br&amp;gt;
3. Boards of Canada - &lt;em&gt;Music Has the Right to Children&lt;/em&gt;&amp;lt;br&amp;gt;
4. 65daysofstatic - &lt;em&gt;No Man&apos;s Sky: Music for an Infinite Universe&lt;/em&gt;&amp;lt;br&amp;gt;
5. Haken - &lt;em&gt;Fauna&lt;/em&gt;&amp;lt;br&amp;gt;
6. Ben Prunty - &lt;em&gt;Transmission from a Hidden World&lt;/em&gt;&amp;lt;br&amp;gt;
7. Alfa Mist - &lt;em&gt;Bring Backs&lt;/em&gt;&amp;lt;br&amp;gt;
8. Ben Prunty - &lt;em&gt;FTL&lt;/em&gt;&amp;lt;br&amp;gt;
9. Gilroy Mere - &lt;em&gt;Gilden Gate&lt;/em&gt;&amp;lt;br&amp;gt;
10. At the Gates - &lt;em&gt;Slaughter of the Soul&lt;/em&gt;&amp;lt;br&amp;gt;
11. Bonobo - &lt;em&gt;Fragments&lt;/em&gt;&amp;lt;br&amp;gt;
12. Cafe Music BGM channel - &lt;em&gt;Coffee Music ~Studio Ghibli Jazz &amp;amp; Bossa&lt;/em&gt;&amp;lt;br&amp;gt;
13. Ezra Collective - &lt;em&gt;Where I&apos;m Meant to Be&lt;/em&gt;&amp;lt;br&amp;gt;
14. Ben Prunty - &lt;em&gt;Into the Breach Soundtrack&lt;/em&gt;&amp;lt;br&amp;gt;
15. Leon Vynehall - &lt;em&gt;Nothing is Still&lt;/em&gt;&amp;lt;br&amp;gt;
16. Aphex Twin - &lt;em&gt;Selected Ambient Works 85-92&lt;/em&gt;&amp;lt;br&amp;gt;
17. Bill Evans - &lt;em&gt;Undercurrent&lt;/em&gt;&amp;lt;br&amp;gt;
18. Bill Evans Trio - &lt;em&gt;Sunday At The Village Vanguard&lt;/em&gt;&amp;lt;br&amp;gt;
19. Herbie Hancock - &lt;em&gt;Empyrean Isles&lt;/em&gt;&amp;lt;br&amp;gt;
20. In Flames - &lt;em&gt;Foregone&lt;/em&gt;&amp;lt;br&amp;gt;
21. Joe Zawinul - &lt;em&gt;Zawinul&lt;/em&gt;&amp;lt;br&amp;gt;
22. Luke Vibert - &lt;em&gt;Machine Funk&lt;/em&gt;&amp;lt;br&amp;gt;
23. Makaya McCraven - &lt;em&gt;In These Times&lt;/em&gt;&amp;lt;br&amp;gt;
24. Shabaka - &lt;em&gt;Afrikan Culture&lt;/em&gt;&amp;lt;br&amp;gt;
25. Wayne Shorter - &lt;em&gt;Speak No Evil&lt;/em&gt;&amp;lt;br&amp;gt;
26. Aerosmith - &lt;em&gt;Get a Grip&lt;/em&gt;&amp;lt;br&amp;gt;
27. Bill Evans Trio - &lt;em&gt;Trio &apos;65&lt;/em&gt;&amp;lt;br&amp;gt;
28. Marlene Ribeiro - &lt;em&gt;Toquei No Sol&lt;/em&gt;&amp;lt;br&amp;gt;
29. Transgressive - &lt;em&gt;Extreme Transgression&lt;/em&gt;&amp;lt;br&amp;gt;
30. Duke Ellington - &lt;em&gt;Money Jungle&lt;/em&gt;&amp;lt;br&amp;gt;
31. Miles Davis - &lt;em&gt;E.S.P.&lt;/em&gt;&amp;lt;br&amp;gt;
32. Overmono - &lt;em&gt;Cash Romantic&lt;/em&gt;&amp;lt;br&amp;gt;
33. Burial - &lt;em&gt;Untrue&lt;/em&gt;&amp;lt;br&amp;gt;
34. The Black Angels - &lt;em&gt;Passover&lt;/em&gt;&amp;lt;br&amp;gt;
35. Wayne Shorter - &lt;em&gt;Juju&lt;/em&gt;&amp;lt;br&amp;gt;
36. Bill Evans Trio - &lt;em&gt;Waltz for Debby&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;February 2023&lt;/h2&gt;
&lt;p&gt;It was a videogame 8-bit soundtracks kind of month. And also the month I discovered &lt;em&gt;Woods of Ypress&lt;/em&gt; and got myself into a doom hole. Fair enough. Let&apos;s move on with the Spring, please.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/2023_02_Feb_lastfm_chart.CwMUtdeW_1oAWLi.webp&quot; alt=&quot;lastfm Albums Chart February 2023&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. Ben Prunty - &lt;em&gt;Into the Breach Soundtrack&lt;/em&gt;&amp;lt;br&amp;gt;
2. Woods of Ypress - &lt;em&gt;Woods 4: The Green Album&lt;/em&gt;&amp;lt;br&amp;gt;
3. Ben Prunty - &lt;em&gt;FTL Soundtrack&lt;/em&gt;&amp;lt;br&amp;gt;
4. Shores of Null - &lt;em&gt;Quiescence&lt;/em&gt;&amp;lt;br&amp;gt;
5. Autechre - &lt;em&gt;Tri Repetae&lt;/em&gt;&amp;lt;br&amp;gt;
6. Boards of Canada - &lt;em&gt;Tomorrow&apos;s Harvest&lt;/em&gt;&amp;lt;br&amp;gt;
7. Yo La Tengo - &lt;em&gt;This Stupid World&lt;/em&gt;&amp;lt;br&amp;gt;
8. Chris Christodolou - &lt;em&gt;Risk of Rain Soundtrack&lt;/em&gt;&amp;lt;br&amp;gt;
9. Alfa Mist - &lt;em&gt;Bring Backs&lt;/em&gt;&amp;lt;br&amp;gt;
10. Faten Kanaan - &lt;em&gt;Afterpoem&lt;/em&gt;&amp;lt;br&amp;gt;
11. Kelela - &lt;em&gt;Raven&lt;/em&gt;&amp;lt;br&amp;gt;
12. Burial - &lt;em&gt;Untrue&lt;/em&gt;&amp;lt;br&amp;gt;
13. Pigs pigs pigs pigs pigs pigs pigs - &lt;em&gt;Land of Sleeper&lt;/em&gt;&amp;lt;br&amp;gt;
14. brainwaltzera - &lt;em&gt;ITSAME&lt;/em&gt;&amp;lt;br&amp;gt;
15. 65daysofstatic - &lt;em&gt;No Man&apos;s Sky: Music for an Infinite Universe&lt;/em&gt;&amp;lt;br&amp;gt;
16. Marco Zenker - &lt;em&gt;Channel Balance&lt;/em&gt;&amp;lt;br&amp;gt;
17. Shores of Null - &lt;em&gt;Black Drapes For Toorrow&lt;/em&gt;&amp;lt;br&amp;gt;
18. Aphex Twin - &lt;em&gt;Selected Ambient Works 85-92&lt;/em&gt;&amp;lt;br&amp;gt;
19. Judas Priest - &lt;em&gt;Painkiller&lt;/em&gt;&amp;lt;br&amp;gt;
20. Shit and Shine - &lt;em&gt;New Confusion&lt;/em&gt;&amp;lt;br&amp;gt;
21. Home - &lt;em&gt;Odyssey&lt;/em&gt;&amp;lt;br&amp;gt;
22. Opeth - &lt;em&gt;Damnation&lt;/em&gt;&amp;lt;br&amp;gt;
23. Alice in Chains - &lt;em&gt;Jar of Flies&lt;/em&gt;&amp;lt;br&amp;gt;
24. Yazmin Lacey - &lt;em&gt;Voice Notes&lt;/em&gt;&amp;lt;br&amp;gt;
25. Cleo Sol - &lt;em&gt;Mother&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;January 2023&lt;/h2&gt;
&lt;p&gt;This month as well has been hectic music-wise. Turns out when I&apos;m studying I have less mental energy to porper listening to music. When I code it&apos;s just a background. Still some blasts from teh past nonetheless. And very few new albums. A slow starting year indeed.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/2023_01_Jan_lastfm_chart.CCW9pTQn_Z1UPlTQ.webp&quot; alt=&quot;lastfm Albums Chart January 2023&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. Hudson Mohawke - &lt;em&gt;Cry Sugar&lt;/em&gt;&amp;lt;br&amp;gt;
2. Kamelot - &lt;em&gt;Karma&lt;/em&gt;&amp;lt;br&amp;gt;
3. Louie Vega - &lt;em&gt;Expansions In The NYC&lt;/em&gt;&amp;lt;br&amp;gt;
4. brainwaltzera - &lt;em&gt;ITSAME&lt;/em&gt;&amp;lt;br&amp;gt;
5. 99LETTERS - &lt;em&gt;Kaibou Zukan&lt;/em&gt;&amp;lt;br&amp;gt;
6. Skee Mask - &lt;em&gt;Pool&lt;/em&gt;&amp;lt;br&amp;gt;
7. Ezra Collective - &lt;em&gt;Where I&apos;m Meant To Be&lt;/em&gt;&amp;lt;br&amp;gt;
8. Rachika Nayar - &lt;em&gt;Heaven Come Crashing&lt;/em&gt;&amp;lt;br&amp;gt;
9. Fleet Foxes - &lt;em&gt;Fleet Foxes&lt;/em&gt;&amp;lt;br&amp;gt;
10. Heilung - &lt;em&gt;Drif&lt;/em&gt;&amp;lt;br&amp;gt;
11. Glyders - &lt;em&gt;Maria&apos;s Hunt&lt;/em&gt;&amp;lt;br&amp;gt;
12. Shores of Null - &lt;em&gt;The Loss of Beauty&lt;/em&gt;&amp;lt;br&amp;gt;
13. Various Artists - &lt;em&gt;Artificial Intelligence&lt;/em&gt;&amp;lt;br&amp;gt;
14. Sault - &lt;em&gt;11&lt;/em&gt;&amp;lt;br&amp;gt;
15. Juni Habel - &lt;em&gt;Carvings&lt;/em&gt;&amp;lt;br&amp;gt;
16. Miles Davis - &lt;em&gt;Someday My Prince Will Come&lt;/em&gt;&amp;lt;br&amp;gt;
17. Pole - &lt;em&gt;Tempus&lt;/em&gt;&amp;lt;br&amp;gt;
18. Shit &amp;amp; Shine - &lt;em&gt;New Confusion&lt;/em&gt;&amp;lt;br&amp;gt;
19. Autechre - &lt;em&gt;Confield&lt;/em&gt;&amp;lt;br&amp;gt;
20. Hania Rani - &lt;em&gt;Esja&lt;/em&gt;&amp;lt;br&amp;gt;
21. Rich Ruth - &lt;em&gt;I Survived, It&apos;s Over&lt;/em&gt;&amp;lt;br&amp;gt;
22. Alison Cotton - &lt;em&gt;The Portrait You Painted of Me&lt;/em&gt;&amp;lt;br&amp;gt;
23. Kaidi Tatham - &lt;em&gt;Don&apos;t Rush The Process&lt;/em&gt;&amp;lt;br&amp;gt;
24. Otus - &lt;em&gt;Torch&lt;/em&gt;&amp;lt;br&amp;gt;
25. Stratovarius - &lt;em&gt;Survive&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;December 2022&lt;/h2&gt;
&lt;p&gt;December has been a weird one as I&apos;ve been traveling and away from my desktop (and music gear). Lots of throw backs into power metal, 90s music, mixed with relistens of this year&apos;s favourites. To a 2023 full of good music.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/december_chart.BR0aqbN9_Z25HLT0.webp&quot; alt=&quot;lastfm Albums Chart December 2022&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. SAULT - &lt;em&gt;11&lt;/em&gt; &amp;lt;br&amp;gt;
2. Various Artists - &lt;em&gt;Artificial Intelligence&lt;/em&gt; &amp;lt;br&amp;gt;
3. Makaya McCraven - &lt;em&gt;In These Times&lt;/em&gt; &amp;lt;br&amp;gt;
4. Guns N&apos; Roses - &lt;em&gt;Use Your Illusion&lt;/em&gt; &amp;lt;br&amp;gt;
5. Shit and Shine - &lt;em&gt;New Confusion&lt;/em&gt; &amp;lt;br&amp;gt;
6. Duval Timothy - &lt;em&gt;Help&lt;/em&gt; &amp;lt;br&amp;gt;
7. Aphex Twin - &lt;em&gt;Syro&lt;/em&gt; &amp;lt;br&amp;gt;
8. brainwaltzera - &lt;em&gt;ITSAME&lt;/em&gt; &amp;lt;br&amp;gt;
9. Gamma Ray - &lt;em&gt;Land of the Free (Anniversary Edition)&lt;/em&gt; &amp;lt;br&amp;gt;
10. Loraine James - &lt;em&gt;Building Something Beautiful For Me&lt;/em&gt; &amp;lt;br&amp;gt;
11. Decius - &lt;em&gt;Decius Vol. I&lt;/em&gt; &amp;lt;br&amp;gt;
12. Haken - &lt;em&gt;Virus&lt;/em&gt; &amp;lt;br&amp;gt;
13. Kamelot - &lt;em&gt;Karma&lt;/em&gt; &amp;lt;br&amp;gt;
14. Leon Vynehall - &lt;em&gt;Nothing Is Still&lt;/em&gt; &amp;lt;br&amp;gt;
15. Surprise Chef - &lt;em&gt;Education &amp;amp; Recreation&lt;/em&gt; &amp;lt;br&amp;gt;
16. The Human Abstract - &lt;em&gt;Nocturne&lt;/em&gt; &amp;lt;br&amp;gt;
17. Aphex Twin - &lt;em&gt;Surfing On Sine Waves&lt;/em&gt; &amp;lt;br&amp;gt;
18. Neil Young - &lt;em&gt;Harvest (50th Anniversary Edition)&lt;/em&gt; &amp;lt;br&amp;gt;
19. Skee Mask - &lt;em&gt;ISS007&lt;/em&gt; &amp;lt;br&amp;gt;
20. Huerco S. - &lt;em&gt;Plonk&lt;/em&gt; &amp;lt;br&amp;gt;
21. Plaid - &lt;em&gt;Feorm Falorx&lt;/em&gt; &amp;lt;br&amp;gt;
22. The Utopia Strong - &lt;em&gt;International Treasure&lt;/em&gt;&amp;lt;br&amp;gt;
23. Duval Timothy - &lt;em&gt;Meeting with a Judas Tree&lt;/em&gt;&amp;lt;br&amp;gt;
24. Kaidi Tatham - &lt;em&gt;Don&apos;t Rush The Process&lt;/em&gt;&amp;lt;br&amp;gt;
25. Shit &amp;amp; Shine - &lt;em&gt;New Consusion (duplicate, thanks Lastfm)&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;November 2022&lt;/h2&gt;
&lt;p&gt;It&apos;s definitely been a SAULT month, considering they released 5 albums at the same time and they&apos;re all good, it was quite predictable. This month almost no jazz, with the exception of Bill Frisell (a delightful album, but when did he made a bad one anyway?) and a re-listen of the latest Sun Ra Arkestra which is growing on me. Lots of electronica that kept me company during this cold month of studying and working at my computer most days (and nights). Some 90s nostalgia for good measure.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/november_chart.CaCq61ho_98EMr.webp&quot; alt=&quot;lastfm Albums Chart November 2022&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. SAULT - &lt;em&gt;UNTITLED (God)&lt;/em&gt; &amp;lt;br&amp;gt;
2. SAULT - &lt;em&gt;11&lt;/em&gt; &amp;lt;br&amp;gt;
3. Ezra Collective - &lt;em&gt;Where I&apos;m Meant To Be&lt;/em&gt; &amp;lt;br&amp;gt;
4. Plaid - &lt;em&gt;Feorm Falorx&lt;/em&gt; &amp;lt;br&amp;gt;
5. Aphex Twin - &lt;em&gt;Drukqs&lt;/em&gt; &amp;lt;br&amp;gt;
6. Decius - &lt;em&gt;Decius Vol. I&lt;/em&gt; &amp;lt;br&amp;gt;
7. Boards of Canada - &lt;em&gt;Geogaddi&lt;/em&gt; &amp;lt;br&amp;gt;
8. SAULT - &lt;em&gt;Earth&lt;/em&gt; &amp;lt;br&amp;gt;
9. Bill Frisell - &lt;em&gt;Four&lt;/em&gt; &amp;lt;br&amp;gt;
10. Misfits - &lt;em&gt;Static Age&lt;/em&gt; &amp;lt;br&amp;gt;
11. Pole - &lt;em&gt;Tempus&lt;/em&gt; &amp;lt;br&amp;gt;
12. STR4TA - &lt;em&gt;STR4TASFEAR&lt;/em&gt; &amp;lt;br&amp;gt;
13. Sun Ra Arkestra - &lt;em&gt;Living Sky&lt;/em&gt; &amp;lt;br&amp;gt;
14. Depeche Mode - &lt;em&gt;Songs of Faith and Devotion&lt;/em&gt; &amp;lt;br&amp;gt;
15. Makaya McCraven - &lt;em&gt;In These Times&lt;/em&gt; &amp;lt;br&amp;gt;
16. Martha - &lt;em&gt;PLeasee Don&apos;t Take Me Back&lt;/em&gt; &amp;lt;br&amp;gt;
17. My Bloody Valentine - &lt;em&gt;Loveless&lt;/em&gt; &amp;lt;br&amp;gt;
18. Suede - &lt;em&gt;Autofiction&lt;/em&gt; &amp;lt;br&amp;gt;
19. Guns N&apos; Roses - &lt;em&gt;Use Your Illusion&lt;/em&gt; &amp;lt;br&amp;gt;
20. Röyksopp - &lt;em&gt;Profound Mysteries III&lt;/em&gt; &amp;lt;br&amp;gt;
21. Ólafur Arnalds - &lt;em&gt;some kind of peace — piano reworks&lt;/em&gt; &amp;lt;br&amp;gt;
22. Run Logan Run - &lt;em&gt;Nature Will Take Care Of You&lt;/em&gt;&amp;lt;br&amp;gt;
23. SAULT - &lt;em&gt;Today &amp;amp; Tomorrow&lt;/em&gt;&amp;lt;br&amp;gt;
24. Skee Mask - &lt;em&gt;ISS007&lt;/em&gt;&amp;lt;br&amp;gt;
25. Loraine James - &lt;em&gt;Building Something Beautiful For Me&lt;/em&gt;&amp;lt;br&amp;gt;
26. Coldcut &amp;amp; Mixmaster Morris - &lt;em&gt;@0&lt;/em&gt;&amp;lt;br&amp;gt;
27. Darkthrone - &lt;em&gt;Astral Fortress&lt;/em&gt;&amp;lt;br&amp;gt;
28. Aphex Twin - &lt;em&gt;Cheetah EP&lt;/em&gt;&amp;lt;br&amp;gt;
29. Duval Timothy - &lt;em&gt;Meeting with a Judas Tree&lt;/em&gt;&amp;lt;br&amp;gt;
30. Aphex Twin - &lt;em&gt;Collapse EP&lt;/em&gt;&amp;lt;br&amp;gt;
31. SAULT - &lt;em&gt;AIIR&lt;/em&gt;&amp;lt;br&amp;gt;
32. The Cure - &lt;em&gt;Wish&lt;/em&gt;&amp;lt;br&amp;gt;
33. brainwaltzera - &lt;em&gt;ITSAME&lt;/em&gt;&amp;lt;br&amp;gt;
34. brainwaltzera - &lt;em&gt;Medal Headz [G.B.D.F] - EP&lt;/em&gt;&amp;lt;br&amp;gt;
35. Floating Points - &lt;em&gt;Someone Close&lt;/em&gt;&amp;lt;br&amp;gt;
36. Jaimie Branch - &lt;em&gt;FLY or DIE LIVE&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;October 2022&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/october_chart.CMca6I_z_kP7nd.webp&quot; alt=&quot;lastfm Albums Chart October 2022&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. Surprise Chef - &lt;em&gt;Education &amp;amp; Recreation&lt;/em&gt; &amp;lt;br&amp;gt;
2. Makaya McCraven - &lt;em&gt;In These Times&lt;/em&gt; &amp;lt;br&amp;gt;
3. Loraine James - &lt;em&gt;Building Something Beautiful For Me&lt;/em&gt; &amp;lt;br&amp;gt;
4. Charles Stepney - &lt;em&gt;Step On Step&lt;/em&gt; &amp;lt;br&amp;gt;
5. The Smashing Pumpkins - &lt;em&gt;Mellon Collie and the Infinite Sadness&lt;/em&gt; &amp;lt;br&amp;gt;
6. Various Artists - &lt;em&gt;Blue Note Re:imagined II&lt;/em&gt; &amp;lt;br&amp;gt;
7. Brian Eno - &lt;em&gt;Another Green World&lt;/em&gt; &amp;lt;br&amp;gt;
8. Brian Eno - &lt;em&gt;Small Craft on a Milk Sea&lt;/em&gt; &amp;lt;br&amp;gt;
9. Clark - &lt;em&gt;05-10&lt;/em&gt; &amp;lt;br&amp;gt;
10. Kaidi Tatham - &lt;em&gt;It&apos;s a World Before You&lt;/em&gt; &amp;lt;br&amp;gt;
11. Sun Ra Arkestra - &lt;em&gt;Living Sky&lt;/em&gt; &amp;lt;br&amp;gt;
12. Caterina Barbieri - &lt;em&gt;Spirit Exit&lt;/em&gt; &amp;lt;br&amp;gt;
13. Kaidi Tatham - &lt;em&gt;Don&apos;t Rush The Process&lt;/em&gt; &amp;lt;br&amp;gt;
14. The Comet Is Coming - &lt;em&gt;Hyper-Dimensional Expansion Beam&lt;/em&gt; &amp;lt;br&amp;gt;
15. Brian Eno - &lt;em&gt;FOREVERANDEVERNOMORE&lt;/em&gt; &amp;lt;br&amp;gt;
16. Kokoroko - &lt;em&gt;Could We Be More&lt;/em&gt; &amp;lt;br&amp;gt;
17. Leon Vynehall - &lt;em&gt;Nothing Is Still&lt;/em&gt; &amp;lt;br&amp;gt;
18. Alison Cotton - &lt;em&gt;The Portrait You Painted of Me&lt;/em&gt; &amp;lt;br&amp;gt;
19. Moin - &lt;em&gt;Paste&lt;/em&gt; &amp;lt;br&amp;gt;
20. The Utopia Strong - &lt;em&gt;International Treasure&lt;/em&gt; &amp;lt;br&amp;gt;
21. All Them Witches - &lt;em&gt;Nothing as the Ideal&lt;/em&gt; &amp;lt;br&amp;gt;
22. Jasmine Myra - &lt;em&gt;Horizons&lt;/em&gt;&amp;lt;br&amp;gt;
23. Duke Ellington - &lt;em&gt;Money Jungle&lt;/em&gt;&amp;lt;br&amp;gt;
24. Moundabout - &lt;em&gt;Flowers Rot, Bring me Stones&lt;/em&gt;&amp;lt;br&amp;gt;
25. Opeth - &lt;em&gt;Pale Communion&lt;/em&gt;&amp;lt;br&amp;gt;
26. The Smashing Pumpkins - &lt;em&gt;Siamese Dream&lt;/em&gt;&amp;lt;br&amp;gt;
27. Witch - &lt;em&gt;Witch&lt;/em&gt;&amp;lt;br&amp;gt;
28. Hagop Tchaparian - &lt;em&gt;Bolts&lt;/em&gt;&amp;lt;br&amp;gt;
29. Hank Mobley - &lt;em&gt;Soul Station&lt;/em&gt;&amp;lt;br&amp;gt;
30. Wayne Shorter - &lt;em&gt;Speak No Evil&lt;/em&gt;&amp;lt;br&amp;gt;
31. Miles Davis - &lt;em&gt;Miles Smiles&lt;/em&gt;&amp;lt;br&amp;gt;
32. Oren Ambarchi - &lt;em&gt;Shebang&lt;/em&gt;&amp;lt;br&amp;gt;
33. SAULT - &lt;em&gt;Air&lt;/em&gt;&amp;lt;br&amp;gt;
34. STR4TA - &lt;em&gt;STR4TASFEAR&lt;/em&gt;&amp;lt;br&amp;gt;
35. Angles - &lt;em&gt;A Muted Reality&lt;/em&gt;&amp;lt;br&amp;gt;
36. Guns N&apos; Roses - &lt;em&gt;Use Your Illusion I&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;September 2022&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/september_chart.BwBTtXMd_1i2o6g.webp&quot; alt=&quot;lastfm Albums Chart September 2022&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. Stereolab - &lt;em&gt;Emperor Tomato Ketchup&lt;/em&gt; &amp;lt;br&amp;gt;
2. Brian Eno - &lt;em&gt;Film Music 1976 ~ 2020&lt;/em&gt; &amp;lt;br&amp;gt;
3. Stereolab - &lt;em&gt;Pulse Of The Early Brain [Switched On Volume 5]&lt;/em&gt; &amp;lt;br&amp;gt;
4. Charles Stepney - &lt;em&gt;Step On Step&lt;/em&gt; &amp;lt;br&amp;gt;
5. Hozan Yamamoto - &lt;em&gt;Beautiful Bamboo-Flute&lt;/em&gt; &amp;lt;br&amp;gt;
6. Makaya McCraven - &lt;em&gt;In These Times&lt;/em&gt; &amp;lt;br&amp;gt;
7. Sunda Arc - &lt;em&gt;Tides&lt;/em&gt; &amp;lt;br&amp;gt;
8. Eliza - &lt;em&gt;A Sky Without Stars&lt;/em&gt; &amp;lt;br&amp;gt;
9. The Utopia Strong - &lt;em&gt;International Treasure&lt;/em&gt; &amp;lt;br&amp;gt;
10. Clark - &lt;em&gt;Playground In A Lake&lt;/em&gt; &amp;lt;br&amp;gt;
11. Sault - &lt;em&gt;UNTITLED (Rise)&lt;/em&gt; &amp;lt;br&amp;gt;
12. Brian Eno - &lt;em&gt;Another Green World&lt;/em&gt; &amp;lt;br&amp;gt;
13. John Coltrane - &lt;em&gt;Giant Steps&lt;/em&gt; &amp;lt;br&amp;gt;
14. The Vernon Spring - &lt;em&gt;A Plane Over Woods&lt;/em&gt; &amp;lt;br&amp;gt;
15. mejiwahn - &lt;em&gt;Beanna&lt;/em&gt; &amp;lt;br&amp;gt;
16. The Black Angels - &lt;em&gt;Wilderness of Mirrors&lt;/em&gt; &amp;lt;br&amp;gt;
17. Nina Simone - &lt;em&gt;I Put a Spell on You&lt;/em&gt; &amp;lt;br&amp;gt;
18. Shawn Phillips - &lt;em&gt;Second Contribution&lt;/em&gt; &amp;lt;br&amp;gt;
19. Hot Chip - &lt;em&gt;Freakout/Release&lt;/em&gt; &amp;lt;br&amp;gt;
20. New Pagans - &lt;em&gt;The Seed, The Vessel, The Roots and All&lt;/em&gt; &amp;lt;br&amp;gt;
21. The Comet Is Coming - &lt;em&gt;Hyper-Dimensional Expansion Beam&lt;/em&gt; &amp;lt;br&amp;gt;
22. Hania Rani - &lt;em&gt;Esja&lt;/em&gt;&amp;lt;br&amp;gt;
23. Julian Lage - &lt;em&gt;View With A Room&lt;/em&gt;&amp;lt;br&amp;gt;
24. Leon Vynehall - &lt;em&gt;Nothing Is Still&lt;/em&gt;&amp;lt;br&amp;gt;
25. Sarah Davachi - &lt;em&gt;Two Sisters&lt;/em&gt;&amp;lt;br&amp;gt;
26. The Heliocentrics - &lt;em&gt;Fallen Angels (the Singles Collection)&lt;/em&gt;&amp;lt;br&amp;gt;
27. EABS - &lt;em&gt;2061&lt;/em&gt;&amp;lt;br&amp;gt;
28. Wojciech Rusin - &lt;em&gt;Syphon&lt;/em&gt;&amp;lt;br&amp;gt;
29. Black Mountain - &lt;em&gt;Destroyer&lt;/em&gt;&amp;lt;br&amp;gt;
30. Kaidi Tatham - &lt;em&gt;Don&apos;t Rush The Process&lt;/em&gt;&amp;lt;br&amp;gt;
31. Nala Sinephro - &lt;em&gt;SPACE 1.8&lt;/em&gt;&amp;lt;br&amp;gt;
32. Poliphony - &lt;em&gt;Poliphony&lt;/em&gt;&amp;lt;br&amp;gt;
33. Duke Ellington - &lt;em&gt;Money Jungle&lt;/em&gt;&amp;lt;br&amp;gt;
34. John Coltrane - &lt;em&gt;Blue Train: The Complete Masters&lt;/em&gt;&amp;lt;br&amp;gt;
35. The Heliocentrics - &lt;em&gt;Telemetric Sounds&lt;/em&gt;&amp;lt;br&amp;gt;
36. Alison Cotton - &lt;em&gt;The Portrait You Painted of Me&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;h2&gt;August 2022&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/07_August_2022_topsters3.CtAGF2ja_Z2psEQE.webp&quot; alt=&quot;lastfm Albums Chart August 2022&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1. Kokoroko - &lt;em&gt;Could We Be More&lt;/em&gt; &amp;lt;br&amp;gt;
2. Kaidi Tatham - &lt;em&gt;Don&apos;t Rush The Process&lt;/em&gt; &amp;lt;br&amp;gt;
3. Jasmine Myra - &lt;em&gt;Horizons&lt;/em&gt; &amp;lt;br&amp;gt;
4. mejiwahn - &lt;em&gt;Beanna&lt;/em&gt; &amp;lt;br&amp;gt;
5. Wayne Shorter - &lt;em&gt;JuJu&lt;/em&gt; &amp;lt;br&amp;gt;
6. Bud Powell - &lt;em&gt;The Amazing Bud Powell: Vol. 1&lt;/em&gt; &amp;lt;br&amp;gt;
7. Black Mountain - &lt;em&gt;Destroyer&lt;/em&gt; &amp;lt;br&amp;gt;
8. Wayne Shorter - &lt;em&gt;Adam&apos;s Apple&lt;/em&gt; &amp;lt;br&amp;gt;
9. Jaimie Branch - &lt;em&gt;FLY or DIE LIVE&lt;/em&gt; &amp;lt;br&amp;gt;
10. Tom Misch - &lt;em&gt;What Kinda Music&lt;/em&gt; &amp;lt;br&amp;gt;
11. Boards of Canada - &lt;em&gt;Tomorrow&apos;s Harvest&lt;/em&gt; &amp;lt;br&amp;gt;
12. Klaus Schulze - &lt;em&gt;Deus Arrakis&lt;/em&gt; &amp;lt;br&amp;gt;
13. Miles Davis - &lt;em&gt;Filles De Kilimanjaro&lt;/em&gt; &amp;lt;br&amp;gt;
14. Kode9 - &lt;em&gt;Escapology&lt;/em&gt; &amp;lt;br&amp;gt;
15. Neil Young - &lt;em&gt;NOISE AND FLOWERS&lt;/em&gt; &amp;lt;br&amp;gt;
16. Oneida - &lt;em&gt;Success&lt;/em&gt; &amp;lt;br&amp;gt;
17. Aphex Twin - &lt;em&gt;Selected Ambient Works 85-92&lt;/em&gt; &amp;lt;br&amp;gt;
18. Chick Corea - &lt;em&gt;Light As A Feather&lt;/em&gt; &amp;lt;br&amp;gt;
19. Alva Noto - &lt;em&gt;Insen (Remaster)&lt;/em&gt; &amp;lt;br&amp;gt;
20. Charlie Parker - &lt;em&gt;Charlie Parker With Strings&lt;/em&gt; &amp;lt;br&amp;gt;
21. Gwenno - &lt;em&gt;Tresor&lt;/em&gt; &amp;lt;br&amp;gt;
22. Marcus King - &lt;em&gt;Young Blood&lt;/em&gt;&amp;lt;br&amp;gt;
23. Black Mountain - &lt;em&gt;In the Future&lt;/em&gt;&amp;lt;br&amp;gt;
24. Black Mountain - &lt;em&gt;IV&lt;/em&gt;&amp;lt;br&amp;gt;
25. Black Mountain - &lt;em&gt;Wilderness Heart&lt;/em&gt;&amp;lt;br&amp;gt;
26. Brian Eno - &lt;em&gt;Before and After Science&lt;/em&gt;&amp;lt;br&amp;gt;
27. Devil - &lt;em&gt;Time to Repent&lt;/em&gt;&amp;lt;br&amp;gt;
28. Duke Ellington - &lt;em&gt;Money Jungle&lt;/em&gt;&amp;lt;br&amp;gt;
29. MICHELE RABBIA - &lt;em&gt;Lost River&lt;/em&gt;&amp;lt;br&amp;gt;
30. Billow Observatory - &lt;em&gt;Stareside&lt;/em&gt;&amp;lt;br&amp;gt;
31. Goat - &lt;em&gt;World Music&lt;/em&gt;&amp;lt;br&amp;gt;
32. Opeth - &lt;em&gt;My Arms, Your Hearse&lt;/em&gt;&amp;lt;br&amp;gt;
33. The Flaming Lips - &lt;em&gt;Embryonic&lt;/em&gt;&amp;lt;br&amp;gt;
34. Alison Cotton - &lt;em&gt;The Portrait You Painted of Me&lt;/em&gt;&amp;lt;br&amp;gt;
35. Makaya McCraven - &lt;em&gt;Deciphering The Message&lt;/em&gt;&amp;lt;br&amp;gt;
36. Miles Davis Quintet - &lt;em&gt;Workin&apos; With The Miles Davis Quintet&lt;/em&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
</content:encoded><category>music</category></item><item><title>The Online Tech Community in 2023</title><link>https://mauromotion.com/posts/2023-04-07-online-tech-community-2023</link><guid isPermaLink="true">https://mauromotion.com/posts/2023-04-07-online-tech-community-2023</guid><pubDate>Fri, 07 Apr 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;In the last few months I&apos;ve switched over to many online tech/developers communities of various kind. From Reddit to YouTube, Discord, HackerNews, etc, I&apos;m now following a bunch of new channels since I&apos;m changing my career.&lt;/p&gt;
&lt;p&gt;What I&apos;ve found is that usually people are quite open and welcoming. If you demonstrate a good attitude as a learner, veterans will gladly help you (probably as in any other field?). Most of all, a lot of these folks are VERY passionate about their jobs and about computer science in general, which is really reassuring for a newcomer like me.&lt;/p&gt;
&lt;p&gt;And that&apos;s the good side.&lt;/p&gt;
&lt;p&gt;What I wasn&apos;t expecting (but maybe just because I&apos;m too naive, really) it&apos;s the following:&lt;/p&gt;
&lt;h2&gt;Same tools, opposite views&lt;/h2&gt;
&lt;p&gt;A shit show of alt-right YouTubers doing Linux content videos. So odd how we&apos;re using the same software for the &quot;same&quot; reasons of privacy and freedom but with such opposite political and ethical views. I guess it stands as a sign of the &quot;open&quot; nature of open and free software after all...&lt;/p&gt;
&lt;h2&gt;Nietzsche is my prophet&lt;/h2&gt;
&lt;p&gt;A bunch of thirty-something (but even younger) developers with an horrendous nihilistic view of life: greedy for money and status, obsessed with crypto and the last new shiny thing, giving out the worst kind of advice. So much so in fact that it feels to me like they&apos;re kind of trying to sabotage other people to their own advantage. My best guess overall is that they&apos;re just insecure. Rich, entitled hipsters scared to shit and trying their best not to lose their status, aka future boomers, really.&lt;/p&gt;
&lt;h2&gt;God is dead, AI is the new God&lt;/h2&gt;
&lt;p&gt;A lot of them are discouraging others from learning programming because the AI already has made jobs irrelevant: &quot;I used ChatGPT at my last corporate job, it was basically copy and paste all day, man! If you wanna stay relevant now you just have to make your own YT channel, build your thing with crypto...yadda yadda&quot;.&lt;/p&gt;
&lt;h2&gt;The Hustler way-of-life&lt;/h2&gt;
&lt;p&gt;An overall absolute lack of ethics and values in these individuals that is quite concerning. The world is a jungle if you think it is, really. There&apos;s no reason to drag all humanity into your black hole of survival instincts. Is &quot;hustlers&quot; the word maybe? You do you, and I&apos;ll do me, I guess.&lt;/p&gt;
&lt;p&gt;OK, I think I&apos;ll get back into my cave learning programming and studying CS because I just enjoy it.&lt;/p&gt;
&lt;p&gt;Bye.&lt;/p&gt;
</content:encoded><category>technology</category></item><item><title>2023, April 1st</title><link>https://mauromotion.com/now/2023-04-01-now</link><guid isPermaLink="true">https://mauromotion.com/now/2023-04-01-now</guid><pubDate>Sat, 01 Apr 2023 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;Update from April 1st, 2023&lt;/h2&gt;
&lt;p&gt;It&apos;s been a while! (again...)&lt;/p&gt;
&lt;p&gt;Oh well, so much has happened since the last time I wrote here.&lt;/p&gt;
&lt;h3&gt;Changing career&lt;/h3&gt;
&lt;p&gt;At the end of October 2022, I&apos;ve decided to change career completely. At the young age of 42, that is.
I&apos;ve been working on myself a lot, and that helped me understanding that really, I need a change and I need to do what I feel it&apos;s more relevant to me. And also that I&apos;m truly passionate about and, most of all, that is aligned to my values.
Most of all I don&apos;t want to have anything to do with the advertising industry ever again, in any form or flavour. I guess I&apos;m burned out after about about 12 years of grinding keyframes but also I have various ethical and ideological reasons I could talk about. But I&apos;ll spare you the discussion for the time being.
I really want to build stuff that people would actually use and find useful, that&apos;s my main motivation right now.&lt;/p&gt;
&lt;p&gt;And so I started as a half joke but I ended up studying full time HTML, CSS and JavaScript.
The HTML/CSS part was easy enough as I wasn&apos;t completely new to the languages. Although it would be hard to master.
Then I dived into JavaScript (and into programming in general). That wasn&apos;t a joke at all...
It took me a few months of hard work but the 25th of March I got my freeCodeCamp JavaScript Algorithms and Data Structures &lt;a href=&quot;https://freecodecamp.org/certification/mauromotion/javascript-algorithms-and-data-structures&quot;&gt;certification&lt;/a&gt;, finally! Honestly one of the hardest achievements in my life. And this is definitely just the start...&lt;/p&gt;
&lt;p&gt;My motion design skills are not going to disappear over night, so probably I&apos;ll find a way to converge the two skillsets at some point. For now I need to go all in the developer way of life.
I&apos;m aiming to become a proper Front End developer. Wish me luck because I really need it.&lt;/p&gt;
&lt;p&gt;By the way, I&apos;ve also enrolled at Harvard&apos;s famous computer science program called &lt;a href=&quot;https://pll.harvard.edu/course/cs50-introduction-computer-science?delta=0&quot;&gt;CS50&lt;/a&gt;. It&apos;ll be a walk in the park I&apos;m sure.&lt;/p&gt;
&lt;h3&gt;Mastodon&lt;/h3&gt;
&lt;p&gt;In October Elon Musk had to finalise his deal with Twitter and bought it for good. It resulted in an exodus of people from Twitter to &lt;a href=&quot;https://joinmastodon.org&quot;&gt;Mastodon&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And so the server I&apos;ve been administrating for fun for the last few years became kind of my (unpaid) full time job for a few weeks.
It was great to see so many people interested in Mastodon and &lt;a href=&quot;https://mograph.social&quot;&gt;mograph.social&lt;/a&gt; finally!&lt;/p&gt;
&lt;p&gt;I had some hectic days (and nights) in which I had to deal with something like a new account request every 30 seconds!
Also I had to set up all the proper donation systems, upgrade the server&apos;s resources, write a proper code of conduct and more specific rules...a lot of work!
As of right now the storm has definitely calmed down, but a few people are happily hanging out on mograph.social and I&apos;m so proud, honestly. Also, a few generous folks chipped in the various donations&apos; systems and as of now the server is financially self-sustainable.&lt;/p&gt;
&lt;p&gt;I love the Mastodon community!&lt;/p&gt;
&lt;h3&gt;GNU Linux&lt;/h3&gt;
&lt;p&gt;And since I&apos;m finally free from that pile of burning trash that is the Adobe suite and I&apos;m not forced to use that mass of spying clunky software that is Windows anymore I got back full time into another one of my passions which is GNU Linux!&lt;/p&gt;
&lt;p&gt;I did a looong journey since last December, on several machines:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Ubuntu --&amp;gt; Pop_OS! --&amp;gt; Regolith --&amp;gt; Manjaro --&amp;gt; I use Arch, by the way. With i3. Yeah, I know.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/desktop_01.ON_srr8V_Z2v2oE9.webp&quot; alt=&quot;Screenshot of my desktop&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This wasn&apos;t all just for fun (oh well maybe), I&apos;ve been learning to set up my machines for development as well.
I&apos;ve also uploaded my &lt;a href=&quot;https://github.com/mauromotion/dotfiles&quot;&gt;dotfiles&lt;/a&gt; on GitHub, if anyone wants to have a look at my customisations!&lt;/p&gt;
&lt;p&gt;I also embraced the way of Vim and made my own custom configuration of Neovim, which I love to use for anything now.&lt;/p&gt;
&lt;h3&gt;Listening&lt;/h3&gt;
&lt;p&gt;Since now most of the time I&apos;m busy either studying (reading, watching tutorials) or coding I have less time for active listening and new music discovery, unfortunately. And so not much new music for me recently, I guess I&apos;m enjoying the records and bands I&apos;ve discovered in the last couple of years for now. Anyway, I keep track of all my monthly listening &lt;a href=&quot;https://blog.mauromotion.com/music/2023/04/01/monthly-lastfm-albums-charts.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Reading&lt;/h3&gt;
&lt;p&gt;To be honest I&apos;ve been mostly reading about programming and computer science recently.
As for fiction I&apos;m halfway through &lt;em&gt;&lt;a href=&quot;https://bookwyrm.social/book/1010/s/roadside-picnic&quot;&gt;Roadside Picnic&lt;/a&gt;&lt;/em&gt; by the Strugatsky brothers. It&apos;s the novel that Tarkovsky used as a base for its famous movie &lt;em&gt;Stalker&lt;/em&gt;. So far so good.&lt;/p&gt;
&lt;h3&gt;Watching&lt;/h3&gt;
&lt;p&gt;We&apos;ve been watching quite a few TV shows: &lt;em&gt;&lt;a href=&quot;https://www.themoviedb.org/tv/100088-the-last-of-us&quot;&gt;The Last of Us&lt;/a&gt;&lt;/em&gt; was a good one recently (although that ending...), &lt;em&gt;&lt;a href=&quot;https://www.themoviedb.org/tv/69478-the-handmaid-s-tale&quot;&gt;The Handmaid&apos;s Tale&lt;/a&gt;&lt;/em&gt; I really liked as well. But the most intriguing one has definitely been &lt;em&gt;&lt;a href=&quot;https://www.themoviedb.org/tv/95396-severance&quot;&gt;Severance&lt;/a&gt;&lt;/em&gt;. Just not to miss the office that much.
Right now we&apos;re watching &lt;em&gt;&lt;a href=&quot;https://www.themoviedb.org/tv/76331-succession&quot;&gt;Succession&lt;/a&gt;&lt;/em&gt;; usually not my genre of TV shows but I have to admit it&apos;s pretty well written and directed so far.&lt;/p&gt;
&lt;p&gt;In terms of actual movies the very highlights have been &lt;em&gt;&lt;a href=&quot;https://www.themoviedb.org/movie/4638-hot-fuzz&quot;&gt;Hot Fuzz&lt;/a&gt;&lt;/em&gt; (so much (British) fun!) and probably &lt;em&gt;&lt;a href=&quot;https://www.themoviedb.org/movie/152601-her&quot;&gt;Her&lt;/a&gt;&lt;/em&gt;. I needed to watch it considered the actual AI progresses and constant news. I really liked Phoenix performance, and the visuals were quite good actually. I loved the weird futuristic LA mixed up with some Asian metropolis. I couldn&apos;t believe the movie was made in 2013, it definitely aged well both visually and conceptually.&lt;/p&gt;
&lt;p&gt;And that&apos;s it for now, until the next time.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/me_and_Jessy.CKdZaeWJ_Z1EFLQC.webp&quot; alt=&quot;me and Jessy&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;figcaption&amp;gt;What a bully! Self-portrait of me and nasty Jessy&amp;lt;/figcaption&amp;gt;&lt;/p&gt;
</content:encoded><category>now</category></item><item><title>Favourite Music Infinite Blogroll</title><link>https://mauromotion.com/posts/2023-01-08-favourite-albums-blogroll</link><guid isPermaLink="true">https://mauromotion.com/posts/2023-01-08-favourite-albums-blogroll</guid><pubDate>Mon, 30 Jan 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;em&gt;An infinite roll of some nice new bands/musicians and album releases while I discover them.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;April 1st 2023&lt;/h2&gt;
&lt;h3&gt;James Holden - Imagine This Is A High Dimensional Space Of All Possibilities&lt;/h3&gt;
&lt;p&gt;A transcendental electronic journey beyond any genre classification. A freak lucid dream of positive only vibes. Gorgeous.&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 400px; height: 472px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=3450412004/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://jamesholden.bandcamp.com/album/imagine-this-is-a-high-dimensional-space-of-all-possibilities&quot;&amp;gt;Imagine This Is A High Dimensional Space Of All Possibilities by James Holden&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;January 30th 2023&lt;/h2&gt;
&lt;h3&gt;Glyders - Maria&apos;s Hunt&lt;/h3&gt;
&lt;p&gt;A minimalist rock&amp;amp;roll album that still grooves hard thanks to its warm fuzzy tones and its swinging rhythm section.&lt;/p&gt;
&lt;p&gt;First gem of this new year discovered.&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 400px; height: 472px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=855360325/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://glyders.bandcamp.com/album/marias-hunt&quot;&amp;gt;Maria&apos;s Hunt by Glyders&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;November 20th 2022&lt;/h2&gt;
&lt;h3&gt;SAULT - 11&lt;/h3&gt;
&lt;p&gt;They actually released 5 full different albums this week. So far this one is my favourite.&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 400px; height: 472px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=3016107015/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://saultglobal.bandcamp.com/album/11&quot;&amp;gt;11 by SAULT&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;November 10th 2022&lt;/h2&gt;
&lt;h3&gt;Ezra Collective - Where I&apos;m Meant To Be&lt;/h3&gt;
&lt;p&gt;A warm embrace in this cold weather.&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 400px; height: 472px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=4221362778/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://ezracollective.bandcamp.com/album/where-im-meant-to-be&quot;&amp;gt;Where I&apos;m Meant To Be by Ezra Collective&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;October 20th 2022&lt;/h2&gt;
&lt;h3&gt;Education &amp;amp; Recreation - Surprise Chef&lt;/h3&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 400px; height: 472px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=341366966/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://surprisechef.bandcamp.com/album/education-recreation&quot;&amp;gt;Education &amp;amp; Recreation by Surprise Chef&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;October 13th 2022&lt;/h2&gt;
&lt;h3&gt;Loraine James - Building Something Beautiful For Me&lt;/h3&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 400px; height: 406px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=709587811/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://lorainejames.bandcamp.com/album/building-something-beautiful-for-me&quot;&amp;gt;Building Something Beautiful For Me by Loraine James&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;October 7th 2022&lt;/h2&gt;
&lt;h3&gt;Makaya McCraven - In These Times&lt;/h3&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 400px; height: 472px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=1246560818/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://intlanthem.bandcamp.com/album/in-these-times&quot;&amp;gt;In These Times by Makaya McCraven&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;February 7th 2022&lt;/h2&gt;
&lt;h3&gt;A Place To Bury Strangers&lt;/h3&gt;
&lt;p&gt;I saw &lt;a href=&quot;https://www.aplacetoburystrangers.com/&quot;&gt;A Place To Bury Strangers&lt;/a&gt; live in 2017, they were opening for The Black Angels in Brixton.
I remember I was completely blown away, such an energetic performance. Their &lt;a href=&quot;https://aplacetoburystrangers.bandcamp.com/album/see-through-you&quot;&gt;new album&lt;/a&gt; has come out a few days ago and it&apos;s probably one of their best, at least to my taste.
But today on YT, while watching their latest music videos, I found another great KEXP live session from 2018.&lt;/p&gt;
&lt;p&gt;Mesmerized once again.&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube-nocookie.com/embed/NVp-DAXnlTc&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;January 27th 2022&lt;/h2&gt;
&lt;h3&gt;Combo Chimbita&lt;/h3&gt;
&lt;p&gt;Today I was listening to the latest &lt;a href=&quot;http://bandcamp.com/?show=520&amp;amp;play=1&quot;&gt;Bandcamp Weekly&lt;/a&gt; episode and there was an interview with this band of Colombian New Yorkers called &quot;Combo Chimbita&quot;. Their latest album &lt;a href=&quot;https://combochimbita.bandcamp.com/album/ire&quot;&gt;is out tomorrow&lt;/a&gt; and it was today&apos;s album of the day on Bandcamp. Their music was interesting, not usually my genre so I was a bit cautious to be honest.
Then I&apos;ve searched for &quot;Combo Chimbita live&quot; on YouTube and I found this KEXP live session that absolutely blown me away!&lt;/p&gt;
&lt;p&gt;Her voice and presence are stunning, from another space and time really. Synths, electric guitar that ranges from surf rock sounds to open distortion, South American rhythms. A powerful mix of modern and old that shines in the live performance.&lt;/p&gt;
&lt;p&gt;Brilliant.&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/ISaYrZHfoS0&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
</content:encoded><category>music</category></item><item><title>Top 10 new albums of 2022</title><link>https://mauromotion.com/posts/2022-12-30-top-10-new-albums-of-2022</link><guid isPermaLink="true">https://mauromotion.com/posts/2022-12-30-top-10-new-albums-of-2022</guid><pubDate>Fri, 30 Dec 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Without any doubt 2022 for me has been the year of electronic music. I found myself exploring so many new genres and artists and labels, it&apos;s been very refreshing and rewarding. I dived into IDM, ambient, house and techno like I had never done before, and I believe it shows in my top 10 here. Although I&apos;ve been listening also to a lot of &lt;em&gt;classic&lt;/em&gt; jazz as well this year, in terms of new releases, here we go:&lt;/p&gt;
&lt;h3&gt;10. Combo Chimbita - IRE&lt;/h3&gt;
&lt;p&gt;An haunting mix of latin rhythms, rock, psychedelia. Lots of talent pouring out of this record but definitely the high peak of the performance is the incredible voice of Carolina Oliveros. Heart warming, ass shaking.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Yo Me Lo Merezco&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 100%; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=2612838144/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=3516091178/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://combochimbita.bandcamp.com/album/ire&quot;&amp;gt;IRE by Combo Chimbita&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;9. Shit &amp;amp; Shine - New Confusion&lt;/h3&gt;
&lt;p&gt;A new devastating release from Shit &amp;amp; Shine. It scracthes my brain just in the right spot. Super saturated sounds, constant tension and very few releases, umconfortable but still very engaging. You angry or annoyed? Maybe both, thanks for asking.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Annoyed&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 100%; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=3528037706/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=3564662058/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://shitandshine.bandcamp.com/album/new-confusion&quot;&amp;gt;New Confusion by Shit and Shine&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;8. The Utopia Strong - International Treasure&lt;/h3&gt;
&lt;p&gt;I&apos;m not sure how to describe this music. It&apos;s transcendental, both in quality and genre definition, and I love it. Psychedelic? Yes. Ambient? Yes indeed. Krautrock? With a personal original twist and so much good taste. A magical sonic journey, one of my favourite Rocket Recordings releases of all times indeed.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: International Treasure&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 100%; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=4192856276/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=453616780/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://theutopiastrong.bandcamp.com/album/international-treasure&quot;&amp;gt;International Treasure by The Utopia Strong&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;7. Lorraine James - Building Something Beautiful For Me&lt;/h3&gt;
&lt;p&gt;Nocturnal, introspective, glitchy minimalistic rhythms and super warm, tasty, fuzzy synths. And then in the middle of it all a post-rock explosion with the track &lt;em&gt;Enfield, Always&lt;/em&gt;. Boom. Banger right there. An absolute beautiful listening experience. She builded something beautiful for us all, after all.&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 100%; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=709587811/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=2769272060/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://lorainejames.bandcamp.com/album/building-something-beautiful-for-me&quot;&amp;gt;Building Something Beautiful For Me by Loraine James&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;6. Makaya McKraven - In These Times&lt;/h3&gt;
&lt;p&gt;Some very interesting compositions, very often of a cinematic quality. Like a truly modern &quot;jazz&quot; orchestra with some fine arrangements and great improvisation moments. A feast for the ears. Yes please, I&apos;ll have some more.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: In These Times&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 100%; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=1246560818/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=1882097222/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://intlanthem.bandcamp.com/album/in-these-times&quot;&amp;gt;In These Times by Makaya McCraven&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;5. Mary Halvorson - Amaryllis&lt;/h3&gt;
&lt;p&gt;Mary Halvorson is a brilliant guitarist and composer surrounded by great musicians. They run along this river of notes and rhythms like there&apos;s no tomorrow, with a constant sense of purpose and creativity that keeps the songs well tight together. Brilliant album overall, so many layers to discover with every listen, often on the balanced edge of classical compositions and free jazz explosions.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Amaryllis&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 100%; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=3770906755/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=1148570132/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://maryhalvorson.bandcamp.com/album/amaryllis&quot;&amp;gt;Amaryllis by Mary Halvorson&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;4. Huerco S. - Plonk&lt;/h3&gt;
&lt;p&gt;The music of Huerco S. has a very physical, material quality, you can almost feel the textures on your skin. I found myself lost in the electronic landscapes of this album quite often this year, and I still can&apos;t stop listening to it. Misterious and captivating, cold like steel and warm like volcanic rocks, so alien and yet so familiar.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Plonk II&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 100%; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=2320552799/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=976268563/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://huercosplonk.bandcamp.com/album/plonk&quot;&amp;gt;Plonk by Huerco S.&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;3. Kaidi Tatham - Don&apos;t Rush The Process&lt;/h3&gt;
&lt;p&gt;Another banger release from The King this year. Sailing the grooves of black music with piratesque skillfulness and heaps of good taste. Once again, I&apos;m sure mr. Hancock is really proud, and with reason.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Don&apos;t Rush The Process (ft. The Easy Access Orchestra)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 100%; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=1308210711/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=3745618314/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://kaiditatham.bandcamp.com/album/dont-rush-the-process&quot;&amp;gt;Don&apos;t Rush The Process by Kaidi Tatham&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;2. SAULT - AIR&lt;/h3&gt;
&lt;p&gt;SAULT released 6 albums this last year. A bit unfair, because they are all really good. Nonetheless AIR is the one that so far I listened to the most. And it&apos;s just great. AIR is like the soundtrack of an imaginary movie that I&apos;d really want to watch. Incredible symphonic orchestra with a breathtaking choir arranged together with Morriconian quality. As always though, my personal highlight is the angelic voice of Cleo Sol that just melts me every time. A masterpiece for me.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Time is Precious&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 100%; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=1008383049/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=1892264642/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://saultglobal.bandcamp.com/album/air&quot;&amp;gt;AIR by SAULT&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;1. Brainwaltzera - ITSAME&lt;/h3&gt;
&lt;p&gt;That&apos;s it. My definition of 2022 in music. A mediterranean Aphex Twin. A misterious as much as talented electronic forger of sounds. A totally joyful braindance of an album that holds tight to the IDM tradition while looking forward to a very intimate and personal expression of life experience. I didn&apos;t really know before this year of how much human and warm electronic music could be. Now I know, and I just love it.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: ITSAME [group hugg]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 100%; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=2957985779/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=915387798/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://brainwaltzera.bandcamp.com/album/itsame&quot;&amp;gt;ITSAME by Brainwaltzera&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
</content:encoded><category>music</category></item><item><title>2022, September 9th</title><link>https://mauromotion.com/now/2022-09-24-now</link><guid isPermaLink="true">https://mauromotion.com/now/2022-09-24-now</guid><pubDate>Sat, 24 Sep 2022 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;Update from September 24th, 2022&lt;/h2&gt;
&lt;p&gt;All good and dandy on this side of the pond. I&apos;ve got covid in May and had a couple of rough weeks but I&apos;ve been fine since then.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I&apos;m currently in the process of refreshing my showreel with some of my latest work and a few personal projects - my goal is to apply for a permanent position somewhere as soon as possible. A bit tired of freelancing, especially from home.&lt;/li&gt;
&lt;li&gt;In the meantime I&apos;ve been obsessed with &lt;a href=&quot;https://logseq.com/&quot;&gt;Logseq&lt;/a&gt; and I&apos;ve been rebuilding my PKM system with it. So much fun! (and procrastination...)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Traveling&lt;/h3&gt;
&lt;p&gt;On the (recent) holidays side, we&apos;ve just got back from a short 3 days stay in &lt;a href=&quot;https://www.historic-uk.com/HistoryMagazine/DestinationsUK/Bath/&quot;&gt;Bath&lt;/a&gt;. Hotel with a SPA and all the bells and whistles - quite relaxing if you ask me.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/IMG_8086.AX2ZXHUj_ZzPQtc.webp&quot; alt=&quot;cucumber water&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;figcaption&amp;gt;Cucumber water for customers only!!!&amp;lt;/figcaption&amp;gt;&lt;/p&gt;
&lt;p&gt;I had no idea what to expect from the city of Bath but it was a really nice surprise: beautiful architecture all around, very lively atmosphere, so many nice place to eat and have a drink. A touristy place? Yes, indeed. But with its very clear spirit and identity.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/Bath_Flavia.BmUAVQj__Z1udia3.webp&quot; alt=&quot;beauties of Bath&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;figcaption&amp;gt;Note to self: I need to see more of the UK.&amp;lt;/figcaption&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/photo_2022-09-24_17-26-52.d_SNIXe4_2p6vw1.webp&quot; alt=&quot;mirror mirror on the wall&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;figcaption&amp;gt;Mirror mirror on the wall, who&apos;s the smoothest of them all?&amp;lt;/figcaption&amp;gt;&lt;/p&gt;
&lt;h3&gt;Music&lt;/h3&gt;
&lt;p&gt;One of my most consistent activities in the last few months has been listening to music:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I had a huge deep dive into electronica this year, which I&apos;ve never been into that much but now I&apos;m loving. Mostly classics from WARP Records (Aphex Twin, Autechre, Squarepusher, etc.) but also some more ambient stuff and moody techno from Germany (Skee Mask most of all).&lt;/li&gt;
&lt;li&gt;Also Brian Eno has been a staple in my playlists.&lt;/li&gt;
&lt;li&gt;Jazz is always a constant of mine, recently - a lot of classics from Miles Davis to Coltrane and Wayne Shorter which they will never finish to amaze me.&lt;/li&gt;
&lt;li&gt;Some of my favourite contemporary artists have been SAULT, Kaidi Tatham, Jasmine Myra, Nala Sinephro.&lt;/li&gt;
&lt;li&gt;Overall there&apos;s SO MUCH good music coming out recently that it&apos;s very hard to keep up - but I do my best, nonetheless.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Reading&lt;/h3&gt;
&lt;p&gt;I also got back into reading recently, since I&apos;ve bought myself a &lt;a href=&quot;https://us.kobobooks.com/products/kobo-libra-2&quot;&gt;Kobo Libra 2&lt;/a&gt;. I&apos;ve always been a bit sceptic about it but I must admit it&apos;s so nice (and convenient) to read books on an e-reader.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I&apos;ve managed to finally read &lt;em&gt;&quot;IT&quot; by Stephen King&lt;/em&gt; this summer - I had it in my reading list since I was 12, I guess. It was all right, good all Stephen King. Yeah. let&apos;s not talk about that scene...&lt;/li&gt;
&lt;li&gt;I&apos;ve been also on a mission of reading some classics of the British and American literature and I discovered &lt;em&gt;William Faulkner&lt;/em&gt;. A bit hard to get into, I must admit, but quite unique and rewarding (I&apos;ve been reading his short stories, I&apos;m still collecting my strengths and wits to begin one of his novels).&lt;/li&gt;
&lt;li&gt;Also &lt;em&gt;Philip K. Dick&lt;/em&gt; has been taking me company with his sci-fi short stories. Some of which are from the 50&apos;s but you wouldn&apos;t say, they&apos;ve aged quite well!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Until the next update, which at this pace could be in the next year...&lt;/p&gt;
</content:encoded><category>now</category></item><item><title>Moving to Qobuz</title><link>https://mauromotion.com/posts/2022-06-10-moving-to-qobuz</link><guid isPermaLink="true">https://mauromotion.com/posts/2022-06-10-moving-to-qobuz</guid><pubDate>Fri, 10 Jun 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I&apos;ve been using Deezer as my music streaming platform of choice for the last year. I moved from Spotify mostly because after I&apos;ve tried Deezer HiFi FLAC streaming I could noticeably hear the difference in sound quality with my equipment (and ears) so I had to move to a better quality streaming service.
At the time I&apos;ve tried a few and decided to go with Deezer mostly because it felt as the best alternative to Spotify in terms of user experience and catalogue offer. I&apos;ve been mostly happy with Deezer - I&apos;ve never missed any album or artist, sounded good, the app worked fine. My biggest complaints with it have been about their customer service and the occasional hic up of the service (like when all my saved albums disappeared for a day only to come back the day after in my favourites section without being bookmarked, so I had to re-save about 350 albums manually in fear of losing it all again). They have also been quite obscure with their changes in pricing that cost me a few extra £ just because they didn&apos;t tell me I could switch my plan to a (new) cheaper one for the same exact features.&lt;/p&gt;
&lt;p&gt;Annoying.&lt;/p&gt;
&lt;p&gt;A few days ago though I gave Qobuz a second try.
I already gave it a shot last year for a month but it didn&apos;t impress me for some reason - I remember in particular the iOS app was a bit too much on the crashy side of things. Also I couldn&apos;t find some albums.
Now Qobuz has a new trial offer which gives you 3 months for free and so I went with it again.&lt;/p&gt;
&lt;p&gt;So much better!&lt;/p&gt;
&lt;p&gt;This is clearly a service made with music lovers in mind, first and foremost:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The desktop app (Windows 10) is great - I love how, for some albums, they have the full CD booklet available one click away. And a good looking full screen mode doesn&apos;t hurt either.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The desktop app (on Windows 10) can see all your audio devices and let you even choose what driver to use. You can easily play bit perfect Hi Res music with WASAPI Exclusive mode in just a click. Awesome!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The sound quality is amazing and it&apos;s great to have Hi-Res versions of a lot of albums.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There are nice filters for the favourites library that actually work. You can easily search inside your library as well.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You can check out labels pages with all their latest (and oldest) releases.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The home page is always filled with interesting new releases that are actually good and not some hip hop trashy super star that paid to be on the homepage (hello Tidal).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I still have to find any missing artist or albums so they have definitely improved the offer of their catalogue.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There are no podcast - I use different services for those, I don&apos;t feel the need of cluttering my music app with extra fluff.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There are a lot of interesting articles on each artist or album page.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I still have to try their discover algorithm but honestly I rarely ever use those to find new music, so it doesn&apos;t matter too much to me.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The iOS app seems to work much better than a year ago, no crashes at all so far.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After these 3 free months I think I&apos;m going for the yearly subscription plan, it will be a bit over £10 per month this way which is a great price point considering I was paying £12 p.m. to Deezer.&lt;/p&gt;
&lt;p&gt;Overall I highly recommend Qobuz.&lt;/p&gt;
</content:encoded><category>music</category></item><item><title>Headphones comparison - From DT770 Pro to Hifiman Sundara</title><link>https://mauromotion.com/posts/2022-04-21-from-dt770-to-hifiman-sundara</link><guid isPermaLink="true">https://mauromotion.com/posts/2022-04-21-from-dt770-to-hifiman-sundara</guid><pubDate>Thu, 21 Apr 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;About a year ago I took the leap and bought myself a &lt;a href=&quot;https://www.schiit.com/&quot;&gt;Schiit&lt;/a&gt; stack (Modi 3+, Magni Heresy, Mani) to listen to music from my PC (I have a growing library of FLAC files and a subscription to Deezer HiFi) and to my LP collection through an AT-LP120XUSB with an upgraded shibata cartridge (AT-VMN95SH).
As I live with my partner and we&apos;re both working from home, I need to use headphones 90% of the day and at the time I had a pair of Audio-Technica M50X which I&apos;ve always found very uncomfortable and never really liked how they sounded, so much so I had to resort to an EQ (which I&apos;d rather avoid usually) - I just bought them because of the internet hype I guess. I then went on and after a more accurate research I bought a pair of &lt;strong&gt;Beyerdynamic &lt;a href=&quot;https://global.beyerdynamic.com/dt-770-pro.html&quot;&gt;DT770 Pro 80 ohm&lt;/a&gt;&lt;/strong&gt;. I remember I was instantly blown away - great soundstage, unbelievable deep bass and overall a much better listening experience and comfort than the M50X. I&apos;ve been happily using the DT770 for about a year now.
Until I got back into the rabbit hole - I wanted to upgrade my headphones and really wanted to try something different this time. So I started to look into open back headphones and also the planar magnetic drivers technology. It didn&apos;t take too long until I could hear the &lt;a href=&quot;https://www.reddit.com/r/headphones/&quot;&gt;internet&lt;/a&gt; screaming at me: &lt;strong&gt;&lt;a href=&quot;https://hifiman.com/products/detail/286&quot;&gt;Hifiman Sundara&lt;/a&gt;&lt;/strong&gt;!
I got a pair from Amazon. And this is my experience after about a week of use.&lt;/p&gt;
&lt;p&gt;Out of the box the Sundaras looked quite good, a nice upgrade from the plastic frame of the DT770 although the headband felt a bit flimsy. Alas, the cable was horrid though - way too short and way too rigid, I&apos;ve bought a new one like two days after.&lt;/p&gt;
&lt;p&gt;Although on the paper the Sundaras are slightly heavier than the DT770 when I put them on my head they felt like they were made of feathers - much more comfortable, with less pressure on the top part of my ears too. Great.&lt;/p&gt;
&lt;p&gt;Then I plugged them into my Magni Heresy and pressed play on &lt;a href=&quot;https://www.foobar2000.org/&quot;&gt;Foobar2000&lt;/a&gt;. I wasn&apos;t impressed at all. Definitely a bit more details - I could hear things I&apos;ve never heard before in songs that I&apos;ve been listening to for about 20 years - singers breathing in, sax players hitting with their fingers on their instrument, some quiet few extra notes at the end of a solo. But then I wondered - do all these little extra details make a real difference to my listening experience? I wasn&apos;t so sure.&lt;/p&gt;
&lt;p&gt;For some reason I felt the Sundara&apos;s sound lacking. I couldn&apos;t put my finger on it but I was missing something, and I could feel my brain constantly reaching forward to hear something that was supposed to be there, but wasn&apos;t. And so I found myself with my hand on the volume knob way too many times, turning it up.
I started to do some A/B listening tests with the DT770 and my impressions were so much better with my old headphones. In particular I was missing the soundstage, which was odd considering the Sundaras are open back, they were definitely more &lt;em&gt;airy&lt;/em&gt;, though. And obviously the sub bass growl of the DT770 wasn&apos;t there. At this point I was sure I was going to send the Sundaras back. In particular I felt like even if they were an upgrade, certainly not a 3x upgrade, based on the price tag alone.&lt;/p&gt;
&lt;p&gt;Little by little though I started to notice the different qualities of the sound - the bass wasn&apos;t so deep as the DT770 but definitely present and clearer. The mid frequencies felt a lot &lt;em&gt;in my face&lt;/em&gt; but so much more warm and &lt;em&gt;musical&lt;/em&gt;. The trebles were more detailed without being too harsh on my ears.
I also noticed that the Sundaras were doing better with some genres of music and worst with some others - they really impressed me a lot with jazz and classical music, they were decent with rock, not so much with metal though. And awful with electronic. I could hear the fake nature of the samples used in some songs, somehow - they sounded artificial in a way I had never noticed before. Still the soundstage wasn&apos;t there and I started to feel the Sundaras shouty, too much in my face, especially the vocals.&lt;/p&gt;
&lt;p&gt;Until one night I went to bed after a long listening session and in the silence of my bedroom I could hear my ears ringing as if I had been at some loud live gig. I realized that I was definitely listening to music at too high volume.
The day after I forced myself to keep the volume down on my Magni and boom. Something clicked in my head. I could hear the soundstage opening and I could appreciate the quality of the music so much more. I then did a last A/B test with the DT770 - holy hell, they were harsh! I had become a Sundara&apos;s lover. Most of it all, I could really tell the different sound signatures - the V shape of the DT770 (low and high frequencies up and mids down below) against the very crisp and clear neutral shape of the Sundaras.&lt;/p&gt;
&lt;p&gt;I&apos;ve read around about breaking in the headphones, even on the Sundara&apos;s manual they suggest 150 hours of breaking in. I honestly align myself with the skeptics here as I trust the measurements and they&apos;ve never shown any relevant change after any break in period. But I think I&apos;ve witnessed myself a &lt;em&gt;brain&lt;/em&gt; break in - I was so used to the sound signature of the DT770 that it took me a few days to understand basically how to listen to a different pair of headphones, so much that I couldn&apos;t appreciate the obvious higher qualities of the new pair.&lt;/p&gt;
&lt;p&gt;Also I think I&apos;ve already experienced a bit of the &lt;em&gt;diminished returns effect&lt;/em&gt;, even at this relative low price tag point. I&apos;m in love with the Sundaras now but for three times less the price the DT770 are a no brainer suggestion for anyone interested into an entry level pair of quality headphones.&lt;/p&gt;
&lt;p&gt;All considered though, the listening experience with the Hifiman Sundara is undeniably better - so much more &lt;em&gt;musical&lt;/em&gt; and open (and also comfortable and less fatiguing) that it&apos;s hard for me to look back now.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/sundaras_01.ENqXdFnB_1GeJea.webp&quot; alt=&quot;Hifiman Sundara, a pair of open back headphones&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;figcaption&amp;gt;The Hifiman Sundara&amp;lt;/figcaption&amp;gt;&lt;/p&gt;
</content:encoded><category>music</category></item><item><title>Album Review // Skee Mask - Pool</title><link>https://mauromotion.com/posts/2022-04-11-skee-mask-pool-review</link><guid isPermaLink="true">https://mauromotion.com/posts/2022-04-11-skee-mask-pool-review</guid><pubDate>Mon, 11 Apr 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 400px; height: 472px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=222624053/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://iliantape.bandcamp.com/album/itlp09-pool&quot;&amp;gt;ITLP09 - Pool by Skee Mask&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;em&gt;An experiment in music &quot;review&quot;. I typed down my impressions of the songs while listening to them in a very free way, and some short final thoughts on the overall album.&lt;/em&gt;&lt;/p&gt;
&lt;h1&gt;Track by Track&lt;/h1&gt;
&lt;h3&gt;01. Nvivo&lt;/h3&gt;
&lt;p&gt;The intro is like being sucked into a soundscape. Then it stops and this intricate beat pattern starts. So groovy. There&apos;s some sort of riff or melody as well, but not predominant. It&apos;s like a bass playing in the background somehow, it&apos;s so tight to the drums that it&apos;s barely audible. In one word: tight. In the background the soundscapes sucking in and out continues. It never stays still, constant change throughout the whole track. Very close to some &lt;em&gt;Aphex Twin&lt;/em&gt; stuff. A braindance for sure, but also an actual dance floor song. Here comes the bouncing steel balls hi-hat sounds. And laser zaps! A tasteful intro to a tasteful album. &lt;strong&gt;5/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;02. Stone Cold 369&lt;/h3&gt;
&lt;p&gt;A huge bass pattern comes from the distance, menacing but so tasteful. Almost like a real electric bass lightly slapped. The ambient sounds grow around the riff in circles. This is basically an ambient track made of synth noises. Captivating soundscape overall. A real sense of texture and physicality on this track. A joyful church organ like major chord shows us the exit. &lt;strong&gt;5/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;03. LFO&lt;/h3&gt;
&lt;p&gt;This one starts out pretty industrial. There&apos;s an actual harmony that guides the piece. the beats are made of static discharging sounds. Very deep and soft bass line. almost soothing. There&apos;s an interesting contrast between the harshness of the beats and the softness of the other sounds. Great soundscaping work here as well. The song is in constant evolution although it&apos;s just a repeating pattern of three notes. &lt;strong&gt;5/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;04. Rdvnedub&lt;/h3&gt;
&lt;p&gt;Flanged sound of an obsessive beat pattern. An echoed synth breaks the wall of beats. Some nice enveloping effects keep the track interesting. The rhythm sets in a more distinct pattern that feels like it will do good on a dancefloor. Interesting overall, albeit a bit repetitive. &lt;strong&gt;4/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;05. CZ3000 Dub&lt;/h3&gt;
&lt;p&gt;Ethereal soundscape and 4/4 kick drum. Very dance oriented track. Makes you bob your head. This could be out of &lt;em&gt;&lt;a href=&quot;https://www.allmusic.com/album/selected-ambient-works-85-92-mw0000213259&quot;&gt;Aphex Twin - Selected Ambient Works 85-92&lt;/a&gt;&lt;/em&gt;, easily. One of the best tracks on the album for sure. Simple but beautifully crafted. &lt;strong&gt;5/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;06. DJ Camo Bro&lt;/h3&gt;
&lt;p&gt;I love the broken up sound of the pads in this track. The beats as well are fantastic. Very upbeat song in its own way. Hypnotic and energizing at the same time. One of my very favourites. A masterpiece of drums programming really. &lt;strong&gt;5/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;07. Collapse Casual&lt;/h3&gt;
&lt;p&gt;Weird intro like from an old movie. Nice drumming, groovy and catchy. Otherworldly echoes in the background. Quite a tense atmosphere. Glacial, like being inside a beached metal ship. There&apos;s kind of a jungle feeling to the beats. Not my favourite on the album but still well crafted. &lt;strong&gt;3/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;08. Breathing Method&lt;/h3&gt;
&lt;p&gt;This is a relentless beating monster. Again, like jungle but more minimalistic. Haunted by echoes that sound like weird screaming voices in the background. At some point an actual sample from a rapping voice appears. Ominous atmosphere overall. I like the drop at halfway of the track. Sometimes those screams remind me of &lt;em&gt;Firestarter&lt;/em&gt; from &lt;em&gt;The Prodigy&lt;/em&gt;. An ominous triphop/jungle minimalistic song. Nice. &lt;strong&gt;4/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;09. Ozone&lt;/h3&gt;
&lt;p&gt;This is more of an ambient track. Somehow a resting place after the previous song. Relaxing and bright. At some point a very barebone drumming starts. &lt;strong&gt;4/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;10. Rio Dub&lt;/h3&gt;
&lt;p&gt;Another ambient track with what sounds like some jazz sparse drums in the background, more like brushes on a snare. Also there&apos;s some kind of bass line as well. Everything is suspended in the air. You can almost see the smoke. Some robot voices push the Blade Runner atmosphere even further somewhere along halfway of the track. This is the best ambient piece of the album, but I still prefer other songs. &lt;strong&gt;4/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;11. Testo BC Mashup&lt;/h3&gt;
&lt;p&gt;This is weird. I can hear a distorted sample of an Italian radio that says &quot;Colosseo&quot; at some point. The beats start inside this dreamy soundscape. Impressive. Phenomenal drumming that reminds me of Aphex Twin once again. This could be on &lt;em&gt;&lt;a href=&quot;https://www.allmusic.com/album/richard-d-james-album-mw0000087254&quot;&gt;RDJA&lt;/a&gt;.&lt;/em&gt; At half of the track there&apos;s a crescendo and the tempo picks up like it&apos;s flying away. So good. Really nice beats samples. One of the best tracks on the album, indeed. &lt;strong&gt;5/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;12. Dolan Tours&lt;/h3&gt;
&lt;p&gt;Deep drum kick in between dreamy pads. Nice beats a la &lt;em&gt;Aphex Twin&lt;/em&gt; again. Calm and tense atmosphere at the same time, very enjoyable. Really nice sounds again. A constantly changing song that turns around these very open repeating pads. &lt;strong&gt;5/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;13. Absence&lt;/h3&gt;
&lt;p&gt;Beatless ambient track - sounds of static electricity and pads in the background. Quite creepy. &lt;strong&gt;3/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;14. 60681z&lt;/h3&gt;
&lt;p&gt;Clap and heavy kick drum, pretty intense rhythm and synth riff. Nice atmosphere - when it gets a bit boring some extra elements get in. Dance oriented anyway - or as a sort of ambient track with beats. Really nice drumming overall. Towards the end there&apos;s like a synth solo which is interesting, albeit a bit random. &lt;strong&gt;4/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;15. Crosssection&lt;/h3&gt;
&lt;p&gt;Another beats driven song. Some interesting sounds, like a vocoder creeping in. There&apos;s an actual simple harmony in the background. Pretty groovy track. Overall the song sounds like it likes to keep its cool. And it is indeed pretty cool and chill. Upbeat in its own way. &lt;strong&gt;4/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;16. Harrison Ford&lt;/h3&gt;
&lt;p&gt;(retro)Futuristic. Intense groove, claps and old school synths. Nice openings behind the main groove, ethereal soundscapes in the background. Trippy kind of mellow braindance. There&apos;s even what sounds like an electric guitar solo at some point. Marimbas as well, very cool sound choices. Everything sounds so crisp and fresh too. It&apos;s always the same small pattern but everything around it changes constantly - also its own sounds change quite frequently. One of my favourites. &lt;strong&gt;5/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;17. Pepper Boys&lt;/h3&gt;
&lt;p&gt;Claps and groove. Very interesting drumming that makes you wanna dance. Very cool openings and closings in the sounds - overall ethereal pads again, creating a sense of open background which is so refreshing and contrasts well with the groove that&apos;s leading in front of the song. Another one of my favourites. &lt;strong&gt;5/5.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;18. Fourth&lt;/h3&gt;
&lt;p&gt;Starts as an ambient track, background noises and a kick here and there. Reverse pads gives this summer night feeling. A simple structure creeps out all the layers. It sounds almost like a very minimalistic hip hop track. The sounds choices as always are excellent. Great texturing work. It feels more like a painting than a song. Towards the end comes in something that sounds like an acoustic drumkit playing a few bars of the groove. Very evocative track. &lt;strong&gt;4/5.&lt;/strong&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h1&gt;Final Thoughts&lt;/h1&gt;
&lt;p&gt;An overall great album. Many different kinds of tracks, never boring. From ambient soundscapes to dance floor hits to intricate braindance compositions. A very tasteful selection of sounds and samples - an airy and precise production that conjures these huge evocative mindscapes. Some creepy interludes and sci-fi moments have been put into the mix that contrast well with the more techno songs. A very visual album overall, cinematic. A black and white play of shadows and lights. The work of a virtuoso that never indulges into his technique for the simple sake of it, but who&apos;s instead focused into crafting these magnificent soundscapes and relentless beats. It really grows on you with every consecutive listen. One of my personal favorite electronic music records of all times. &lt;strong&gt;5/5.&lt;/strong&gt;&lt;/p&gt;
</content:encoded><category>music</category></item><item><title>About NFTs</title><link>https://mauromotion.com/posts/2022-02-18-about-nfts</link><guid isPermaLink="true">https://mauromotion.com/posts/2022-02-18-about-nfts</guid><pubDate>Fri, 18 Feb 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I have been aware of the &lt;a href=&quot;https://en.wikipedia.org/wiki/Blockchain&quot;&gt;blockchain technology&lt;/a&gt; for a few years now, reading about it in the book &lt;a href=&quot;https://www.versobooks.com/books/2742-radical-technologies&quot;&gt;Radical Technologies&lt;/a&gt; by Adam Greenfield mostly and I found it definitely fascinating and with quite an undisputable potential.&lt;/p&gt;
&lt;p&gt;What I wasn&apos;t aware of was the rising of this thing called &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-fungible_token&quot;&gt;NFT&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Blockchain and NFTs&lt;/h2&gt;
&lt;p&gt;Non Fungible Tokens are basically whatever piece of digital artwork or information authenticated on a cryptocurrency blockchain (usually the Ethereum blockchain).
What happens is that something that is intrinsically technically reproducible ad infinitum (such is the nature of digital things), can become unique or at least scarce. An NFT is an actual receipt that points to a URL that holds that digital thing on somebody&apos;s server. This receipt then lives on a blockchain that makes sure that any block of data it contains is mathematically unique and can&apos;t be compromised or tampered without compromising the whole chain (which is basically a huge database).&lt;/p&gt;
&lt;p&gt;I&apos;m not here to tell you how much the blockchain technology is most probably bad for the environment (compared to the power consumption of the banking systems), or how much it&apos;s still unsecure, not privacy oriented, not really distributed nor decentralised, how much it&apos;s creating its own silo on the web and I could go on. If you&apos;re interested in all that I strongly suggest you to have a look at this pretty long (and pretty popular and really comprehensive) video by &lt;a href=&quot;https://twitter.com/FoldableHuman&quot;&gt;Dan Olson&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube-nocookie.com/embed/YQ_xWvX1n9g&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;NFTs and Motion Graphics&lt;/h2&gt;
&lt;p&gt;Another coincidental reason for which I&apos;ve been aware (more than necessary probably) of the NFT phenomenon is because of my job and my interests, therefore my web frequentations - the motion graphics industry in the specific.&lt;/p&gt;
&lt;p&gt;The big bang of the NFTs was &lt;a href=&quot;https://www.forbes.com/sites/abrambrown/2021/03/11/beeple-art-sells-for-693-million-becoming-most-expensive-nft-ever/&quot;&gt;the selling of a piece&lt;/a&gt; for about $69 million USD. The piece was a digital collage made by the digital artist &lt;a href=&quot;https://www.beeple-crap.com/&quot;&gt;Beeple&lt;/a&gt; with his 5000 pieces of artwork. He created all this 3D rendered images in exactly 10 years (5000 days) of uninterrupted daily work in Cinema 4D, the currently most used 3D software in the motion graphics industry. He was already well known because of his resilience with what many of us motion designers have tried but so many have failed keeping up, making a piece everyday.&lt;/p&gt;
&lt;p&gt;What happened is that after Beeple became an actual millionaire, the &lt;a href=&quot;https://www.merriam-webster.com/dictionary/FOMO&quot;&gt;FOMO&lt;/a&gt; was real on the internet. Instagram and Twitter especially saw a huge wave of motion designer and 3D artists doing their best (sometimes worst) effort to become part of this &quot;revolution&quot;.&lt;/p&gt;
&lt;p&gt;Let&apos;s get straight to the point here - let&apos;s not be naïve more than what is necessary:&lt;/p&gt;
&lt;p&gt;we&apos;re working as motion designers because it&apos;s a job. A job that pays the bills, and maybe (hopefully more often than not) in the process we enjoy what we&apos;re doing. So I&apos;m not surprised that people follow the latest trends to make money, because that&apos;s what it is in the end, and it will always be until this capitalist economic system exists as it is.&lt;/p&gt;
&lt;p&gt;No. This is not the issue. Greed is the issue. And also the fallout that rains on everybody else&apos;s heads.&lt;/p&gt;
&lt;h2&gt;The FOMO goldrush&lt;/h2&gt;
&lt;p&gt;Because of this collective FOMO (and consequential run towards the NFT dream) most of the internet spaces that are used by people like me to stay up to date with the state of the art and to be inspired by others&apos; talent, have been flooded by a huge sea of sameness. A big discharge of what is now just noise to my eyes in the form of dull, repetitive and copied and pasted renders of 3D heads with weird textures, displaced pieces of random geometry with attached long conceptual very unneeded explanations, and so on. One could argue if it wasn&apos;t already the same at least for the last couple of years (if not more) before the advent of NFTs, especially on Instagram. Yes, indeed. But what it&apos;s worse now is that all of these Non Fungible Artists are now trying so hard to be part of the phenomenon that they look like they&apos;re part of some kind of creepy internet cult.&lt;/p&gt;
&lt;p&gt;You can tell them from miles away:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Colourful stylised profile picture which is either a monkey, a prosperous cyber lady, a cute cat or derivatives.&lt;/li&gt;
&lt;li&gt;They&apos;ve added the extension &quot;.eth&quot; to their nicknames.&lt;/li&gt;
&lt;li&gt;They post regularly on Twitter and every morning they type &quot;GM&quot; (as in, you know, good morning) and GN before bed (as in, you&apos;ve guessed it, good night). I&apos;ve come to know they do this because is part of the larger cryptocurrency community and it means something like, &quot;I&apos;m still here holding onto my crypto money because I believe we&apos;re gonna be the future (and rich)&quot;.&lt;/li&gt;
&lt;li&gt;They have changed their way of communicating on the internet and now they all sound like salesmen that want to sell you their crappy shiny car.&lt;/li&gt;
&lt;li&gt;They are desperate for attention and they really care about being part of their &quot;community&quot;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And more, but you&apos;ve got the point.&lt;/p&gt;
&lt;p&gt;I&apos;ve seen so many people on Twitter, that I used to follow since about 10 years or more, falling for this - in this pathetic attempt to be part of something that is there just for the money involved.
It&apos;s true that a few artists have become much richer thanks to this phenomenon recently. But they were usually already famous artists and designers (and rightfully so). A very few that weren&apos;t already well established had their chance, they took it and now they&apos;ve gained their share of popularity (and money).
But what is the percentage of this lucky people to the whole? - A very small one if you ask me. It&apos;s like &quot;playing guitar and wanting to become a Rockstar&apos;s&quot; chance.&lt;/p&gt;
&lt;p&gt;In the process, us, casual neighbours and random viewers have to deal with all the noise and shit.&lt;/p&gt;
&lt;h2&gt;Conclusions&lt;/h2&gt;
&lt;p&gt;So to conclude I will add my very personal opinion, as of early 2022, of the cryptocurrency technology in general:&lt;/p&gt;
&lt;p&gt;Cryptocurrencies might be an innovative and inevitably diffused new technology very soon, but as of right now and even more so for the NFTs phenomenon, it&apos;s just a huge scam. It&apos;s a huge &lt;a href=&quot;https://en.wikipedia.org/wiki/Ponzi_scheme&quot;&gt;Ponzi scheme&lt;/a&gt; fueled by the interests of the people that have already invested their own money in it and want you to do the same so they&apos;re investments can grow stronger.
It&apos;s always sad to see what the thirst for easy money, greed and the illusion of quick richness can do to a community.&lt;/p&gt;
&lt;p&gt;As always feel free to hit me up on &lt;a href=&quot;https://mograph.social/@mauro&quot;&gt;Mastodon&lt;/a&gt;, &lt;a href=&quot;https://twitter.com/mauromograph&quot;&gt;Twitter&lt;/a&gt; or send me a good ol&apos; &lt;a href=&quot;mailto:blog@mauromotion.com:&quot;&gt;email&lt;/a&gt;.&lt;/p&gt;
</content:encoded><category>mograph</category></item><item><title>2022, February 17th</title><link>https://mauromotion.com/now/2022-02-17-now</link><guid isPermaLink="true">https://mauromotion.com/now/2022-02-17-now</guid><pubDate>Thu, 17 Feb 2022 00:00:00 GMT</pubDate><content:encoded>&lt;h3&gt;Update from February 17th, 2022&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Still living in SE London with my partner Flavia and our cat Jessy.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/christmas_pic.UmMY9hVH_Z2qo2w5.webp&quot; alt=&quot;a photo of me and Flavia, I hold Jessy, a tuxedo cat in my arms. On the table there&apos;s a bottle of prosecco, glasses and a hole pan of lasagna&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;figcaption&amp;gt;The traditional Christmas photo with lasagna.&amp;lt;/figcaption&amp;gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Still freelancing from home since March 21st 2020.&lt;/li&gt;
&lt;li&gt;I&apos;m not actually actively looking for new clients though, I&apos;m just working for my regulars when they need me - in the meantime I&apos;m studying various things to improve my career. Such as...&lt;/li&gt;
&lt;li&gt;Currently hard at work learning Houdini. I&apos;m doing great progress, I don&apos;t feel like I&apos;m a beginner anymore. Although, it&apos;s not super easy to kickstart my own projects with it (yet).&lt;/li&gt;
&lt;li&gt;Quite a lot of Octane tinkering - Redshift is still my main render engine but I finally managed to learn Octane as well.&lt;/li&gt;
&lt;li&gt;I took the online course &quot;Design Bootcamp&quot; from School of Motion to tackle once and for all my imposter syndrome. It was very intense but very much worth it.&lt;/li&gt;
&lt;li&gt;Working on various ideas for personal projects to develop further.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;For all the rest&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;I&apos;m dedicating way too much time into developing this blog. I think I&apos;m addicted now.&lt;/li&gt;
&lt;li&gt;I&apos;m very much interested in &lt;a href=&quot;https://en.wikipedia.org/wiki/Personal_knowledge_management&quot;&gt;PKM&lt;/a&gt; (Personal Knowledge Management), productivity, &lt;a href=&quot;https://en.wikipedia.org/wiki/Zettelkasten&quot;&gt;Zettelkasten method&lt;/a&gt;, &lt;a href=&quot;https://fortelabs.co/blog/para/&quot;&gt;PARA method&lt;/a&gt; (both of which I&apos;m currently using), and the fantastic software that I&apos;m constantly typing on for everything &lt;a href=&quot;https://obsidian.md/&quot;&gt;Obsidian&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;After a bad 2021 with injuries to both my ankle and my knee I&apos;m finally back on track with running on a regular schedule. Actually last week I hit a personal record time on a 10K run at 54:49. Pretty good if you ask me!&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Currently listening&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Looking forward to &lt;a href=&quot;https://www.desertfest.co.uk/&quot;&gt;Desertfest London 2022&lt;/a&gt;, I&apos;ve got the tickets in 2019. Hopefully this will be the year...&lt;/li&gt;
&lt;li&gt;Lots of electronic and IDM recently, mostly the classics Aphex Twin, Burial, Four Tet.&lt;/li&gt;
&lt;li&gt;For all the rest have a look &lt;a href=&quot;https://www.last.fm/user/madmonk80&quot;&gt;here&lt;/a&gt;, and &lt;a href=&quot;https://bandcamp.com/mauromotion&quot;&gt;here&lt;/a&gt;, and &lt;a href=&quot;https://blog.mauromotion.com/categories/#music&quot;&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Currently watching&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Watching for the first time The Sopranos, such a great show, I don&apos;t know why I haven&apos;t watched it before honestly. No spoilers please!&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Currently playing&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Not much gaming for me recently but when I do play I&apos;m mostly into roguelikes such as The Binding of Isaac and Dead Cells. // Elden Ring!&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Currently reading&lt;/h4&gt;
&lt;p&gt;Sitting on my bedside table:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;David Stubbs - Mars by 1980&lt;/li&gt;
&lt;li&gt;Mark Manson - Everything is Fucked&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>now</category></item><item><title>Music consumption habits in 2022</title><link>https://mauromotion.com/posts/2022-02-15-my-music-habits-in-2022</link><guid isPermaLink="true">https://mauromotion.com/posts/2022-02-15-my-music-habits-in-2022</guid><pubDate>Tue, 15 Feb 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;About a year ago, the second year into the covid-19 pandemic, I decided (and frankly needed) to get back into actively listening to music.
What I mean by that is not only using music as a background for other activities but actually spend the whole focus of my attention for sometime everyday to the act of listening to music. Something that I used to do regularly while growing up, especially in the pre-internet era, and that I&apos;ve been missing a lot.&lt;/p&gt;
&lt;p&gt;I divide my interest for music in two different (but related) activities:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Research and Discovery of new (and old but &quot;new to me&quot;) music&lt;/li&gt;
&lt;li&gt;Pure listening enjoyment&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Research &amp;amp; Discovery resources&lt;/h2&gt;
&lt;p&gt;The main source of new music to me is, without any doubt, &lt;a href=&quot;https://bandcamp.com/mauromotion&quot;&gt;Bandcamp&lt;/a&gt;. I use their website extensively, from their curated articles/lists to their podcasts and their suggestions algorithm - it&apos;s a continue flow of interesting music of all genres.&lt;/p&gt;
&lt;p&gt;There are also some other music website that I tend to browse regularly:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;https://www.allmusic.com&quot;&gt;allmusic.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thequietus.com/&quot;&gt;thequietus.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://beatsperminute.com/&quot;&gt;beatsperminute.com&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I&apos;m always on the look for good music writings and this list tends to vary with time.&lt;/p&gt;
&lt;p&gt;I also receive (way too) many newsletters, mostly from labels and record stores. Although they clutter my mailbox quite a bit I definitely find some interesting albums in there and they help me keeping up with some reissues that I might otherwise miss.&lt;/p&gt;
&lt;p&gt;I like to listen to some radio stations from time to time. Mostly &lt;a href=&quot;https://www.bbc.co.uk/sounds/play/live:bbc_6music&quot;&gt;BBC6&lt;/a&gt; but also &lt;a href=&quot;https://worldwidefm.net/&quot;&gt;Worldwide FM&lt;/a&gt;. In general (and if you know, you might have noticed a pattern here) I tend to follow anything that the man, &lt;a href=&quot;https://www.gillespetersonworldwide.com/&quot;&gt;Giles Peterson&lt;/a&gt;, suggests or produces, recently.&lt;/p&gt;
&lt;h2&gt;And now for the actual listening experience&lt;/h2&gt;
&lt;p&gt;Since I&apos;ve got myself a &lt;a href=&quot;https://www.schiit.com/&quot;&gt;Schiit&lt;/a&gt; stack and a pair of &lt;a href=&quot;https://polar.uk.com/dt-770-pro-80-ohm-474746&quot;&gt;Beyerdynamic&lt;/a&gt; headphones (and realised I can &lt;strong&gt;definitely&lt;/strong&gt; hear the difference between lossless and lossy audio files) I switched all my digital music consumption to FLAC files (lossless format).&lt;/p&gt;
&lt;h3&gt;Lossless vs lossy&lt;/h3&gt;
&lt;p&gt;My opinion on whether or not lossless or lossy file formats make an actual difference to the listening experience is varied:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I believe that most of it is purely personal, it depends on your physical hearing abilities and actual listening training/experience.&lt;/li&gt;
&lt;li&gt;It also depends a lot from the sources - the way the music is mixed and mastered which varies a lot, especially from genre to genre.
With something like crust punk or some metal subgenres I don&apos;t think it really matters because the production in these cases is often inherently low-fi. Which isn&apos;t a bad thing in itself (it&apos;s a matter of aesthetics of some music genres) but don&apos;t expect to hear a difference in sound quality if you try to listen to Burzum in a high definition 24bit FLAC format.
But for music that is (meant to be) well recorded and produced the difference is much more noticeable in my experience. For example I find a huge gap in quality when I listen to lossless (or even better analogue, well mastered) formats for jazz, soul and classical music.&lt;/li&gt;
&lt;li&gt;The equipment used is very important as well:
If you listen to anything via Bluetooth connection for example, lossless or lossy it doesn&apos;t make any difference at all, since the BT connection will compress the sound anyway. The quality of the headphones or speakers makes a whole lot of difference as well, although there&apos;s a lot of personal preference involved. In the end, I believe there&apos;s a sweet spot for the quality and cost of the audio equipment: too much cheap quality hardware won&apos;t let you appreciate any difference in sound, but after a certain threshold, too expensive equipment becomes overkill, the value for money in terms of sound quality just drops.&lt;/li&gt;
&lt;li&gt;And last but not least, I won&apos;t deny that there must definitely be some placebo effect at play in here - but hey, isn&apos;t the experience of reality inherently subjective? So if that&apos;s the case, who cares?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Streaming services&lt;/h3&gt;
&lt;p&gt;I moved from Spotify (which has been teasing an HiFi service for over a year now without actually shipping it) after almost a decade, to &lt;a href=&quot;https://www.deezer.com&quot;&gt;Deezer&lt;/a&gt;, which offers FLAC quality at a decent price and has a large catalogue similar to the competition.&lt;/p&gt;
&lt;p&gt;I use the streaming services to be able to access whatever album I find (old or new) in a high quality digital format, mostly for listening on the go on my iPhone (strictly with a pair of good &lt;strong&gt;wired&lt;/strong&gt; earphones).
I don&apos;t consider anymore the streaming services as a source of music discovery as I don&apos;t like very much their music discovery algorithms - I tend to find them repetitive, dull and quite a cold experience overall. I very much prefer curated (by humans) playlists, if I have to chose.&lt;/p&gt;
&lt;p&gt;Anyway if I really like an album, I buy it. Streaming music to me is mostly a try-before-you-buy affair right now.&lt;/p&gt;
&lt;p&gt;On a separate note: I also am a nostalgic user of &lt;a href=&quot;https://www.last.fm/user/madmonk80&quot;&gt;Last.fm&lt;/a&gt;, scrobbling strong since 2006. I like Last.fm mostly for the ability to track my listening habits, the fluctuations in my taste and sometimes it&apos;s just useful to find something I listened to in the past that I can&apos;t recall on the spot.
It used to be a great music community, it&apos;s now, sadly, mostly a dead web space for internet trolls.&lt;/p&gt;
&lt;h3&gt;Local music library&lt;/h3&gt;
&lt;p&gt;I have a local music library on my hard drive that consists of FLAC files only, most of them bought on Bandcamp, some ripped from actual CDs I own, some others coming from download codes of LPs I&apos;ve bought.&lt;/p&gt;
&lt;p&gt;To listen to my local library on Windows 10 I&apos;m using &lt;a href=&quot;https://www.foobar2000.org/&quot;&gt;foobar2000&lt;/a&gt; with the &lt;a href=&quot;https://github.com/Ottodix/Eole-foobar-theme&quot;&gt;Eole&lt;/a&gt; theme.&lt;/p&gt;
&lt;h3&gt;Physical music collection&lt;/h3&gt;
&lt;p&gt;When I really enjoy an album or I want to support an artist that I like, I usually buy the LP (what they call &quot;vinyl&quot; nowadays) and when, for whatever reason, the LP is not available I get the album on CD (rarely).
I&apos;ve been doing most of my shopping online recently, but I enjoy going to the actual record stores in person whenever possible.&lt;/p&gt;
&lt;p&gt;My favourites stores in London are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.phonicarecords.com/&quot;&gt;Phonica&lt;/a&gt; (Soho)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.roughtrade.com/&quot;&gt;RoughTrade&lt;/a&gt; (Shoreditch)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.casbahrecords.co.uk/&quot;&gt;Casbah Records&lt;/a&gt; (Greenwich)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sleevenotesrecords.com/&quot;&gt;Sleeve Notes Records&lt;/a&gt; (Richmond)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sisterray.co.uk/&quot;&gt;Sister Ray&lt;/a&gt; (Soho)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sometimes for online-buying-only I use &lt;a href=&quot;https://bleep.com/&quot;&gt;Bleep&lt;/a&gt; (mostly for electronic music, of course).&lt;/p&gt;
&lt;p&gt;I can also buy directly from the labels or (most of the time) through Bandcamp.&lt;/p&gt;
&lt;p&gt;When it&apos;s convenient (mostly to avoid shipping fees, which well, I already pay monthly to be honest with the Prime subscription) I use Amazon, but I really try not to as I&apos;d rather support actual record stores.&lt;/p&gt;
&lt;p&gt;A few times I&apos;ve bought LPs from random sellers/stores on Discogs as well, although I tend not to because if anything goes wrong with the vinyl not all vendors offer a nice customer service for returns, it&apos;s a bit of a hit and miss experience and there are not guarantees, as far as I know. I&apos;d rather avoid.&lt;/p&gt;
&lt;h2&gt;Playing and listening equipment&lt;/h2&gt;
&lt;p&gt;The afore mentioned Schiit stack is comprised of the following components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.schiit.com/products/mani&quot;&gt;Mani&lt;/a&gt; - turntable phono pre-amplifier&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.schiit.com/products/modi-1&quot;&gt;Modi&lt;/a&gt; - DAC (digital to analogue converter) connected to my desktop PC&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.schiit.com/products/magni-1&quot;&gt;Magni&lt;/a&gt; - headphones amplifier that also goes out (preamp) to my external speakers&lt;/li&gt;
&lt;li&gt;A generic (but sturdy) &lt;a href=&quot;https://www.amazon.co.uk/dp/B07VD97LB2&quot;&gt;3-way audio switch&lt;/a&gt; I bought on amazon, for switching between my turntable and my PC with the turn of a knob&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To spin my records I&apos;m using an &lt;a href=&quot;https://www.audio-technica.com/en-gb/turntables/type/direct-drive/at-lp120xusb&quot;&gt;Audio-Technica LP120X&lt;/a&gt; turntable with an upgraded &quot;shibata&quot; stylus, the &lt;a href=&quot;https://www.audio-technica.com/en-gb/cartridges/line-series/at-vm95-series/at-vm95sh-h&quot;&gt;AT-VMN95SH&lt;/a&gt;, that makes a whole lot of difference, honestly.
In the rare occasions that I&apos;m able to listen to my music without headphones I have a pair of &lt;a href=&quot;https://www.edifier.com/product-r1700bt.html&quot;&gt;Edifier R1700BT&lt;/a&gt; connected to my system.
Not the most audiophile of the setups but for my actual needs is perfectly fine and probably even more than enough - It sounds pretty good to me!&lt;/p&gt;
&lt;h2&gt;Conclusions&lt;/h2&gt;
&lt;p&gt;If you made it to the end and are interested in the matter, wanna share some good music or have any related questions feel free to hit me up on Twitter/Mastodon or to send me an email.&lt;/p&gt;
&lt;p&gt;Until then, happy listening!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://mauromotion.com/_astro/photo_2021-04-13_11-11-07.BSLacLu6_29FNpR.webp&quot; alt=&quot;a photo of my desktop, with two monitors and a turntable&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;figcaption&amp;gt;My actual setup&amp;lt;/figcaption&amp;gt;&lt;/p&gt;
</content:encoded><category>music</category></item><item><title>Top 10 new albums of 2021</title><link>https://mauromotion.com/posts/2021-12-27-my-top-10-new-albums-of-2021</link><guid isPermaLink="true">https://mauromotion.com/posts/2021-12-27-my-top-10-new-albums-of-2021</guid><pubDate>Mon, 27 Dec 2021 00:00:00 GMT</pubDate><content:encoded>&lt;h3&gt;10. Dos Santos - City of Mirrors&lt;/h3&gt;
&lt;p&gt;I love the surf rock hints mixed within the overall Latin sounds of this record. Catchy songs, melancholically South American. I just love the dreamy atmosphere this album creates.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: A Tu Lado&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 600px; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=2480765693/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://intlanthem.bandcamp.com/album/city-of-mirrors&quot;&amp;gt;City of Mirrors by Dos Santos&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;9. IDLES - Crawler&lt;/h3&gt;
&lt;p&gt;This new IDLES LP is much less immediate than the previous ones. But fuckin hell it is a grower. Much more musically explorative, same old iconic and urgent lyrics. One of their best works for sure. The production is a punch in the face. In a good way.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Meds&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 600px; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=2340784029/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=1174742723/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://idlesband.bandcamp.com/album/crawler&quot;&amp;gt;CRAWLER by IDLES&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;8. STR4TA - Aspects&lt;/h3&gt;
&lt;p&gt;FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK FUNK&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Aspects&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 600px; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=2452356611/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://str4ta.bandcamp.com/album/aspects-2&quot;&amp;gt;Aspects by STR4TA&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;7. Sault - Rise&lt;/h3&gt;
&lt;p&gt;Brilliant. So many good ideas so well developed. Crystal clear production, fantastic sounds. Soulful, urgent, fierce and confident.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Strong&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 600px; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=3847166500/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=2092567637/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://saultglobal.bandcamp.com/album/untitled-rise&quot;&amp;gt;UNTITLED (Rise) by SAULT&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;6. Floating Points, Pharoah Sanders &amp;amp; The London Philharmonic Orchestra - Promises&lt;/h3&gt;
&lt;p&gt;This one might be a bit overrated to be fair, but in the end it is such a nice piece of music. Sanders&apos; improvisation is brilliant, a great bridge to the spiritual jazz tradition. The minimalistic approach of the whole LP is very enjoyable, with some great emotional peaks, like when the London Philharmonic Orchestra kicks in in all its grandeur.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Movement 6&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 600px; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=3149089081/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=1719511613/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://floatingpoints.bandcamp.com/album/promises&quot;&amp;gt;Promises by Floating Points, Pharoah Sanders &amp;amp; The London Symphony Orchestra&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;5. Emma-Jean Thackray - Yellow&lt;/h3&gt;
&lt;p&gt;Great arrangements, a sunny atmosphere, positive vibes, great musicians. What not to like? Yeah maybe the production is a bit on the dull side but still, this album is packed with so much good stuff that I can honestly live with that. Emma and her band are even better when improvising live! &lt;a href=&quot;https://www.youtube.com/watch?v=8HL9q7fIJB0&quot;&gt;Have a look here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Venus&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 600px; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=2503719464/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=2994451021/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://ejthackray.bandcamp.com/album/yellow&quot;&amp;gt;Yellow by Emma-Jean Thackray&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;4. Jaubi - Nafs at Peace&lt;/h3&gt;
&lt;p&gt;Psychedelic, mysterious, passionate. This LP shits on the heads of all those hipsters &quot;psych&quot; bands out there, any day any time. Traditional eastern instruments mixed with jazz/western instruments crafting some improvisational pieces out of this world.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Raga Gurji Todi&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 600px; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=2293961361/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=4107327648/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://jaubi.bandcamp.com/album/nafs-at-peace&quot;&amp;gt;Nafs at Peace by Jaubi&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;3. Low - HEY WHAT&lt;/h3&gt;
&lt;p&gt;This was a very late discovery for me this year but what an absolutely brilliant album. I love the contrast between the melodic vocal parts and the multiforme texture of sounds. From the grinding &lt;em&gt;out of limiter&lt;/em&gt; screams, to the soft guitars, there&apos;s an eerie balance here that is just a pleasure to experience.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Days Like These&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 600px; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=1429273597/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://lowtheband.bandcamp.com/album/hey-what&quot;&amp;gt;HEY WHAT by Low&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;2. Alfa Mist - Bring Backs&lt;/h3&gt;
&lt;p&gt;A nocturnal album, yet colourful, explorative but rooted into traditions. I like to think of this album as one of the most representative soundtracks of contemporary London. One of the best soundtracks, of course.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: Run Outs&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 600px; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=87634066/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=996520916/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://alfamist.bandcamp.com/album/bring-backs&quot;&amp;gt;Bring Backs by Alfa Mist&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;1. Kaidi Tatham - An Insight To All Minds&lt;/h3&gt;
&lt;p&gt;Definitely my most spinned album of the year. Super groovy, smooth and warm sounds, great modal atmospheres (that could be on par with some of the best Hancock stuff), various rhythmic and genre explorations, never a dull moment for an interesting listening experience from start to finish.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Favourite track: An Insight To All Minds&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe style=&quot;border: 0; width: 600px; height: 120px;&quot; src=&quot;https://bandcamp.com/EmbeddedPlayer/album=1141807083/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=4252459956/transparent=true/&quot; seamless&amp;gt;&amp;lt;a href=&quot;https://kaiditatham.bandcamp.com/album/an-insight-to-all-minds&quot;&amp;gt;An Insight To All Minds by Kaidi Tatham&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
</content:encoded><category>music</category></item><item><title>A brief Mastodon guide for newcomers</title><link>https://mauromotion.com/posts/2022-02-02-a-brief-mastodon-guide-for-newcomers</link><guid isPermaLink="true">https://mauromotion.com/posts/2022-02-02-a-brief-mastodon-guide-for-newcomers</guid><pubDate>Sun, 02 Feb 2020 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;This is a quick reference guide for brand new Mastodon (and Fediverse) users who may be feel like they&apos;re screaming into the void when they first join &lt;em&gt;mograph.social&lt;/em&gt; (or any other instance for that matters).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mograph.social/&quot;&gt;Mograph.social&lt;/a&gt; is a &lt;a href=&quot;https://joinmastodon.org/&quot;&gt;Mastodon&lt;/a&gt; server that is part of a much more vast network of other servers called &lt;a href=&quot;https://fediverse.party/en/fediverse/&quot;&gt;&quot;The Fediverse&quot;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You have chosen to subscribe to this server because, most probably, you&apos;re interested in &lt;em&gt;motion design, animation or VFX&lt;/em&gt; (or anything else in the field) and now you&apos;d like to connect with like-minded individuals, start conversations, join conversations, socialise in general (hey, isn&apos;t it what social media are for, after all?)&lt;/p&gt;
&lt;p&gt;Here&apos;s a few helpful things to know:&lt;/p&gt;
&lt;h2&gt;Slang&lt;/h2&gt;
&lt;p&gt;If you&apos;re coming from &lt;em&gt;Twitter&lt;/em&gt; this is a brief nomenclature that might come in handy:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Toot (R.I.P.) = &lt;em&gt;Tweet&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Boost = &lt;em&gt;Retweet&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Favourite = &lt;em&gt;Like&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Timelines&lt;/h2&gt;
&lt;p&gt;You have 3 different timelines on &lt;em&gt;mograph.social&lt;/em&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Home&lt;/li&gt;
&lt;li&gt;Local&lt;/li&gt;
&lt;li&gt;Federated&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;strong&gt;Home timeline&lt;/strong&gt; will show all the posts from the people you follow, weather they&apos;re on mograph.social or on any other server. Consider this your &quot;curated&quot; timeline, similar to your home feed on Twitter.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Local timeline&lt;/strong&gt; will show all the posts from the people on mograph.social. This is a good way to have a feel of the community and to join mograph-related conversations.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Federated timeline&lt;/strong&gt; will show ALL the posts from ALL the accounts that ALL the users on mograph.social are currently following. A way to have a peek outside our server and join the vast Fediverse community.&lt;/p&gt;
&lt;p&gt;Of course there are also &lt;strong&gt;direct messages&lt;/strong&gt;, and a column for all the &lt;strong&gt;notifications&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;First steps&lt;/h2&gt;
&lt;h3&gt;#introduction&lt;/h3&gt;
&lt;p&gt;It&apos;s good netiquette in the Fediverse (and a useful first apporach) to post a short introduction about yourself and tag it with the hashtag #introduction. If you use other hashtags in the introduction post as well, it would be even more useful for people to find you and eventually follow you. You can also consider pinning your #introduction toot to your profile, it&apos;s a good way to extend your bio info section.&lt;/p&gt;
&lt;h3&gt;Create your profile&lt;/h3&gt;
&lt;p&gt;You can add a profile picture and you can also write a short bio in your profile. There are even some custom fields where you can put any kind of informations like links to your website or blog or whatever you like, really. Please also consider specifing the &lt;strong&gt;pronouns&lt;/strong&gt; you&apos;d like to use for yourself.&lt;/p&gt;
&lt;h3&gt;Hashtags&lt;/h3&gt;
&lt;p&gt;You can search Mastodon by hashtags and then you can pin the resulting feed to a new column on the interface. This way you&apos;ll be able to keep an eye on the feed and discover some more interesting people to follow, or join some conversations even on different servers.&lt;/p&gt;
&lt;h2&gt;Useful tools&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://communitywiki.org/trunk/&quot;&gt;Trunk&lt;/a&gt; is a community curated list of Mastodon accounts organised by topics. Following some people on one or more of the lists can be a good way to bootstrap your Home feed.&lt;/p&gt;
&lt;p&gt;If you want to have a peek inside some other Mastodon servers and maybe find other people to follow you can use &lt;a href=&quot;https://mastovue.glitch.me/#/&quot;&gt;MastoVue&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Mobile apps&lt;/h2&gt;
&lt;p&gt;For &lt;strong&gt;Android&lt;/strong&gt; devices I suggest &lt;a href=&quot;https://play.google.com/store/apps/details?id=com.keylesspalace.tusky&amp;amp;hl=en_US&quot;&gt;Tusky&lt;/a&gt; and &lt;a href=&quot;https://play.google.com/store/apps/details?id=app.fedilab.android&quot;&gt;Fedilab&lt;/a&gt;. They work great with multiple accounts as well. Tusky is more minimal and snappy, Fedilab has a lot more features (that you may need or not). I&apos;d recommend getting the apps from &lt;a href=&quot;https://www.f-droid.org/&quot;&gt;F-droid&lt;/a&gt; instead of the Play Store. In any case, the apps are both great and constantly developed so considering a donation to help their development is not a bad idea at all.&lt;/p&gt;
&lt;p&gt;On &lt;strong&gt;iOS&lt;/strong&gt; I&apos;m currently using &lt;a href=&quot;https://itunes.apple.com/app/toot/id1229021451?ls=1&amp;amp;mt=8&quot;&gt;Toot!&lt;/a&gt; and &lt;a href=&quot;https://apps.apple.com/us/app/mercury-for-mastodon/id1486749200?ls=1&amp;amp;mt1=8&quot;&gt;Mercury&lt;/a&gt; , the first one is paid and the second free. Both has their pros and cons. There are a few more apps to try out on iOS that you can check &lt;a href=&quot;https://joinmastodon.org/apps&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Sometimes I just prefer to browse Mastodon directly from Safari as well, to be fair. The mobile version of the website works great.&lt;/p&gt;
&lt;p&gt;Regarding &lt;strong&gt;the official Mastodon apps&lt;/strong&gt; on both Android and iOS - while definitely more good looking and polished from a UX/UI perspective than most of the other apps, the decision not to include all the different timelines (for the sake of simplicity towards new users I guess?) makes the official apps paradoxically the worst choice especially for newcomers, in my opinion. They&apos;re actively developing them though, so hopefully they&apos;ll change their minds and fix the issue soon.&lt;/p&gt;
&lt;h2&gt;Tips &amp;amp; Tricks&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;If you&apos;re not keen of the default multicolumn interface of Mastodon you can switch to a more similar to Twitter single column view. Go to Preferences --&amp;gt; Appearance and then you can untick &quot;Enable advanced web interface&quot;.&lt;/li&gt;
&lt;li&gt;Post interesting toots and people will follow you.&lt;/li&gt;
&lt;li&gt;Interact with strangers.&lt;/li&gt;
&lt;li&gt;Be curious.&lt;/li&gt;
&lt;li&gt;Ask questions.&lt;/li&gt;
&lt;li&gt;Try out new things.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Your faithful admin &lt;a href=&quot;https://mograph.social/@mauro&quot;&gt;@mauro&lt;/a&gt;&lt;/p&gt;
</content:encoded><category>mastodon</category></item></channel></rss>