• 0 Posts
  • 13 Comments
Joined 15 days ago
cake
Cake day: November 8th, 2024

help-circle

  • I think it’s very funny that a lot of people will post “omg communism boogeyman? is this legal???”, but they won’t do a very basic introspection of ideology and online community moderation which is at the core the entire intent here.

    Almost every lemmy instance has the same rule 1, those rules textually are often the same, those rules are often have the same meanings, but those rules are unevenly enforced between instances based on the ideology of that instance. That’s why you can be a transphobe on .world without actually getting the same amount of mod action going your way as if you were a transphobe on hexbear/lemmy.ml/lemmygrad/blahaj.

    Furthermore there’s sociopolitical drama between the instances like between blahaj and hexbear on what transphobia actually is and what level of irony is allowed.

    A lot of people interpret rule 1 as “don’t be mean” rather than “be mean in ways that aren’t racist/bigoted/sexist/transphobic/etc”. Which is why they often complain that certain communities they can’t post certain words, but user can dog pile them with community approved shitposting.

    And then there’s the lib instances who think that being mean to Ukrainians online is rule 1 and if not it’s rule no disinformatsiya.

    It’s like when Twitter had to clarify, you cannot call for violence unless it’s a call for violence that is part of the United States of America’s foreign policy, because Trump as POTUS called for violence over Twitter as part of US FP. But we gotta always put the the damn commies under the microscope for making us copypasta Marxist thought.



  • _pi@lemmy.mltoFirefox@lemmy.mlMagic Lasso suggests that Chrome might be the new IE
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    4 days ago

    This is hilariously silly from a developer perspective because Safari exists. Safari is literally the bane of my existence in WebDev because it’s usually the browser that does something weird and not according to standards (which is classically the IE problem). Apple WebKit has significantly deviated from KHTML/Blink in ways that are worse for developers. Chrome does inject defaults to standard interfaces to make websites “work better” where Firefox is much more strict about the standard.

    To pretend that Chromium/Blink/V8 is worse than Firefox or any other competitor is just burying your head in the sand. Blink and V8 are extremely highly optimized and standards driven, there’s a reason Node didn’t choose SpiderMonkey. Dev Tools have significant difference in speed and usability, and I’m a Firefox daily driver and use it for development.

    What Google is doing that’s ridiculous and stupid is using it’s weight to influence the design of Chromium such as the deprecation and removal of Manifest V2 to prevent adblockers under the guise of “safety” or whatever, as well as driving more telemetry and anti-features into the Chromium core product.

    Also of course “MagicLasso” doesn’t say Safari is the IE because it’s a adblocker for Safari. lol




  • _pi@lemmy.mltoProgrammer Humor@lemmy.mlFactory factory factory
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    edit-2
    8 days ago

    Factory factory…n is literally just creating an OOP closure for when your language doesn’t support first class functions, closures and/or currying.

    Also metaprogramming and abstraction is literally the only way to actually manage and deal with the capriciousness of your stakeholders.

    It’s not simple, because it’s literally not that simple. It’s Conway’s Law. That’s what being a programmer in the industry is. I run a platform team, and I get paid because I can organize and deal with technical risk and contingency better than anyone else at my company. You bet your ass I do metaprogramming.

    Also my product itself is a factory factory factory. Users create processes to author content, author content, and that content is delivered to other users. All in the same system. Managing complexity is extremely important if you want to work on interesting things.

    “And this is the way everyone is doing it now? Everyone is using a general-purpose tool-building factory factory factory now, whenever they need a hammer?”

    I’ve had this exact conversation with a programmer who was retiring. He was complaining that I ask too much because I told him that he needed a more generic way to represent the logic that encodes how our end-users traverse the content that our authoring users create and manage. He literally said something to the effect of the above quote to me, but as complaining contempt.

    The business explicitly doesn’t want to spend money crafting individual code bases and products and unique logic. Our system lives and dies by our ability to service our internal clients and meet their needs in a dynamic manner. We need manage each factory layer carefully because very often different clients want two different things at two different times, and so each decision needs to be encoded in a way that allows us to make future platform changes without having to sell the business on refactors.

    Sure you’ll run into people who overuse things when it could be simpler from the business perspective. But the reality is that most programmers in the industry have never stepped foot into a well run shop. Most programmers in the industry haven’t actually launched a product tip to tail.

    It’s very easy to criticize patterns when you don’t actually have to use them, you’ve never seen them being used properly, and you don’t know how and when to implement them.

    You don’t know how many times I’ve had to explain what two phase migration means and how to do them across multiple dependency links in the chain.



  • This practically means nothing tbh. Social networks when they gain economies of scale due to the network effect will effectively shed all the pretense of open source and open platform etc.

    We’ve seen it with Facebook, Google, etc, during the 2010’s with closing of chat standards and destruction of XMPP. Reddit 3rd Party API access is another example of this. We’ll see it again.





  • After 15 years in the industry, I don’t actually hate cargo cult programming anymore. Cargo cult programing is a useful tool to deal with the industry. Junior devs are going to join a cult, you want them in your cult, and you want your cult to have clear rules. If they want to know why the gods rain cargo, they’ll ask. At one point you don’t have any real control over hiring even as a Lead, EM, etc, because in larger companies saying “no” often doesn’t matter when hiring has been dragging on too long. They need to fill seats for deadlines they decided without you anyway.

    As a tech leader with standards, you either need to be in a wonderful company or you need to have a wonderful cult.