@bramschulting@mastodon.social avatar

bramschulting

@bramschulting@mastodon.social

iOS developer at VanMoof

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

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

@christianselig cable bag!

christianselig, to random
@christianselig@mastodon.social avatar

Does anyone other than Anker make a Qi2 battery yet? Looking for something slimmer than Anker’s but still with Qi2

bramschulting,
@bramschulting@mastodon.social avatar

@christianselig I’m sure you will, but please share if you find something. I’m looking for something like the Anker MagGo 622 but Qi2 and also juuuust a bit smaller so the bottom doesn’t extend beyond the ‘small’ iPhone Pro models.

sdw, to random
@sdw@mastodon.social avatar

I love my car / motorcycle facebook groups. just pure knowledge on tap here

bramschulting,
@bramschulting@mastodon.social avatar

@sdw you don’t get that ‘group expert’ title for nothing

rafa, to apple
@rafa@mastodon.design avatar

I might be writing a new app (scratching my new Vision itch).

I'm gonna call it “Spatialty Coffee”, browse coffee recipes in . Best thing is that you can leave it in the kitchen 😅

video/mp4

bramschulting,
@bramschulting@mastodon.social avatar

@rafa wow this looks so good!

bramschulting,
@bramschulting@mastodon.social avatar

@rafa I keep replaying it, it’s so good. I absolutely love the little 3D equipment, that’s such a nice touch.

Will this also include a timer? It would also be cool if there are AR guides for certain steps like pouring etc.

christianselig, to random
@christianselig@mastodon.social avatar

Interesting, the lenses ship, you seemingly don't pick them up at the store with the order? And weirdly yet it says they're shipping them to my address in Canada, haha

bramschulting,
@bramschulting@mastodon.social avatar

@christianselig maybe too many options to stock each store?

christianselig, to random
@christianselig@mastodon.social avatar

Any device made in collaboration with Teenage Engineering gets my attention 👀

bramschulting,
@bramschulting@mastodon.social avatar

@christianselig same! There’s a new one? The last I’ve seen is the KO II

bramschulting,
@bramschulting@mastodon.social avatar

@christianselig aaah, looks amazing yet again. But why is everything AI nowadays 😅 This would’ve been a cool simple mediaplayer for example.

But, still interesting to see what this will be like when it’s been launched!

rafa, to GranTurismo
@rafa@mastodon.design avatar
bramschulting,
@bramschulting@mastodon.social avatar

@rafa casually one handed through Raidillon 😬

bramschulting,
@bramschulting@mastodon.social avatar

@rafa looks really cool though! What is this setup like? As in: I have no idea. Does it track your hands, or do you have wheel? Or maybe a regular controller? So many questions 😅

christianselig, to random
@christianselig@mastodon.social avatar

My new favorite Siri quirk is using a HomePod to set a timer, then checking up on the timer and a different HomePod responding and having no idea what I’m talking about and then running around the house whispering at HomePods to find the one that accepted the command initially

bramschulting,
@bramschulting@mastodon.social avatar

@christianselig it still baffles me how bad Siri is and how Apple seemly doesn’t give a damn about it and keeps pushing more Siri stuff.

rafa, to random
@rafa@mastodon.design avatar

new bike, who dis? 🤍

bramschulting,
@bramschulting@mastodon.social avatar

@rafa niceeee 👌👌👌

sdw, to random
@sdw@mastodon.social avatar

We’re all here making fresh designs and Photoshop just casually has a UI that’s unchanged for a quarter of a century.

image/jpeg

bramschulting,
@bramschulting@mastodon.social avatar

@sdw it looked better before 😅

sdw, to random
@sdw@mastodon.social avatar

Just found a Spotify replacement icon I made… in 2011. The days of adding internal reflections to glassy music notes.

bramschulting,
@bramschulting@mastodon.social avatar

@sdw do you have a current replacement as well? The official round icon sticks out like sore thumb, and I’ve not found a replacement that I’m super happy with.

rileytestut, to random
@rileytestut@mastodon.social avatar
bramschulting,
@bramschulting@mastodon.social avatar

@rileytestut I haven’t looked at this in a lot of detail, but one thing I’d avoid is setting vars in a map like here: https://github.com/altstoreio/AltStore/blob/253aff29e955a2b172974d4a71ee31567aba19a5/AltStore/Sources/AddSourceViewController.swift#L320

I would only do this in a sink. It can lead to some weird cases where it gets called more than once if there are multiple subscribers, or not at all if there are none. Plus it’s a bit ‘unexpected’, like you wouldn’t expect this to happen in Collection.map for example.

It means you prob end up with some more sinks, but personally I find that more clear.

christianselig, to random
@christianselig@mastodon.social avatar

For the new Pixel Pals iOS 17 update, I built a fully interactive mechanical keyboard widget and recorded a bunch of different key click sounds from my own keyboard to use with it, it’s a really fun fidget toy on your home screen 😚

Diff colors and sizes too

iPhone home screen keyboard widget

bramschulting,
@bramschulting@mastodon.social avatar

@christianselig what is that real keyboard you’re using there? I’m looking for something small with QMK support, so this might be a candidate.

christianselig, to random
@christianselig@mastodon.social avatar

I just released Pixel Pals 2! 🎉 With iOS 17 you now have a FULL virtual pets experience where you can add and battle friends, and play full games, like PixelQuest, 2048, and Eternal Stroll, all right on your literal home screen! (Plus fidget spinners, mech keyboards, and more!)

Pixel Pals 2 trailer, showing the new Pixel Pals experience with virtual pets, friends, battling, PixelQuest, Eternal Stroll, 2048, fidget spinners, mechanical keyboards, and more!

bramschulting,
@bramschulting@mastodon.social avatar

@christianselig is this the next super app?

rafa, to SwiftUI
@rafa@mastodon.design avatar

I have a question for you lovely nerds ❤️

A Button can take any View as a label, when you're writing a custom ButtonStyle, and access configuration.label — is there any way of knowing if it conforms to Text, or Image for example?

bramschulting,
@bramschulting@mastodon.social avatar

@rafa I don't think it's possible to get the actual type of the view at that point. But depending on what you are trying to achieve, maybe adding an option to your ButtonStyle could work. Something like this for example:

Code: https://gist.github.com/bramschulting/b6bc8f3ed03cc224acb9f6591ad37bde

christianselig, to random
@christianselig@mastodon.social avatar

Lazy post: is there anything like lineBreakMode for SwiftUI's Text views? Like if I just want it to not try to be smart, and just break on characters rather than spaces and hyphens and whatnot

bramschulting,
@bramschulting@mastodon.social avatar

@christianselig cursed solution: add a soft return between each character 🤪 (I don’t even know if this works)

christianselig, to random
@christianselig@mastodon.social avatar

Which fox? Considering a small redesign of a few pixel pals. Poll in reply!

bramschulting,
@bramschulting@mastodon.social avatar

@christianselig A! It looks much more like a fox in my opinion.

krzyzanowskim, to random
@krzyzanowskim@mastodon.social avatar

deleted_by_author

  • Loading...
  • bramschulting,
    @bramschulting@mastodon.social avatar

    @krzyzanowskim LGTM 👍

    rafa, to random
    @rafa@mastodon.design avatar

    What’s a good resource to learn Shaders? 🤔

    bramschulting,
    @bramschulting@mastodon.social avatar

    @rafa I don’t know anything about shaders, but every time this video pops up, I’m very tempted to get into it. I would not be surprised if the same thing happened to you. If not, here’s a nice start! https://youtu.be/f4s1h2YETNY?si=Sh1McfsUoTVSdjlD

    rafa, to random
    @rafa@mastodon.design avatar

    Bought a tree today and I’m 72% confident it’ll fit in our apartment.

    bramschulting,
    @bramschulting@mastodon.social avatar

    @rafa perfect! 👌

    krzyzanowskim, to random
    @krzyzanowskim@mastodon.social avatar

    deleted_by_author

  • Loading...
  • bramschulting,
    @bramschulting@mastodon.social avatar

    @krzyzanowskim sounds like a nice bio to me

    krzyzanowskim, to random
    @krzyzanowskim@mastodon.social avatar

    I never. ever know if my version is {local} or {remote} when rebase git branches

    bramschulting,
    @bramschulting@mastodon.social avatar

    @krzyzanowskim easy: always the opposite of what you think

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