• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: July 17th, 2023

help-circle
  • Not a doctor, just sharing some anecdotes.

    https://fridayplans.com/ - Fill out a form and a doctor reviews and you get a prescription to Viagra or Cialis. I personally do the 20mg Cialis and quarter the pills to tale 5mg/day. Been great for my ED. Cialis isn’t as strong as Viagra but it lasts longer. Taking it the way I do I’m pretty much ready to go anytime. The 20mg is for every 3 days, but I take one over the course of 4 days. So I’ll take an extra 5mg every once in awhile before sex for a little extra boost. I didn’t have to talk or chat to anyone. I have read if you put any heart conditions on the form you may have to though.

    Now my wife has medical conditions that makes intercourse pretty infrequent. Coupled with the ED, penis-in-vagina (PIV) sex was only happening a few times a year. Similar to you, once the intensity dropped, I’d go limp. She couldn’t go intense. It was causing a lot of marital issues. Femdom ended up being the thing that saved it. She keeps me in chastity. Sex now is mostly going down on her and pegging for me. When I couldn’t get it up, she was loving the (consensual) humiliation aspect of teasing me about my ED. I rarely have orgasms now but the connection felt being intimate is just as satisfying. I started the Cialis after the fact just to have the option for PIV sex. We still haven’t had regular sex despite being on it for months. Point is, there are women out there that enjoy alternative forms of sex.



  • KMFDM

    German: Kein Mehrheit Für Die Mitleid aka No Majority For Compassion (No Pity for the Majority)

    American: Kill Mother Fucking Depeche Mode

    Loved them in the 90s through early 2000s when I was in my teens. Including the extended family like PIG, En Esch, and Skold. Last decade and a half have been meh.

    Though I’m pretty sure everybody has fondness for the music they liked from teens through early 20s.





  • tinkling4938@lemmynsfw.comtolinuxmemes@lemmy.worldDistro Focuses
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    6 months ago

    So I’ve only been using nix about a year and only used flakes. I use in two ways.

    First, I have my main nix flake. Most everything is controlled from that. It has several outputs from full blown nixos builds per host or some home manager builds for non-nixos systems.

    Third-party flakes I use as inputs to my own flake then use the override system to inject them into nixpkgs. Then I just install whatever like normal from nixpkgs. I can either override an existing pkg (neovim nightly replaces regular neovim for me), or you can just add as a new package to nixpkgs by using a different attribute name.

    Second way is for projects with their own repo. I’ll add a project flake that has a devshell with direnv so as soon as I enter that directory it sets up a sort of virtual environment just for that project. You can add outputs to it so others can use as a third-party flake.

    My main starting point was https://github.com/Misterio77/nix-config for this design.



  • You really want Thread over Matter

    Do you mean over WiFi? Matter and Thread don’t have overlapping functionality. In the OSI model, Matter is like layers 6-7, Thread covers 3-5, and 802.15.4 is 1-2 (MACPHY).

    Matter also works over Ethernet and WiFi.

    ZigBee is like 3-7 also using 802.15.4.

    Z-Wave is also like 3-7 with some sub-GHz MACPHY.

    For Matter, low power devices and sleepy devices should use Thread to optimally conserve battery.

    Ethernet > WiFi unless wireless is needed for other use cases like cameras, media boxes, dedicated power, etc.

    Bluetooth (low energy) last I checked is only supported for commissioning a device. It does use the Matter protocol, and I’ve blinked some lights on test hardware over BLE, but it wasn’t officially supported.