• 1 Post
  • 6 Comments
Joined 1 year ago
cake
Cake day: August 11th, 2023

help-circle


  • Dans Sodoma, Martel propose une construction un peu plus complexe : à une époque où l’homosexualité était honteuse, l’église a été une solution de repli pour se cacher aux yeux de la société.

    Mais cela a créé de la la confusion dans les membres du clergé : comment dénoncer les abus quand on se sent soit même “déviant” ? Son argument est de dire que la “faute” de l’homosexualité a tellement été intégrée que cela crée un tabou général qui favorise les abus.

    Le livre est bourré de témoignage, Martel y va aussi de sa sensibilité (son “gaydar” comme il dit), et est une véritable enquête. Je pense qu’il y à a prendre et à laisser, mais l’analyse est intéressante.



  • I’ve also ordered a sofle choc v3 and started to use it, but I didn’t soldered the led or the screens yet. I’m also happy with my keyboard and the delivery was done properly !

    As a minor point I’m not sure if the sources for the keyboard have been published yet (the fork in the repo haven’t been updated since a lot of time, and I didn’t found a v3 branch). This is not a problem for me but can be if you have foss vibes.

    I’ve also removed the bottom plate because it make the keyboard sound… oddly when you press a key. I have to make some tests with plasstics screws instead of the metal ones given in the kit.

    Otherwise, I’m very happy with the keyboard, comming from a typematrix I’ve been able to use it as soon it was flashed !


  • Chimrod@jlai.luOPtoErgoMechKeyboards@lemmy.worldSMC diode direction
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    Thanks all for your comments and answers, I’ve just tests the keyboard and it seems to work pretty fine, I’m really happy, I didn’t expect to get something working directly!

    As a reminder, here is the commands I’ve used to get the firmware to copy:

    # Install the required compiler
    sudo apt install gcc-arm-none-eabi
    # Enter in the virtual environment
    . ~/.virtualenvs/qmk/bin/activate.fish
    # Check the keyboard
    qmk list-keyboards | grep sofle
    # Check the keymaps
    qmk list-keymaps -kb sofle_choc
    # Compile
    qmk flash -kb sofle_choc -km via -e CONVERT_TO=promicro_rp2040