• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: November 10th, 2024

help-circle






  • This is an awesome collection of letters.

    A decent portion of them are entirely human translated and are definitely more useful than the AI assisted translations since I’ve noticed a number of them including translator’s notes to help add context to the text.

    For those concerned about AI assisted translations, anytime some text has been translated with AI assistance, the website makes it very obvious. Links to original manuscripts are available. 19th century translations are also available for a decent number of those letters.





  • THE KICKER that’s just to run the data center, think of the demand for the HVAC and ecological damage to using a lake’s water to cool equipment (water would be coming out over 100⁰F).

    I keep seeing this on Lemmy, but why do so many people think that these datacenters are using water from reservoirs for “cooling”?

    Datacenters use A/C for cooling, and if there’s any sort of “Liquid cooling” being used on these servers, it’s in a closed loop system.

    Water isn’t being pumped out as steam or into the environment directly from datacenters, unless there’s some other method I’m missing here?

    What I think is getting mixed up here is that, for many forms of generating electricity, water is needed to be heated up in some way to create steam. The steam then turns a turbine which moves some magnets to generate electricity.

    Some of those powerplants are in closed loop systems with their water, some of them are not. Additionally, if the energy is coming from solar/wind/hydro then there shouldn’t be any concerns about water getting turned into steam anyway.






  • Misleading title. This isn’t an “AI Company”. As far as I can tell, it’s some scammer that used AI Tools to create similar music and then copyright strike the original artist to steal their revenue.

    The major issue here is how YouTube handles these claims. From the article:

    YouTube’s dispute process places enormous trust in whoever files the claim, with little built-in protection for independent artists who lack legal resources.

    This isn’t something new and was already being done before AI tools were available.


  • I mean there might be a way, but it’s not easy.

    The laziest and worst method is to use ChatGPT and have it “pretend to be some character” with a system prompt.

    If you want something really good, you would need to train the model from scratch based only on knowledge that one particular character would learn from their world up until that point. However this is going to be a ton of work just for one character.

    For a middle ground you could probably cheat a little and start with a model that’s close to the knowledge base you would want most characters to have. Then you would use something like a LoRA, or RAG on top of it for each individual character.

    For instance, if you wanted to make a game in a Victorian Era setting, you could start with this model that’s only trained on text from the 1800’s: https://github.com/haykgrigo3/TimeCapsuleLLM

    To make it better you would have multiple base models that are trained on various backgrounds that NPCs could have (Farmers vs Merchants vs Soldiers vs Nobility, etc).

    Even then, this would not work well for certain games. For example, if you’re trying to tell a specific story, you don’t want a character that will go off script or give away some information that spoils an intended plot twist.