Posts

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

christianselig, to random
@christianselig@mastodon.social avatar

I am dying to know what the Vision Pro does while it's off because that thing chews through standby battery life like nothing else

theg00chmane,
@theg00chmane@mastodon.social avatar

@christianselig super noticeable since standby battery has always been so solid on my other Apple gear. Always have to remember to unplug the battery pack from AVP or to plug it into the wall before storing away

stevenodb,
@stevenodb@mastodon.social avatar

@christianselig it’s DDOS’ing Rabbit R1 and Humane Pin devices.

christianselig, to random
@christianselig@mastodon.social avatar

The price difference to go from an 83 inch OLED to an 88 inch is just bonkers

vmachiel,
@vmachiel@mastodon.nl avatar

@christianselig 83 is already too big though..

anna,

@christianselig One of them is an 8K TV, though. That's definitely inflating the price.

christianselig, to random
@christianselig@mastodon.social avatar

Anyone have Mac software recommendations for an app where I could draw a rectangle or shape with specific dimensions (say, 20 inch by 20 inch), and then allow me to print that, flowing it across multiple pages if needed?

christianselig,
@christianselig@mastodon.social avatar

@richaesthetic How do you do that though? Mine just shows as px

richaesthetic,
@richaesthetic@mastodon.social avatar

@christianselig you need to type it in, like I did in the video. Type in 20 in and it’ll automatically switch to inches.

christianselig, to random
@christianselig@mastodon.social avatar

The Ally X looks pretty dope but how are we still doing non-OLED screens? Thought the Steamdeck and Switch made that a baseline expectation at least as an option

rhysmorgan,
@rhysmorgan@mastodon.social avatar

@christianselig I think the Switch 2 is gonna launch as a purely LCD device, with an OLED option later 😬

christianselig,
@christianselig@mastodon.social avatar

@jefflopes I'm too much of a filthy casual to even notice when VRR is on or off honestly, I just want pretty contrast

christianselig, to random
@christianselig@mastodon.social avatar

TIL USB-C trigger boards are a thing 🤯

I can finally charge up my Jackery external battery thingy with just a USB-C charger, instead of needing its bulky AC power brick (just modified its 12V car charger with the trigger board)

christianselig,
@christianselig@mastodon.social avatar

@lx It's only 240 Wh! So about 6 hours total

caseyliss,
@caseyliss@mastodon.social avatar

@christianselig marry me

christianselig, to random
@christianselig@mastodon.social avatar

Other visionOS/SwiftUI/WebKit question: anyone know why if I move my WKWebView from my view to my model (instead of the view, for more control), if it's ever re-used in another window (after its original window closes), it loses all interactivity?

Code: https://gist.github.com/christianselig/702c1759626db20aa905d740fe70e9c5

Video of a WebView being opened in visionOS, and then closed, and then re-opened, and it’s suddenly not interactable

christianselig, to random
@christianselig@mastodon.social avatar

Random SwiftUI question: is there a way to force SwiftUI's TabView to create all its views' bodies immediately? Say tab 3 kicks off a network request when a subview is created and it'd be great if it started immediately

In UIKitLand loadViewIfNeeded() worked well for this, but I can't figure out how to get SwiftUI to create the view

I could manually cycle between them (and it persists obviously), but that feels hacky

christianselig,
@christianselig@mastodon.social avatar

@millenomi For what ever reason I've never been able to successfully interoperate UITabBarController and SwiftUI manually, it exhibits even weirder behavior, like recreating the tabs from scratch each time they're switched to (where in this case the root is a UITabBarController as a UIViewControllerRepresentable, with each of its view controllers being SwiftUI UIHostingControllers)

Charrondev,
@Charrondev@mastodon.social avatar

@christianselig another way could be to make a preload method in your view model

christianselig, to random
@christianselig@mastodon.social avatar

Tesla: any minute now our car will be able to drive coast to coast without a human, using only cameras

Tesla using cameras for wipers:

christianselig,
@christianselig@mastodon.social avatar

@d4v @ben But the stop sign is facing you

d4v,
@d4v@mastodon.social avatar

@christianselig @ben I see (I thought that it's the sign that is the same from both sides). Anyway we're not used to watch signs on the left side of the road. Only the signs that are on "our" right side. But at least I learnt something new in case I travel and drive outside of europe 😁👍🏻

christianselig, to random
@christianselig@mastodon.social avatar

Need the EU to step in and standardize 18V power tool batteries

ardouglass,
@ardouglass@mastodon.social avatar

@christianselig I was sorted into the house of Milwaukee, but my father in law is a Ryobian. It’s extra annoying that they’re owned by the same company, but I guess they don’t want to break backwards compatibility.

jlindsk,
christianselig, to random
@christianselig@mastodon.social avatar

With the release of that Daylight tablet hopefully we're only a few years off a really good, affordable e-ink style monitor for doing some coding outside

christianselig,
@christianselig@mastodon.social avatar

@kevincoleman I think there’s some out there. There’s even a relatively popular open source one that I forget the name of

kevincoleman,
@kevincoleman@mastodon.social avatar
christianselig, to random
@christianselig@mastodon.social avatar

Me every time I change my tires: okay next time I’m definitely just paying someone to do that

Next winter: … but I could save $50

joshstrange,
@joshstrange@mastodon.social avatar

@christianselig I’ve gotten better about trading money for time as I’ve gotten older but the guilt/shame was/is always hard to squash. I’m getting better at that as well. My identity is not tied up in if I change my tires or mow my lawn (which took me longer than it should have to realize).

christianselig,
@christianselig@mastodon.social avatar

@Drarok Correct haha

christianselig, to random
@christianselig@mastodon.social avatar

I think my biggest Vision Pro quality of life feature would be that when using the Mac Virtual Display thingy the audio should come through my headset not my Mac's speakers

axxl,
@axxl@mastodon.social avatar

@christianselig Gah, seriously. It throws me every time.

iryan,
@iryan@mastodon.social avatar

@christianselig I have a laundry list of little improvements I’d like to see. This is definitely on that list.

christianselig, to random
@christianselig@mastodon.social avatar

Is it a visionOS bug or a me bug that if you disable a button in a navigation bar it gains a weird hover state? If me, how do you fix it?

Code: https://gist.github.com/christianselig/7f79bf92e71550f3d3f0749b312e8969

alpennec,
@alpennec@iosdev.space avatar

@christianselig even if you specify the button border shape?

https://developer.apple.com/documentation/swiftui/view/buttonbordershape(_:)

Or buttonStyle(.plain) maybe?

vpsteinmann,
@vpsteinmann@mastodon.social avatar

@christianselig instead of Image(systemName:) use Label("go back", systemImage: "chevron.left”)

christianselig, to random
@christianselig@mastodon.social avatar

It's kinda wild seeing the scales tip so far that even the Tesla subreddit now hates Elon

christianselig,
@christianselig@mastodon.social avatar

@objc Just sort by top for the week haha

heavyboots,
@heavyboots@mastodon.social avatar

@christianselig By the time it was revealed that he set up a department in Tesla specifically to gaslight people about battery range while falsifying possible range in the OS, it’s more wild to me that it took this long!

christianselig, to random
@christianselig@mastodon.social avatar
lx,
@lx@swiss.social avatar

@christianselig Does that mean you’re now learning the skills to make your own backpack after not finding the perfect one? 😄

christianselig,
@christianselig@mastodon.social avatar

@lx Correct :p

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