she/they ⚧︎. https://dblsaiko.net/

  • 1 Post
  • 108 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • I started learning Russian 2 and a half years ago now maybe, mostly in uni classes. Haven’t done anything in a while though. I generally think slavic languages are cool and would like to learn another actually.

    Я начинала учить русский может быть 2 с половиной года назад, в основном в универе, но ничего не делала за учение в последнее время. В общем я думаю, что славянские языки круто и действительно хочу бы учить другую.


  • Topical minoxidil and finasteride are the main treatments for hair loss and are proven to work.

    Estrogen also very likely works well with hair loss this recent, it does for me. And it’s much lower maintenance depending on how you take it. Depends on what you think of the other effects :^)

    Supplements and everything else that’s not specifically medication for it* is mostly bullshit unless you have nutrition deficiency (in case of supplements). You can get yourself tested for it by a doctor but it’s unlikely to be the case especially if your father also has hair loss.

    * there’s some others like dutasteride but in the end they are all DHT blockers like finasteride as far as I know (DHT is what kills hair follicles)


  • Okay, to avoid confusion maybe I should use the same term you used, which is sexual preference, and not sexual orientation. This is what I’m talking about (from your OP):

    The second part is sexual prefernces. I do not know much about sex or sexual preferences. I am a young adult, and have not had to know about this for any person that I have met yet. I have never had the interest to know about this for someone, neither have I retained this information. I understand that if you are looking out for partner/s, then you would have to share this, so we would have to use some words for it. But why do we have to keep this as a part of gender. As in, why would I want to share this information with my governments (who do census), or for my visa applications. Should this not just be something personal?

    The only one who talks about this in the linked comment chain is the other person, and only tangentially.

    So, again I suppose, in which way do you think this is part of gender?












  • I might give you Windows 7 on functionality, it has been forever since I used either. But definitely not design. 2000 has a UI that is consistent throughout, clear, and professional. It’s a masterclass in UI usability engineering. Plus it’s also heavily customizable if you want to do so. A lot of that was lost with Vista and some with XP.

    AppImages are precompiled archives with extra steps. Meh. No, some of my problems with Flatpak are:

    • it conflates app sandboxing with app distribution
    • it mandates using bespoke APIs to work in sandbox mode instead of the established APIs (to the point where I’ve heard “we can’t implement X, it needs to work in Flatpak”)
    • these APIs are often very Flatpak-focused but regardless become the standard for non-Flatpak because there is no existing alternative
    • it ships its own builds of code that should be part of the system (for example, UI toolkits which would otherwise load global plugins, breaking stuff such as IME or themes)

    Some of that (and why it’s necessary in the first place) is due to Linux’s incredible fragmentation and lack of an extensive backwards-compatible system API (such as macOS’s Cocoa), which causes a lot of other problems everywhere – but a lot of it is also self-inflicted. In fact, the massive focus on Flatpak and looking like that is the direction the Linux desktop is going was partly what drove me to try out a Mac.


  • My three operating system hills:

    • Windows peaked with 2000 (design-wise) and XP (functionality-wise)
    • macOS’ separation of the application vs window concepts — i.e. an app has exactly one menu bar and dock icon, and is expected to be able to stay open without any windows (without needing nonsense like tray icons) — is much better than anything else and it sucks nobody is copying it
    • Flatpak and everything related is atrocious architecture-wise in every single way and it’s a massive condemnation of Linux (desktop)’s compatibility state that it actually solves a real problem