From 991b9e8736d37c5f571434efb7f01d63b2dd3c7d Mon Sep 17 00:00:00 2001 From: Brentspine Date: Fri, 19 Jun 2026 17:34:20 +0200 Subject: [PATCH 1/5] impr(quotes): Add 2 famous quotes (@brentspine) --- frontend/static/quotes/english.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index dd4d91aeacf9..e778296fe2e8 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39345,6 +39345,18 @@ "source": "Doctor Who, Fallen Heroes", "id": 7770, "length": 485 + }, + { + "text": "As you carefully navigate your absurd circumstance, you gain a new appreciation for the few things you have as you meticulously use them to their fullest effect. You slowly transform this empty expanse into a world of your very own. Skyblock teaches us, that no matter how ridiculous the odds may seem, within us recides the power to overcome these challenges and achieve something beautiful, that one day, we'll look back at were we started and be amazed by how far we've come.", + "source": "Technoblade, the hypixel skyblock experience", + "id": 7771, + "length": 478 + }, + { + "text": "I don’t make mistakes. I’m not “just like the rest of you.” I’m stronger. I’m smarter. I’m better. I am better.", + "source": "The Boys", + "id": 7772, + "length": 111 } ] } From 768b81f70d49882fc1149c6581732ae9b0ea0c1a Mon Sep 17 00:00:00 2001 From: XV34989 Date: Tue, 30 Jun 2026 17:05:58 +0200 Subject: [PATCH 2/5] impr(quotes): fix typos and add german Metropolis quote (@brentspine) --- frontend/static/quotes/english.json | 6 +++--- frontend/static/quotes/german.json | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index e778296fe2e8..3ce6d4363614 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39347,13 +39347,13 @@ "length": 485 }, { - "text": "As you carefully navigate your absurd circumstance, you gain a new appreciation for the few things you have as you meticulously use them to their fullest effect. You slowly transform this empty expanse into a world of your very own. Skyblock teaches us, that no matter how ridiculous the odds may seem, within us recides the power to overcome these challenges and achieve something beautiful, that one day, we'll look back at were we started and be amazed by how far we've come.", + "text": "As you carefully navigate your absurd circumstance, you gain a new appreciation for the few things you have as you meticulously use them to their fullest effect. You slowly transform this empty expanse into a world of your very own. Skyblock teaches us, that no matter how ridiculous the odds may seem, within us resides the power to overcome these challenges and achieve something beautiful, that one day, we'll look back at where we started and be amazed by how far we've come.", "source": "Technoblade, the hypixel skyblock experience", "id": 7771, - "length": 478 + "length": 479 }, { - "text": "I don’t make mistakes. I’m not “just like the rest of you.” I’m stronger. I’m smarter. I’m better. I am better.", + "text": "I don’t make mistakes. I’m not “just like the rest of you”. I’m stronger. I’m smarter. I’m better. I am better.", "source": "The Boys", "id": 7772, "length": 111 diff --git a/frontend/static/quotes/german.json b/frontend/static/quotes/german.json index e0c8649e41ce..bef672ada7bf 100644 --- a/frontend/static/quotes/german.json +++ b/frontend/static/quotes/german.json @@ -3366,6 +3366,12 @@ "source": "Stefan Salvatore - The Vampire Diaries", "length": 61, "id": 589 + }, + { + "text": "Heute erzähle ich dir die Legende vom TURM ZU BABEL... \"Kommt, lasst uns einen Turm bauen, dessen Spitze bis zu den Sternen reichen kann! Und auf die Spitze des Turms werden wir die Worte schreiben: Groß ist die Welt und ihr Schöpfer! Und großartig ist der Mensch!\" Aber die Geister, die sich den Turm von Babel ausgedacht hatten, konnten ihn nicht bauen. Die Aufgabe war zu groß. Also stellten sie Arbeiter für Löhne ein. Aber die Hände, die den Turm von Babel gebaut haben, wussten nichts von dem Traum des Gehirns, der ihn sich ausgedacht hatte. BABEL. BABEL. BABEL. BABEL. Aus den Lobgesängen eines Mannes wurden die Flüche anderer Männer. Die Leute sprachen dieselbe Sprache, konnten sich aber nicht verstehen...", + "source": "Metropolis (1927)", + "length": 717, + "id": 590 } ] } From 932c2b7d38959707c49c003c79aafdd401195082 Mon Sep 17 00:00:00 2001 From: Brentspine Date: Mon, 6 Jul 2026 23:15:33 +0200 Subject: [PATCH 3/5] feat(quotes): Add rocky quote (@brentspine) --- frontend/static/quotes/english.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 3ce6d4363614..31f6dc29f27a 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39357,6 +39357,12 @@ "source": "The Boys", "id": 7772, "length": 111 + }, + { + "text": "Ah come on, Adrian, it's true. I was nobody. But that don't matter either, you know? 'Cause I was thinkin', it really don't matter if I lose this fight. It really don't matter if this guy opens my head, either. 'Cause all I wanna do is go the distance. Nobody's ever gone the distance with Creed, and if I can go that distance, you see, and that bell rings and I'm still standin', I'm gonna know for the first time in my life, see, that I weren't just another bum from the neighborhood", + "source": "Rocky", + "id": 7773, + "length": 485 } ] } From b06532bfc586f7a2d2d23ca291886a68e23ac5d9 Mon Sep 17 00:00:00 2001 From: Brentspine Date: Fri, 10 Jul 2026 16:19:44 +0200 Subject: [PATCH 4/5] impr(quotes): Add 2 Juergen Klopp and 1 Kanye West quote (@brentspine) --- frontend/static/quotes/english.json | 10 ++++++++-- frontend/static/quotes/german.json | 16 ++++++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 31f6dc29f27a..f23f1083ee75 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39359,10 +39359,16 @@ "length": 111 }, { - "text": "Ah come on, Adrian, it's true. I was nobody. But that don't matter either, you know? 'Cause I was thinkin', it really don't matter if I lose this fight. It really don't matter if this guy opens my head, either. 'Cause all I wanna do is go the distance. Nobody's ever gone the distance with Creed, and if I can go that distance, you see, and that bell rings and I'm still standin', I'm gonna know for the first time in my life, see, that I weren't just another bum from the neighborhood", + "text": "Ah come on, Adrian, it's true. I was nobody. But that don't matter either, you know? 'Cause I was thinkin', it really don't matter if I lose this fight. It really don't matter if this guy opens my head, either. 'Cause all I wanna do is go the distance. Nobody's ever gone the distance with Creed, and if I can go that distance, you see, and that bell rings and I'm still standin', I'm gonna know for the first time in my life, see, that I weren't just another bum from the neighborhood.", "source": "Rocky", "id": 7773, - "length": 485 + "length": 486 + }, + { + "text": "When I had my accident, I found out at that moment, nothing in life is promised except death. If you have the opportunity to play this game of life you need to appreciate every moment. A lot of people don't appreciate the moment until it has passed. Everybody want to know what I would do if I didn't win, guess we'll never know.", + "source": "Kanye West - Grammy Best Rap Album The College Dropout Speech", + "id": 7774, + "length": 329 } ] } diff --git a/frontend/static/quotes/german.json b/frontend/static/quotes/german.json index bef672ada7bf..3451c94ecd76 100644 --- a/frontend/static/quotes/german.json +++ b/frontend/static/quotes/german.json @@ -3368,10 +3368,22 @@ "id": 589 }, { - "text": "Heute erzähle ich dir die Legende vom TURM ZU BABEL... \"Kommt, lasst uns einen Turm bauen, dessen Spitze bis zu den Sternen reichen kann! Und auf die Spitze des Turms werden wir die Worte schreiben: Groß ist die Welt und ihr Schöpfer! Und großartig ist der Mensch!\" Aber die Geister, die sich den Turm von Babel ausgedacht hatten, konnten ihn nicht bauen. Die Aufgabe war zu groß. Also stellten sie Arbeiter für Löhne ein. Aber die Hände, die den Turm von Babel gebaut haben, wussten nichts von dem Traum des Gehirns, der ihn sich ausgedacht hatte. BABEL. BABEL. BABEL. BABEL. Aus den Lobgesängen eines Mannes wurden die Flüche anderer Männer. Die Leute sprachen dieselbe Sprache, konnten sich aber nicht verstehen...", + "text": "Heute erzähle ich dir die Legende vom TURM ZU BABEL... \"Kommt, lasst uns einen Turm bauen, dessen Spitze bis zu den Sternen reichen kann! Und auf die Spitze des Turms werden wir die Worte schreiben: Groß ist die Welt und ihr Schöpfer! Und großartig ist der Mensch!\" Aber die Geister, die sich den Turm von Babel ausgedacht hatten, konnten ihn nicht bauen. Die Aufgabe war zu groß. Also stellten sie Arbeiter für Löhne ein. Aber die Hände, die den Turm von Babel gebaut haben, wussten nichts von dem Traum des Gehirns, der ihn sich ausgedacht hatte. Aus den Lobgesängen eines Mannes wurden die Flüche anderer Männer. Die Leute sprachen dieselbe Sprache, konnten sich aber nicht verstehen...", "source": "Metropolis (1927)", - "length": 717, + "length": 691, "id": 590 + }, + { + "text": "Man muss Optimist sein, um seine Träume zu erfüllen. Ich finde, es macht die Zeit während des Träume-Erfüllens angenehmer.", + "source": "Jürgen Klopp - The Red Bulletin", + "length": 122, + "id": 591 + }, + { + "text": "Einen guten Tag hat jeder Mal. Aber an einem schlechten Tag musst du auch da sein. Dafür lebst du als Sportler, da musst du dich zur Wehr setzen.", + "source": "Jürgen Klopp - The Red Bulletin", + "length": 145, + "id": 592 } ] } From b3e10d93a595cd516a274b8e224f722e14b26cc2 Mon Sep 17 00:00:00 2001 From: Luca <55391576+brentspine@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:32:18 +0200 Subject: [PATCH 5/5] fix(quotes): Correct quote length after change (@brentspine) --- frontend/static/quotes/german.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/quotes/german.json b/frontend/static/quotes/german.json index 3451c94ecd76..dfe41fc7327f 100644 --- a/frontend/static/quotes/german.json +++ b/frontend/static/quotes/german.json @@ -3370,7 +3370,7 @@ { "text": "Heute erzähle ich dir die Legende vom TURM ZU BABEL... \"Kommt, lasst uns einen Turm bauen, dessen Spitze bis zu den Sternen reichen kann! Und auf die Spitze des Turms werden wir die Worte schreiben: Groß ist die Welt und ihr Schöpfer! Und großartig ist der Mensch!\" Aber die Geister, die sich den Turm von Babel ausgedacht hatten, konnten ihn nicht bauen. Die Aufgabe war zu groß. Also stellten sie Arbeiter für Löhne ein. Aber die Hände, die den Turm von Babel gebaut haben, wussten nichts von dem Traum des Gehirns, der ihn sich ausgedacht hatte. Aus den Lobgesängen eines Mannes wurden die Flüche anderer Männer. Die Leute sprachen dieselbe Sprache, konnten sich aber nicht verstehen...", "source": "Metropolis (1927)", - "length": 691, + "length": 689, "id": 590 }, {