196
196 3mo ago
Jump
Pony Rule
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    3mo ago 100%

    Not pain, but if I do anything less than strictly sensible I often feel I have an obligation not to correct it, because I should learn not to do whatever the thing was in the future. Trouble is, I never remember the thing itself. All I teach myself is it's not ok to try to do things better than I did last time. That's unhelpful. I know why I do it but my psychologist terminated service because she didn't feel she could help me anymore so I don't know how I would stop.

    1
  • 196
    196 3mo ago
    Jump
    Pony Rule
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    3mo ago 100%

    Wait, what?! HRT isn't even PRN! Why are people treating it like polyjuice? I have never heard of this.

    1
  • Pony Rule
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    3mo ago 100%

    That's a fallacy. Individuals don't evolve, and neither do whole species; it's populations that evolve, which for humans means tribes. Behaviours that help the tribe's survival mean the whole tribe is favoured, even if the individuals exhibiting those behaviours never reproduce themselves. Why do you think latent genes are a thing? How do you think humans developed things like altruism?

    2
  • memes
    memes 5mo ago
    Jump
    They keep digging that hole deeper
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 25%

    It might seem harmless, but the purpose of a joke is to draw a distinction between those who get it and those who don't, fostering a sense of community. In this "joke", the in-group is people who don't know something; the community ideal fostered there is that knowledge is undesirable, that anything that seems unintuitive to the uninformed mind is inherently ridiculous. The "joke" has no effect if it doesn't do this. Entertaining the idea without challenge is dangerous.

    -2
  • Everyday, as an American
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 100%

    Ok, I think I see the problem. To me, MSb (Most Significant bit) isn't an ordering at all, just a label that one particular bit has. To specify an ordering, you'd also need to say whether that bit comes first or last. This concept doesn't exist in computer memory because, as previously mentioned, bits in a byte aren't ordered in memory. I was thinking of the individual digits in a field (each Y in YYYY) as separate bytes in a word, so endianness order makes sense to think about; separate fields in this analogy were contiguous like struct fields. I think my mental model is sensible, since ISO 8601 is fundamentally a sequence of characters, which are all in an absolute order.

    1
  • memes
    memes 5mo ago
    Jump
    They keep digging that hole deeper
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 100%

    Hah. Church tried to ban it because it was "associated with illegal money trading", I remember that. What is it about maths that makes non-mathematicians think themselves qualified to judge matters they don't understand?

    2
  • Everyday, as an American
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 100%

    Right, and in data transfer every byte can be placed in an absolute order relative to every other. And the digits within the respective fields are already big-endian (most significant digit first), so making the fields within the whole date little-endian is mixed-endian.

    I have iterated this several times, so I worry there's a fundamental miscommunication happening here.

    1
  • Janet, the Platonic Ideal of Scripting Languages
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 100%

    You do have to look at it though: it takes up space on the left margin, pushing your code to the right. Plus, a decent syntax highlighter will make a Lisp's parens about as subtle as whitespace. (You might call that cheating, but remember, what we call "text" is just a sequence of voltages etched on a silicon wafer; what we see on our displays is already a monumental abstraction.)

    1
  • memes
    memes 5mo ago
    Jump
    They keep digging that hole deeper
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 66%

    I might not find a joke funny, or I might not have the necessary context to appreciate it; that's "not getting" a joke. If it's possible to have too much context to appreciate a "joke", it's at the expense of people who know more than the audience.

    1
  • memes
    Memes 5mo ago
    Jump
    agile is far left too. I will die on this hill
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 100%

    I think I almost understand what you're getting at. If I do, it's uncodifiable. You can't draft an organisational system with a clause that no one is allowed to use logical fallacies to defend it.

    2
  • Everyday, as an American
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 100%

    Right, and the most significant bit of the whole date is the first Y in YYYY, which we can't put at the end unless we reverse the year itself. So we can either have pure big-endian, or PDP-endian. I know which one I'm picking.

    Your literal statement is also just wrong. The solitary implication of endianness is byte ordering, because individual bits in a byte have no ordering in memory. Every single one has the exact same address; they have significance order, but that's entirely orthogonal to memory. Hex readouts order nybbles on the same axis as memory so as not to require 256 visually distinct digits and because they only have two axes; that's a visual artefact, and reflects nothing about the state of memory itself. ISO 8601 on the other hand is a visual representation, so digit and field ordering are in fact the same axis.

    2
  • memes
    memes 5mo ago
    Jump
    They keep digging that hole deeper
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 75%

    Whoa there. I detest this post as much as you do, but there's no need to start throwing out baseless accusations. @Summzashi@lemmy.one isn't funny at all.

    2
  • memes
    memes 5mo ago
    Jump
    They keep digging that hole deeper
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 30%

    Ok, so this is a "joke" which is only funny to people who do not understand the context, and moreover jump to insane, unsubstantiated conclusions rather than expending an infinitesimal measure of effort to understand something they haven't seen before. It's active mockery of the very concept of being open to new ideas.

    -5
  • Everyday, as an American
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLI
    linja
    4mo ago 100%

    I remember 5280 despite being Australian because I saw that stupid mnemonic tweet. I remember the SI prefixes because of xkcd.

    1
  • janet-lang.org

    Not my project. Just a thing that happens to be small and elegant and maximally "correct", in its particular design direction. Community is small, creator is level-headed. Somehow, it does feel like exactly the language a Janet's firmware would be written in. It brings me joy that such a thing exists.

    18
    7

    ``` = Eleanor (yes that's my real name) == Overview * Born 1997 * Female * Has had romantic partners, but never for long, and never was close with them * Has friends and family, but cannot talk to them or rely on them for help _(reciprocal)_ == Strengths/Virtues * Always helps out with anything at all when she knows how _(see *Weaknesses/Flaws*)_ * Highly intelligent re. mathematics, physics * Generally speaking, can provide emotional support without making a situation worse * Clarity of thought: in most situations knows why she thinks and feels what she does == Weaknesses/Flaws * Has no coherent sense of self * Rarely knows what the right thing to do is * Rarely knows what emotion she's feeling as she's feeling it * Incapable of acting when she has responsibility * Over-relies on others for emotional support * Never listens to criticism: either ignores it or ceases to function entirely * Never listens to praise: shuts down until it stops == Beliefs * Her existence is unjustified: she is incapable of earning the space she takes up * She should not be trusted with any responsibility of any kind * People do good for no reason, but need a reason to do something they believe is bad * _(strong)_ Souls are not real: human consciousness is nothing more or less than an emergent feature of electrical connections, which does not persist beyond the function of the brain == Values * *Transparency*: the truth of a situation should always be obvious to those in it * *Understanding* _(strong)_: knowing the underlying principle of a thing is always better than not * *Empathy/Flexibility* _(hypocritical)_: the expectations on and rules applied to each person must depend on their individual circumstances and (in)capabilities == Ethical Framework * Deontological: does not consider her actions individually, but as if everyone did them * Considers situations with different particulars to warrant different rules ** _(defense)_ Does not consider intention as a particular, only information and action * _(defense)_ Everyone being miserable because they never look after themselves is considered an unacceptable outcome * _(defense)_ Everyone being miserable because they stick to rigid rules all the time is considered an unacceptable outcome == Desires * _(impossible: psychological)_ A social environment where she is accepted as she is without a mask, and she is not worried everyone will turn on her * A stable, independent existence, that is not dependent on any personal relationship * Cessation of mind == Fears * Making people's lives/experience worse * Driving people away * _(phobia, intense)_ Spiders == Anxieties * Everyone who says they like her is only pretending ** _(sometimes)_ They weren't at first, but now they're sick of her * She's a net negative to everyone she knows ** _(therefore)_ The best thing she can do for them is leave them alone * She does not deserve to live ** _(dilemma, personal experience)_ Dying also inflicts pain on others ** _(deflection)_ She was and remains a freak accident * Young children, babies, pregnancy etc. ** Believes she would be unable to cope (correct), yet forces herself to (try and fail to) empathise ** Cannot fit herself into a picture in which people are under such stress and responsibility ** Feels guilt over causing said stress herself, then failing to make up for it ```

    -3
    7