Skip Navigation
Telegram founder and CEO alledges signal has backdoors, they don't provide reproduceible builds, etc.
  • You mean "confidentiality", not privacy.
    Just the metadata related to whether you personally, traceable to your full name and address, have a Signal account and how much you use it might be considered a privacy breach already, even if the content of the messages is confidential.

  • For first time in a billion years, two lifeforms have merged into one
  • "First evidence in a billion years of two lifeforms merging into one"

    It's slightly shorter and more accurate.. it does not state absolutely that it happened for the first time, but rather that it's the first evidence we've found from the last billion years.

  • It's time to mentally prepare yourselves for this
  • And please, get all countries to actually start properly accepting ISO 8601 format for dates as a mandatory universal standard...

    Obligatory reference: https://xkcd.com/1179/

  • Deleted
    Google Ramps Up Crackdown on YouTube Ad-Blocking, Targets Third-Party Apps
  • Yes. The thing is that then you are no longer anonymously using yt-dlp.
    The next step would be trying to detect that case.. maybe adding captchas when there's even a slight suspicion.
    Perhaps even to the point of banning users (and then I hope you did not rely on the same account for gmail or others).
    It'll be a cat and mouse situation. Similar as it happened with Twitter, there are also third party apps, but many gave up.

  • Deleted
    Google Ramps Up Crackdown on YouTube Ad-Blocking, Targets Third-Party Apps
  • I wouldn't be surprised if at some point they start doing something like what Twitter did and require login to view the content.

  • Deleted
    Google Ramps Up Crackdown on YouTube Ad-Blocking, Targets Third-Party Apps
  • The thing is.. they are not really disagreeing if they are not saying something that conflicts or challengues the argument.

    They just mistakenly believe they disagree when in fact they are agreeing. That's what makes it stupid.

  • Deleted
    Google Ramps Up Crackdown on YouTube Ad-Blocking, Targets Third-Party Apps
  • If you don’t like it, vote with your wallet

    I'd say more: don't use Youtube if you don't like it.

    It's very hypocritical to see how everyone bashes at Youtube, Twitter, Facebook, Uber, etc. and yet they continue using it as if life would be hell without the luxury of those completelly non essential brands. If you truly don't like them, just let them die... look for alternatives. Supporting an alternative is what's gonna hurt them the most if what you actually want is to force them to change.

    There's also a lot of videos from rich Youtube creators complaining about Youtube policies, and yet most of them don't even try to set up channels on alternative platforms. Many creators have enough resources to even launch their own private video podcast services, and yet only very few do anything close to even attempt that.

  • Your first distribution
  • I think it was Mandrake Linux for me.
    It no longer exists though. ...I guess I'm old.

  • Google apologizes for “missing the mark” after Gemini generated racially diverse Nazis
  • The word "Nazi" wasn't part of the prompt though.

    The prompt was "1943 German Soldier"... so if, like you said, the images are "Dressed as a German style soldier", I'd say it's not too bad.

  • Google apologizes for “missing the mark” after Gemini generated racially diverse Nazis
  • While the result from generating an image through AI is not meant to be "factually" accurate, its seeking to be as accurate as possible when it comes to matching the prompt that is provided. And the prompt "1943 German Soldier" or "US Senator from the 1800" or "Emperor of China" has some implications in what kind of images would be expected and which kinds wouldn't. Just like how you wouldn't expect a lightsaber when asking for "medieval swords".

    I'm not convinced that attempting to "balance a biased training dataset" in the way that this is apparently being done is really attainable or worthwhile.

    An AI can only work based on biases, and it's impossible to correct/balance the dataset without just introducing a different bias. Because the model is just a collection of biases that discriminate between how different descriptions relate to pictures. If there was no bias for the AI to rely on, they would not be able to pick anything to show.

    For example, the AI does not know whether the word "Soldier" really corresponds to someone dressed like in the picture, it's just biased to expect that. It can't tell whether an actual soldier might just be wearing pajamas or whether someone dressed in those uniforms might not be an actual soldier.

    Describing a picture is, on itself, an exercise of assumptions, biases, appearances that are just based on pre-conceived notions of what are our expectations when comparing the picture to our own reality. So the AI needs to show whatever corresponds to those biases in order to match as accuratelly as possible our biased expectations for what those descriptions mean.

    If the dataset is complete enough, and yet it's biased to show predominantly a particular gender or ethnicity when asking for "1943 German Soldier" because that happens to be the most common image of what a "1943 German Soldier" is, but you want a different ethnicity or gender, then add that ethnicity/gender to the prompt (like you said in the first point), instead supporting the idea of having the developers force diversity into the results in a direction that contradicts the dataset just because the results aren't politically correct. ..it would be more honest to add a disclaimer and still show the result as it is, instead of manipulating it in a direction that activelly pushes the IA to hallucinate.

    Alternativelly: expand your dataset with more valuable data in a direction that does not contradict reality (eg. introduce more pictures of soldiers of different ethnics from situations that actually are found in our reality). You'll be altering the data, but you would be doing it without distorting the bias unrealistically, since they would be examples grounded in reality.

  • Julian Assange: Wikileaks founder in last-ditch bid to avoid US extradition
  • someone painting him as a morally righteous

    The first thing @seSvxR3ull7LHaEZFIjM said was: "Assange is a bit of a scumbag" ...

    The closest thing to "righteousness" said was: "his efforts for freedom of information should not land him in US torture prisons like many others."

    Which, being true, it's absolutely not challenged or contradicted by anything you said in response.

    Note that "freedom of information" is totally compatible with "picking and choosing" the manner in which you exercise that freedom. In fact, I'd argue that the freedom of "picking and choosing" what's published without external pressure is fundamentally what the freedom of press is about.

    Assagne (like any other journalist) should have the freedom of "picking and choosing" what facts he wants to expose, as long as they are not fabrications. If they are shown to be intentionally fabricated then that's when things would be different... but if he's just informing, a mouthpiece, even if the information is filtered based on an editorial, then that's just journalism. That's a freedom that should be protected, instead of attacking him because he's publishing (or not publishing) this or that.

  • Why aren't more people using NixPKGs?
  • The packager always should "explicitly require" what are the dependencies in a Nix package... it's not like it's a choice, if there are missing dependencies then that'd be a bug.

    If the package is not declaring its dependencies properly then it might not run properly in NixOS, since there are no "system libraries" in that OS other than the ones that were installed from Nix packages.

    And one of its advantages over AppImages is that instead of bundling everything together causing redundancies and inefficient use of resources, you actually have shared libraries with Nix (not the system ones, but Nix dependencies). If you have multiple AppImages that bundle the same libraries you can end up having the exact same version of the library installed multiple times (or loaded in memory, when running). Appimages do not scale, you would be wasting a lot of resources if you were to make heavy use of them, whereas with Nix you can run an entire OS built with Nix packages.

  • Why aren't more people using NixPKGs?
  • Huh? as far as I know it has its own libraries and dependency system. What do you mean?

  • Why aren't more people using NixPKGs?
  • The nice thing about Nix/Guix is that each version of a library only needs to be installed once and it wont really be "bundled" with the app itself. So it would be a lot easier to hunt down the packages that are depending on a bad library.

  • Why aren't more people using NixPKGs?
  • Flatpak still depends on runtimes though, I have a few different runtimes I had to install just because of one or two flatpaks that required them (like for example I have both the gnome and kde flatpak runtimes, despite not running either of those desktop environments)... and they can depend on specific versions of runtimes too! I remember one time flatpak recommended me to uninstall one flatpak program I had because it depended on a deprecated runtime that was no longer supported.

    Also, some flatpaks can depend on another flatpak, like how for Godot they are preparing a "parent" flatpak (I don't remember the terminology) that godot games can depend on in order to reduce redundancies when having multiple godot games installed.

    Because of those things, you are still likely to require a flatpak remote configured and an internet connection when you install a flatpak. It's not really a fully self contained thing.

    Appimages are more self contained.. but even those might make assumptions on what libraries the system might have, which makes them not as universal as they might seem. That or the file needs to be really big, unnecessarily so. Usually, a combination or compromise between both problems, at the discretion of the dev doing the packaging.

    The advantage with Nix is that it's more efficient with the users space (because it makes sure you don't get the exact same version of a library installed twice), while making it impossible to have a dependency conflict regardless of how old or new is what you wanna install (which is something the package manager from your typical distro can't do).

  • European Commission (@EU_Commission@social.network.europa.eu)
  • From the actual regulation text:

    the concept of ‘illegal content’ should broadly reflect the existing rules in the offline environment. In particular, the concept of ‘illegal content’ should be defined broadly to cover information relating to illegal content, products, services and activities. In particular, that concept should be understood to refer to information, irrespective of its form, that under the applicable law is either itself illegal, such as illegal hate speech or terrorist content and unlawful discriminatory content, or that the applicable rules render illegal in view of the fact that it relates to illegal activities. Illustrative examples include the sharing of images depicting child sexual abuse, the unlawful non-consensual sharing of private images, online stalking, the sale of non-compliant or counterfeit products, the sale of products or the provision of services in infringement of consumer protection law, the non-authorised use of copyright protected material, the illegal offer of accommodation services or the illegal sale of live animals. In contrast, an eyewitness video of a potential crime should not be considered to constitute illegal content, merely because it depicts an illegal act, where recording or disseminating such a video to the public is not illegal under national or Union law. In this regard, it is immaterial whether the illegality of the information or activity results from Union law or from national law that is in compliance with Union law and what the precise nature or subject matter is of the law in question.

    So, both.

  • Apple Wants To Kill PWAs
  • It's also not that uncommon of an acronym in web tech, all the first results when searching "PWA" are consistent and it's a very common way to refer to that technology. The term PWA has made the news in tech channels a few times before (like when Firefox discontinued support for PWA on desktop).

    Even if they said "Progressive Web Apps" it would not have been immediatelly clear what that means for anyone who is not familiar with what PWA is. It's also not the only acronym they use in the article without explaining it (eg. "API", or "iOS" which is also an acronym on itself), it just so happens that it's likely not a well known one in this particular lemmy community where the article was posted. The author advertises himself as a writer dedicated to web technologies (PWA and Web Component in particular), so it would be silly if he has to explain what those are on every of his posts.

  • Are We All Too Cynical for Star Trek?
  • Were the earlier series not focused on shared values to more or less a similar extent too?
    Kirk has usually been given the reputation of being a rule-breaker, often ignoring Starfleet rules when they are in conflict with his values. Even off-camera (in DS9 I think) they attribute him 17 temporal violations, and I think he has been accused of violating the prime directive multiple times.

  • Introducing: Raspberry Pi 5!
    www.raspberrypi.com Introducing: Raspberry Pi 5! - Raspberry Pi

    Announcing Raspberry Pi 5, coming in late October: over 2x faster than Raspberry Pi 4, featuring silicon designed in-house at Raspberry Pi.

    Introducing: Raspberry Pi 5! - Raspberry Pi

    Announcing Raspberry Pi 5, coming in late October: over 2x faster than Raspberry Pi 4, featuring silicon designed in-house at Raspberry Pi.

    3
    Ferk Ferk @kbin.social
    Posts 1
    Comments 166