@francina1909 Sono passata alla coppetta quando ho iniziato a pedalare, e neanche avevo mai usato un assorbente interno. È decisamente più igienica e pulita degli assorbenti. Detto questo, una cosa non esclude l'altra: l'inquinamento è provocato sia dalla guerra che dagli assorbenti usa e getta. E per fortuna esistono tanti modi per gestire le mestruazioni.
tecnicamente non è un giudizio sulla persona, è vero, ma resta per me un atteggiamento di pessimo gusto, soprattutto per un aspetto così intimo e personale di igiene e salute. ma vabbè
@cwebber Earnest and also deeply befuddled question:
Do you happen to know if this "Why" is the same "Why" who wrote "Why's? (Poignant) Guide to Ruby"?
(Seems very unlikely to be the same person—but I'm so out of the loop that this name confusion also feels like when people are excitedly talking about the Swedish metal band "Ghost" but I mistakenly think they're excitedly talking about the Japanese experimental psych-folk band "Ghost".)
@Lyra io invece preferisco la sensazione di plastificato perché mi dà la sensazione di maggiore assorbimento. Pensa che quelli che sembrano più "cotonosi" mi danno il senso di bagnato cronico Cmq tanto vista l'età il problema non sarà con me ancora a lungo 😉 Dopo sarà tutto un rincorrere ormoni sintetici
3. Tag nach dem #stromausfall in Berlin. Das Notstrom Aggregat läuft - zickt/bockt aber manchmal rum... #Windows Server: "Mimimimi... ich wurde nicht richtig runtergefahren und bin jetzt beleidigt."#FreeBSD und #ZFS: Chill Brudi... hab alles gecheckt - läuft wieder.#OpenBSD : War was?
Access *BSD Hyper-V guests from your host via ssh:1) Enable and start the ssh-agent service on your host by running the following in Powershell, as Administrator:Set-Service -Name "ssh-agent" -StartupType AutomaticStart-Service -Name "ssh-agent"2) Generate ssh keys on your host, as your regular user:ssh-keygen3) Add the following to .ssh/config on your host, as your regular user:Host * AddKeysToAgent yes IdentityFile ~/.ssh/id_ed25519Host beastie HostName 172.22.168.238 Adjust HostName to guest IP (run 'ifconfig' on guest)4) Connect via ssh from your host to your *BSD guest with:ssh beastie#runbsd #hyperv #ssh