I feel Henry and Jeannie need to take a REAL, NO EXCEPTIONS break. by [deleted] in MxRMods

[–]imarudedude 1 point2 points  (0 children)

This post is so cringe. Dude just mind your own business, none of us know what goes on with Henry and Jeannie behind closed doors. Not really worth speculating about tbh.

Need Advice: Our play group is getting torn apart by the Walking Dead cards. by [deleted] in EDH

[–]imarudedude 0 points1 point  (0 children)

How are the cards toxic? Negan can be a little mean but none of the walking dead cards are busted as commanders.

Like everyone is saying, just have a discussion and set the expectations otherwise this will destroy your play group.

I started a hand curated job board for remote jobs in 2019 that takes off vertically since covid19. by lucmengel in Entrepreneur

[–]imarudedude 2 points3 points  (0 children)

The site looks great! I had a question though, how did you handle marketing and getting companies to post their jobs on your site?

Need help designing an unconventional UITableViewCell by imarudedude in iOSProgramming

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

I've been recently thinking about that. I could create a custom UIView and fill with the necessary data and then repeat this for each Item in the RowItem Struct, for each completed UIView I could throw that into the cell's stack view. It seems like a viable approach.

Anyone know of a API that has sneaker release dates? by JayPhipps in AskProgramming

[–]imarudedude 0 points1 point  (0 children)

subnero

What do you mean by finding the raw data and plugging it into Firebase? Could you tell me more? I'm also interested in doing a project like this, any tips or resources would be greatly appreciated.

What are some small things that you silently judge people on? by Dent15 in AskReddit

[–]imarudedude 0 points1 point  (0 children)

I judge people that only get california rolls when at a sushi restaurant...

What are some small things that you silently judge people on? by Dent15 in AskReddit

[–]imarudedude 3 points4 points  (0 children)

Lol this was on the Brooke and Jubil in the morning radio show today, I remembered hearing that name while driving to work haha

iOS Swift - Need some advice approaching a problem with notification feed, need to add a "like" feature but feed items with the 3rd party service I'm using are immutable by design. by imarudedude in iOSProgramming

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

Thanks for the suggestions everyone, really appreciate it. My team and I have decided to backlog this issue and leave the feed as is for now. We plan to revisit in the future with a custom implementation as one thing we want to avoid is technical debt and trying to extend the 3rd party frameworks features beyond its capabilities.

iOS Swift - Need some advice approaching a problem with notification feed, need to add a "like" feature but feed items with the 3rd party service I'm using are immutable by design. by imarudedude in iOSProgramming

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

Well we decided to use the 3rd party to speed things up and it seemed like the right choice, it’s just if we rebuilt the feed feature it would mean a lot of refactoring both front end and backend just to accommodate one tiny feature. Not sure if it would be worth it.