• 0 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle
  • There is one other thing you buy a company for, and it’s to remove them from the market. I’m fully convinced that if he had any goal, it was to completely wreck Twitter as fast as possible without drawing everyone to that conclusion.

    It’s literally the only thing he has done with the company, drive it further and further into a right wing cesspit that high value advertisers want nothing to do with.

    I’m not convinced that he had any goals, he made a meme joke offer during a manic episode and tried to back out of it but was caught by his own need for public ridicule.




  • I think those make sense as deviations. I’ve heard “my sequel” but you’re absolutely right about postgresql.

    The name is kinda irrelevant like hard vs soft g in gif. People know what you mean when you say either.

    But in that same vein, the creator of the “graphics interchange format” says the pronunciation is soft g, but basically everyone says hard g… So “official” pronunciation is kinda irrelevant.

    I don’t judge anyone who uses whichever term they want, but I’ve just noticed the general trend in my smallish interaction bubble.







  • My understanding is that the more removed you are from the “top” of the government pyramid, the less you are affected by disruptions of that position. Largely when a new face or party takes over (by force or otherwise) very seldom do they want to rebuild everything from the ground up and will keep most of the bipartisan offices untouched.

    If a very violent coup is successful and they’re planning punishments for all “government officials” the postman in a rural village is going to be pretty low on that list.




  • _danny@lemmy.worldtoMemes@lemmy.mlMinmaxxing
    link
    fedilink
    arrow-up
    48
    ·
    1 year ago

    Kinda glosses over how these perks add a couple dozen extra dialogue options, many of which are unique ways to solve a problem.

    Honestly my favorite type of rpg “perk”, one that gives a slight gameplay boost but also affects the story and/or dialogue in a meaningful way.

    Having 25% more “luck” is cool and all, but I’d choose a perk that gave me 5% more luck and more ways to solve problems any day of the week.

    It’s one of the reasons I loved Prey. It seemed like every perk you got added new ways to get around, dialogue, and/or new combat techniques.



  • _danny@lemmy.worldtoMemes@lemmy.mlCore Values
    link
    fedilink
    arrow-up
    16
    ·
    1 year ago

    That’s how I’ve framed raising the minimum wage to some hard right co workers.

    Why should my tax dollars subsidize Walmart, McDonald’s and these other companies that pay minimum wage knowing their workers will be on welfare? If your business has to pay a wage that has to be compensated by the government, it’s a failing business.



  • _danny@lemmy.worldtoMemes@lemmy.mlSugar, spice and too little nice
    link
    fedilink
    arrow-up
    52
    arrow-down
    12
    ·
    edit-2
    1 year ago

    Oh no! A statement which applies to the vast majority has some exceptions! Better break out the um-actually and technically-incorrect stamps.

    As someone who has worked in IT, age has a strong negative correlation with tech literacy. Is every boomer tech illiterate? Of course not. Some boomers built the tech we use today. But most boomers are worse with tech than most ten year olds.


  • C# is .Net though. It’s only syntax without it.

    I think it’s definitely a dig at windows, because that used to be the primary issue with c#, you could only really target windows and you could only write it using windows. You could run .net framework applications on Linux, but it was a lot of work and it really underperformed (which would fit the timeline of 2015, when this comic was first posted). Now with .net core you can make a self contained executable that can run on anything.


  • You absolutely can ask it for code you plan to use as long as you treat chatgpt like a beginner dev. Give it a small, very simple, self contained task and test it thoroughly.

    Also, you can write unit tests while being quite unfamiliar with the syntax. For example, you could write a unit test for a function which utilizes a switch statement, without using a switch statement to test it. There’s a whole sect of “test driven development” where this kind of development would probably work pretty well.

    I’ll agree that if you can’t test a piece of code, you have no business writing in the language in a professional capacity.