flauschke

joined 2 years ago
[–] [email protected] 37 points 2 years ago* (last edited 2 years ago) (14 children)

Ist "Preisverfall" ein anderes Wort dafür, dass es beginnt sich mit einem Schneckentempo in Richtung bezahlbar zu entwickeln?

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

I've adapted it to work on kbin - let me know if anyone finds any issues

// ==UserScript==
// @name         kbin lemmy redirect
// @version      1.0
// @description  Redirect kbin to your local Lemmy instance
// @author       @[email protected]
// @match        https://*/m/*
// @icon         https://join-lemmy.org/static/assets/icons/favicon.svg
// ==/UserScript==

// best effort guess
const isKbin = typeof KBIN_USER !== 'undefined' && typeof KBIN_MAGAZINE !== 'undefined';

if (isKbin) {
    // Get URL info
    const localLemmy = "feddit.de";
    const splitUrl = location.href.split("/");
    const instanceUrl = splitUrl[2];
    const community = splitUrl[4];
    const localizedUrl = "https://" + localLemmy + "/c/" + community + "@" + instanceUrl;

    // Create redirect button if not on local
    if (instanceUrl !== localLemmy) {
        const wrapper = document.createElement("div");
        wrapper.setAttribute("style", "width: 100%;position: fixed;top: 0;")

        const container = document.createElement("div");
        container.setAttribute("style", "position:relative;max-width: 1650px;width: 100%;margin: 0 auto;")
        const zNode = document.createElement("button");
        zNode.innerText = "Open in local instance";
        zNode.setAttribute("id", "localizeContainer");
        // add styles to the button embedded
        zNode.setAttribute(
            "style",
            "cursor: pointer; padding: 5px; margin-top: 55px; background-color: red; border-radius: 10%; border-width: 3px; border-style: solid; z-index: 10;max-width:200px;position:absolute;top:0;right:0;"
        );
        zNode.addEventListener("click", e => window.location.replace(localizedUrl));
        container.appendChild(zNode);
        wrapper.appendChild(container);
        document.body.appendChild(wrapper);
    }
}
[–] [email protected] 3 points 2 years ago (1 children)

sway is the wayland based modern alternative that I use (and prefer). It does not do anything flashy and most i3 config options work just the same.

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

Ich nutze Orgzly und synchronisiere alles zu meiner Nextcloud. Ich nutze es allerdings Hauptsächlich für Listen (Packliste, Einkaufsliste, Geschenkideen, etc)

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

Ich hab leider von rust auch gar keinen Plan. Ansonsten würde ich mir die eine oder andere Sache auch mal vornehmen. Aber so muss ich mich wohl auf warten und ggf spenden beschränken

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

Ich bin auch auf top day umgestiegen. Da sieht man im Vergleich zu Hot auch wie viel Aktivität überhaupt stattfindet

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

Ja die große Menge der Dynamo Fans sind alles andere als freundlich. Es gibt aber einige Leute die da "reingeboren" wurden und keine Lust haben das Stadion komplett den Rechten zu überlassen.

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

Is there a non tankie leftist instance? I'm honestly looking for one

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

I've never heard of that one. It looks really cool though! Kind of inspired by planetary annihilation?

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

Ich glaube so pauschal lässt sich das über sehr wenige Vereine sagen. Selbst bei Dynamo soll es einige Leute geben die versuchen dagegen zu halten.

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

I've been on debian since around the time jessie came out, so 8 years it seems. I don't see myself switching anytime soon.

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

I kind of agree but I have to reply because this is one of my pet peeves:

The five stages were never meant to strictly appear in that order and were never intended for anything other than death.

view more: ‹ prev next ›