jaybone

joined 2 years ago
[–] jaybone@lemmy.world 6 points 6 days ago (1 children)

Don’t forget India!

[–] jaybone@lemmy.world 4 points 6 days ago (4 children)

Question: how did Iran come to obtain F14s?

[–] jaybone@lemmy.world 3 points 2 months ago

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

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

And then someone gets a free trip to El Salvador.

[–] jaybone@lemmy.world 3 points 2 months ago

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

[–] jaybone@lemmy.world 7 points 2 months 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 2 months 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 2 months ago

Today’s Hitler only eats at McDonalds.

[–] jaybone@lemmy.world 1 points 2 months 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 2 months 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 1 points 2 months ago

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

[–] jaybone@lemmy.world 6 points 2 months 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.

 

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 ›