PhilipTheBucket

joined 1 year ago
MODERATOR OF
[–] PhilipTheBucket@ponder.cat 28 points 3 months ago (1 children)

Pretzlcoatl

[–] PhilipTheBucket@ponder.cat 15 points 3 months ago (7 children)

Seriously. “Esprit de corps”? Where the hell did he get that from? He blamed everything on Biden and it didn’t make any sense, but that’s not anything new, that’s what won him the election.

[–] PhilipTheBucket@ponder.cat 5 points 3 months ago

And next year, it'll be worse. And the year after, worse than that, until the planet's lungs and beating heart we all depend on begin to seize up and die, irrevocably.

[–] PhilipTheBucket@ponder.cat 12 points 3 months ago* (last edited 3 months ago)
  1. At least on Lemmy, this is definitely what I've observed. If you look at any thread that's full of sturm und drang, it's usually a tiny handful of accounts that are creating all of it (and then roping other people into their hostility, like a little chain reaction, like Chernobyl.) If you look at the impact, it just looks like everyone's an asshole, but if you look at the root of the trouble, you realize most people are fine and a tiny minority are noisy and hostile and they can just get everyone else spun up.
  2. I agree, if you're in NYC right at this moment in history and you can't see a bigger picture of things worth getting heated up about than White Lotus, you should talk with people in your community more.
[–] PhilipTheBucket@ponder.cat 0 points 3 months ago

I frequently make bug reports and contributions to all kinds of software. If this wasn’t something that impacted people’s security and trust evaluation, that’s exactly what I would have done.

Put it this way: If Android, or Outlook or whatever, was sending your admin password home to Google or Microsoft, and then people showed up to say it was probably an innocent mistake and why are you even making a big deal about it, just report it and let them fix it instead of creating drama, that would be absurd. That’s how I feel about the people here telling me the same thing.

[–] PhilipTheBucket@ponder.cat 0 points 3 months ago (1 children)

Well, part of the price I pay for being a consistent dickhead is that sometimes people aren’t enthused to respond to me. I get why they wouldn’t really want to respond here and get yelled at, whether or not it was malicious, and instead just fix it and go on.

In my opinion it would be a healthier way to go about things if they were willing to meet criticism head-on, but the pro-authoritarianism position they’ve staked out for themselves is so widely and bitterly unpopular that I think that ship has sailed and they’re unlikely to engage with most of the free-speaking world at this point, because it would just be a torrent of abuse and mockery and so what would even be gained by it.

[–] PhilipTheBucket@ponder.cat 13 points 3 months ago

Inb4 Pam Bondi gets thrown under the bus

She’s stupid and obedient enough to survive longer than most. But how many people who were close to Trump 2 years ago are still anywhere in his orbit now? You either leave voluntarily, or you get thrown to the Sarlacc whenever it serves the convenience of the day.

[–] PhilipTheBucket@ponder.cat 2 points 3 months ago

The first rule of fascism is, when it arrives, turn your guns against the fascists. Not against your friends who aren’t being anti-fascist enough, or weren’t in the past, or whatever.

[–] PhilipTheBucket@ponder.cat 5 points 3 months ago

I hear he used to play with Canned Heat sometimes.

[–] PhilipTheBucket@ponder.cat 4 points 3 months ago

The evidence for my secondary conspiracy theory grows stronger

[–] PhilipTheBucket@ponder.cat 4 points 3 months ago (2 children)

My new conspiracy theory is that a gang of people have teamed up to try to wind me up on this particular topic in what was supposed to be a lighthearted nonsense-question to which I gave an appropriate nonsense-answer.

You’re the only one who actually did arrive at something which is pretty much the actual answer (“coulomb counting”), although you keep mucking it up by saying things like you “can get a voltage sensor” to get the energy left in the battery, or “current through the battery” when the battery is the only part current does not flow through during discharge, or by making up wild random guesses that something is “almost certainly” taken into account. Just take all that extra stuff away and stick with “the phone monitors discharge” and you’ll be pretty much right.

Hopefully we can put this whole endeavor behind us now, and go back to talking about Chipotle and chemtrails.

[–] PhilipTheBucket@ponder.cat 8 points 3 months ago (2 children)

Touchscreens can be made at massive scale and then repurposed in batches for everywhere. They’re always the same (roughly speaking). Buttons are individual components, you have to lay the whole thing out custom how you want it to be, you have to put all these fiddly little components together… just having a robot make a big square object along with 199,999 other ones is cheaper, even if technically the big square object is orders of magnitude more complex than the chunks of plastic and springs and buttons etc.

 

So if you do the Docker setup, obeying the instructions and substituting everything that needs to get substituted, but don't proofread the files in detail and so miss that line 40 of docker-compose.yml doesn't have the variable {{domain}} like in every other location you need to write your domain, but instead just says LEMMY_UI_LEMMY_EXTERNAL_HOST=lemmy.ml and so you fail to change it away from lemmy.ml... then, everything will work, until you type in your admin password for the first time, at which point your browser will send a request to lemmy.ml which includes your admin username, your email address, and the admin password you're trying to set. And, also, of course your IP address wherever you are sitting and setting up the server.

I have no reason at all to think the Lemmy devs have set their server up to log this information when it comes in. nginx will throw it away by default, of course, but it would be easy for them to have it save it instead, if they wanted to. And my guess is most people won't use a different admin password once they figure out why creating their admin user isn't working and fix it.

@dessalines@lemmy.ml @nutomic@lemmy.ml I think you should fix the docker-compose.yml file not to do this.

Edit: Just to increase the information-to-rudeness ratio of my post. The docs are at:

https://join-lemmy.org/docs/administration/install_docker.html

And they recommend using wget to download:

https://raw.githubusercontent.com/LemmyNet/lemmy-docs/main/assets/docker-compose.yml

Which is pulled from:

https://github.com/LemmyNet/lemmy-docs/tree/main/assets

Which is what has the wrong line 40 in it.

Edit: They fixed it. Good stuff.

view more: next ›