resignedOctopus

joined 2 years ago
[–] [email protected] 11 points 2 years ago

I'm kinda excited about the technology, but very pessimistic when looking at the way our current technology is used.

[–] [email protected] 16 points 2 years ago

Aber die Lohn-Preis Spirale! Besser die Preise erhöhen um dem Vorzubeugen

[–] [email protected] 3 points 2 years ago

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

 

A while ago I joined a star trek themed group which works with kids and teenagers. We mainly do missions that focus on teaching the kids stuff.

This Tricorder is meant as a tool and has different sensors included

  • Temperature
  • Ultrasonic distance
  • gas sensor
  • NFC Reader
  • compass

Sadly, there are still many problems but I'm kinda proud about the result. When I've got some some spare time I'll work on a second version

[–] [email protected] 7 points 2 years ago (2 children)

Wait, what's happening with twitch?

[–] [email protected] 1 points 2 years ago

Ja, das klingt nicht mehr gesund :D

[–] [email protected] 0 points 2 years ago (5 children)

Unser Teig ist nun auch etwa drei Jahre alt. Ich bin echt überrascht, dass er noch lebt.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

Mist :D weil ich mir einmal die Struktur angeguckt habe und dann vergessen habe das rauszunehmen... Ist editiert

[–] [email protected] 4 points 2 years ago* (last edited 2 years ago) (2 children)
// ==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

[–] [email protected] 1 points 2 years ago

Thanks! Will check it out.

[–] [email protected] 2 points 2 years ago (3 children)

Sadly no Edeka near me. Will have to check that out in the future

[–] [email protected] 2 points 2 years ago

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

[–] [email protected] 2 points 2 years ago

Wäre wirklich ganz nett zu haben :)

view more: next ›