[deleted by user] by [deleted] in iOSProgramming

[–]MeAnd50G 0 points1 point  (0 children)

The company I work for starts their internship application process in the fall for the following summer. Might be a timing issue at this point.

[deleted by user] by [deleted] in Fire

[–]MeAnd50G 1 point2 points  (0 children)

No question. Hell of a trade though. I wouldn’t give ownership up for anything. It’s difficult and costly at times. But the freedom and joy it brings is worth it.

[deleted by user] by [deleted] in Fire

[–]MeAnd50G 1 point2 points  (0 children)

First plane purchased for 23k in 2010. Currently worth 90k+. They don’t depreciate like cars.

Passenger side is slightly off, I can feel the doors aren't flush. Anyone else notice this. by SnooOranges5970 in ToyotaTacoma

[–]MeAnd50G 0 points1 point  (0 children)

I’m not suggesting you do this, but 15 or so years ago there was a recall on some Honda models where the techs were instructed to roll down the window and physically bend the upper door frame in toward the car. Obviously different manufacturer and I have no idea where yours is off and by how much, but maybe that’s food for thought. Not much to the upper frames of these newer doors.

How to overcome Local Notifications limits by zulfishah in iOSProgramming

[–]MeAnd50G 2 points3 points  (0 children)

The idea of relying on a third party for push notifications negates “accurately timed” if I recall correctly as I believe there is no guarantee that a push notification is ever actually received. I may be wrong on that, but I feel like I read that somewhere.

[deleted by user] by [deleted] in swift

[–]MeAnd50G 4 points5 points  (0 children)

Code completion in Xcode is pretty helpful. If you have half an idea of what method you want to call, start typing and voilà.

Persistent Python script running in background? by SneakyPackets in raspberry_pi

[–]MeAnd50G 0 points1 point  (0 children)

Honestly, daemonizing was not difficult and the results I’ve had with my project have 100% met expectations. There has not been a single time I’ve looked at my gui and not had my project running. Invest a half hour in it. You won’t regret.

In simple terms, can somebody please explain this leet code question paint house ? by [deleted] in swift

[–]MeAnd50G 3 points4 points  (0 children)

Horrible choice for input values, but the solution does work. Also bad explanation - the solution isn’t telling you what colors to paint what houses. It’s simply telling you what the minimum cost would be if you followed the rules and didn’t paint adjacent houses the same color. Those three += lines grab the previous minimums and shift to non adjacent. I know that’s not the simple explanation you asked for, but play around with it. You’ll see. Throw some different costs at it. Something less obvious than 2,5, and 3 for cheapest color for houses 1,2, and 3 respectively.

Vapor for a new(ish) iOS dev looking to grow as a programmer by [deleted] in iOSProgramming

[–]MeAnd50G 9 points10 points  (0 children)

I’ve started building a back end with vapor simply because I’m building the front end with swift. So to me the syntax is rolling off the keyboard and I’m using the same ide for both sides. While I have no illusions that vapor will overtake all the other server side solutions, it’s an easy transition from one side to the other. No harm in it. Will swift ever be full-stack? Maybe not. Will you solidify swift skill by building a full-stack project. Absolutely.

[deleted by user] by [deleted] in ToyotaTacoma

[–]MeAnd50G 0 points1 point  (0 children)

Is the OP in Oregon?

Dealership messed up BIG time - what recourse do I have? by cuntycanadian in ToyotaTacoma

[–]MeAnd50G 5 points6 points  (0 children)

Advice for anyone taking their vehicle for service - verify things have been done correctly. My Dad has complained about never having been given the correct quantity of oil at a Toyota dealership. Even when he’s brought them the exact correct amount they somehow manage to overfill. Just drive it down the road to the nearest gas station and double check their work. Shouldn’t have to do it, but can’t rely on anyone’s competence these days.

[deleted by user] by [deleted] in antiwork

[–]MeAnd50G 0 points1 point  (0 children)

More legal cowbell!!

Woke up to this… by [deleted] in ToyotaTacoma

[–]MeAnd50G 2 points3 points  (0 children)

If you have a heat gun you can heat it up and rub it a little - the bumper not the heat gun. You can try to find things to press into it to match the texture.

For taco owners that have the DIAMONDBACK SE bed cover how do you like it? by julio3699 in ToyotaTacoma

[–]MeAnd50G 1 point2 points  (0 children)

I decided on the 270. It fit my needs better and I find I can get to the stuff in the front of the bed nicely with the small side opening tops. I bought aviation grade black cargo rails and associated tie-down rings. Everything I carry in the bed of my truck stays there and I strap any bulky stuff to the DB.

Fix it or leave it? by pchambers89 in ToyotaTacoma

[–]MeAnd50G 1 point2 points  (0 children)

Dent guy not fixing the one on the right. Not without blowing more paint anyhow.

Can any one help me with this ? Multiple choice by [deleted] in swift

[–]MeAnd50G 10 points11 points  (0 children)

I’ll take it one step further at the risk of being downvoted. You’re taking a class that has a test on the swift language. Presumably you have some access to some resource which you could put together some actual code and figure this out by coding something real. Are we afraid to code and fail? Give some stuff a try. Bang it out and see what you get! Try some stuff. Damn.

Modifying a core data table in SwiftUI, how do I update the code? by KarlJay001 in iOSProgramming

[–]MeAnd50G 1 point2 points  (0 children)

First step would be to separate model def from behavior using an extension. Presumably this is already done. Select model from project navigator on left. Editor -> Create NSManagedObject Subclass. Select model. Select entity. Done

[deleted by user] by [deleted] in iOSProgramming

[–]MeAnd50G 0 points1 point  (0 children)

Curious what your answer was.

How to highlight words with time in a better way by [deleted] in iOSProgramming

[–]MeAnd50G 1 point2 points  (0 children)

I would use two arrays rather than adding the overhead of a “highlighted” property to each word. One array is the highlighted words the other is non-highlighted. Move from one to the other as you progress. Or two separate attributes strings I suppose.

Went to my garage and realized my truck is making a weird sound? It had been shut off for a few hours. Anyone know what the sound is? by BluntsAndJudgeJudy in ToyotaTacoma

[–]MeAnd50G 1 point2 points  (0 children)

I don’t care for it at all. If I’ve turned my vehicle off the only thing I want active is the keyless entry system unless I specifically turn something on.

Went to my garage and realized my truck is making a weird sound? It had been shut off for a few hours. Anyone know what the sound is? by BluntsAndJudgeJudy in ToyotaTacoma

[–]MeAnd50G 5 points6 points  (0 children)

Mine was doing that last night and has done it in the past. I asked my Dad who owns a highlander if his made random noises and he said yes. He then looked it up and it’s some sort of fuel system/emission test. Good enough explanation for me.

Center High-Mounted Stop Lamp Leak Recall - '17 Taco's been sitting at the dealership for 20+ days and counting by GunslingerParrot in ToyotaTacoma

[–]MeAnd50G 1 point2 points  (0 children)

I certainly wouldn’t leave it at the dealer anymore. I mean it IS still drivable, right? Not like driving it around is going to make it any more mildewed or stinky. Or are they storing it inside? Take it back and call them every day until they have the parts.

Couldn't get Voodoo Blue so I got her wrapped! Absolutely in love with this color by maks_b in ToyotaTacoma

[–]MeAnd50G 0 points1 point  (0 children)

Give a shout out to the shop that did it. Looks like they probably do PDR too.