Skip Navigation

Posts
22
Comments
1096
Joined
3 yr. ago

Professional software engineer, musician, gamer, stoic, democratic socialist

  • Oh come on. What's next?

    "Child pornography is just a really big number, after all."

    "I didn't murder anyone, I just rearranged some atoms. We're all just really big collections of atoms after all."

    If you remove enough semantic layers, you can make anything sound benign.

    I'm not anti-piracy, I just think these lines of argumentation are so flimsy as to be entirely worthless for the cause.

  • Or at least a snow ball.

  • These days with language services, code should be compiling after nearly every edit.

  • Wait I don't think I've seen this angle. Can someone link me the video from this angle?

    EDIT: NVM I've seen it. Just didn't recognize this moment for some reason. Here it is.

  • I'm not really seeing your point. Why is competence a prerequisite for premeditated murder? Especially since they actually fucked up and got caught on video.

  • There has to be some kind of organization in order to present a coherent list of demands. Otherwise we end up with another Occupy Wallstreet where half of the people in the movement can't articulate what change they want to happen.

  • I would love to strike for better pay, but I'm worried that particular demand will only spread us thin and make it harder to get leverage. Obviously things are so fucked that we could come up with an endless list of demands. I want to make sure such a list doesn't explode and become a point of division.

    That said, obviously a collective action is about the will of the people involved. So if there is a majority of strike participants that believes one of the demands should be related to pay (hopefully for increasing the minimum wage, not just raising the salaries of those already making 6 figures), that should be considered.

  • Thank you, this is the first video I've seen of the start of the interaction. It's a little hard to tell, but it doesn't look like the victim ever drew his gun. Bovino claimed in a press conference that ICE believed he had threatened ICE with his gun, which I'm currently doubting.

  • You can just dual-license as AGPL and a separate commercial license that you negotiate on a case-by-case basis.

  • ChatGPT really can't, even when asked specifically to align them.

  • Regarding the derive macros, there are a few reasons these are required.

    1. Rust does not have a language runtime (like Java). So certain features that would normally require reflection instead require an opt-in trait implementation. This is part of Rust's "zero cost abstractions" philosophy. You don't pay for code you don't need.
    2. You get the benefit of being able to customize the behavior of those core traits. Rather than doing something simple (and wrong) for every type, like a byte-for-byte equality check, you get to define the behavior that is appropriate for a given type.
    3. The derive macros are just a convenience. You are free to use "regular code" to implement those traits instead.
  • This is one of the wildest ideas I've seen in a while.

  • That's a valid complaint. I've never had issues on any sites with Firefox. If the tides change and I start having issues, I will consider finding a better browser.

  • I'm not claiming the Mozilla is anything like what they used to be, but the Firefox UX has not degraded in any noticeable way for me that would justify switching to a fork of Firefox.

  • You can disable it with two clicks and then never think about it again. Seems like a petty reason to completely switch browsers.

    • So far it's just a tiny button in the bottom left corner that can be removed with two clicks. If it escalates then maybe I will worry.
    • That's fair but at the same time, at least it's a funded OSS project?

    I can agree that Firefox isn't always taking the perfectly moral stance on every issue, but I just don't yet see a deal breaker materializing in the browser itself.

  • How is Mozilla a pro ai slop company?

  • I still don't understand why people are recently switching away from Firefox. The telemetry thing seems totally overblown. The ads are absolutely minimal. It's great software.

  • Yeah so at worst you could get sued by some random reddit users that don't want their post history hosted on your site.

    Given how little traction artists and authors have had with suing AI companies for blatant copyright infringement, I kinda doubt it would go anywhere.