• 0 Posts
  • 146 Comments
Joined 10 months ago
cake
Cake day: December 16th, 2023

help-circle
  • Most data centers evaporative cooling from what I understand, and according to This

    Cooling towers use water evaporation to reject heat from the data center causing losses approximately equal to the latent heat of vaporization for water, along with some additional losses for drift and blowdown. In larger data centers this on site water consumption can be significant, with data centers that have 15 MW of IT capacity consuming between 80-130 million gallons annually. n this study, on-site water consumption is estimated at 1.8 liters (0.46 gallons) per kWh of total data center site energy use for all data centers except for closet and room data centers, which are assumed to use direct expansion (air-cooled chillers).

    And seeing as hyperscale data centers usually use between 20-50 megawatts per data center, and there’s three of them in Colon, that’s like at least 240 million gallons of water a year.

    Yikes.




  • Depends on the training and the output.

    Just like if you photographed the Mona Lisa in such a way as it recreated the piece as if it wasn’t a photograph, a model sufficiently trained that can reproduce the original training data, you have copyright issues.

    Problem is that many models can do this, but it’s a mathematically improbable occurrence.

    If I make a stamp that’s made of 1 billion exact copies of different copyrighted photos and cut it infinitesimally small, and mixed it up, the problem that it can produce the original work that it was made from still becomes a copyright issue.

    You’d have to prove the opposite, in fact. That it’s mathematically impossible for your model to reproduce the copyrighted content for it not to be an issue





  • Biggest issue I see is that these LLMs tend to repeat themselves after a surprisingly short number of times (unless they’re sufficiently bloated like ChatGPT).

    If you ask any of the users of Sillytavern or RisuAI they’ll tell you that these things have a long tail of not being very creative.










  • The problem is that the Linux kernel is monolithic so introducing rust into it does have certain repercussions about downstream compatibility between modules.

    Right now the rust code in the kernel uses c bindings for some things and there’s a not-insignificant portion of C developers who both refuse to use rust and refuse to take responsibility if the code they write breaks something in the rust bindings.

    If it was pure C there would be no excuse as the standard for Linux development is that you don’t break downstream, but the current zeitgeist is that Rust being a different language means that the current C developers have no responsibility if their code refactoring now breaks the rust code.

    It’s a frankly ridiculous stance to take, considering the long history of Linux being very strict on not breaking downstream code.


  • Well part of what it does is grab your actual desktop background to use, and there’s a couple different ways to do that on Linux afaik

    Also I guess the file dialogs would open only to the wine prefix? My experience with wine applications and dialogs is mostly through bottles, so I’m not sure of the sandboxing…