

Guess it depends on the height, but yeah. Otherwise, we manage to pump a town’s worth of water to the top of a tower well enough. From there, gravity can do the rest.
But there’s probably a point where cost for that vs height becomes prohibitive.
I’m beautiful and tough like a diamond…or beef jerky in a ball gown.


Guess it depends on the height, but yeah. Otherwise, we manage to pump a town’s worth of water to the top of a tower well enough. From there, gravity can do the rest.
But there’s probably a point where cost for that vs height becomes prohibitive.


If the costs of engineering a tower is more than just buying more land, then why build taller?
Figured it’d be something like that. Explains why they get built out in the middle of nowhere since land is cheap.


Tall data centers do exist in cities where land is expensive.
Probably a bit of “hiding in plain sight” that way, too. There are a few big datacenters relatively near me, and they’re massive compounds in the middle of even more massive corn fields. Kind of stick out like a sore thumb when you’re driving by.


Modern Classic problems require modern solutions.


That person is giving me “I’m not touching you! I’m not touching you!” vibes. lol.


In a public park, you can absolutely ask random people to leave your party area. Not the park, but the space you are using. Double so if you’ve gone through the official channels to reserve that section.
And that goes both ways: If someone is having an event and one inserts themselves where they’re clearly not invited, then that person very much has issues respecting others’ boundaries.
It all boils down to people respecting each other.


I’ll take your word for it, though I assume it is the case. Like I said…it’s just the internet doing what it does (for better or worse).
“As an American” (though speaking only for myself) when I see those, I don’t even go into them because my opinion wasn’t solicited. I also don’t throw out my opinions in non-American news/politics communities for the same reason. Also, I wish that was a two-way street.


FWIW that community is just inspired by something that already exists outside of social media. The community owner kept !dull_mens_club@lemmy.world up since it’s pretty active, but the new official/recommended one for dull stuff is !Dullsters@dullsters.net . They explicitly wanted it to be more inclusive (not that DMC was only restricted to men posting).


It’s just…the internet I guess?
Go into the various “Ask” communities, and you’ll see things like this constantly:
Women of Lemmy, what’s something that…?
As a man, I …
Americans of Lemmy, what is your favorite…?
As a European, I…
Definitely mildly infuriating when people just butt in when they’re explicitly not the target audience of the question. If I’m somehow doing that with this reply, lol, I apologetically appreciate the irony.


And you’re going to honestly believe a mod’s reasoning at face-value?
Irrelevant. As a literate human being, I can click on your username and see your submissions. I can search the alt they listed and read those submissions. And, finally, I can look at those and arrive at the conclusion that both of those seem like trolling and the same person.
Now that you’ve been sufficiently fed, I bid you adieu with my handy dandy block button.


You mean this post that’s not removed? https://kbin.melroy.org/m/unpopularopinion@lemmy.world/t/1316788
(Edit: Fixed wrong post link. That link was to this post 🤦)

Looks like a cromulent, albeit absolute shit, opinion to me. So far so good (using that phrase loosely). BUT… you seem to have behaved very asshole-ish in the comments.


And the modlog says Trolling and Ban Evasion and listed another alt with a similar post history to yours that was also banned for trolling and hasn’t posted since your account was created. 🤔
So, maybe instead of whinging you do some self reflection, yeah?


If nothing else, this meme at least made me go hug my dog.


In my nearly half century on this planet and having dealt with many a drug dealer in my younger days, absolutely none of them have been this pushy 😆


Best I can offer is https://github.com/searxng/searxng
I run it at home and have configured it as the default search engine in all my browsers.
[Weary sigh]


At best, it’s JARVIS from Iron Man 3 when he went all buggy and crashed Tony in the boondocks. lol


To me it is the ultimate gamble with one’s own thought autonomy, and an abandonment of truth in favor of false comfort.
So, like church? lol
No wonder there’s so much worrying overlap between religion and AI.


I’m about that same age but am so glad we’ve largely abandoned the “www” for websites.
On my personal project website, I have a custom listener setup to redirect people to “aarp.org” if they enter it with “www” instead of just the base domain.
server {
listen 443 ssl;
http2 on;
server_name www.mydomain.xyz;
ssl_certificate /etc/letsencrypt/live/mydomain.xyz/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/mydomain.xyz/privkey.pem;
ssl_dhparam /etc/nginx/conf.d/tls/shared/dhparam.pem;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 15m;
...
location ~* {
return 301 https://aarp.org/;
}
}
Which begs the question why not magnets at the top of the building to help pull the electricity up?