• 0 Posts
  • 154 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle
  • Also the text says

    When Jesus heard this, he said to him, “You still lack one thing. Sell everything you have and give to the poor, and you will have treasure in heaven. Then come, follow me.”

    That’s not a metaphor. The camel thing was a colorful metaphor to demonstrate the point.

    That’s luke 18:22

    Most people who call themselves Christians do a piss poor job of it. Some of them then go “oh well I’ll be forgiven it’s okay”. That’s not really following the intent. That’s trying to take advantage of someone’s kindness.






  • If I was raising kids, I absolutely would not want to do it in the suburbs. It’s isolating and limiting. I was always so jealous of the kids I knew that lived in the city. They could do things. I was stuck indoors , or walking for like 90 minutes to get anywhere.


  • jjjalljs@ttrpg.networktoMemes@sopuli.xyzBruh, chill
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    9 days ago

    I do not miss driving. Public transit forever.

    But when I did drive, after my reckless youth, I’d usually just chill in the right lane. I don’t care. Fly by at 120mph. I’ll be here going with the flow of traffic, or about the speed limit if I’m alone.

    I do remember one time in the suburbs when I was visiting my parents, I was driving to the grocery store. It’s a short drive (because it’s the suburbs, you can’t safely walk to the supermarket), no highways. About 10 minutes to get there from driveway to parking lot. Some guy behind me started absolutely losing his shit, screaming, and passed me dangerously by driving onto the shoulder. He pulled into the same parking lot. I parked well away from him because I didn’t want to deal with crazy.

    I’m not good at math, but if the entire trip was about 10 minutes, I feel like the time difference between me going about the speed limit and me speeding is, at most, what, 2 minutes? 5 minutes? The guy probably took more than 5 minutes off his life being so angry.









  • 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.




  • Reminds me of my first big success at work. There was a weekly report that people wanted generated - it showed how much like each operator had done, how much each warehouse had shipped, how many orders we lost from stock issues, etc. it was a low tech company, so they had someone going through the limited UI, looking up each thing one at a time, copying it into excel, and making the report that way. It took hours, and was error prone from stuff like mis-pasting or accidentally skipping a user.

    Took a look at it and was like you could definitely automate this. Used some very primitive scripting to pull all the info out of the system’s UI and dump it into a TSV. Took like a couple minutes to run it, import into excel, and add the colors. But it was super janky because it was manipulating the UI like a user instead of, like, directly querying whatever underlying data store it was running on.

    Still, management was impressed. I later learned no one actually looked at the report most weeks, so that took some of the wind out of my sails.



  • On the one hand, yes. But also, it’s mostly capitalism.

    I don’t think there’s anything inherently wrong with “I’m starting a frisbee club for fun. We’re going to meet saturdays in the park. I’m going to put up some flyers and tell my friends about it”.

    But at some point that can mutate into “i put a 30 second unskippable ad for FrisbeeFranchise on youtube, and a giant billboard over the subway stop that implies if you don’t play frisbee you’ll never be happy”. That’s bad.

    I think targeted ads should be illegal as a first step. I don’t think anyone except the worst sort of advertisers would go to bat for those. Old fashioned static ads where they put an ad for bike stuff by the bike lane in town is annoying, but somehow we’ve invented things so much worse than that.