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

help-circle
  • Slotos@feddit.nltoADHD memes@lemmy.dbzer0.comND Memory
    link
    fedilink
    English
    arrow-up
    34
    ·
    4 days ago

    That’s everyone’s brains. Emotional (and physical) intensity is the strongest reinforcement signal to any learning.

    What is wild is lack of factors commonly assumed to be normal.

    E.g. it’s fairly normal to have a timeline of your life available for recall at the moments notice. I, on the other hand, sometimes randomly remember a year I totally forgot I lived through and just sit there overwhelmed with no clue how to deal with the revelation.


  • ADHD is also a designation for a lifelong set of conditions that manifest early in life.

    You can end up developing ADHD-like symptoms later in life, but the „late bloom” itself is a good reason to seek and treat underlying conditions.

    And to correct a misconception, moving leg is a self stimulation thing. It’s not a hyperactivity manifestation, but a self-grounding action. On its own it’s entirely neurotypical.

    „Attention deficit and hyperactivity” designation sits somewhere in the ballpark of „diabetes means your pee is sweet”. Technically correct, easily observable, but ultimately describes symptoms, not the causes underlying them.





  • Slotos@feddit.nltoTechnology@lemmy.worldFramework supporting far-right racists?
    link
    fedilink
    English
    arrow-up
    136
    arrow-down
    14
    ·
    2 months ago

    First, Omarchy doesn’t need funding or partners. It’s backed by a Nazi multimillionaire.

    Second, the whole apolitical argument is bullshit. Everything is political. Support for a distro that doesn’t really need support by nature of being a child of a Nazi multimillionaire is a support for that Nazi multimillionaire.

    “We didn’t support them because of that” means nothing. The support still sends a message. Just like artist loses control over interpretation of their art the moment they release it, people lose control over interpretation of their actions the moment they act. Does it sound fair? Maybe not, but it’s how reality works.









  • However you like, REST doesn’t dictate anything there. Just be consistent and use hypermedia.

    JSON APIs almost never follow REST because they almost never use JSON as hypertext. Worse, no complete stable hypertext JSON standard exists. There’s JSON-HAL, but it lacks a way to represent resource templates (think HTML’s <form>).

    Therefore, with JSON APIs ignoring one of the most basic idea behind REST, why would anyone expect them to follow another idea of REST - consistency?

    REST is a deceptively simple concept. Any time you build an HTML website a human can navigate without consulting documentation, you’re doing it better than vast majority of swagger documented corporate APIs.




  • I’d probably add that for something like nextcloud granted scopes can be an „orthogonal”–for the lack of a better word–subset of requested scopes.

    The set of requestable scopes has to be defined by the system itself, not its specific configuration. E.g. „files:manage”, „talk:manage”, „mail:read” are all general capabilities the system offers.

    However, as a user I can have a local configuration that adds granularity to the grants I issue. E.g.: „files:manage in specific folders” or „mail:read for specific domains or groups only” are user trust statements that fit into the capability matrix but add an additional and preferably invisible layer of access control.

    It’s a fairly rare feature in the wild and is a potential UX pitfall, but it can be useful as an advanced option on the grant page, or as a separate access control for issued grants.