Skip Navigation
valaramech valaramech @fedia.io
Posts 0
Comments 18
What is the functional difference between the President having immunity for “official acts” and the powers granted to the German President under Article 48 of the Weimar Constitution?
  • Impeachment proceedings are not judicial proceedings; they're political ones. Both processes use similar language because the process is similar, but they are not connected. Commission of a crime is not required for impeachment proceedings and being impeached by the House and convicted by the Senate conveys no criminal punishment.

  • Biden admits to taking drugs before the debate.
  • Just went ahead and Googled it and I can find no credible source that he actually said these words at any time. So, if you'd like to bandy out that source, I think we'd all appreciate it.

  • Cloudflare's recent blog regarding polyfill shows that Cloudflare never authorized Polyfill to use their name in their product
  • Direct linking via a specific CDN was the problem. This is solved by bundlers, not caused by it.

    The polyfill.js is a popular open source library to support older browsers. 100K+ sites embed it using the cdn.polyfill.io domain. ... However, in February this year, a Chinese company bought the domain and the Github account. Since then, this domain was caught injecting malware on mobile devices via any site that embeds cdn.polyfill.io.

  • The new Chinese owner of the popular Polyfill JS project injects malware into more than 100 thousand sites
  • In my experience, first-party JavaScript is more likely to be updated so rarely that bugs and exploits are more likely than supply chain attacks. If I heard about NPM getting attacked as often as I hear about CDNs getting attacked, I'd be more concerned.

  • The new Chinese owner of the popular Polyfill JS project injects malware into more than 100 thousand sites
  • I actively do this with uMatrix - granted, I only block non-first-party JavaScript. Most sites I visit only require a few domains to be enabled to function. The ones that don't are mostly ad-riddled news sites.

    There are a few exceptions to this - AWS and Atlassian come to mind - but the majority of what I see on the internet does actually work more or less fine when you block non-first-party JavaScript and some even when you do that. uMatrix also has handy bundles built-in for certain things like sites that embed YouTube, for example, that make this much easier.

    Blocking non-first-party like I do does actually solve this issue for the most part, since, according to the article, only bundles that come from the cdn.polyfill.io domain itself that were the problem.

  • Google, Cloudflare & Cisco Will Poison DNS to Stop Piracy Block Circumvention * TorrentFreak
  • A PiHole functions has a full DNS server. You can configure it to serve any arbitrary records you like - which is basically how it overrides ad domains to prevent them from loading.

    So, if you know the IP address that a particular domain is supposed to route to, you configure the PiHole to respond with that IP address for that domain. So, it doesn't matter that the major DNS servers return junk because your PiHole never asks them.

  • Fraudsters of Lemmy, how would you commit fraud if governments embrace cryptography
  • In this theoretical system, ideally it's illegal for anyone other than the person who's supposed to have the private key to have it - excepting some subset of legal reasons (e.g. parents for their children). So, the only business that would be asking for people's private keys are the kind that are already operating outside of the law.

  • Fraudsters of Lemmy, how would you commit fraud if governments embrace cryptography
  • This is no longer the case. Any SSN issued after 2011 is fully randomized

    Additionally, the following SSNs are always invalid:

    1. Any SSN with "000", "666", or "900"-"999" in the former area number
    2. Any SSN with "00" as the former group number
    3. Any SSN with "0000" in the former serial number.
  • Fraudsters of Lemmy, how would you commit fraud if governments embrace cryptography
  • That's kinda backwards, isn't it? If I want to verify my identity to a company, they would send me something that only I could decrypt. Some government agency provides all the public keys of all citizens, the company takes my public key, encrypts some secret with it, sends it to me, and asks me to decrypt and return it. If I'm able to do so, I must be who I say I am otherwise I would not be able to decrypt the secret.

    In an ideal world, the company (or, even better, the employee) would have a similar certificate that I could use to encrypt my response with.

  • Cannabis
  • I would, however, point out that the specific page on Cannabis sativa lists them as subspecies. So, it appears there isn't even consensus on Wikipedia.

  • Biden administration is sending $1 billion more in weapons, ammo to Israel, congressional aides say
  • Serious question, is the president allowed to do this kind of thing unilaterally? I feel like this is an "act of Congress" kind of thing that the president likely has little control over aside from causing delays - like he's already done. Is it really fair to lay this shit as Biden's feet?

  • TROOST at +50%
  • IIRC, Helldivers 2 has crossplay. If they have the game, you should be able to play with them.

  • Are posts supposed to escape to Mastodon/Misskey etc?
  • If you don't mind me asking, what cleanup are you running? Is it a vacuum?

  • Trump indictment: Pentagon upset over stolen plans for war against Iran
  • It's important to know that the US military has plans to wage war against pretty much every country. This isn't indicative of an intent to invade Iran; it's preparation in the event such a thing is necessary.

  • How does the front page work?
  • It's not a bug, per se, but it is counter intuitive. The setting changes the behavior of the Home link in the top bar, not the actual contents of the root path.

    Should definitely file a feature request. I may even take a look myself and see how much of a PITA it would be to change.