Aber die Lohn-Preis Spirale! Besser die Preise erhöhen um dem Vorzubeugen
Aber die Lohn-Preis Spirale! Besser die Preise erhöhen um dem Vorzubeugen
I’ll have to design a pcb for the next one. My gf had to resolder everything because I suck at it.
I’ve got a picture of the chaos inside here: https://blog.a-wels.de/2022/07/18/Tricorder.html
Wait, what’s happening with twitch?
Ja, das klingt nicht mehr gesund :D
Unser Teig ist nun auch etwa drei Jahre alt. Ich bin echt überrascht, dass er noch lebt.
Mist :D weil ich mir einmal die Struktur angeguckt habe und dann vergessen habe das rauszunehmen… Ist editiert
// ==UserScript==
// @name Remove Background of gamefront
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://gamefront.de/
// @icon https://www.google.com/s2/favicons?sz=64&domain=gamefront.de
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
document.body.style.backgroundImage = 'none';
let classes_to_remove = ['background-link-left', 'background-link-right', 'background-link-left'];
classes_to_remove.forEach(function(item){
let items = document.getElementsByClassName(item);
while (items.length > 0) {
items[0].remove();
}
});
let container = document.getElementById('container');
for (let i = 0; i < 13; i++) {
container.children[0].remove();
}
})();
Ich habe mal ein Tampermonkey Script erstellt, welches den Hintergrund, die Werbelinks an den Seiten und den großen entstehenden Freiraum an der Oberseite entfernt. Bitte durchlesen bevor man es benutzten sollte :D
Thanks! Will check it out.
Sadly no Edeka near me. Will have to check that out in the future
You won’t be able to host a big instance.
According to this thread https://lemmy.ml/post/440678?scrollToComments=true 1GB of ram should be enough for a small one. The pi zero has 512MB. I’d say you should still try, just so we know
Wäre wirklich ganz nett zu haben :)
I’ve never seen hazelnut milk in Germany. That sounds insanely good
Justizminister Marco Buschmann und Digitalminister Volker Wissing (beide FDP) sind dagegen.
Das ich mal der FDP zustimme…
Besten Dank!
I’m kinda excited about the technology, but very pessimistic when looking at the way our current technology is used.