We are currently migrating our data. We expect the process to take 24 to 48 hours before everything is back to normal.

Last updated: 11 hours ago

export default class TheAlgorithm extend Music {
‏‏‎‏‏‎‏‏‎‏‏‎
‏‏‎ ‎‏‏‎ ‎producer = "Rémi Gallego";

createdIn = 2009;
origin = "France";
genre = "Instrumental synths-driven progressive metal";
socials = [
{ name: "Instagram", handle: "thealgorithm_" },
{ name: "Twitter", handle: "The_Algorithm" }
];
albums = [
{
year: 2018,
title: "Compiler Optimization Techniques",
label: "FiXT"
},
{
year: 2016,
title: "Brute Force",
label: "FiXT"
},
{
year: 2014,
title: "Octopus4",
label: "Basick Records"
},
{
year: 2012,
title: "Polymorphic Code",
label: "Basick Records"
}
];
oui = true;

constructor() {
super();
}

getLiveBand() {
const instruments = ["drums", "guitar", "synth", "bass"];
const musicians = [this.producer, "Jean Ferry"];
const location = "Worldwide";
return { instruments, musicians, location };
}

getWebsite() {
return "https://www.the-algorithm.net";
}

getMerchStore() {
return user.location === "Europe"
? "https://thealgorithm.8merch.com/"
: "https://fixtstore.com/collections/the-algorithm";
}

isFrench() {
return this.oui;
}


}

Monthly Listeners

62,773

Followers

105,831

Top Cities

885 listeners
732 listeners
645 listeners
585 listeners
568 listeners

Social Media