• 0 Posts
  • 11 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

  • TechLich@lemmy.worldtome_irl@lemmy.worldme_irl
    link
    fedilink
    arrow-up
    1
    ·
    11 days ago

    Yeah. Wikipedia calls it “link aggregation” and the standard is IEEE 802.1AX which also calls it that and the protocol LACP. I think the real reason for so many names is that the standard wasn’t developed until later so everyone built their own competing incompatible implementations with different names and it was a mess for years.

    Linux implemented it with the Linux bonding driver and switch manufactures made up their own proprietary extensions for it but the standard didn’t become a thing until like 2000. Seems like “teaming” is one of the most popular names for it.



  • There are quite a few. The best ones are sustainable closed loop datacenters with on-site solar which is becoming pretty common across the world, especially for new builds. Often producing more power than they need and feeding it back to the grid (especially if the local government has an energy buy back scheme).

    But most data centers are pretty tiny and just built into an office building with a bunch of server racks.

    Depending on where you live, a quick web search for data centers in your local area will probably show up dozens of them of varying quality hosting people’s websites and business apps etc. They aren’t any scarier than anything else you find in a city. They’re critical infrastructure that helps make the internet a thing. In most cases, if it wasn’t a datacenter, it would be a car yard or a factory, etc.

    But! There are also truly evil datacenters. Like this insane Utah monstrosity built for a shitty purpose and the size of a freaking city. An obscene monument to the US tech cesspool’s hubris.



  • That’s fair. The nuance that people lose is more that people are often painting them all with the same brush. Protesting any datacenter regardless of impact.

    It becomes something like: “datacenters are evil and are a symbol of techno fascist distopia! If they build a datacenter in my city, the taps will run dry and Elon Musk will use it to make ai porn of my children!” Even if it’s a small solar powered closed loop that provides VPS, storage and web hosting for nerds and small businesses.

    I also do think there’s also a scale of evil there. Some environmental impacts are not immediately obvious and might not be known about during planning. Some were built a long time ago with older tech and are a bit shitty but have a plan to transition to be more sustainable, etc.

    The world is full of “alright but a little bit shit.” It’s not all perfect angels and mustache twirling villains.

    I don’t want to detract too much from the real villains though. Nobody needs a 9GW datacity for military ai.


  • Not all data centres are evil and the issue is nuanced. This one sounds pretty evil though.

    9GW is totally insane and they’re building a gas plant for it instead of renewables (although there’s some solar too). It’s closed loop so the water use fears once it’s running are probably a bit overblown, but the construction itself is going to be ecologically insane. The thing is basically a data city, 162 square km is even larger than a lot of cities and involves building an entire power plant and new energy infrastructure. Building it is a full megaproject and even just noise pollution and the construction impacts will mess with bird migration etc. Obviously the whole thing isn’t going to be full of data centre, some of that space is empty but still.

    It’s also going to have the US military as a major client so… Pretty high up there on the evil scale IMO.


  • This was actually used during construction work. This particular data centre is closed loop and won’t use much water at all once it’s built.

    From the actual article:

    The company said its water consumption was so high last year because of temporary construction-related activities, such as concrete work, dust control and site preparation. Once operational, the company said the data centers only will use water for domestic needs, such as bathrooms and kitchens. That will total the equivalent of what four U.S. households use per month, the spokesperson said.

    Data centres with evaporative cooling can use huge amounts of water. Whether that’s bad/dangerous depends on the location and the water supply. That does go back into the water cycle, it’s not like fossil fuels where the resource gets destroyed but there are places where data centres are contributing heavily to droughts or water shortages and causing water prices to rise and are dumping hot water into waterways which kills wildlife and encourages things like algal bloom and bacterial growth etc.

    Usually that’s in places where there are regulatory failures and underfunded environmental protection. Usually the same places you find mass runoff of agricultural phosphates, PFAS and similar polyflural dumping from chemical plants etc. Where corporations pay their way into regulatory capture.

    It’s a real serious issue that’s nuanced. Not every data centre is being built for AI (a huge amount is for video encoding and streaming all these tiktooks, reeliess, tubes and netting flixes) and not every data centre is an ecological disaster. A lot are also building their own solar and batteries because in some places its cheaper long term than paying for the grid. There’s also a bunch building/buying shitty gas or coal plants for the same reason.

    The electricity generation can also eat more water because power plants need cooling too. Again, the ecological impact of that is hugely dependent on the location.

    Essentially, it’s a big nasty problem that is complex and situational and different in different areas, that is easy to simplify to “AI is destroying all our water!” in order to get quick clicks and outraged interactions.

    “Evil AI Data Centre Steals Town’s Water Supply!” Is a much snappier headline that gets shared much farther than “Construction Site Screws Up Their Pipes and Water Meters then Pays Their Water Bill!”


  • Yes kinda? It depends a lot on the system. It’s still pretty common, even with containers like docker, for different services to run with different accounts and permissions. Eg. If you have a webapp with a small database or something, the web server will be www-data or whatever and the db will be a different user account like a postgres user or something. Even a fresh Linux install will have a separate user account for things like ntp (or systemd-timesync) etc. Users aren’t usually people, they’re daemons with limited scope and rule of least privilege.

    Even if it’s all docker containers and you deploy them with the same docker account on the host, there are almost certainly a bunch of different accounts inside.

    That way if there’s some vulnerability in ntp or something, an attacker might have permission to mess with the time but can’t, in theory, take over the whole container.

    I think there is a trend towards caring less about that aspect of defence in depth if each service is in its own container and just rely on isolation. People are deploying services running as root with ansible or even just in dockerfiles, and not caring about it because there’s nothing else on the box for an attacker anyway. If they compromise the service, they’ve already got what they want.

    I get the thought process but it still doesn’t feel good to me. If some docker bug shows up that allows a container user with root to break isolation and use the shared kernel to pivot to the host or other containers, then that one dodgy webapp that’s not running as a restricted user can become a part of a larger kill chain. It’s really easy to develop systems with least privilege in mind and there’s not much downside to doing it. It’s a good habit to create different accounts for different services (even if there’s one admin/docker/ansible/whatever account for deployment).


  • Your user account can run applications and read and write to a lot of locations on the disk.

    So it can be used to run malware (cryptominers, ransomware, RATs etc.) Exfiltrate the data your account has access to, download or plant malicious or illegal data, use your internet connection to attack other systems with DOS or similar, use any logged in social media accounts to attack or spam your contacts, steal saved passwords and credentials from your web browsers, use your peripherals or connected devices (printers cameras microphone speakers), pivot to access other services on your local network (smart devices, IoT, TVs, home lab) etc.

    There are comparatively few things an attacker wants on a desktop that actually require root access. It’s mostly just system files, package management and settings changes that require root to mess with. Eg. You would need root to dump a shadow file or stuff like luks encryption keys from kernel memory, but if an attacker has your logged in user account, the disk is already decrypted and account is already logged in.


  • They do use emojis quite a lot.

    I think Claude code is the one that does emojis in lists and as icons/graphics the most. Especially in “make me a shitty website/blog” kind of cases. They can’t reliably produce good icons and glyphs yet, so they stick in emojis like graphical placeholders everywhere. Especially in lists.

    You also see it in some of the more corporate, venture capital or ai-friendly github readme.md files so some people see emojis in lists and have an immediate negative response. It’s not universal and the style obviously originated with humans or the AIs wouldn’t have learned it.