• 3 Posts
  • 79 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • Never felt any impetus to drink, and I have a personal aversion to recreational drugs.

    Without thinking too hard about it, I probably get the most joy from learning stuff, especially when it’s within a topic of interest and has any level of application to my interests or skills. Bonus points when I make the connection myself.

    I see other comments mentioning ADHD, so I’ll add that I have a diagnosis for it as well.

    Good question, though. It’s been a while since I asked myself this, and I’m overdue for a reassessment. Thanks.


  • I don’t block unless it’s excessive spam. Informational disadvantage, yadda yadda.

    I just exercise the same muscle I use to restrain myself from responding to bait on modern day Reddit, since my account there is still active but not posting (yes, even lurking is technically contribution, but there’s too much useful information there for me to justify completely cutting it out).

    And for the record, I disagree with block features removing posts from the user on the other end. Public information -> only I get to decide what I do and don’t see. Private information -> only I get to decide what I do and don’t share. A bit idealistic, but we’re talking about a web forum here.


  • Pride, like most emotions or feelings, exists on a range. You can be proud of all of these things, including your achievements; it’s the degree to which you carry that pride that determines the “douchebaggery,” don’t you think?

    The sports team, I would say, probably has the lowest “douchebaggery threshold,” as the spectator is so far removed from the team—especially for professional teams—whereas the others carry more involvement and/or stake for its community.



  • It takes most random squads more than six minutes. Consensus is about 8 on average. Also, yes. For a non-endurance mission, when the other options are captures, exterminates, sabotages, etc. where the lower bound is ~2 minutes and the highest is maybe 6 minutes with an incompetent team, 8 minutes on average is extraordinarily long.

    This isn’t even considering that pickups are hell on Ascension. Sure, reactant will be marked, but chasing it down vertically? In a coordinated effort, it might not be too bad, but surely it’s more trouble than it’s worth.






  • Mesa@programming.devtoWarframe@dormi.zoneJade: A warframe review
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 year ago
    • Lights Judgement:
      This is a pretty great ability, it effectively acts like blood altar but without requiring an enemy and with extra synergy with other parts of her kit. It does suffer a bit from the same issue as Trinitys ‘well of life’ in that despite being an objectively good ability its a bit overshadowed by the rest of her kit.

    I think old modding habits are really inhibiting your Jade. She’s got two aura slots and a healing ability. To me, this immediately screams Combat Discipline + Archon Intensify; and it’s really hard to justify not using it.

    Light’s Judgment has one other important effect besides the healing: it tags enemies with her passive. Not only does the passive make targets more vulnerable to damage; it also sets them up to be detonated by her 4, Glory on High.

    As for Glory on High, please keep in mind that damage types, statuses, and enemy resistances just got massively reworked. Yes, Viral + Slash/Heat is still great; but blast just went from zero to hero. If you’re encountering enemies sporadically, the viral+heat build will serve you well. But if you are fighting hordes, please10x just try a blast build (I’m using blast+electric). Paradigm-shift type effectiveness.

    A little more specifically, I’m curious as to why you’ve built in so much range. With her 2 and 3, I’ve personally been very reluctant to sacrifice strength. I got the impression from your overview that you weren’t focusing too much on her 1, but I see why you wouldn’t want to spam it with that efficiency. I’ve seen a few people opt for Blind Rage, but it’s always paired with Overextended, which means there are essentially three slots serving range (counting Stretch), which really only serves to boost your coverage of the Glory detonation, which may or may not actually be effective; all while also tanking your efficiency. I slotted in a Casting Speed shard so I can just cast twice if needed, and also have better control of the coverage.

    She’s a great frame, and a great opportunity to try out some new damage combos and techniques. She very much feels like a spiritual foil to Dagath, so I went back and refactored Dagath to complement my playstyle for Jade. Fun stuff.



  • It’s very rare that you find anyone on Lemmy/Reddit that actually takes more than eight seconds to critically think about the significance of “religion,” and not just immediately monkey brain into “religion is for idiots.” Alas, I hoped that this particular group think would’ve stayed behind.

    A belief is not a religion, and a religion is not a belief. Any one person can be varying degrees of “religious,” and any one person can hold varying levels of belief in a higher power.

    I don’t have much else to add because your comment was pretty well thought-out.








  • https://thedailywtf.com/articles/gotta-catch-em-all

    Dear God.

    try
    {
        /* ... some important code ... */
    } 
    catch (OutOfMemoryException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (OverflowException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (InvalidCastException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (NullReferenceException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (IndexOutOfRangeException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (ArgumentException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (InvalidOperationException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (XmlException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (IOException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (NotSupportedException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (Exception exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }