• 5 Posts
  • 694 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle




  • A model could hypothetically be trained to insert zero-width characters (I doubt any have though). But any other layer could also very trivially insert these codes. The inference engine could be designed to delay output streaming by however many tokens is required to embed their coding and ninja-insert them during the decode stream. A proxy between the inference engine could insert them. A harness could insert them. Hell, even the rendering javascript frontend in your browser could insert them.

    Either the inference engine or proxy would be the prime target if they want to enable this on api responses as well as copy/paste from a chat interface. They could also do a combination of the above depending on final output mode.

    You are definitely correct though that it’d be trivial to detect and strip by someone aware of it.










  • Not to defend spectrum, but there is an actual reason for this besides malice.

    Coax cable internet uses analog switching and routing between you and your ISPs first Ethernet hop. It’s basically a series of unconfigurable hardware low-pass and high-pass filters to ensure that upload traffic and download traffic flow cleanly.

    When cable internet started and these systems were installed in your neighborhood, a range of low-frequency (low-bandwidth) channels were selected for uploads, and a range of high-frequency (high-bandwidth) channels were selected for downloads, going off the assumption that more people wanted downloads than anything else.

    Fast-forward to today, and the ISPs don’t really have any choice but to sell you the asymmetry that they installed 20-30 years ago. The only way to redirect the flow and assignment of channels would be to rip out and replace all of those analog filters, and they’re not going to do that because grandma isn’t going to go without cable for 3 weeks. Grandma will call, get angry, and pick a new cable provider. Grandma is by far their most consistent and profitable customer.



  • It would be more accurate to say they try and block the vpn providers and Tor exit nodes. In practice, they do have ~95% of Tor exit nodes blacklisted but major vpn providers it’s closer to 40%. Vpn providers go through a lot of effort to hide their exit traffic and it’s pretty simple to use a provider that has a reasonably robust cli to just rotate nodes until you find one that works

    Connect

    Test known-good video using yt-dlp

    If fail, use vpn cli to connect to a new node

    Reeat until success

    If your provider let’s you connect to specific nodes you can even store the last-known-good and use it on first connect until it gets blacklisted, extending uptime considerably


  • I like the stable, but newer packages that Ubuntu offers, plus the first-party support you get from a lot of projects. I wish debian was the standard dpkg assumption for first-party support but it unfortunately is not. Ubuntu makes it pretty easy to build automation on top of that is good for 5+ years without touching.


  • Yes I have, admittedly it’s been about a decade but at the time I switched because getting hardware acceleration in chrome and Firefox was difficult on debian, trivial on Ubuntu. I like the stable, but newer packages that Ubuntu offers, plus the first-party support you get from a lot of projects. I wish debian was the standard dpkg assumption for first-party support but it unfortunately is not.