• 20 Posts
  • 664 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle




  • Korne127@lemmy.worldtoOff My Chest@lemmy.worldI miss text-based tutorials
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    3 days ago

    Honestly, I’m 21 years old and 95% of tutorials I consume are text-based. For really complex stuff or really niche stuff, sometimes only a video exists, but I think text is a big norm. That can be because I’m in software development though as most things are documented by text and most tutorials in that area are text-based.








  • Finde es gut, dass es keine Hürde in DE gibt und man viele kleinere Parteien wählen kann, und ich stimme dir auch komplett zu, dass einige kleine Parteien echt viel erreicht haben, aber

    Auch wenn es in Österreich keine 4% werden, ein paar Prozent reichen, damit die Partei deiner Wahl in die Medien kommt und somit ihre Themen.

    sehe ich nicht so. Wenn die Stimme weg ist, ist sie weg und hätte sonst mehr bewirkt und die AfD kleiner gehalten. Also das ist doch genau die gleiche Argumentation wie bei Nichtwählern (Wer nicht wählt der wählt AfD (+ CDU/SPD), die haben ihre Wähler, die auf jeden Fall zur Wahl gehen und diese fallen dann mehr ins Gewicht.). Ob die Partei nicht durchkommt oder man erst gar nicht wählt, macht keinen Unterscheid.

    Und

    Wenn keine Menschen kleinen Parteien Stimmen geben, wird es kaum Veränderung in der Politik geben.

    sehe ich auch nicht. Warum sollte das so sein?






  • Hey, sorry for the late answer, but I think you might be interested in this:
    First of all, as a disclaimer: I’m not a professional front-end developer. I’m usually doing backend stuff and this is the first time I wanted to program a cross-platform desktop app. I spent a lot of time researching and settled on GTK / Libadwaita.
    And I actually spent the last months building and packaging the project for every platform. With every platform I mean macOS, Linux and Windows. I strongly recommend doing this with a CI pipeline as there are many specific steps you need to follow.
    I will provide a template on Github when I’m finished as well as a more in-depth blog post about all the steps and explanations. The main problem is that most is not documented at all and what’s documented is super outdated. So I had to figure out many things by myself. But the actual process, when you know how to do it, isn’t even really hard. I’ll post the links to the template here when I finished it all but it might still take some months as I currently also have other stuff to do.