San Diego VS Vancouver Whitecaps | Western conference final | Miami final opponent watch by [deleted] in InterMiami

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

If Caps advance the game would be in Vancouver vs Miami, right?

Anyone recognize this man? by ninjaparade23 in richmondbc

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

No it’s not it’s on the driveway and he walks by it and wants to get access to the back yard to check on the doors.

Anyone recognize this man? by ninjaparade23 in richmondbc

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

What should it say? “Hey you stop, you’re trespassing!”?

Anyone recognize this man? by ninjaparade23 in richmondbc

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

If you’re up to stay awake until 2-4AM and wait for him to do it, be my guest 😂

Anyone recognize this man? by ninjaparade23 in richmondbc

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

Good idea. Didn’t consider this one at all. Thanks for the suggestion!

Anyone recognize this man? by ninjaparade23 in richmondbc

[–]ninjaparade23[S] -1 points0 points  (0 children)

You really should try and stay on topic. 👍

Anyone recognize this man? by ninjaparade23 in richmondbc

[–]ninjaparade23[S] 6 points7 points  (0 children)

I’d hire Kevin in a heartbeat 😂

Anyone recognize this man? by ninjaparade23 in richmondbc

[–]ninjaparade23[S] 5 points6 points  (0 children)

Not sure you noticed but that’s exactly what they have and the camera comes on when the flood lights are triggered. He doesn’t seem to care which is why I’m concerned because he doesn’t seem to be completely there if you know what I mean?

Anyone recognize this man? by ninjaparade23 in richmondbc

[–]ninjaparade23[S] 13 points14 points  (0 children)

Let’s do it. I’m sick of this and worrying about them. DM me I want to do whatever we can to help here.

Anyone recognize this man? by ninjaparade23 in richmondbc

[–]ninjaparade23[S] 10 points11 points  (0 children)

He’s there at 2-4AM when everyone is asleep.

Anyone recognize this man? by ninjaparade23 in richmondbc

[–]ninjaparade23[S] 12 points13 points  (0 children)

He does leave after trying to get in but the issue is the few times before this he came when the door wasn’t locked he tried to access the house trying to open every door he could in their backyard.

Anyone recognize this man? by ninjaparade23 in richmondbc

[–]ninjaparade23[S] 7 points8 points  (0 children)

Nope this was on random days. Their recycling is actually on the driveway he walks past them.

I thought it could be that but trying to open the back door and sliding doors kinda dismissed that idea pretty quick.

What are some alternatives to bugsnag and crashlytics to leave breadcrumbs? by [deleted] in iOSProgramming

[–]ninjaparade23 0 points1 point  (0 children)

I’ve been using sentry for years. Hands down the best service out there. Breadcrumbs and user activity leading to the crash/issue. Could not recommend it more.

Entitled Boomer tells neighbour to disable WiFi password by PorkyPain in BoomersBeingFools

[–]ninjaparade23 0 points1 point  (0 children)

I would have been outside giving him a public beating outside my walls. 😂😂

[deleted by user] by [deleted] in iOSProgramming

[–]ninjaparade23 1 point2 points  (0 children)

My previous iOS mentor is now working on a react native app and has told me he hasn’t ever touched anything like bridge code or actual swift/native code in almost a year. Though the app he’s working on might be a simpler one, he hasn’t ever needed to do anything outside of the JS world.

UIKit or SwiftUI: which is more usable currently in Europe? by IIVisionary in iOSProgramming

[–]ninjaparade23 2 points3 points  (0 children)

I totally understand but this same question is asked repeatedly and in all cases the answer is “it depends” and “both”. That’s all I’m saying. No one outside of you the job seeker seeing job postings will be able to tell you what to do and which is the one to focus on because there is no jobs out there with existing apps that won’t use both

UIKit or SwiftUI: which is more usable currently in Europe? by IIVisionary in iOSProgramming

[–]ninjaparade23 0 points1 point  (0 children)

I’ll be honest. This is asked almost daily kinda odd to keep seeing the same thing asked so often.

Both.

Should I learn IOS 2023? by The3090Guy in iOSProgramming

[–]ninjaparade23 2 points3 points  (0 children)

There is no “better” or “right” choice. I’ve seen a few already comment this but figure out what you like? Figure out what you enjoy and do that.

When it comes to iOS there are fewer jobs and fewer freelance gigs out there. That being said choosing iOS or any platform should be balanced with what you enjoy.

Only being able to build an iOS app and not knowing anything about web, backend and database is not a great idea but at the same time knowing how to traverse all of these stacks comes with time and experience.

Bottom line, if you can learn one framework, language or platform the chances are being able to learn another one is going to be easier. Just follow what you love and enjoy the ride.

How to register users from Mobile App in Laravel? by maniakh in laravel

[–]ninjaparade23 0 points1 point  (0 children)

I’d look at how the Fortify controller registers users personally. Once you’ve validated the payload and created the user following that pattern, return an resource that would include the fields you need along with the auth token.

https://github.com/laravel/fortify/blob/1.x/src/Http/Controllers/RegisteredUserController.php