jaybone

joined 2 years ago
[–] jaybone@lemmy.world 3 points 1 month ago

The target’s age and health probably also factor in.

[–] jaybone@lemmy.world 12 points 1 month ago (1 children)

And then someone gets a free trip to El Salvador.

[–] jaybone@lemmy.world 3 points 1 month ago

I’m seeing Kevin from The Office with a giant pot of chili.

[–] jaybone@lemmy.world 7 points 1 month ago

lol John Goodman is on the hood of a car smashing the windshield with a golf club or a baseball bat. Completely destroying the fuck out of this car. And he’s yelling “this is what happens when you find a stranger in the alps!”

[–] jaybone@lemmy.world 1 points 1 month ago

Didn’t know he was vegan. Weren’t they both guests at the chefs table on Hell’s Kitchen recently? Do they make anything vegan on that show?

[–] jaybone@lemmy.world 5 points 1 month ago

Today’s Hitler only eats at McDonalds.

[–] jaybone@lemmy.world 1 points 1 month ago

Still think @Buffalox makes a decent point. You never know there could be some cowboy out there, sees a woman getting dragged into a van by masked men, and starts popping off rounds.

[–] jaybone@lemmy.world 5 points 1 month ago (1 children)

Remote instances won’t have your IP or email, and other usage trend data. So that info could only be obtained by this hypothetical tracking instance. As for any remote content on other instances, that can just be scraped by anyone. You wouldn’t even need an account or instance to get that data.

[–] jaybone@lemmy.world 29 points 1 month ago

You want some 8x7A2 using the same bathroom as you???

[–] jaybone@lemmy.world 6 points 1 month ago (3 children)

Most likely. That’s if people knew about. You could do it secretly.

Though I wonder if you were open about it, if people would accept it. Just say “hey, this instance doesn’t ask for donations, but we track and sell your info.” Maybe some users would be okay with that.

[–] jaybone@lemmy.world 6 points 1 month ago

And if it’s not fake, the president can declassify it just by thinking it.

[–] jaybone@lemmy.world 10 points 1 month ago (5 children)

There’s nothing to prevent someone from spinning up a lemmy or mastodon instance and tracking users either.

 
 
 
 
 

When I build with what is on the main branch, I get an error about invalid CFBundleShortVersionString, which appears to come from here:

ios/App/App/Info.plist

    <key>CFBundleShortVersionString</key>
    <string>$(MARKETING_VERSION)</string>

I can workaround / hack a fix by modifying the Info.plist file with something like:

    <key>CFBundleShortVersionString</key>
    <string>1.0.0</string>

But I assume that's not the right thing to do. What is the correct way to set CFBundleShortVersionString or $(MARKETING_VERSION) ?

 
 
 
 
 
 
 
view more: next ›