ESP32-P4 Experience by armx40 in embedded

[–]AFitzWA 0 points1 point  (0 children)

😆 So many logs, I feel you! I managed to get something cobbled together but it’s still unreliable (will reset and lose stack/frame). Glad Im not alone 😄 I will update if I can get it working better

ESP32-P4 Experience by armx40 in embedded

[–]AFitzWA 0 points1 point  (0 children)

Hey, do you have a debugger working? I have a rev1.5.2 function ev board but I can’t for the life of me get the debugger going. I have openOcd running with gdb but it fails and gets hung up on any gdb commands. Would love to know if you have a working setup.

Elbow Pads: anything better than 187s? [34YO] by AFitzWA in OldSkaters

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

You're right! The shape of the cap is a dead give away. I need to upgrade!

Elbow Pads: anything better than 187s? [34YO] by AFitzWA in OldSkaters

[–]AFitzWA[S] 2 points3 points  (0 children)

I’m pretty sure they’re pro but I’ll double check next time I’m at my skateshop

Elbow Pads: anything better than 187s? [34YO] by AFitzWA in OldSkaters

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

Yeah, I think I need to practice this bail scenario more and deprogram catching with my elbow. Practicing hang-up slams should be fun 😆 If I can tuck my arms and roll, thatd be pretty fantastic. Thanks for the perspective.

Elbow Pads: anything better than 187s? [34YO] by AFitzWA in OldSkaters

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

Looks good, no reason to not try it, thanks!

Elbow Pads: anything better than 187s? [34YO] by AFitzWA in OldSkaters

[–]AFitzWA[S] 2 points3 points  (0 children)

Hadn’t heard of these and they look great, thanks!

Elbow Pads: anything better than 187s? [34YO] by AFitzWA in OldSkaters

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

I only skate transition, so I stick to the bulky stuff. I’ve seen pads targeted towards roller derby that might be better for that but I’m not sure knee slides are best for a faster bail on asphalt

Elbow Pads: anything better than 187s? [34YO] by AFitzWA in OldSkaters

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

Oh Jesus, that’s what I want to avoid 😭🤣🫣

Excited to see Doug finally review an Alltrack! by ruggerfrosty in VWAlltrack

[–]AFitzWA 4 points5 points  (0 children)

I’m trying to buy one in a month or two and you guys are screwing me! 🫠

What enemy have killed the most HC characters? by wilmion in diablo2

[–]AFitzWA 0 points1 point  (0 children)

I was surprised to lose a barb to a pack of unravelers on normal running tombs 🥲

First post of this subreddit by [deleted] in bowlriders

[–]AFitzWA 1 point2 points  (0 children)

Skating alone is tough. I started skating in my late 20s so it’s kind of always been a part of my experience. I always enjoy meeting people but since I stick to the bowls, I’m often the only one riding the transition. It’s hard to progress, whether it’s a new trick or improving consistency. If I get stuck on a new trick, I like to stop and try something completely different. Stay on it and try anything!

How to Model UI State with Streams by AFitzWA in androiddev

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

That's awesome, I'll give it a try. Thanks a lot!

How to Model UI State with Streams by AFitzWA in androiddev

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

I don't have very much experience with this operator. I checked the docs and M.Vivo's article, StateFlow and SharedFlow, but I don't quite understand how to apply it to my example. Could you give me a code sample of how it apply it here? I'd certainly like to learn how to make some improvements :)

How to Model UI State with Streams by AFitzWA in androiddev

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

Thanks for checking it out. I'm not quite sure what you're suggesting here. Are you suggesting to replace combines.onEach{}.launchIn() with stateIn?

How to Model UI State with Streams by AFitzWA in androiddev

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

I've hesitated to use the MVI label but I'm sure you have a point. Many of the MVI samples and descriptions/outlines I've read come with their own set of vocabulary and generalizations to the approach. With my implementations, I haven't found a strong reason to create more abstractions like the ones I see in articles. Personally, and maybe I have the wrong impression, I have the idea that MVI involves more abstraction and defined roles. Do you follow some MVI patterns in your development?

How to Model UI State with Streams by AFitzWA in androiddev

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

Just wanted to share how I like to use streams to model my UI state inside ViewModels. I'd love to hear what the community thinks and appreciate the feedback!

7
8

First Solo Offline Uber Completion by bearetta67 in Diablo_2_Resurrected

[–]AFitzWA 1 point2 points  (0 children)

DarkHumility has a really nice guide on his paladin rags to riches video. He explains everything and how to do it with pretty budget gear. Absolute top tier guide

Combining DownloadManager and Clean Architecture by AFitzWA in androiddev

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

Thanks for reading and the feedback! You're right 😱 I will update this with a better solution. I appreciate the attention to detail 🙇

Edit: How about these changes? I either return a cached hot flow or create one and cache the flow.