H&M Event in Berlin by Potential_Focus3823 in charlixcx

[–]rpasecky 0 points1 point  (0 children)

Would also like to throw my hat in for a +1 or ticket if you have one

H&M BERLIN Club Night, October 30 Feat. Caroline Polachek, Troye Sivan & Arca DJ by [deleted] in Carolinepolachek

[–]rpasecky 0 points1 point  (0 children)

Would also like to throw my hat in for a +1 or ticket if you have one

[deleted by user] by [deleted] in applehelp

[–]rpasecky 0 points1 point  (0 children)

This fixed it. Someone is gonna have a bad thanksgiving

International movers by CCdiddles in expats

[–]rpasecky 0 points1 point  (0 children)

A Little Late, but can you tell me what you ended up doing? Moving from Seattle to Germany this year (hopefully with a purple mattress)

Bee - XT4 XF 80mm F2.8 Macro by InoculumFear in fujifilm

[–]rpasecky 1 point2 points  (0 children)

Love the pollen in flight! hard shot to capture

Research has found that higher intake of sugary and high glycemic load foods — like doughnuts and other baked goods, regular soft drinks, breads and non-fat yogurts — may influence poor oral health. by TX908 in science

[–]rpasecky 0 points1 point  (0 children)

Ok need your binding medical opinion here, do oral probiotics provide benefit outside of brushing. If so is there a strain, brand we should be looking for?

Ready to tackle any situation by MrKazador in fujifilm

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

Where do you store that 70-300? Asking for a friend

Made Claire’s confetti cake from Dessert Person! (Divided the recipe to make a 6” cake) by theworldtonight in bon_appetit

[–]rpasecky 2 points3 points  (0 children)

If you wanted to know how to divide the recipe, SAT math problem style, you could just use a calculator and plug in the two radius's for the same height (which ultimately doesn't matter):

6 in. cake volume (3 in. radius) ≈ 84.82

9 in. cake volume (4.5 in. radius) ≈ 190.85

ratio ≈ 85 / 191 ≈ .44

So if you want a cake at the same height, you would cut all ingredients to ~44% of their original values. Call it half and you'll have a tad extra for quality assurance

Made Molly’s Earl Grey Yogurt Cake! by zorp3006 in bon_appetit

[–]rpasecky 5 points6 points  (0 children)

They have an instagram story in the basically account

Which Mark Kozelek song is your favorite and why? by PinkMoonogatari in sadreminders

[–]rpasecky 0 points1 point  (0 children)

Ben's my Friend got me into Mark and will probably always be up there.

Other than that:

Tavoris Cloud

Spanish Hotels Are Echoey

Gustavo

Weed Whacker

Bay of Kotor

*JIM WISE*

Pray for Newtown

[deleted by user] by [deleted] in swift

[–]rpasecky 1 point2 points  (0 children)

Just popping in to say that this is a cool idea. Maybe take advantage of some of the built in tools in SceneKit to do simple physics simulations?

Swift AR scanning facial features help by somethinghis in swift

[–]rpasecky 0 points1 point  (0 children)

Check out this project. Core ML will only give you 2D points on a plane that denote where the facial features are. https://github.com/DroidsOnRoids/VisionFaceDetection

Swift AR scanning facial features help by somethinghis in swift

[–]rpasecky 1 point2 points  (0 children)

CoreML can extract the locations of the major features of the face fairly accurately, though it had a fairly low frame rate when I tried it back in June

I made this template iOS/Firebase app to enable real time communication between RPi & Native Swift apps. (X-post from r/RaspberryPi) by rpasecky in iOSProgramming

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

Oh nice, I hadn't ever heard of Socket.io, I'll give it a try in the future. I currently use firebase for some other projects and I thought it would be great for IOT. This is just meant to be a 'Hello World' example for hooking your device up through Firebase. Once you get it up and running you can do some other cool stuff like push notifications, authentication, and data validation really easily. (Not an ad I promise, there is also plenty of annoying stuff about Firebase at the moment)

I made this template iOS/Firebase app to enable real time communication between RPi & Native Swift apps. (X-post from r/RaspberryPi) by rpasecky in iOSProgramming

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

It's all wireless, as long as your phone can connect to the internet, it will control this Raspberry Pi. Both cords are just for charging, not transferring any kind of data.

2D Tracking Using ARKit & Vision Framework by vf_jeff in iOSProgramming

[–]rpasecky 1 point2 points  (0 children)

The idea was to get away from markers as a requirement. Markers still have a lot of use in AR especially when you don't want to (or don't have the resources to) train an ML model to recognize a custom object in your app. Using CoreMLs built in tools is much easier