• 1 Post
  • 183 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

  • Nevertheless, U.S. citizens act as if that were not the reality.

    Again, where are you getting that? The people that are not aware of how much of a criminal Trump is aren’t using a platform created with the purpose of taking power away from big tech.

    Every day I worry about what idiotic thing the US government is going to do next. And every day I worry about how establishment democrats are going to use republicans as an excuse to shift their politics to the right. I am painfully aware about how the US is making the world worse, and so are most of the people I interact with.


  • Zangoose@lemmy.worldtoAsklemmy@lemmy.mlWhere should I post this?
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    edit-2
    3 days ago

    Pretty sure any Americans willing to go out of their way to use a niche FOSS platform like Lemmy are already aware of this and trying to make change in the little ways they can. You’re kind of preaching to the choir. If you want to reach anyone go to facebook or Twitter or reddit (where your post will then be deleted by a power tripping mod)

    Edit: also for clarity, how do you know this isn’t public knowledge in the US? Have you been there? If so, where? It’s not like all 300 million people in the US have the same viewpoints.

    If not, I can tell you right now that our national politics are ultimately decided by a few thousand people in the most rural parts of the country who barely know what the internet is. If you look in places like NYC or Minneapolis or Seattle then you will get a much different picture of what people think than in Texas or Florida. People do what they can but when you have the entire government and billionaires against you it isn’t exactly easy to make changes that people see on the other side of the world.



  • That’s the thing though. Even if the code is good, the plans are good, the outputs are good, etc, it still devolves into chaos after some time.

    If you use AI to generate a bunch of code you then don’t internalize it as if you wrote it. You miss out on reuse patterns and implementation details which are harder to catch in review than they are in implementation. Additionally, you don’t have anyone who knows the code like the back of their hand because (even if supervised) a person didn’t write the code, they just looked over it for correctness, and maybe modified it a little bit.

    It’s the same reason why sometimes handwritten notes can be better for learning than typed notes. Yeah one is faster, but the intentionality of slowing down and paying attention to little details goes a long way making code last longer.

    There’s maybe something to be said about using LLMs as a sort of sanity check code reviewer to catch minor mistakes before passing it on to a real human for actual review, but I definitely see it as harmful for anything actually “generative”



  • DNA isn’t perfect either though. It’s possible to be AMAB with XX chromosomes and AFAB with XY chromosomes (both still having the “correct” fully functional organs for their assigned gender). Some intersex people can also have multiple sets of DNA, some being XX and some being XY.

    Neatly fitting all cases of biology into 2 categories like that is basically impossible anyway regardless of how you do it. “Biologically male/female” is basically impossible to define without also excluding some people that were born into each category. They’re fundamentally useless terms that don’t actually convey anything meaningful…



  • So what you’re saying is that you already disowned your sister for her religious views, but you regret that and want her to come back… by converting her back to Muslim beliefs? You don’t see the hypocrisy in that? You already seem to care about her more than your religion, otherwise you wouldn’t be making this post.

    It seems like you’re unwilling to accept a decision she’s already made. If your family cares more about maintaining strict religious beliefs than accepting your own sister, you’ll be causing her more pain by continuously trying to convert her back. If all you’re doing is trying to absolve yourself from any guilt by saying you tried, then you might as well give up now. That’s just your own selfishness and won’t change her beliefs.

    It’s not like being an atheist means someone will instantly have no morals. In fact, it’s usually the opposite. If someone needs the threat of eternal damnation to motivate themself to do good things, I’m sorry but they probably aren’t a good person to begin with.


  • What you’re talking about is “source-available.” I.e. being able to read source code but not having licensing rights to redistribute or make changes.

    “Open-source” means that being able to modify and distribute changes is built into the license of the code.

    For example, Minecraft Java is source-available in that decompiling Java bytecode is trivial - enough so that tools exist which can easily generate a source code dump. However, actually distributing that source code dump is technically illegal and falls under piracy, so it isn’t open source.

    Edit: I didn’t see your edit, this comment is kind of pointless, oh well





  • I’m comparing hardware to hardware, not artificial Apple software restrictions.

    That’s great but hardware doesn’t exist in a vacuum. With an ecosystem as locked-down as an iPad’s you can’t just ignore the software. It’s not like you’ll ever be able to uninstall it because it’s intentionally locked down, unlike a macbook which allows installing apps and even modifying the bootloader to boot into a different OS.

    Edit: Forgot to mention the fact even for people that might not care about that, iOS will automatically kill any app that uses more than a certain amount of RAM (I think it was 4GB? I don’t remember the exact number) so in a lot of scenarios you can’t even take advantage of the hardware in an iPad because of the locked down software


  • Ok but if you want to do actual work on it then these things absolutely do not cancel each other out because you have to spend $270 on a keyboard/trackpad regardless, and now have to use a clunky touchscreen on your 13 inch tablet half the time.

    Yes, the M4 is much faster and it is probably only stupid product segmentation keeping it on the iPad. But the reality is, iOS/iPadOS puts OS-level limits on how much you can even take advantage of that hardware even if there is an iOS app for the thing you want to do

    TLDR: If you really want a MacBook just get a refurbished M1/M2 MacBook and call it a day, bonus points for putting Asahi on it



  • How many times do I have to give him the benefit of the doubt though?

    First it was the “using they in documentation is political ideology” Github issue, then he publicly defended DHH when people called him out for being a white supremacist, he implied tech companies are discriminating against white people with diversity policies, and he tweeted that he hopes young people will carry on Charlie Kirk’s legacy.

    If one or two of these things happened in isolation, I could maybe understand giving him the benefit of the doubt as a non-American (for that last one) non-native English speaker. But all of these things taken together? I personally don’t think I can look past that.


  • All things considered the way they’re approaching the migration is fine enough - they’re only moving specific portions at a time, they’re not stopping C++ development, and they’re making sure it doesn’t introduce regressions. Adopting a memory-safe language for something like a browser makes sense because it completely eliminates that class of vulnerabilities.

    The problem is the way they’re approaching the code itself. From their wording, it sounds like they’re relying on AI heavily for both writing and reviewing the code. Rust has a steeper learning curve than most languages and is very different from C++. They even mention in the blog that their current Rust code looks like C++ code ported over. If they don’t take the time to actually learn Rust before adopting it, it’ll just lead to security logic issues that their AI couldn’t catch because C++ and Rust don’t always behave the same way. And that’s completely ignoring all of the other ethical/technical issues with AI



  • Worth noting that Linux Mint Debian Edition exists and is based directly on Debian instead of Ubuntu. They starting publishing it specifically because the Linux Mint team doesn’t like the direction Ubuntu is heading in with snaps. Not sure how good it is as I haven’t tried it in a while (and don’t really use regular mint either).