<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Federico Simonetta</title>
    <link>https://00sapo.codeberg.page/</link>
    <description>Recent content on Federico Simonetta</description>
    <generator>Hugo</generator>
    <language>english</language>
    <copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright>
    <lastBuildDate>Wed, 01 Jan 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://00sapo.codeberg.page/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Style-based Composer Identification and Attribution of Symbolic Music Scores: a Systematic Survey</title>
      <link>https://00sapo.codeberg.page/research/style-based-composer-identification-and-attribution/</link>
      <pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/research/style-based-composer-identification-and-attribution/</guid>
      <description>A systematic survey of symbolic-music composer identification and authorship attribution, focused on reliability, validation, metrics, and reproducibility.</description>
    </item>
    <item>
      <title>Optimizing Feature Extraction for Symbolic Music</title>
      <link>https://00sapo.codeberg.page/research/optimizing-feature-extraction-for-symbolic-music/</link>
      <pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/research/optimizing-feature-extraction-for-symbolic-music/</guid>
      <description>A benchmark-driven study of symbolic-music feature extraction tools, introducing musif and showing that hybrid feature sets work best.</description>
    </item>
    <item>
      <title>A perceptual measure for evaluating the resynthesis of automatic music transcriptions</title>
      <link>https://00sapo.codeberg.page/research/a-perceptual-measure-for-evaluating-the-resynthesis-of-automatic-music-transcriptions/</link>
      <pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/research/a-perceptual-measure-for-evaluating-the-resynthesis-of-automatic-music-transcriptions/</guid>
      <description>A perceptual evaluation framework for AMT resynthesis, showing limits of MIDI-only objective measures and proposing a better correlated metric.</description>
    </item>
    <item>
      <title>Una semplice introduzione a Git</title>
      <link>https://00sapo.codeberg.page/blog/git_intro/</link>
      <pubDate>Thu, 14 Jan 2021 09:14:35 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/blog/git_intro/</guid>
      <description>L&amp;rsquo;idea di Git è di salvare varie versioni apportate ai file in un repository.&#xA;Le modifiche apportate si salvano sotto forma di commit. Ogni commit contiene le differenze tra i file modificati e la loro precedente versione che si vogliono salvare. Idealmente, ogni commit dovrebbe rispettare il principio di singola responsabilità: dovrebbe cioè riguardare una sola funzionalità o caratteristica del software. Ogni commit porta con sé un messaggio che descrive brevemente cosa è stato modificato, un timestamp non modificabile e un hash che consente di identificarlo univocamente.</description>
    </item>
    <item>
      <title>Art and similar stuffs</title>
      <link>https://00sapo.codeberg.page/blog/art/</link>
      <pubDate>Sat, 26 Dec 2020 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/blog/art/</guid>
      <description>Il prodotto artistico Definire il concetto di arte in generale, non è semplice. Le persone parlano di arte per riferirsi genericamente a un processo intellettuale e materiale che produce un bene fruibile, materiale o meno; affinché tale bene venga definito arte, deve possedere alcune caratteristiche che variano in base al contesto culturale. Potrei quindi analizzare tali svariate caratteristiche per poi scoprire, però, che la mia stessa analisi sarebbe soggetta al mio contesto culturale e che pertanto non sarebbe comunque universalmente valida.</description>
    </item>
    <item>
      <title>The Last Resort - how to force remote reboot</title>
      <link>https://00sapo.codeberg.page/blog/the_last_resort/</link>
      <pubDate>Mon, 07 Dec 2020 11:05:35 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/blog/the_last_resort/</guid>
      <description>Problem Deadlocks are bad creatures in the unix world. Sometimes, you willl need to kill your machine forcely, but what if you are using a remote machine?&#xA;In the COVID-19 situation, it could be difficult to get a machine up again if you forcely shutdown it (e.g. shutdown -now). So, you need to reboot. The issue is that reboot kindly unmount filesystems and wait for processes to shutdown.&#xA;Solution If you want to abruptly shutdown your system, simply does as following:</description>
    </item>
    <item>
      <title>Developing and testing on a remote host</title>
      <link>https://00sapo.codeberg.page/blog/remote_editing/</link>
      <pubDate>Tue, 11 Feb 2020 11:50:35 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/blog/remote_editing/</guid>
      <description>Workflow In this document, you can find an introduction to tools commonly used for remote editing and development. The generla workflow is the following:&#xA;You create and edit code on your local machine An indipendent software mirrors your code to the host (syncthing in this document) You interface with the host through terminal, give commands and run code (tmux) Finally, you debug your code (debug section), and edit it your local machine This workflow allows you to:</description>
    </item>
    <item>
      <title>Quando gli ingegneri ci liberavano dal nazifascismo</title>
      <link>https://00sapo.codeberg.page/blog/liberazione/</link>
      <pubDate>Thu, 25 Apr 2019 12:34:41 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/blog/liberazione/</guid>
      <description>Rispetto agli studiosi di materie sociali e umanistiche, pochi tra scienziati e ingegneri si interessano di temi civili o questioni sociali. La cultura in cui viviamo, infatti, non favorisce l&amp;rsquo;interazione tra la sfera socio-umanistica del sapere e quella tecnico-scientifica. Eppure, la Storia dell&amp;rsquo;Italia è ricca di spunti, fin dalle origini dei suoi principi etici: durante la guerra di Liberazione, il ruolo svolto da chi aveva conoscenze professionali tecniche fu decisivo per garantire la trasmissibilità delle informazioni e la cooperazione dei gruppi di liberazione e delle forze alleate.</description>
    </item>
    <item>
      <title>Live Coding is one of the most interesting music phenomena of this century</title>
      <link>https://00sapo.codeberg.page/blog/live_coding/</link>
      <pubDate>Wed, 20 Feb 2019 18:50:46 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/blog/live_coding/</guid>
      <description>Versione italiana su techeconomy2030.it From 14th to 17th February, an important Algorave took place: 84 hours of non-stop music in the what probably is the largest music show completely produced and distributed online of ever. The 14th February 2019, in fact, was the 15th anniversary since the birth of TOPLAP, the international online community of musicians active in live coding, that are musicians who improvise music programming in real time. If you read this article and I can convince you that it was worthwhile to attend this Algorave, you can save this link to access the event: https://toplap.</description>
    </item>
    <item>
      <title>Se il machine learning fosse nato 400 anni fa</title>
      <link>https://00sapo.codeberg.page/blog/galileo/</link>
      <pubDate>Tue, 04 Dec 2018 13:50:46 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/blog/galileo/</guid>
      <description>Il sole era già oltre le colline e le nuvole a sprazzi lasciavano che la luce della luna illuminasse la Terra. Il gelo di gennaio filtrava tra i vestiti di chi, incurante dell’umidità, usciva dopo giorni di pioggia. Simplicio entrò nel capanno dietro casa. Era giunto un messo da Torre del Gallo, non aveva lasciato detto nulla: solo un foglio, piegato in quattro, con le sue iniziali su un lato, GG.</description>
    </item>
    <item>
      <title>L&#39;effetto dell&#39;informatica user-centered</title>
      <link>https://00sapo.codeberg.page/blog/user_center/</link>
      <pubDate>Tue, 04 Dec 2018 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/blog/user_center/</guid>
      <description>Ipertrofia segnica La società del Novecento è stata caratterizzata da un sovraffollamento di segnali. Ovunque andiamo, troviamo segni, indicazioni, scritte, simboli. Viviamo in un horror vacui della comunicazione. La società degli anni duemila è andata oltre. Nel XX sec. il capitalismo cominciò a martellare le persone con informazioni le più disparate con l&amp;rsquo;obiettivo di: sostenere i consumi, garantire la comprensione delle leggi e indicare il comportamento a cui le persone dovevano attenersi.</description>
    </item>
    <item>
      <title>Le emozioni dei computer: a che punto siamo e dove andiamo?</title>
      <link>https://00sapo.codeberg.page/blog/emozioni/</link>
      <pubDate>Tue, 02 Oct 2018 13:50:46 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/blog/emozioni/</guid>
      <description>Sono molti gli scrittori, i registi e i “fantasticatori” in genere che hanno immaginato macchine capaci di provare emozioni, eppure, nessuno è mai riuscito ad oggi a crearne uno. Ci riusciremo? Io credo di sì, e nei prossimi paragrafi proverò a dare un’idea di quanto bene possano simulare le emozioni i computer di oggi. Ogni tanto torna sui giornali la notizia di esperimenti riguardanti i cosiddetti “social robots” (qualcuno magari ricorderà i più appariscenti “sex robots“, in grado di simulare in tutto e per tutto una figura umana).</description>
    </item>
    <item>
      <title>About</title>
      <link>https://00sapo.codeberg.page/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/about/</guid>
      <description>I am a post-doc researcher in the Laudare ERC project at the GSSI - Gran Sasso Science Institute. I am also a research collaborator at the University of Milan, in the LIM - Music Informatics Laboratory. My research interests lye in the realm of music technologies and encompass diverse techniques, approaches, and materials:&#xA;symbolic music scores and audio recordings simple traditional ML recent and fashioned LLMs data scarcity reliability of data sources quantitative musicological analysis Every culture has music, yet each population has developed it differently.</description>
    </item>
    <item>
      <title>Full List Of Publications</title>
      <link>https://00sapo.codeberg.page/publications/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/publications/</guid>
      <description>Publications Here is the full list of my publication. You can also check my Google Scholar profile .&#xA;PDFs of my papers are also available on my Zotero personal page whenever possible.&#xA;Source Code The source code is generally available online, in GitHub or Codeberg. Namely:&#xA;My GitHub user: https://github.com/00sapo Laudare ERC Project on GitHub: https://github.com/LaudareProject Laboratorio di Informatica Musicale on GitHub: https://github.com/LIMUNIMI Didone ERC Project on GitHub: https://github.com/DIDONEproject I&amp;rsquo;m trying to move away from global multinationals, towards more ethical EU-based services such as Codeberg:</description>
    </item>
    <item>
      <title>Music &amp; co.</title>
      <link>https://00sapo.codeberg.page/music/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/music/</guid>
      <description>Recently, I have opened a Bandcamp page: https://saposmusic.bandcamp.com/ I&amp;rsquo;m not a professional composer and I don&amp;rsquo;t have any ambition in this. I just do music because I like. Nothing more.&#xA;Here are a few pieces that I have written since when I was an improbable composer up to the Covid March-May 2020 lockdown, when I still was an improbable composer. The order is kind of a mess. Many others exist but only these could be considered complete by my sensibility at each respective time.</description>
    </item>
    <item>
      <title>Research Highlights</title>
      <link>https://00sapo.codeberg.page/home/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/home/</guid>
      <description> </description>
    </item>
    <item>
      <title>Teaching</title>
      <link>https://00sapo.codeberg.page/teaching/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/teaching/</guid>
      <description>Here I will put all the material I use for teaching. For now, it is just a list of useful links!&#xA;Technical tools Guide to how to develop on remote hosts Very easy introduction to git A fully interactive tutorial about git When git is a mess If you need a review of any technology, check this Machine Learning A good university course on Machine Learning A good university course on Probabilistic Graphical Models (including Bayesian Networks, Markov Random Fields, and Conditional Random Fields) Neural Networks The deep learning book .</description>
    </item>
    <item>
      <title>Theses</title>
      <link>https://00sapo.codeberg.page/theses/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/theses/</guid>
      <description>Here are all the theses that I have supervised so far. If you are interested in one of these topics, please contact me.&#xA;The Overleaf property is a reminder for myself, indicating if I have the source code of the LaTeX project on Overleaf.&#xA;See theses Theses Ongoing Master: Domain Generalization for Medical Audio Explainability, by Matteo Faré - Year: ongoing, Advisor: S. Ntalampiras, Co-advisor: me, Publication: -, Link: -, Overleaf: no Bachelor: Approccio Gerarchico alla Stima delle Precipitazioni Basato su Machine Learning e Classificazione delle Superfici, by Massimiliano Gentilini - Year: ongoing, Advisor: S.</description>
    </item>
    <item>
      <title>Useful links</title>
      <link>https://00sapo.codeberg.page/links/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://00sapo.codeberg.page/links/</guid>
      <description>This is a random list of links that I find interesting. Feel free to comment and/or suggest other links. You won&amp;rsquo;t find links to closed software or to software which make use of closed frameworks/libraries/languages.&#xA;Music Informatics links PLUM: list of programming languages used for music (most of them are old) A reasoned list of music installations updated at 2007 TOPLAP : the home of live coding A very nice repository of various computational musicology tools ORCA : programming language for live-coding: be fast, don&amp;rsquo;t mind if it is unreadable for others.</description>
    </item>
  </channel>
</rss>
