@axiixc@axiixc.com
@axiixc@axiixc.com avatar

axiixc

@axiixc@axiixc.com

Mostly here to post about baking, knitting, and life. Safari & App Clips. He/him.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

brunoph, to random
@brunoph@breakpoint.cafe avatar

Unpopular opinion: fries are perfect as they are. They don't need hot sauce.

(Guess who didn't order the spicy fries but got them anyway)

axiixc,
@axiixc@axiixc.com avatar

@brunoph pre-sauced fries just sound soggy. Shouldn’t it at least be a dry seasoning?

tvler, to random
@tvler@mastodon.social avatar

We need to move past this hardware category as a society

image/jpeg

axiixc,
@axiixc@axiixc.com avatar

@tvler so long as this doesn’t include my PlayDate 😅

brunoph, to random
@brunoph@breakpoint.cafe avatar

People who were monied adults in the 90s and 00s: did anyone ever use those credit card terminals on the back of airplane seats? Or was that a whole vaporware idea that got sold to airlines and never actually made to do anything useful?

axiixc,
@axiixc@axiixc.com avatar

@brunoph I ran a prepaid phone card through one once and it “worked”. I only did it once because I was like what’s the fallout gonna be.

brunoph, to random
@brunoph@breakpoint.cafe avatar

Electronic display on TransLink bus reads "Go Team Go!"

Yay! Sportsball!

axiixc,
@axiixc@axiixc.com avatar

@brunoph how do you know it’s not a sportswaffle? Sportscube? There are many sports objects (I presume).

brunoph, to random
@brunoph@breakpoint.cafe avatar

I really like playing WhenTaken.com but there's been so many instances of photos with obviously incorrect location/dates that it's become frustrating.

It's clear some automated sourcing approach was used with zero quality control. A simple side-by-side of photo and date that a human could glance over would have caught many incorrect dates so far.

Other times, photos have the timestamps right on them. It's all just annoying… 😞

axiixc,
@axiixc@axiixc.com avatar

@brunoph and you’re sure you’re not the quality control, training an otherwise flawed algorithm, right 😅

christianselig, to random
@christianselig@mastodon.social avatar

What is the "SwiftUI way" to prevent an unrelated view from updating as a result of a model change? I know I can separate into a separate view, but it feels off for something so simple. Totally cool if that's the way, just want to make sure!

Code: https://gist.github.com/christianselig/2ae2e42d5edc3ffab513f5d7af72d740

axiixc,
@axiixc@axiixc.com avatar

@christianselig I think more view structs is the answer. They're kinda your "atom” for controlling dependencies. There probably are other ways, but they wouldn't be much more pretty.

Least bad, possibly wouldn't even work, thing I can think of now: some sort of utility view like IsolatedDependency(of: x, body: { x in … }) where "of:" takes an @/autoclosure might let you work around this, though YMMV as to whether that's actually good for your long-term architecture.

brunoph, (edited ) to random
@brunoph@breakpoint.cafe avatar

The fact this cable is possible and exists is equal parts cursed and amazing.

Update: it sucks lol – check my reply below

axiixc,
@axiixc@axiixc.com avatar

@brunoph what’s that one for? We’ve got a similar one for a solar panel to battery pack charger.

axiixc, to random
@axiixc@axiixc.com avatar

One of these days I'll understand the subtle nuance to why there are like four competing EXIF fields for every piece of image metadata.

lol jk, as if 😭

axiixc,
@axiixc@axiixc.com avatar

@brunoph uh… I mean… yeah, you'd have to be crazy to do that >_>

https://jamesandmyke.com/photos/

brunoph, (edited ) to random
@brunoph@breakpoint.cafe avatar

Also, since this appears to be common knowledge but I couldn’t find evidence of it anywhere: most tripods (except perhaps smartphone-only tripods) use the same 3/8” screw mount for their head adapters. Which means you can mount your fancy-pants tracking mount to basically any tripod.

But you probably shouldn’t do that, as these things are heavy (this one weighs 75% of this tripod’s capacity), and they shift weight around as they move, meaning it can go from stable to unstable very quickly.

axiixc,
@axiixc@axiixc.com avatar

@brunoph that looks like an industrial robot arm from a car assembly line 😳

axiixc, to random
@axiixc@axiixc.com avatar

I can’t believe it’s 2024 and I’m still trying to convince people that perhaps wrapping your cables into tiny, tight balls is why they’re becoming damaged so quickly.

Please, please, please wrap them loosely. They last so much longer, I’ve got cords from 15 years ago and they still look new!

brunoph, to random
@brunoph@breakpoint.cafe avatar

I found a box of Kraft M&C that expired almost a year ago in the pantry. Should I eat it?

(Consider I'm not Stuart Ashens)

axiixc,
@axiixc@axiixc.com avatar

@brunoph they can expire????

brunoph, to photography
@brunoph@breakpoint.cafe avatar
axiixc,
@axiixc@axiixc.com avatar

@brunoph oh these are so cool! I love nighttime photos.

christianselig, to random
@christianselig@mastodon.social avatar

Recommend me a new coffee maker, our beloved Braun just gave up the ghost after 6 years, and tell me why yours is better

axiixc,
@axiixc@axiixc.com avatar

@christianselig looking at the number of buttons on that I think we may not be in the market for the same kind of coffee machine, but I love my Zojirushi because it has one single switch 😅 https://www.zojirushi.com/app/product/ecdac

dlx, to random
@dlx@mastodon.social avatar

I probably disabled something here but what's the purpose of the screen left of the home screen now? Just hosting legacy widgets (and overflow space for modern widgets)?

Mine is empty except for a lonely Edit button…

axiixc,
@axiixc@axiixc.com avatar

@dlx it can host modern widgets too, so basically the same as it’s always been.

axiixc,
@axiixc@axiixc.com avatar

@alper @dlx yeah, there’s still the “Today Extension” widgets from like iOS 8(?) era, and then the modern ones are the ones that can go on the Home Screen too.

sundogplanets, to random
@sundogplanets@mastodon.social avatar

Anybody want to take bets on whether today's the day I actually submit this paper that's been really-almost-so-close-to-done for like...3 months? (I completely hate the paper now, so it's probably done. That's what that means, right?)

axiixc,
@axiixc@axiixc.com avatar

@sundogplanets wish I could offer to help but I’ve forgotten everything I knew about LaTeX after college 😅

axiixc, to random
@axiixc@axiixc.com avatar

Random shout out to https://streetpass.social (by @tvler) which has been super fun for helping me find new people to follow.

christianselig, to random
@christianselig@mastodon.social avatar

You know how if you flick a scroll view, you can just touch your finger on the screen to stop it or to start scrolling again? How do you accomplish a similar effect with a pan gesture recognizer and animation?

I've tried a custom gesture recognizer that immediately starts on touch down, but the state change doesn't get sent fast enough (there's a short delay between the update and it propagating as you can see in the video).

Anyone play around with this before?

Gist: https://gist.github.com/christianselig/1555d08257133577e1fc929122e4c24f

Video of Xcode and an iPad simulator on the right with an orange rectangle moving across the screen from left to right, with text boxes popping up indicating different states of tap, and the rectangle finally stopping after a delay. Code is on the left in Xcode, and available in the linked GitHub Gist.

axiixc,
@axiixc@axiixc.com avatar

@christianselig scroll views are animated in process, so it's arguably easier since you just stop the animator. With animations you could grab the current value from the presentationLayer though, and then apply those values manually. I'm not sure if a property animator makes this easier.

axiixc,
@axiixc@axiixc.com avatar

@christianselig I'm now realizing I misread your problem as being about rendering or hit testing instead of event handling, so ignore me 🫠

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • megavids
  • InstantRegret
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • provamag3
  • tester
  • anitta
  • Leos
  • lostlight
  • All magazines