Baŝto

Fascinated with stuff related to free software, modularity/decentralization, gaming, pixel art, sci-fi, cooking, anti-car-dependency, hardcore techno and breakcore

Mastodon: @basxto@chaos.social

  • 36 Posts
  • 582 Comments
Joined 2 years ago
cake
Cake day: July 22nd, 2023

help-circle



    • it would be illegal to go after the nest in Germany. At least generally. There are of course exceptions, but you’d need to get the authorities involved and a specialist remove them.
    • you’d often need to dig, because the most annoying wasps (common wasp and German yellowjacket) often have their nests underground






  • BaŝtotoLemmy Shitpost@lemmy.worldPoop In A Box
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 days ago

    But this is about animations and not images.

    as a static image

    Means that the format basically works, but the viewer/browser doesn’t support the animation extension … or more likely the animation got erroneously re-encoded and the extension was lost.

    In the past it looked like some platforms generally move away from supporting animated images and converted them to videos or static images instead. Videos give you more control over the playback. animations either stop when they are done or loop for a fixed/infinite time. Videos can stop, pause, rewind etc.





  • Baŝtotoct_3003@peertube.heise.deZwei Monate nur Thermomix-Essen
    link
    fedilink
    Deutsch
    arrow-up
    1
    ·
    edit-2
    12 days ago

    Ich wollt’ schon fragen nachdem ich das Thermomix-Video nochmal gesehen hatte 😅

    Schön dass es hier auch sofort verfügbar ist.

    Der Link für den WhatsApp-Kanal ist kaputt, sowohl hier als auch auf Youtube.

    Mögliches Regex: (Teilweise mit Qwen3 30b)

    def process_social(s, name, domain):
        s = re.sub(rf"{name}:\s+/\s+(\w+)", rf"{name}: [\g<1>](https://{domain}/\g<1>)", s)
        s = re.sub(rf"{name}:\s+(www.)?{domain}/(\w+)", rf"{name}: [\g<2>](https://{domain}/\g<2>)", s)
        return s
    
    def process_string(s):
        s = re.sub(r"https://whatsapp.com/channel/0029VaCU...", r"[\g<0>](https://whatsapp.com/channel/0029VaCUFFEInlqYnQg2lb0h)", s)
        s = re.sub(r"https://www.youtube.com/watch?v=xWLRoMP3rLU", r"[*So bestechlich sind wir | Wie man einen YouTube-Channel finanziert* (Youtube)](\g<0>)", s)
        s = process_social(s, "Instagram", "instagram.com")
        s = process_social(s, "Twitter", "x.com")
        s = re.sub(r"^\s?► (Kapitelmarker|Credits):\n", r"## \g<1>:\n", s, flags=re.MULTILINE)
        s = re.sub(r"^\s?([0-9]+:[0-9]+):? ", r"* \g<1>: ", s, flags=re.MULTILINE)
        s = re.sub(r"^\s?(Konzept & Redaktion|Schnitt|Host): ", r"* \g<1>: ", s, flags=re.MULTILINE)
        return s
    




  • Einige von den Links sind kaputt bzw. falsch kopiert. Alles was auf endet.

    Instagram braucht diesen Slash wahrscheinlich nicht. Man könnte aber Mastodon direkt verlinken @keno3003@social.tchncs.de

    video-description müsste eigentlich Markdown unterstützen.

    Vllt kann man dann statt

    ► Links aus dem Video
    Ray Ban Meta Smart Glasses (Test bei heise online): https://www.heise.de/tests/Ray-Ban-Me...
    Even Realities G1: https://www.evenrealities.com/en-DE/g1
    Rokid Glasses: https://global.rokid.com/pages/rokid-...
    Halliday AI Glasses: https://hallidayglobal.com/
    Sharge Loomos AI Glasses: https://loomos.ai/
    RayNeo X3: https://www.rayneo.com/ (Landing-Page für die neue Generation gibt es noch nicht)
    

    einfach

    ## Links aus dem Video
    * [Ray Ban Meta Smart Glasses (Test bei heise online)](https://www.heise.de/tests/Ray-Ban-Meta-Smart-Glasses-im-Test-Livestream-aus-der-Ego-Perspektive-9336358.html)
    * [Even Realities G1](https://www.evenrealities.com/en-DE/g1)
    * [Rokid Glasses](https://global.rokid.com/pages/rokid-glasses)
    * [Halliday AI Glasses](https://hallidayglobal.com/)
    * [Sharge Loomos AI Glasses](https://loomos.ai/)
    * [RayNeo X3](https://www.rayneo.com/) (Landing-Page für die neue Generation gibt es noch nicht)
    

    schreiben bzw. automatisiert ersetzen lassen.
























Moderates