If you like what I do, send me some Monero:

87ZN8URUY1M6GoXpxou4siDKJkLbLKDhT2RScrauzd4gbRyKgoY2ZX3Ut9WuMtkWebisViSE9EVRzVA1SD4kMdtAUPMiZBC

  • 4 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: April 11th, 2024

help-circle


  • Danke!

    Ich bin kein Experte und Zahlen wären dazu sehr gut, ABER

    in einer patriarchalen Gesellschaft, in der Dinge wie Selbstbewusstsein, Stärke, Eigenwille und Dominanz männliche Eigenschaften sind, liegt es doch nahe, dass Mädchen, die den starren Rollenbildern noch nicht entkommen können, aber eine Dysphorie ihrer Persönlichkeit mit diesem Rollenbild haben, sich als das Gegenstück identifizieren?

    Männlich/Weiblich sind krasse Vereinfachungen, am Ende sollte es in einer Gesellschaft egal sein, was für ein Geschlecht jemand hat. Ist es aber eben nicht.

    Ich kenne nicht viele Betroffene, und bei denen ist mir kein sehr krasses Verhältnis aufgefallen. Aber das Gefühl habe ich trotzdem, dass manche Frauen oder Männer sich “einfach” nur in der stereotypen Geschlechterrolle unwohl fühlen.

    Transidentität ist super alt und es gibt sie auf der ganzen Welt. Der Punkt ist nur, ob es sich immer darum handelt, und wie man (in der momentanen Gesellschaft) eine solche “Selbstfindungsphase” (kann auch in ner Transition “enden”) neutral und unbeeinflussend begleitet.

    Selbstbestimmung ist wichtig. Aber in einer oberflächlichen Gesellschaft werden “Aussehens-Operationen” nicht immer aus rein intrinsischen Motiven eigegangen. Ich kenne Frauen, die sich vor jedem Rausgehen Sorgen um ihr Äußeres machen, das ganze Schmuck tragen usw nur um sich weniger schlecht zu fühlen. Und das obwohl sie in ner glücklichen Beziehung sind! Wtf??

    Nur so paar Punkte dazu. Solche Debatten neigen leider immer dazu, zu polarisieren. Toleranz sollte nicht von nem baumelnden Stück Fleisch abhängig sein…

    Kindergartenmädchen (bei denen die Rollen echt krass sind), die “lieber Jungs sein wollen”, sind wirklich nichts seltenes. Das gabs früher schon, nur heute sind halt Operationen und “mach dir deinen Körper so wie du willst” auch durch “social Media” (algorithmengesteuerte Datenkraken, die dich manipulieren und Interaktionen pushen) halt super allgegenwärtig.

    Das wird dadurch dann echt schwierig, weil da nicht nur eine Barriere wegfällt (und evtl auch wegfallen soll), sondern auch die einfache Flucht aus dem bösen Körper, statt langsam wachsendem, innerem Selbstbewusstsein, immer leichter wird.

    Harry Potter ist ziemlich sexistisch. Die meisten wichtigen Rollen sind Männer, wie immer. Super weird, da es eine Frau geschrieben hat?

    Da gießt JKR fast selber Öl ins Feuer, und beschwert sich dann, dass Kinder (die sich in ihrem sexistischen Rollenbild nicht wohlfühlen?) dann transitionieren wollen?

    Nicht so einfach alles.












    1. You can always use man command and just read through it. If you want less text, use curl cheat.sh/command (learn how to use aliases) or the tools tldr and cheat
    2. Install the fish shell, it makes using the terminal waaay easier, out of the box.
    3. Install Alpaca flatpak, and use tinyllama or bigger LLM models. Tinyllama is already very sufficient at explaining linux commands and more, and runs fine on my reasonably powerful and modern laptop. Other models may be slow as fuck.
    4. Use the terminal only. Log out, Ctrl+Alt+F2 and login, then use some tools.
    $pwd
    cd
    echo
    ls
    cat
    nano
    less
    more
    chmod
    chown
    #your package manager
    lsblk
    dd #be careful!
    udisksctl
    lsusb
    lspci
    curl
    wget
    ...
    

    Note: use the man for these tools and often multiple tools do the same thing

    1. There is this online terminal game/quiz but I cant find its name.


  • uBlue f**ed up their site a while ago, they had a huge list of images.

    You can just use their kinoite-main image, which is what I do. It has Distrobox, homebrew and a few more things.

    Here is an archived site

    Use kinoite-main:latest and you will even get automatic version upgrades without a problem.

    You can still rebase, you know? I tried Aurora and it was not for me, back on normal Kinoite.

    But for sure it is a bit annoying to layer. But no issue. I layer 20 packages or so, 300 with dependencies, and all is fine.

    I dont know about ROCM, their hardware enablement to my knowledge is just about NVIDIA, Asus and other proprietary stuff.





  • boredsquirrel@slrpnk.nettoLinux@lemmy.mlUbuntu Snap Hate
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 year ago
    • proprietary server (snap store), unlike flatpak
    • snapd only allows one server (but it is foss so you could just patch it), unlike flatpak
    • nonexistent security on snap store, multiple times malware, unlike flatpak
    • no sandboxing without apparmor and specific profiles, so not cross platform, unlike flatpak
    • the system apps are also requiring apparmor, so not cross platform
    • they lack granular permission systems afaik
    • they concur with flatpak, which is horrible as we need a universal packaging format, not 3
    • seemingly no reproducible builds?
    • no separation between all, opensource, verified repo, unlike flatpak
    • they pollute the mount list with all the loop devices

    And people complain abour resource usage etc, but that is just separating apps from the system. Flatpak does the same.