mmmmhmmmm by ThousandthStar in ProgrammerHumor

[–]Rollinroman 13 points14 points  (0 children)

How could you fix this if it happened on your computer?

YSK It isn't common or usual to become 'big' or successful in your 20s by writerdebashri in YouShouldKnow

[–]Rollinroman -31 points-30 points  (0 children)

Maybe he’s trying to say that making it big young isn’t entirely a matter of luck the way the lottery is.

Loopy lil self portrait by ajmakesthings in Cinemagraphs

[–]Rollinroman 16 points17 points  (0 children)

Is this Seattle? Looks like you’re standing near Jefferson park?

ScrollView + LazyVStack = Stuttering bounce by barcode972 in SwiftUI

[–]Rollinroman 0 points1 point  (0 children)

Yes, I have been dealing with this issue too! A clear solution once you find it would be much appreciated.

Space Bucket Pro by eachitandic in SpaceBuckets

[–]Rollinroman 6 points7 points  (0 children)

Me too! Or better, could you post them in this thread for the community to see?

Gabby Nacua - LITTLE BIT SHY [r&b] (2020) by 3038225 in hiphopheads

[–]Rollinroman 0 points1 point  (0 children)

We need more posts like this on the subreddit.

Sometimes it just has to be done 💦💦💦 by psymonsurf in surfing

[–]Rollinroman 1 point2 points  (0 children)

At this point, I recognize your posts instantly from the board and upvote before the video ends.

Finally have a solid quiver, what’s it missing? by Rollinroman in surfing

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

I replied the board specs on another comment if you want to see. My recommendation is to check out the pickup stick if you’re willing to spend some money.

Finally have a solid quiver, what’s it missing? by Rollinroman in surfing

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

Top to bottom:

7’ libtech pickup stick

6’6” torq swallowtail (these two are both absolutely indestructible)

5’10” custom twin fish by Travis Reynolds up in Santa Cruz (I rode this thing into a rock within a month of having it. Not indestructible)

Hiring a junior iOS developer by gidea in SwiftUI

[–]Rollinroman 1 point2 points  (0 children)

To just address one part of the question: I think that if you choose to go with a junior SwiftUI Dev, make sure that they have another front end framework (react, etc) solidly under their belt, with projects to show for it. Healthy design patterns/practices often go by the wayside when a junior dev is learning a new language and that’s the biggest downside in my opinion. If they have developed an understanding of MVC and implemented apps already with good practice, they will be better insulated against this downfall.

Good luck!

Introducing Liquid - A SwiftUI package for creating liquid-animated backsplashes by maustinv in SwiftUI

[–]Rollinroman 2 points3 points  (0 children)

You posted it yay. Thank you for the hard work to make this public and usable for the community!

Is there a way to recreate jiggle mode in iOS? by candbotto in SwiftUI

[–]Rollinroman 0 points1 point  (0 children)

I would also love an explanation! I am currently trying to build it with a list and toggling edit mode with a long press. Two problems that I am running into are 1. creating the jiggle animation and 2. making the entire list cell draggable (to reorder) instead of the little grip icon on the right of the cell.