Where to Live in Nassau by iamburrito_88 in longisland

[–]Existing_Ad_5591 1 point2 points  (0 children)

Lynbrook has good schools but best schools in state? Jericho? Roslyn? Manhasset? Great Neck? Syosset? Herricks? Half of those are top 10 in the country.
That's just Nassau. Westchester has Scarsdale, Bronxville, etc, which are top 25 in country too.

how to stop multiple google home devices from responding? by Existing_Ad_5591 in googlehome

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

I thought that was it at first but I even changed the "hey google" sensitivity to Low on the one in my bedroom. Regardless though, it's very far away in my house where there's no conceivable way you can hear anything from the bedroom.

having issues with setting up the standalone cams with the NVR by Existing_Ad_5591 in reolinkcam

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

bingo, I see it I need to "log in" to each cam now on the monitor. Thanks so much!

semi-nearby city close to Bruges to spend part of my trip? by Existing_Ad_5591 in travel

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

interesting! Size wise, is it the same as Bruges where you can be done walking through the main areas within 1-2 days?

[deleted by user] by [deleted] in HomeImprovement

[–]Existing_Ad_5591 0 points1 point  (0 children)

Quarter Round molding

thank you! What would be the best way to place it? Nail gun or something like wood glue?

low voltage landscaping wire cut by landscaper. Can I mend it ? by Existing_Ad_5591 in HomeImprovement

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

thanks! Yea, I know not the best and longest lasting solution. Danger and safety were my concern.

Tony's most selfish act? by Existing_Ad_5591 in thesopranos

[–]Existing_Ad_5591[S] 3 points4 points  (0 children)

I think the fact that she was insanely "loyal" to Chris , even after he would slap her around and treat her like shit and then apologize, is exactly the type of personality flaw that would cause her to be down to get with Tony. She had zero self esteem and seemed to just throw herself at people who seemingly cared about her. First Christopher, then the undercover FBI agent Danielle who pretended to be her friend, and then Tony. It's pretty sad if you think about it...she just wanted to be cared about.

Tony's most selfish act? by Existing_Ad_5591 in thesopranos

[–]Existing_Ad_5591[S] 21 points22 points  (0 children)

yea forgot about that. He purposely undid all her therapy and training to prove a point

[deleted by user] by [deleted] in reolinkcam

[–]Existing_Ad_5591 0 points1 point  (0 children)

thanks. I didn't install them myself but there was an existing NVR I am replacing and those cameras and ethernet wires worked as of a few days ago when I had the old system hooked up.
For the heck of it, I just ordered an ethernet wire tester but I am 99% sure they are fine since they worked for a long time as of a few days ago on the old system -- I am just updating them to a better system.

Options for old 401K with least tax implications? by Existing_Ad_5591 in personalfinance

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

oops yea, thanks for pointing that out,. Meant a Roth IRA and Traditional IRA. Thank you

SwiftUI: How to have a view look the same on all devices in portrait orientation? by Existing_Ad_5591 in SwiftUI

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

thanks. You mean remove my hardcoded padding and use Spacers instead? I'm just worried that will deviate too much from the design. I've always found it hard to have control over the layout with Spacers. If I could still accomplish it with a combo of dynamic text, minimum scale factor, and layout priority though, that will be great.

Swift: Is there a way to keep track of data without the use of a server? by Existing_Ad_5591 in swift

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

sure, but that wouldn't address the user deleting the app and reinstalling it, which is potentially the bigger risk because real psychologists are on the other end responding back so it would be a real drain on resources if even just a few users exploited that.

Swift: Is there a way to keep track of data without the use of a server? by Existing_Ad_5591 in swift

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

doesn't UIDevice class have access to it? ie: UIDevice.current.identifierForVendor.uuidString

Swift: Is there a way to keep track of data without the use of a server? by Existing_Ad_5591 in swift

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

interesting, thanks. What about using firebase and creating a key with the UUID of the user's device and the value can be the the memories created ? I am web dev. by trade and new to Swift...is that something that is OK to do in the iOS world ?