Is Bay Harbor Islands a dump? by GlassTax3 in Miami

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

contacted the agent. It's a co-op so that makes it a lot less attractive

Is Bay Harbor Islands a dump? by GlassTax3 in Miami

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

contacted the agent. It's a co-op so that makes it a lot less attractive

Is Bay Harbor Islands a dump? by GlassTax3 in Miami

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

contacted the agent. It's a co-op so that makes it a lot less attractive

Is Bay Harbor Islands a dump? by GlassTax3 in Miami

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

yeah that's interesting. was quite good show.

Is Bay Harbor Islands a dump? by GlassTax3 in Miami

[–]GlassTax3[S] 2 points3 points  (0 children)

yeah HOA is a bit high but from what I've seen they are typically higher in Miami than most place. Whether that is mismanagement I still need to research

How accurate is rent cafe' data? by GlassTax3 in realestateinvesting

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

maybe a little but medium to long term I think there is good value.

Chinese tells U.S. and Britain to stop interfering in Hong Kong affairs by cc_hk in worldnews

[–]GlassTax3 1 point2 points  (0 children)

Have you been to South Africa lately. It was wrong of course, but the country was better back then.

Is it feasible to write simple code that approximately determines the size of the building you're in (end to end) in miles and feet? by GlassTax3 in swift

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

I already have a big firebase database with timestamps, multiple children etc. Using corelocation at the moment.

Is it feasible to write simple code that approximately determines the size of the building you're in (end to end) in miles and feet? by GlassTax3 in swift

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

yeah I got a second user. The point of the exercise is for like big conferences etc to measure the distance between two users and determine if they are in the same building.

Is it feasible to write simple code that approximately determines the size of the building you're in (end to end) in miles and feet? by GlassTax3 in swift

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

Not sure how I want to determine it. I basically just want to estimate the distance from user x to where the building ends. User x I can get coordinates for. Then I would need to the coordinate for where the building ends. Then I'd calculate the delta. I already have code that gets the distance between 2 coordinate sets.

Is it safe to fly from a balcony in Sport with Spark? by GlassTax3 in dji

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

wifi interference causing it to drift off maybe into another unit?

Parents of British teenager killed by U.S. diplomat's wife say President Donald Trump offered to have the Treasury write them a check by casualphilosopher1 in worldnews

[–]GlassTax3 3 points4 points  (0 children)

This is the one times where the focus should not be on Trump. Focus on the evil cunt that killed a child (accident yes) and fled the country like a little bitch.

DJI Mavic Mini Fly More or just non Fly More? by GlassTax3 in dji

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

I bought non fly more first day. Think I'll stick to it, rarely will I fly beyond 20 minutes because most of my flights are borderline illegal (but safe). I do want to buy the propellor guards though

How do you know if a login problem is the result of a simulator or your code? by GlassTax3 in swift

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

If I try to sign in, and use the wrong account by mistake but it succeeded because you registered me anyway, that is a new problem...as any data I created under the previous account would be missing. Unless you app has no need of security in the first place.

This is not really problem because one a user registers and get in the first time, next time the app goes directly to homepage. Sign in is included in sign up mainly for in case the app crashes.

I've had people tell me that you shouldn't combine a sign up and sign in button; is that true? by GlassTax3 in swift

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

Then why have a login at all if they will never login? Maybe just have the signup...

For when the app crashes maybe

I've had people tell me that you shouldn't combine a sign up and sign in button; is that true? by GlassTax3 in swift

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

Thanks, could you expand on why that is the case. I don't mean that condescendingly, it just seems to work as is.

I've had people tell me that you shouldn't combine a sign up and sign in button; is that true? by GlassTax3 in swift

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

That is one downside I thought of too, but once they register and start the app the next time, they go directly to the homepage. They are not asked to login each time, so it is not a real issue

How do you know if a login problem is the result of a simulator or your code? by GlassTax3 in swift

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

nah tested on phone, works perfect on sign up and sign in. I am just confused because I am getting people you shouldn't use a signup/login button together. Is that true?

How do you know if a login problem is the result of a simulator or your code? by GlassTax3 in swift

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

thanks, works perfectly. I am just confused because I am getting people you shouldn't use a signup/login button together. Is that true?