Artist's albums
Latent Noise
2023 · single
The Last Spell (Original Game Soundtrack)
2023 · album
Cosmic Rays and Flipped Bits (The Algorithm Remix)
2023 · single
Data Renaissance
2022 · album
Object Resurrection
2022 · single
Cryptographic Memory
2021 · single
Readonly
2021 · single
Decompilation
2021 · single
Run Away (The Algorithm Remix)
2021 · single
Segmentation Fault
2021 · single
Interrupt Handler
2021 · single
Protocols
2021 · single
Among the Wolves (The Algorithm Remix)
2021 · single
userspace (Signal Void Remix)
2021 · single
dynamic recompilation (DEADLIFE Remix)
2021 · single
floating point (Void Chapter Remix)
2020 · single
People from the Dark Hill (The Algorithm Remix)
2020 · single
Collapse
2018 · single
Compiler Optimization Techniques
2018 · album
Brute Force: Source Code
2017 · EP
Brute Force: Overclock
2016 · EP
rootkit (Chiptune Remix)
2016 · single
Brute Force (Deluxe Edition)
2016 · album
Brute Force
2016 · album
floating point (Vaporwave Remix)
2016 · single
Similar artists
SikTh
Artist
The Safety Fire
Artist
Vildhjarta
Artist
Scale The Summit
Artist
Chimp Spanner
Artist
TesseracT
Artist
Returning We Hear the Larks
Artist
Corelia
Artist
Last Chance To Reason
Artist
Fellsilent
Artist
Stealing Axion
Artist
Circles
Artist
Periphery
Artist
Uneven Structure
Artist
Monuments
Artist
The Contortionist
Artist
Cilice
Artist
Biography
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; } }