• 0 Posts
  • 161 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle






  • Yes. I was laying on the sarcasm heavily.
    I presume that’s what these oracle services provide.
    Essentially hosts the us governments GDP NFT, so you can right click and download it just like every NFT crypto bro hates you doing.
    Whether its actually the US Government hosting the file, or these oracle services hosting it… It doesn’t matter.

    Why not just host the files on a government website with appropriate file hashes (so users can verify the file is still the same), let the internet archive and the national archives take a snapshots of the files and pages and hashes etc… ? That’s a well regarded site archival system, and the governmental archival system. Has redundancy, pedigree and public acceptance.
    Fuck it, publish just the hash on some block chains so the “fingerprint” of the report is immutable. But call it what it is.

    The report isn’t “published on the Blockchain”.
    It is linked from some blockchains.
    There is still a file hosted by some servers.
    You can’t download your favourite blockchain, take it to the top of Mount Rushmore with no internet and inspect the US GDP figures without first downloading the file linked in the block chain.

    Blockchain oracles are entities that connect blockchains to external systems, allowing smart contracts to execute depending on real-world inputs and outputs. Oracles give the Web 3.0 ecosystem a method to connect to existing legacy systems, data sources and advanced calculations.

    https://cointelegraph.com/learn/articles/what-is-a-blockchain-oracle-and-how-does-it-work




  • Yeh, exactly.
    It’s a private company.
    It’s a huge platform, but YouTube can choose what YouTube is.

    The only way any change happens is if YouTube gets raked over the coals by enough content producers (that they could collectively start their own platform) by media and potentially by governments (recognising them as some sort of critical communications or something and implementing regulations?).
    Or if all the YouTube viewers decide they have had enough and go elsewhere (where, tho? Kinda goes hand-in-hand with creators starting their own platform).

    So the pressure needs to keep building, YouTube needs to keep doing shitty things. Eventually… Hopefully?.. Something changes: YouTube gets better, a new platform is born.


  • Oh, gotcha.
    I’m pretty sure they have a patreon.
    They ran a Kickstarter to fund the production of this specific 3h episode, and all levels of backers got a USB key with a copy of the video on it.

    The issue isn’t it being deleted. It won’t disappear.

    The issue is the contents potentially not reaching as many new viewers unaware of Nvidias shady behaviour and how the black market of GPUs actual works because Bloomberg (who have sponsorship from Nvidia) DMCAd the video.
    Either because their articles were used as a source and the text of those articles were shown on screen (potentially reducing views those articles would have received if they were linked? Or something? No idea how you would provide a snapshot of the information as it was at the time of publishing the video, tho. Cause the article could be edited after GNs video was published, making any soft references meaningless).
    Or because they used some of Bloombergs video of POTUS, which (in my understanding) cannot be copyrighted.

    So to me, it seems like GNs video was frivolously DMCAd to reduce its impact on Nvidia.
    The impact of that DMCA is that: as it was starting to trend it gets taken offline for ~10 days. After which, YouTube’s algorithm will be unlikely to promote it via its algorithm because it hasn’t had any new views for 10 days.
    Effectively killing the video.
    Gamers Nexus gets a “strike” against their channel (of which they get 3).
    Bloomberg has 0 repercussions.

    Unless we all kick up enough fuss to cause some repercussions, and support GN enough to get the exposé trending again.


  • There is no good answer to it.

    It is ridiculous that a channel which uploads thousands of authentic original content can lose all algorithm momentum from a frivolous DMCA strike removing their video for 10 days.
    It basically guarantees a video gets killed. Even if the video gets reinstated after an appeal.

    This particular video will massively bounce back. People are angry at Nvidia, people are angry with YouTube and with YouTubes DMCA process, and now people are angry at Bloomberg.
    And Gamers Nexus isn’t gonna let this drop, and GN has earned its communities trust (and I think trust in general) that there will be flocks of people ensuring the video doesn’t die.

    But if this was a smaller channel releasing a massive expose like this, it would probably just drop out off the public’s radar before it gets established


  • Yeh, absolutely.
    The DMCA takedown works because music/film industry execs have previously gone after YouTube for not responding to legitimate copyright infringements.
    So YouTube now favours the person claiming the strike and makes it very difficult for the defendant to exonerate themselves.

    Changing how they publish will sidestep YouTube overplaying.
    But YouTube has revenue split with content creators, and has an absolutely massive audience with discovery algorithms and community stuff. Moving away from that platform would be an insane move


  • I’d still run k8s inside a proxmox VM. Even if it’s basically all resources dedicated to the VM, proxmox gives you a huge amount of oversight and additional tooling.
    Proxmox doesn’t have to do much (or even anything), beyond provide a virtual machine.

    I’ve ran Talos OS (dedicated k8s distro) bare metal. It was fine, but I wish I had a hypervisor. I was lucky that my project could be wiped and rebuilt with ease. Having a hypervisor would mean I could’ve just rolled back to a snapshot, and separated worker/master nodes without running additional servers.
    This was sorely missed when I was both learning the deployment of k8s, and k8s itself.
    For the next project that is similar, I’ll run talos inside proxmox VMs.

    As far as “how does cloudflare work in k8s”… However you want?
    You could manually deploy the example manifests provided by cloudflare.
    Or perhaps there are some helm charts that can make it all a bit easier?

    Or you could install an operator, which will look for Custom Resource Definitions or specific metadata on standard resources, then deploy and configure the suitable additional resources in order to make it work.
    https://github.com/adyanth/cloudflare-operator seems popular?

    I’d look to reduce the amount of yaml you have to write/configure by hand. Which is why I like operators


  • Yeh, 30ms is still inside the haas delay.
    If you are a professional listener (sound engineer, musician, dancer) then you can probably perceive it (in a similar way that eyes theoretically only need 25fps, but 60/120/144 is noticeably better).

    In 30ms, sound can travel 10 meters.
    So, if you’ve ever had a conversation with someone across a classroom, you’ve had a conversation with 30ms latency.

    For data, 30ms is 8100 km for electricity over copper, or 6000km for light over fibre.

    Meaning 30ms over fibre (considering no transmission delays) would be roughly the direct distance between US and UK.

    So yeh, 30ms is nothing




  • It’s also easier to share vulnerability fixes between different projects.

    “Y” was using a similar memory management as “T”, T was hacked due to whatever, people that use Y and T report to Y that a similar vulnerability might be exploitable

    Edit:
    In closed source, this might happen if both projects are under the same company.
    But users will never have the ability to tell Y that T was hacked in a way that might affect Y