Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)E
Posts
49
Comments
3077
Joined
5 yr. ago

  • Oder je nach Regierung noch schlimmer:Besuche einer Synagoge oder Moschee

  • Mag sein. Effektiv wollte ich ausdrücken, dass diese Person, von der ich gerade zum ersten Mal gehört habe, offensichtlich nicht geeignet ist, das Bundesjustizministerium zu leiten.

    Und das eben nicht weil ich politisch andere Ansichten habe, nicht weil ich Vorurteile ihr gegenüber hege oder weil ich neunmalklug bin, sondern weil sie als Bundesjustizministerin einen Verfassungsbruch befürwortet – entweder bewusst oder weil sie sich trotz der Brisanz des Themas nicht einmal zu den Grundlagen der Technik hat informieren lassen.

    Das alles hat sich leichter mit einem trivialen Gegenargument ausdrücken lassen.

  • I think, part of the "problem" is that most of their training data is formal language. They'll have much less data from private chats and such.

  • Die Maßnahme sei kein Grundrechtseingriff, weil sich mit den Daten keine Bewegungs- und Persönlichkeitsprofile erstellen ließen

    Mit den IP-Adressen lässt sich herausfinden, auf welche Webseiten zugegriffen wurde. Wenn dabei z.B. die Webseite eines medizinischen Spezialisten vermehrt dabei ist, dann kann man auf ein Krankheitsbild zurückschließen, was hochsensible Daten sind.

  • ich_iel

    Jump
  • Wenn's richtig eingerichtet ist, kann man auch von GRUB aus in einen früheren Snapshot booten.

    Aber keine Ahnung, wie man das einrichtet. Kenne es nur von openSUSE, wo es so vorkonfiguriert ist.

  • Hui, "Guttis" kannte ich noch nicht. Mein Vater sagt aber tatsächlich "Guatzla".

  • I mean, you should do general logging either way, since you won't have a debugger attached when running in production. And then you can typically scroll back in the logs, too, when the debugger has paused execution.

    What this meme is talking about, is adding ad-hoc logs to narrow down where an error occurs while developing. So, bullshit logs like console.log("1"), followed by a line of potentially bad code and then console.log("2”). Log lines which you'll remove again when you're done debugging...

  • I figured, I'd involuntarily sign up for counter suggestions by posting this. 😅

    Using lib.escape is a good idea, thanks.

    But yeah, basically I want to configure Alacritty and I'm using the respective home-manager module.Even more specifically, I want to pass stuff, including a regex, into the settings parameter, which more-or-less just takes the Nix expression that I shove in and then outputs it as TOML on disk.

    As for how I would've liked this to work:

    But the TOML is templated with "double-quotes", so I do need to escape the regex after all.

    I did just try to understand how the Alacritty module does the templating and found this gem:

     nix
        
    # TODO: why is this needed? Is there a better way to retain escape sequences?
    "substituteInPlace $out --replace-quiet '\\\\' '\\'"
    
    
      

    Source

    So, that doesn't fill me with a whole lot of confidence. 🙃

    But yeah, it's working now without me having to write a whole bunch of backslashes, so that's good enough in my book.

  • Growth=good is also a sentiment for whole markets.

    In a market where new customers start buying the products every day (growth market), e.g. the smartphone market 20 years ago, you can generally just come up with new products and someone will buy them, if they're good.

    On the other hand, in a market where customers only replace their old products as needed (market saturation), e.g. basically the smartphone market of today, things are much more tight for companies. They have to primarily be more cost-efficient than their competitors in order to survive.

  • Wahrscheinlich richten dann die Kirchen auch SB-Märkte bei sich ein. Stöberst gerade noch durch die Regale, plötzlich Kirchenglocken, die Kassen machen dicht und die Pfarrerin marschiert ein. Darfst dann erst bezahlen und gehen, wenn der Gottesdienst durch ist.

  • I usually see PuppyLinux recommended for 32-bit systems: https://puppylinux-woof-ce.github.io/There's multiple flavors of it, including one based on Debian.

    For headless usage, there might be other alternatives, though...

  • A few years ago, I was in an agency where they had a dog in the office. There was a grating at the front of the desk and the lady I talked to brought the dog behind it, with the intention of separating us. Dogs often get aggressive towards me, so I appreciated it.

    A few minutes into talking, the dog suddenly either booped my hand or licked it, through the grating. Man, that made me jump. 🫠

  • Had to double-check, so I'm not spouting non-sense. The Wikipedia article says:

    approximately 100–125 milligrams for a cup (120 milliliters) of drip coffee

    energy drinks, such as Red Bull, can start at 80 milligrams of caffeine per serving

    Presumably the energy drink serving size is 250 milliliters. So, I guess, the difference isn't as big, when comparing 1 cup vs. 1 can.

    But yeah, that it feels like it has more caffeine, is likely just the sugar high.

  • I guess, there's technically nothing which dictates that a debugger has to work by stepping through a program. It could also present you some diagram of variable values changing over time. But yeah, gonna be hard to find a more useful representation than those values being interleaved with your logs, at least for most applications. I have heard of more advanced debuggers being used in gamedev, which makes sense, since logs aren't nearly as useful there.

    But yeah, given that most people think of the stepping debuggers, them being the default advice does feel emblematic of our industry still shying away from concurrency.

  • This meme brought to you by me trying to pass a regex from Nix into a TOML, which is certainly not the worst backslash orgy I've seen, but tragic in its own right. Both Nix and TOML have a way to specify raw strings, which do not need escaping. But Nix uses a normal string when passing into TOML, so I do have to escape anyways. 🫠

    My regex also contains a double-quote, which was just guesswork as to how many backslashes I need there.

  • To my knowledge, there is no monitoring involved for selecting those links. They have different sponsorship deals per locale, so they show different links when you switch your phone's language, but they can decide that on your device.

    For a while, desktop Firefox would select different news articles based on your browsing history, but again, they have your browsing history on your device. They'd be mad to upload all of that just to pick one article or the other. They did also publish a blog post at one point where they explained how all of that worked, so that's not me spitballing, they did actually select that exclusively on-device.

    Back to Android Firefox, presumably they do send Adidas the information that someone clicked on this link via Firefox Android, so that Adidas knows how valuable their sponsorship deal is. But yeah, that is fine in my opinion. It's hardly personal information and nothing happens, unless you click the link.

    The privacy issues I was trying to remember is that Firefox on Android does not have site isolation. Desktop firefox does (containered tabs by default). Chromium does on Android, not sure about desktop.

    Right, yeah, Android Firefox doesn't implement process isolation of tabs. (Container tabs is a different privacy mechanism, which neither Chromium nor Android Firefox have.)The lack of process isolation is typically deemed a security issue, since it's only relevant when someone tries to do something actively illegal, but sure, the security measure exists to protect your privacy.

    I would argue that Chromium is terrible for privacy in many other ways (see e.g. https://github.com/ungoogled-software/ungoogled-chromium/blob/master/README.md ; albeit I don't know how much of that applies to the Android version of Chromium), but if you deem the process isolation to be significantly more important, then that is an opinion to have.

  • It's just a link. I don't see how this has anything to do with privacy.

  • Note 1: I do not drink coffee. Caffeine from real coffee somehow alters my blood pressure radically. These energy drinks do not.

    Caffeine is a specific molecule, so there's only one kind of it. You just get a lower dosage from an energy drink.

    https://en.wikipedia.org/wiki/Caffeine