Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JJ
Posts
0
Comments
1,681
Joined
2 yr. ago

  • Is there a name for the thing where you'll make an argument with like 3 distinct points supporting it, and the other person will attack only one, and claim the whole thing is in their favor?

    Like, "You can't cast two leveled spells in a turn, and you're silenced, and you're out of spell slots, so you can't cast another fireball"

    "No, I have another spell slot from my ring. Fireball time!"

  • I mean, it's win-win for the assholes.

    People don't fight back: they get deported. Win for nazis

    People fight back: Nazis use it as justification for further escalation

    At least defending yourself / the victims has a chance of saving them. Doing nothing won't

    • crawl stone soup. A classic rogue like.
    • elden ring + dlc. Big masterpiece of the genre.
    • the binding of Isaac (+ all the dlc). Huge rogue lite. Lots of stuff I haven't unlocked yet.
    • monster hunter (maybe world? I liked rise too though).
    • if I could have online, guild wars 2. Otherwise, maybe the original doom. Especially if it comes with a map editor, fan made maps, or Oblige to randomly make maps.
  • I bought a couple games on epic when they were cheaper. I don't think I'd do so again.

    • the client isn't as good. It's slower, the way it paginates your games (I got a lot of free ones) is annoying. It really wants to show you store stuff
    • less (zero?) Linux support
    • don't think it does the game recording steam does
    • I don't think it has the remote play together steam does

    There's probably other stuff I'm not thinking of. It's just not as good a service.

  • Democrats need to get more radical. The current system isn't working for most people, and it's certainly not working for the environment. Nationalized health care. Public housing. Basic income.

    Conservatives will lose their mind, but some of them are assholes that want fascism, so fuck them. And a funny thing about some conservatives is they'll defend whatever the current state is. They just don't like change. Once you get something like nationalized health care in, some of the people who are screaming about how it's the worst idea will scream at anyone trying to change it.

    Many people have said they voted for trump because he's "a change" or "something different'. Yes, it's a little stupid to be like "i'm tired of eating gruel, i'm going to change it up by eating rusty nails", but that's people. Offer a change and get them.

    But I think there's too much rich people influence in our politics and media for that to easily get off the ground.

  • Anyone entering through web development. If you're self taught or did a "coding boot camp", it might be the only language you've used. A lot of places use it for backend stuff now, too

  • Mood

    Jump
  • I think my cat chews on plastic because he knows I'll come running out and interact with him. I'm like, you could just meow. If you meow I'll come, too. He is old and set in his ways.

  • . I’m sure there are efficiencies and they need to be enacted but we need to ask why we use the systems we use.

    Yes. This is sometimes known as chesterton's fence

    https://theknowledge.io/chestertons-fence-explained/

    G.K. Chesterton was an early 20th century English writer known for his clever paradoxes.

    He once wrote: “There exists in such a case a certain institution or law; let us say, for the sake of simplicity, a fence or gate erected across a road. The more modern type of reformer goes gaily up to it and says, ‘I don’t see the use of this; let us clear it away.’ To which the more intelligent type of reformer will do well to answer: ‘If you don’t see the use of it, I certainly won’t let you clear it away. Go away and think. Then, when you can come back and tell me that you do see the use of it, I may allow you to destroy it.’”

    In other words, don’t be so quick to tear down things you don’t understand. That fence may have been put up for a very good reason, even if that reason is not immediately obvious. To ignore that reality risks unintended and potentially negative consequences.

  • I don't know about "fine". It has a lot of weird stuff baked in. Hoisting. Unexpected type coercion. Too many ways to loop over something and I always forget which one is which. "There's more than one way to do it" is kind of a recurring problem, come to think of it. Several function declaration syntaxes. Dot notation AND bracket notation for objects.

    Also it will forever bother me that object keys aren't quoted.

    const foo = "hello"; const bar = { foo: "world" }

    That should be, in my mind, { "hello": "world" } . It's not. It's { "foo": "world" }

    But if you want to do that, you need to do const bar = { [foo]: world }. Which looks like your key is an array with one entry, a string with a value of "foo"

    You also end up learning a whole framework, with its syntax and idioms, every couple years. Angular. React. Redux. Whatever.

    There's also a lot of people who have never used anything else, and want to use javascript for everything.

    Javascript is basically D&D. Wildly popular. Full of legacy jank. People try to use it for anything even though there are better or more specialized tools.

  • The stories about that dude are so good. The sheer pigheadedness of some players. Like the guy who spent like 8 hours fighting that boss instead of just walking around. he eventually won, to his credit.

    I gave up after a couple tries on my first dude, but when Margit kept kicking my ass I restarted as a sorcerer. Killed both of them with the trusty pew-pew magic pebble.