• 5 Posts
  • 1.41K Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle




  • The difference is that Uber’s model of using an app to show you the route, give driver feedback, be able to report problems and monitor and track the driver, etc. is actually a huge improvement to both rider safety and experience compared to calling a cab company and then waiting who knows how long for someone to show up and hopefully bring you where you want to go.

    Not saying that their model of gig workers, or dodging up front training is good, but they legitimately offered up a fundamentally better taxi experience than anything that came before, which I think encouraged regulators to really drag their feet on looking into them.








  • They claim he made a threat. The article failed to print his side of the story for some curious reason. It isn’t printing any testimony from the bystanders, either.

    Fair enough, supposedly they were wearing body cams so hopefully some of what actually happened can be answered objectively, I’m just pointing out what the article said. If he didn’t make a threat or have a knife, then tasering him is a wild escalation, it’s just that if he did, then the police can’t really just let him get on a train.

    Cops will often lie about the danger of a suspect in order to justify elevating their use-of-force. That said, they weren’t that concerned by his unreasonableness when they deployed tasers into the crowd first. They didn’t switch to guns until they realized the tasers weren’t going to work.

    Again, assuming what the article says is true, which is a big assumption, it’s not that crazy to taser a guy who just got onto a train with a knife and threatened to you. At that point you’re looking at a potential mass stabbing incident if you do nothing.

    Again, who knows, maybe the cops are blowing his behaviour wildly out of proportion, I’m just saying that, based on the article, it sounds like he wasn’t just gunned down for jumping a turnstile.






  • masterspace@lemmy.catoProgramming@programming.devRFC 7493: The I-JSON Message Format
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    edit-2
    4 days ago

    A summary:

    An old proposal (2015, not sure why OP posted it now), that basically proposes to put some more standards and limitations around JSON formatting to make it more predictable. Most of it seems pretty reasonable:

    • Must be UTF-8 encoded and properly escape Unicode characters
    • Numbers must respect the JavaScript number Type and it’s limitations (i.e. max magnitude of an int etc.)
    • Objects can’t have duplicate keys
    • The order of keys in objects does not matter
    • A JSON file does not need to have a top level object or array, it can be any JSON value (i.e. just a string or a number is still valid JSON).
    • It proposes that when processing JSON, any unrecognized keys should be ignored rather than errored

    It recommends:

    • Specific formats for date-time data
    • That binary data be stored as a bas64url string

    Honestly, the only part of this I dislike is the order of keys not mattering. I get that in a bunch of languages they use dictionary objects that don’t preserve order, but backend languages have a lot more headroom to adapt and create objects that can, vs making a JavaScript thread loop over an object an extra time to reorder it every time it receives data.


  • Dude, go drink a coffee, and then reflect on what a negative little bitch you’re being.

    The quality on Lemmy is somewhat worse than Reddit 10 years ago, entirely because the user base is a fraction of the size and is more equivalent to when Reddit was first growing 15-20 years ago. Even then it was only a success because they bootstrapped it using fake posts and comments.

    Lemmy is doing great, what it needs to grow is a positive and welcoming community, and then for Reddit to do something stupid again to trigger an exodus.


  • “This isn’t a meeting about the budget per se”

    “This isn’t exactly a meeting about the budget”

    If you finish those sentences, it becomes clear why per se is used:

    “This isn’t a meeting about the budget per se, it’s a meeting about how much of the budget is spent on bits of string”

    “This isn’t exactly a meeting about the budget, it’s a meeting about how much of the budget is spent on bits of string”

    In this situation, using per se provides a more natural sentence flow because it links the first part of the sentence with the second. It’s also shorter and fewer syllables.

    “Steve’s quite erudite.”

    “Steve’s quite intellectual.”

    I think intellectual might be a closer synonym, but intellectual often has more know-it-all connotations than erudite which seems to often refer to a more pure and cerebral quality.

    “Tom and Jerry is a fun cartoon because of the juxtaposition of the relationship between cat and mouse.”

    “Tom and Jerry is a fun cartoon because of the side by side oppositeness of the relationship between cat and mouse that is displayed

    For those to say precisely the same thing it would have to be more like the above which doesn’t really roll off the tongue.

    “I don’t understand, can you elucidate that?”

    “I don’t understand, can you explain?”

    Elucidate just means to make something clear in general, explaining something usually inherently implies a linguistic, verbal, explanation, unless otherwise stated.

    Honestly, these all seem like very reasonable words to me for the most part. I can understand not using them in some contexts, but for the most part, words exist for a reason, to describe something slightly differently, and it takes forever to talk and communicate if we only limit ourselves to the most basic unnuanced terms.


  • When people use industry specific jargon and acronyms with someone not in their industry.

    It is a very simple rule of writing and communication. You never just use an acronym out of nowhere, you write it out in full the first time and explain the acronym, and then after that you can use it.

    Artificial diamonds can be made with a High Temperature, High Pressure (HTHP) process, or a …

    Doctors, military folk, lawyers, and technical people of all variety are often awful at just throwing out an acronym or technical term that you literally have no way of knowing.

    Usually though, I don’t think it’s a conscious effort to sound smart. Sometimes, it’s just people who are used to talking only with their coworkers / inner circle and just aren’t thinking about the fact that you don’t have the same context, sometimes it’s people who are feeling nervous / insecure and are subconsciously using fancy terms to sound like they fit in, and sometimes it’s people using specific terminology to hide the fact that they don’t actually understand the concepts well enough to break them down further.