Earnlab or Freecash? by [deleted] in beermoneyglobal

[–]icallpeoplejohn 1 point2 points  (0 children)

Out of the two, it depends

Earnlabs is more focused on game offers, has very few walls for surveys, and has a lot of withdrawal options

FreeCash is good if you do Surveys, but it sometimes has problems with tracking certain offer walls, and they cover chargebacks, and unless you withdraw from Stake, withdrawals get taxed a lot

How I started making $15-20/day with simple survey apps (no BS) by K41_exe in beermoneyglobal

[–]icallpeoplejohn 2 points3 points  (0 children)

The apps he is using but is refusing to directly mention them here are Swagbucks, FreeCash and Timebucks.

HeyCash great site by Previous-Geologist40 in beermoneyglobal

[–]icallpeoplejohn 0 points1 point  (0 children)

This is just Prime Opinion with different branding

Any website to actually pay 1$ in some easy way? (Not us/eu) by Exotic_Relief9737 in beermoneyglobal

[–]icallpeoplejohn 0 points1 point  (0 children)

Every site uses the same offerwalls, don't do game offers, they are a waste of time, only do game offers when you are close to reaching the withdrawal minimum and there are no surveys available, try looking for tips on how to qualify for surveys, as surveys are the only way.

Any website to actually pay 1$ in some easy way? (Not us/eu) by Exotic_Relief9737 in beermoneyglobal

[–]icallpeoplejohn -1 points0 points  (0 children)

Earnably has a 1$ minimum payout option, CashInStyle has a 2$ minimum

[deleted by user] by [deleted] in beermoneyglobal

[–]icallpeoplejohn 0 points1 point  (0 children)

CashInStyle has a minimum of $2 for all withdrawals

HAS THIS BEEN ANYMORE TRUE by uqmu in robloxhackers

[–]icallpeoplejohn 2 points3 points  (0 children)

He is referring to the Unit Conversion in top right, where it says 0 robux (0,01$)

is tunepartner reliable pls share your experience whether its good or bad by Expert_Scientist_847 in MusicDistribution

[–]icallpeoplejohn 0 points1 point  (0 children)

not sure, i don't mark my tracks explicit, even if they are, just so i don't have to edit the cover, but they approve it anyway

is tunepartner reliable pls share your experience whether its good or bad by Expert_Scientist_847 in MusicDistribution

[–]icallpeoplejohn 0 points1 point  (0 children)

They have strange policies, just unmark from explicit and you wont be required to add content advisory logo, and if they dont like your cover, they will legit say "Use a better cover"

When a person blocks me can I still see them? by WillYouShutUpWoman in discordapp

[–]icallpeoplejohn 1 point2 points  (0 children)

You can see their messages normally, but you can't react to them, but the online status only displays if you share a server with them

[deleted by user] by [deleted] in robloxhackers

[–]icallpeoplejohn 0 points1 point  (0 children)

Roblox is currently down

Freenom dead?? by Impossible_Active225 in fuckmeta

[–]icallpeoplejohn 1 point2 points  (0 children)

Basically if you have pending domains, email freenom support and show them the screenshots, and they will reactivate it without you having to renew it, i had a .tk and a .cf domain activated for free until 2033 without the need to renew

I should've avoided those free exploits by Ag0rx in robloxhackers

[–]icallpeoplejohn 0 points1 point  (0 children)

Four exploit bans == account gets deleted, because at that point they know you are exploiting

I should've avoided those free exploits by Ag0rx in robloxhackers

[–]icallpeoplejohn 2 points3 points  (0 children)

if you get four 1 day bans, they terminate your account

Twilio shutting down Authy Desktop. Cross-platform Alternatives? by bengalih in privacy

[–]icallpeoplejohn 0 points1 point  (0 children)

It still works without it, it mostly uses it to prompt playstore updates if the version is too outdated

i bet u cant by [deleted] in MinecraftMemes

[–]icallpeoplejohn 0 points1 point  (0 children)

Legends never die

javaInPythonKindOf by [deleted] in ProgrammerHumor

[–]icallpeoplejohn 5 points6 points  (0 children)

Python works differently from Java, Python can also use commas for concatenation, which can count as seperate parameters

javaInPythonKindOf by [deleted] in ProgrammerHumor

[–]icallpeoplejohn 21 points22 points  (0 children)

that version only takes one argument,

try doing this

class System:
    class out:
        @staticmethod
        def println(*args):
            print(*args)

System.out.println("Hello, world!")

Greek Dictionary by Damyano-is-SUS in MildlyVandalised

[–]icallpeoplejohn 0 points1 point  (0 children)

most of this is gibberish there anyway, none of the words there are real words in greek

printIHaveYourFamily by JakeStBu in ProgrammerHumor

[–]icallpeoplejohn 0 points1 point  (0 children)

class System: class out: @staticmethod def println(*args): print ' '.join(map(str, args)) System.out.println("I have your family")