• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle

  • I mean that guy is being an idiot, but it’s also not quite that simple. There is still more and less ethical consumption. A fairphone is more ethical than an iPhone, and pointing that out in good faith to someone complaining about Apple’s behavior seems entirely fair.

    It’s not a complete fallacy to point out that someone is consuming something less ethical when they have a better option. Obviously it’s impossible for anyone to do this with literally everything, but absolutely you can avoid Starbucks because of their treatment of unions, and frequent a local coffee shop instead.

    Granted this is mostly assuming two people having a good faith discussion, which on the internet is infrequent lol.





  • I also got a purple pillow on a friend’s recommendation. I’m a really hot sleeper, and a side sleeper, so I need a lot of pillow and it was hard finding both of those things in one pillow for me. It’s been great, I like it a lot. The main downsides are it’s heavy as shit (the pillow probably weighs like 8kg, it’s wild), the weird rubbery texture takes some getting used to, and the little mats they give you that go under the pillow to make it taller get bunched up if you move the pillow too much.

    Other than those minor complaints, I’ve really loved it. It stays very cool, while still being springy and contouring.

    I haven’t really experimented with other pillowcases, but I have been meaning to, if anyone knows of something nice.







  • Yeah, the annoying thing is the people who I generally have found to be the worst about stuff like this are old school Senior C developers, who still program like it’s 1987 and we have to fit everything into 4K of RAM.

    Fortunately there’s nothing like that in my code base, I just run into stuff like that periodically when I’m digging around in other team’s server code looking for something.


  • My personal code readability axe to grind is nested complex ternary operators.

    Every now and then I’ll see something like this

    return (checkFormatType(currentObject.type==TYPES.static||currentObject type==TYPES.dynamic?TYPES.mutable:TYPES.immutable)?create format("MUTABLE"):getFormat(currentObject));

    And I have a fucking conniption because just move that shit into a variable before the return. I get it when sometimes you just need to resolve something inline, but a huge amount of the time that ternary can be extracted to a variable before the ternary, or just rewrite the function to take multiple types and resolve it in the function.





  • Kimano@lemmy.worldtoMemes@lemmy.mlhootenannies
    link
    fedilink
    arrow-up
    4
    ·
    9 months ago

    Sure, but I wouldn’t really find the process of starting the conversation to find that out “small talk”. Even if there’s not a lot new most of the time, to me small talk has to be the kind of banal and meaningless conversations that basically never lead into those ‘real’ ones. How’s the weather, what about that local sports team, did you see someone bought that house/building/store down the road, etc.

    I think the complicated thing is there are people you don’t really know, acquaintances, where the generic “how’s the wife and kids” is small talk, because they don’t actually really care, it’s just a generic greeting thing. But a friend asking that is different, imo.


  • Kimano@lemmy.worldtoMemes@lemmy.mlhootenannies
    link
    fedilink
    arrow-up
    27
    arrow-down
    2
    ·
    9 months ago

    Talking to a friend you haven’t seen in a while about what’s new in your life is basically the opposite of "small talk’. I can empathize with those kind of social interactions being hard for some people, but it’s a social skill that’s worth either practicing or finding alternative paths to accomplish if you want to make and keep friends.