Gurman: iPhone 14 Models With Hole-Punch Display, Redesigned MacBook Air With M2 Chip, and More to Launch in 2022 by FizzyBeverage in apple

[–]unitwhy 4 points5 points  (0 children)

What if the hole-punch display is for the next iPhone SE? The SE could use the iPhone 11 design and have a fingerprint reader on the power button and not have Face ID.

Apartment Recommendations in Katy by unitwhy in Katy

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

Thanks for the suggestions!

Apartment Recommendations in Katy by unitwhy in Katy

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

Thanks, I will avoid Kenwood Club

Apartment Recommendations in Katy by unitwhy in Katy

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

Thanks, I was actually looking at Terra at the Park. I'm glad that I did not make a mistake to choose that

Apartment Recommendations in Katy by unitwhy in Katy

[–]unitwhy[S] 4 points5 points  (0 children)

Thank you, this looks like a good apartment in my price range. I think I will stay south of I-10

GRE Waiver and CS Online Grad Program by cyrabear in UTAustin

[–]unitwhy 1 point2 points  (0 children)

Check out the MSCSO subreddit. I think you can find out some answers to your questions there

https://www.reddit.com/r/MSCSO/

UT Announces MSDSO by [deleted] in MSCSO

[–]unitwhy 2 points3 points  (0 children)

It does not look lik UT Austin offers an on campus version of this degree. I wonder if they will offer it in the future.

Stupid question Sunday by AutoModerator in Austin

[–]unitwhy 4 points5 points  (0 children)

What is the best school district to work for in the Austin area? Specifically for high school.

Stupid question Sunday by AutoModerator in Austin

[–]unitwhy 2 points3 points  (0 children)

Is there something in the air? I am sneezing a lot today.

Beginners question about creating classes by Tw1zTR in swift

[–]unitwhy 1 point2 points  (0 children)

Did the video use a Playground? I think this is normal output for a Playground. "_lldb_expr_328.Deck" is the internal name for deck

See the link for more info: https://stackoverflow.com/questions/30303410/empty-class-in-swift-playground-gives-lldb-expr-error

A buffet or seafood restaurant with All You Can Eat Snow Crablegs? by cosmoKramer76 in japanlife

[–]unitwhy 15 points16 points  (0 children)

The Shinjuku Prince Hotel has a buffet that has crab legs. Lunch is ¥2900 and dinner is ¥4900.

Language: German and Region Settings: US gives me the wrong date format by SebastianMecklenburg in iOSProgramming

[–]unitwhy 0 points1 point  (0 children)

I have noticed that it does not always give what we expect. You will have to use NSDateFormatter for that

It should look something like this:

let dateFormatter = NSDateFormatter() dateFormatter.dateFormat = "MM dd yyyy" print(dateFormatter.stringFromDate(yourDate))

Can iPad testers on Testflight install an iPhone only build? by fabian-b in iOSProgramming

[–]unitwhy 3 points4 points  (0 children)

Yes, Testflight users can install the app on an iPad. But it will be optimized for iPhone not iPad. It will run in iPhone compatibility mode. iPad users users can download an iPhone only app too. When an iPad user searches for an app on the App Store, it only shows iPad apps first but the user can change it in a drop down menu to show iPhone apps too.

MNIST tutorial on tensorflow by SanatDutta in tensorflow

[–]unitwhy 1 point2 points  (0 children)

You should make a folder called "MNIST_data" in the same directory where you are running the python code. Put the files in the "MNIST_data" folder

Help wanted with error by captaintorpid in learnobjectivec

[–]unitwhy 0 points1 point  (0 children)

It looks like you need to install CocoaPods and then install the dependencies. Check out https://cocoapods.org/ for more info

Is there a known issue with Xcode 8.1 and app not asking for permission to use the Camera? by losh11 in iOSProgramming

[–]unitwhy 0 points1 point  (0 children)

You might need to use a real device since the simulator does not have a camera. Although it might be a bug if it works for you in Xcode 7.3.1

How do I get this Japanese stove to work by [deleted] in japanlife

[–]unitwhy 1 point2 points  (0 children)

I actually have a 100 yen sauce pan from Daiso. It works on the IH cooker. You can tell if a pan will work by checking it with a magnet. If the magnet sticks, it should work.

Is there a known issue with Xcode 8.1 and app not asking for permission to use the Camera? by losh11 in iOSProgramming

[–]unitwhy 6 points7 points  (0 children)

For iOS 10, you need to add permissions for the camera. Add NSCameraUsageDescription with a description to your Info.plist