home.social

Search

1000 results for “MrRoo”

  1. @MrRooni Thank you!

    And to be clear, I'm not critiquing the experience with #1Password's support team, which is in fact quite good so far. Responses are quick and to the point, and the bug seems to be some corner case. But rather how my brain is wired, and mostly the state of large corporate-produced software.

  2. @MrRooni I have a couple of eufy (Anker) "Security IndoorCam C24" that work 95% of the time, including with #HomeKit Secure Video #hksv. bought them 2 years ago primarily to experiment with and to try HKSV. Really good for cameras that you can get for $33 on Amazon.

  3. After much digging I’m a lot closer to figuring out the memory issues in my watch app. It’s worth noting that this behavior only exists when run on Apple Watch. The simulator memory usage remains reasonable throughout. I’ll file some Feedback on it later today.

    Here’s the story so far: gist.github.com/MrRooni/a10f94

    #SwiftUI #iOSDev #watchOSDev @swiftui

  4. Where #UnicornStore mostly hits right, #MrRoosevelt, also #2017, tries way too hard and mostly misses.

    It's not authentic, very derivative, and formulaic.

    A couple of now-familiar actors (#BritLower of #AppleTV's #Severance and #DaniellaPineda of #Netflix's live-action #CowboyBebop) giving good performances can't overcome this flick's numerous deficiencies.

    Only good for mindless viewing.

  5. I might be hitting my breaking point with :1password: @1password — the browser extension reliability has taking a huge hit over the past year. This makes me very sad after being a loyal customer & advocate since early 2008.

    I don't know if it's iOS 26.4 but the Safari extension loads maybe 50% of the time now—thankfully iOS AutoFill can step-in when this happens.

    macOS browser extensions are a bit better—Safari being the worst, occasionally taking up to 10 seconds to load/unlock. I often end-up relaunching my browser to get the extension to work again.

    ✏️ Edit: Glad they are aware!
    mastodon.social/@MrRooni/11653

    #1Password #PasswordManager

  6. I'm doing a weekly photo challenge via 52frames.com and this week's challenge was, "Portrait of a Stranger". I'm pretty pleased with how this one came out. #52frames #photography #syracuse

  7. I'm doing a weekly photo challenge via 52frames.com and this week's challenge was, "Portrait of a Stranger". I'm pretty pleased with how this one came out. #52frames #photography #syracuse

  8. I'm doing a weekly photo challenge via 52frames.com and this week's challenge was, "Portrait of a Stranger". I'm pretty pleased with how this one came out. #52frames #photography #syracuse

  9. I'm doing a weekly photo challenge via 52frames.com and this week's challenge was, "Portrait of a Stranger". I'm pretty pleased with how this one came out. #52frames #photography #syracuse

  10. I'm doing a weekly photo challenge via 52frames.com and this week's challenge was, "Portrait of a Stranger". I'm pretty pleased with how this one came out. #52frames #photography #syracuse

  11. Macintosh Quadra 610 (1994) → Blue & White PowerMac G3 with the matching Apple Studio Display (1999) → PowerMac G4 (2002) → PowerBook G4 (2004) → MacBook Pro (2009) → et al. It's been a great ride so far, here's to many more! #Apple50

  12. When Benji and I first started iterating on the icon for 40 Below he made one that I absolutely adore. I was sure I was going to use it for the final version, but he wisely talked me out of it; it didn't fit in with the aesthetic of iOS 26.

    I still love it, though, and I kept it in the about screen and on the website. It's just too good not to see the light of day.

    apps.apple.com/app/id6759849820

    #iosdev #icondesign

  13. When Benji and I first started iterating on the icon for 40 Below he made one that I absolutely adore. I was sure I was going to use it for the final version, but he wisely talked me out of it; it didn't fit in with the aesthetic of iOS 26.

    I still love it, though, and I kept it in the about screen and on the website. It's just too good not to see the light of day.

    apps.apple.com/app/id6759849820

    #iosdev #icondesign

  14. When Benji and I first started iterating on the icon for 40 Below he made one that I absolutely adore. I was sure I was going to use it for the final version, but he wisely talked me out of it; it didn't fit in with the aesthetic of iOS 26.

    I still love it, though, and I kept it in the about screen and on the website. It's just too good not to see the light of day.

    apps.apple.com/app/id6759849820

    #iosdev #icondesign

  15. When Benji and I first started iterating on the icon for 40 Below he made one that I absolutely adore. I was sure I was going to use it for the final version, but he wisely talked me out of it; it didn't fit in with the aesthetic of iOS 26.

    I still love it, though, and I kept it in the about screen and on the website. It's just too good not to see the light of day.

    apps.apple.com/app/id6759849820

    #iosdev #icondesign

  16. When Benji and I first started iterating on the icon for 40 Below he made one that I absolutely adore. I was sure I was going to use it for the final version, but he wisely talked me out of it; it didn't fit in with the aesthetic of iOS 26.

    I still love it, though, and I kept it in the about screen and on the website. It's just too good not to see the light of day.

    apps.apple.com/app/id6759849820

    #iosdev #icondesign

  17. Well I _was_ going to join in the #DiabloIVBeta server slam tonight, but apparently not.

  18. CW: Diablo IV Dungeons (Gore)

    Boy, they are not mucking about with the design of these dungeons. They are _gross_. #DiabloIV #DiabloIVBeta

  19. Quite pleased with this custom #SwiftUI control I made for my TV app this weekend. When it gets focus it expands, changes color, and gains a slight shadow. #iOSDev #tvOSDev

  20. Struggled a bit to get .focusSection() working in my tvOS app today. I could have sworn I had the right modifiers in the right order a few times, but it wasn’t until I matched it exactly to the sample code from the SwiftUI Companion that it started doing what I expected.

    I also could _not_ get the view on the bottom of the screen to be focused by default, but I’m saving that problem for another day.

    #SwiftUI #tvOSDev #iOSDev

  21. I put the finishing touches on my implementation of Gauge for tvOS. I only needed the “circular capacity” style, so it was fairly straightforward. I did have to level up my understanding of view builders and generics to get my API to match Apple’s. 🙂

    One purposeful difference in my implementation: the top ring is 10% thicker than the bottom ring, which I think looks pretty good.

    #SwiftUI #iOSDev #tvOSDev

  22. Alright! Forward progress today. Now I can dig into the tvOS version and CI will watch my back and make sure that the watchOS version stays healthy. #SwiftUI #iOSDev #watchOSDev #tvOSDev