Off-and-on trying out an account over at @tal@oleo.cafe due to scraping bots bogging down lemmy.today to the point of near-unusability.

  • 114 Posts
  • 4.03K Comments
Joined 2 years ago
cake
Cake day: October 4th, 2023

help-circle
  • If you mean distributing inference across many machines, each of which could not individually deal with a large model, using today’s models, not viable with reasonable performance. The problem is that you require a lot of bandwidth between layers; a lot of data moves. When you cluster current systems, you tend to use specialized, high-bandwidth links.

    It might theoretically be possible to build models that are more-amenable to this sort of thing, that have small parts of a model run on nodes that have little data interchange between them. But until they’re built, hard to say.

    I’d also be a little leery of how energy-efficient such a thing is, especially if you want to use CPUs — which are probably more-amenable to be run in a shared fashion than GPUs. Just using CPU time “in the background” also probably won’t work as well as with a system running other tasks, because the limiting factor isn’t heavy crunching on a small amount of data — where a processor can make use of idle cores without much impact to other tasks — but bandwidth to the memory, which is gonna be a bottleneck for the whole system. Also, some fairly substantial memory demands, unless you can also get model size way down.








  • 4chan’s position is that they aren’t doing business in the UK, which is why they’re disregarding the UK regulator’s fines. The UK regulator might be able to block them in the UK if the UK rolls out a Great Firewall of the UK, say, a la China, but probably not get the US to enforce rulings against them. And, I’d add, such a Great British Firewall is going to have limited impact unless the Brits also ban VPNs in the UK that don’t also do such blocking internal to the VPN and additionally block external VPNs, a la Russia.

    In the same way, lemmy.today is doing business in the EU.

    Very unlikely, in the eyes of the US court system. They have no EU physical presence, and aren’t advertising targeting EU people.

    Facebook

    Yeah, now they might be affected, but they’re in the EU.

    EDIT: For context, last year, this happened:

    https://www.nbcnews.com/news/world/russia-fines-google-20-decillion-world-gdp-youtube-kremlin-war-ukraine-rcna178172

    Russia fines Google more than the world’s entire GDP

    Russian courts can hand down whatever rulings they want, but they don’t really have an effect elsewhere unless other legal systems view them as having jurisdiction.

    Iran has the death penalty for blasphemy. But the US isn’t going to enforce rulings on blasphemy unless it views Iran as having jurisdiction over the person posting said content.



  • I used Reddit for a long time, since the extremely early days of the site, back when most of the content was posted by Reddit staff and there was really just one page.

    While I wasn’t enthralled with the move from old.reddit.com to the new reddit.com, the site was at least still accessible via the old interface, absent a minor quirk here and there in how Markdown was interpreted, and different ways of customizing subreddit appearance. That wasn’t enough to cause me to leave.

    What did it for me was that I expected that when they moved from their growth phase to monetization phase that they’d make some changes that I wouldn’t like, but I didn’t expect them to end access for third-party clients, which was not okay with me.


  • @pHr34kY@lemmy.world

    It could be a backronym, where the meaning of something is changed after the name is selected to fit the name. I mean, the company is Chinese. I doubt that they initially chose an English-based name, but they sure could have adopted it later.

    searches

    And yes, at least according to Wikipedia:

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

    “BYD” is the pinyin initials of the company’s Chinese name Biyadi. The company was originally known as Yadi Electronics (亚迪电子), named after the Yadi Road in Dapeng New District, where the company was once based.[23] According to Wang Chuanfu, when the company was registered, the character “Bi” (比) was added to the name to prevent duplication, and to provide the company with an alphabetical advantage in trade shows.[24] As the name “BYD” had no particular meaning, BYD started adopting a backronymic slogan “Build Your Dreams” when it participated at the 2008 North American International Auto Show in the US.[25][26][27]

    EDIT: Ah, @ShinkanTrain@lemmy.ml already pointed this out.








  • From my /etc/resolv.conf on Debian trixie, which isn’t using openresolv:

    # Third party programs should typically not access this file directly, but only
    # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a
    # different way, replace this symlink by a static file or a different symlink.
    

    I mean, if you want to just write a static resolv.conf, I don’t think that you normally need to have it flagged immutable. You just put the text file you want in place of the symlink.