• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: July 31st, 2023

help-circle
  • the lobby group for JM Smucker and other big food manufacturers warned against “overly broad and sweeping tariffs” that might end up making it more expensive to import ingredients like cocoa, which are not made in the US.

    “I don’t necessarily want the current administration to say, well, we’ll impose a tariff,” Tom Madrecki, the group’s vice president of supply chain resiliency, said at a recent forum about tariffs, hosted by Farmers for Free Trade.

    “It’s this careful balance between yes, I want you to take an America First trade policy and action to counter unfair trade policies abroad… but maybe not quite in that way.”

    If you’re going to demand tariffs that increase prices to harm competition but not yourself, go fuck yourselves. The only thing that benefits is the company’s profit margins, while consumers are forced to pay more because you raise your own prices to match.






  • I think you are wrong, but only in the you’re not thinking about the big picture.

    Elon “I traced the DDOS to Ukrainian terrorists” Musk is in charge of this. Someone on Twitter (probably his alt) is going to post a conspiracy on Twitter about Ukrainian or Canadian hackers being behind it, and he’s going to retweet it with some plausibly deniable bullshit like “not far off,” and rally up his cult of reactionary prokaryots to demand a economic or military response. It’s yet another golden opportunity for the crony collective to sweep their own incompetence under the rug while simultaneously scapegoating another country to push their unspoken-but-obvious agenda.





  • Rust is one of the harder languages for beginners to learn because of its borrow checker and strict ownership model, but it shouldn’t take more than a month or two for a competent senior to pick up.

    It’s going to be deeply unpleasant and seem like a problem if:

    • You’re writing dangerously bad C or C++ code already.
    • You’ve only ever used Python or JavaScript.
    • You try to shoehorn OOP and inheritance into it (Rust idioms are composition and functional programming).
    • You refuse to use/learn pattern matching.
    • You’re a pedant about “pretty” syntax.

    If someone is at a senior level and any of those apply, they probably shouldn’t be at a senior level, though.