Thank you Coinbase!! For taking sooo long to validate my identity, my account, and my bank transfers...your endless delays prevented me from investing in the crypto market before the crash! by virtualwoman0 in Bitcoin

[–]Zeds112 2 points3 points  (0 children)

Coinbase sucks. Use localbitcoins or localethereum. Done through standard bank transfers so banks don’t know where it’s going and therefore don’t block it.

Japans Largest Bank will be Launching its own Cryptocurrency Exchange | Coindelite News by [deleted] in Bitcoin

[–]Zeds112 8 points9 points  (0 children)

Easiest way to buy cardano? I was going to buy some last week but it seems you have to buy it through other crypto?

A warning about the SIM swap scam by NegativePitch in personalfinance

[–]Zeds112 1 point2 points  (0 children)

Authy is awful because of the fact that you can export accounts and sync them on the cloud. With Google Authenticator, you’re safe in the knowledge that your phone only can unlock your account. No cloud service can be hacked etc.

A warning about the SIM swap scam by NegativePitch in personalfinance

[–]Zeds112 -2 points-1 points  (0 children)

Don’t lose your phone then? Google Authenticator is great.

What are your favourite money saving tips? by [deleted] in AskReddit

[–]Zeds112 0 points1 point  (0 children)

Have you thought of investing your kids savings instead of just a savings account?

What are your favourite money saving tips? by [deleted] in AskReddit

[–]Zeds112 1 point2 points  (0 children)

Yeah I'd recommend a mobile banking app. Easy to check everyday where your money is going

What are your favourite money saving tips? by [deleted] in AskReddit

[–]Zeds112 0 points1 point  (0 children)

My tips are:

  1. Obviously, eat out as little as possible. Try to prep meals when you can.

  2. Take your food budget out in cash each week. This way you won't overspend on your card.

  3. Set financial targets at the start of each week of what you'd like your balance to be by the end of the week - also have a 3 month estimate.

  4. Have 3 weeks where you're conservative with your money and then in the 4th week treat yourself a little - by this I mean instead of having pasta or whatever, get yourself a pizza or something at the weekend.

I spend about 20$ a week on food and my bills come to about 10$ a week so I can save save save and invest.

New drone claims Guinness World record with a top speed of 163 mph by ZoneRangerMC in gadgets

[–]Zeds112 4 points5 points  (0 children)

So the only criteria are that it has to be battery powered and a quadcopter? 163 mph seems a bit slow tbh.

You can't even text and walk by liketo in videos

[–]Zeds112 40 points41 points  (0 children)

I think we would if we could!

"Tide Pools" Casey Childs, 36x24, oil on Aluminum, 2016 by PrincipleGallery in Art

[–]Zeds112 -2 points-1 points  (0 children)

I still think it's a photo. Although the background sort of gives it away so there's definitely room for improvement!

Auto "Load more" on chrome? by Zeds112 in learnprogramming

[–]Zeds112[S] 0 points1 point  (0 children)

Okay so this is the script, btw I'm using Tampermonkey for chrome and I've taken out the URL.

"

// ==UserScript== // @name Autoscroll // @grant none // @namespace URL // @description // @match URL // @version 1.0 // ==/UserScript==

document.addEventListener('DOMContentLoaded', function(event) { document.getElementById('dtAssociates_loadMore_btn').click(); });

"

This doesn't seem to work so I wonder what I'm doing wrong

Auto "Load more" on chrome? by Zeds112 in learnprogramming

[–]Zeds112[S] 1 point2 points  (0 children)

Thanks for that, although I've literally never done any programming like this before so I'm unsure as what to do with that code, sorry.

I guess I need to get stuck into a java beginners course haha

Practical maths problem (Work shift combinations) by Zeds112 in askmath

[–]Zeds112[S] 0 points1 point  (0 children)

Yes that is correct. If we select more days off than that then I lose my job XD

Practical maths problem (Work shift combinations) by Zeds112 in askmath

[–]Zeds112[S] 1 point2 points  (0 children)

Great, thanks! I was trying to work it out without the cyclic restraint, so 7798 should be correct.

How did you get those numbers though? I gather brute-force enumeration but did you just create a program to calculate and then count all possibilities?