@JTostitos@techhub.social
@JTostitos@techhub.social avatar

JTostitos

@JTostitos@techhub.social

Swift Developer. Creator of Snippets Studio & SHOUT - Text Cases

Creator of open source project Spectra. A Prime Video client for
Apple Vision Pro.

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

JTostitos, to random
@JTostitos@techhub.social avatar
JTostitos,
@JTostitos@techhub.social avatar

@mattiem @SnippetsStudio
Thanks! I was tinkering with the highlighting but want to create my own theme for it instead of using the built in ones with MarkdownUI/Splash.

For now I just wanted to get the basics working. I think the main problem I have with highlighting right now though, is that since Languages are user-created (an early intentional decision) it might be a little difficult to get that implemented properly. I haven’t looked too far into it though yet.

JTostitos, to SwiftUI
@JTostitos@techhub.social avatar

Have you ever made changes to your app and then it randomly started crashing and have no idea why? Then you realize hours later that it was because you accidentally left the . out when typing the name of a view modifier?

Thanks to @twostraws for this tip on how to catch that on your own custom view modifiers:

https://www.hackingwithswift.com/quick-start/swiftui/how-to-make-swiftui-modifiers-safer-to-use-with-warn-unqualified-access

JTostitos, to random
@JTostitos@techhub.social avatar

pfffffft. APPLE WHERES CAN BUYZ EXTERNAL GPU FOR M3 APPLE SILICON???

lol. Funny though how after 3ish years, simulator still shows this option on Apple Silicon Macs which don’t support external GPUs and only have an Integrated GPU.

JTostitos, (edited ) to apple
@JTostitos@techhub.social avatar

Spectra for Prime Video is now OPEN SOURCE. I look forward to seeing this project grow to a degree that I could not make happen on my own!

🚀 Boosts Appreciated! 😃

For those who are unaware: Spectra is an app for Apple Vision Pro that allows you to watch Amazon Prime Video content. While the iPadOS app is available on , many have said it is hard to use. Spectra aims to solve that by wrapping the website in a native app using and .

As this is the first real project I’ve made, I’ve done some research and think I have setup this repository correctly. But I am open to suggestions on what things I need to look out for and what I should consider enabling or disabling to prevent unwanted things from happening.

https://github.com/JTostitos/Spectra

andy, to SwiftUI
@andy@iosdev.space avatar

In all seriousness, is there any way to give Swift more time to give me an accurate error here? is a pain to work with sometimes and this isn't even too big of a view.

JTostitos,
@JTostitos@techhub.social avatar

@andy I just comment out sections of code until I find what’s causing all the fuss. 🤷🏻‍♂️

JTostitos, (edited ) to opensource
@JTostitos@techhub.social avatar

Thinking about making this open source and publishing it for free on the App Store, (probably with a tip jar). I just don’t know enough about JavaScript to do this properly all on my own and I’m sure there are others who would have a good idea on how to structure the project better than I do.

Thoughts?

Boosts appreciated 🚀

From: @JTostitos
https://techhub.social/@JTostitos/111926060769408827

JTostitos, to random
@JTostitos@techhub.social avatar
JTostitos, to random
@JTostitos@techhub.social avatar

💯

The fight to SAVE the iPhone - FPT

https://youtu.be/B5GbIALEYYE?si=P7WqskpxPiCU3D1d

JTostitos, to random
@JTostitos@techhub.social avatar

Welp, hopefully this isn’t the end of another great set of apps… (but likely it will be 😕)

From: @marcedwards
https://mastodon.social/@marcedwards/112158812623767877

christianselig, to random
@christianselig@mastodon.social avatar

Okay, wrote up a little blog post on how to recreate that visionOS search bar effect since it's not the most straightforward! https://christianselig.com/2024/03/recreating-visionos-search-bar/

JTostitos,
@JTostitos@techhub.social avatar

@christianselig Thanks for this!

JTostitos, to iPhone
@JTostitos@techhub.social avatar

Jet Black iPhone 7 looked so good, that Apple has kept it as the header for their refurbished store since at least 2018, maybe even earlier when the iPhone 7 came out in 2016 😂.

JTostitos, to random
@JTostitos@techhub.social avatar

@dimillian Do you think it would be possible to make links in posts appear around the same size as images? When the app is maximized, you can’t fit as much content on screen and it just looks a little odd lol

thatvirtualboy, to random
@thatvirtualboy@techhub.social avatar

The program I’ve built, sold, and delivered for the last 8 years at my company is being shutdown due to the recent acquisition 😔

JTostitos,
@JTostitos@techhub.social avatar
davidbures, to SwiftUI
@davidbures@mstdn.social avatar

I feel like I'm going crazy here.

I have a SwiftUI macOS app, that's using a customizable toolbar. I set the .defaultCustomization() to .hidden to initially hide it from the user, as per the documentation: https://developer.apple.com/documentation/swiftui/customizabletoolbarcontent/defaultcustomization(_:options:).

YET IT STILL SHOWS UP BY DEFAULT AND EVEN IS IN THE DEFAULT TOOLBAR!

Does anyone know what's happening here?

App

JTostitos,
@JTostitos@techhub.social avatar

@davidbures does your toolbar have an id? Or just the ToolbarItem?

thatvirtualboy, to random
@thatvirtualboy@techhub.social avatar

I've been out of the "Windows" game for quite a few years now. It used to be that Windows Defender was not nearly good enough for basic protection, and additional antivirus solutions were strongly recommended.

I just had to get my wife a Windows laptop for her work, due to the app she needs not being compatible on Apple Silicon (ugh).

What’s the current status of default AV stuff in Windows 11? Any recommendations to help keep her system protected, that’s also free or super low cost? Or is Windows safer OOTB than it used to be?

Hey thanks! ✌️

JTostitos,
@JTostitos@techhub.social avatar

@thatvirtualboy Windows Defender is great now. I’ve had no issues with it and it’s built by MS so it just works.

JTostitos, to macos
@JTostitos@techhub.social avatar

For those of you that use a 1080p display on macOS, I just found a way to fix all the weird blurriness and/or stretching that gets applied to icons (And makes text clearer as well). Use the Better Display app and enable High Resolution on the 1080p display. And Voila: See images of the difference!

https://github.com/waydabber/BetterDisplay?tab=readme-ov-file#readme

image/jpeg

kern, to random
@kern@iosdev.space avatar

I'm trying to join the Indie App Sale, but I'm not seeing an obvious way to download the visionOS icon for my game.

JTostitos,
@JTostitos@techhub.social avatar

@kern wouldn’t you have the local source files for the icon? Why not just use that?

JTostitos,
@JTostitos@techhub.social avatar

@kern right. So at least for any app icons I’ve made I have a project file (affinity photo, psd, figma, sketch, etc) and exported the three layers as one file. I’m guessing you don’t have that? If not, you could find the assets in your project and perhaps layer them in preview.app or something else.

JTostitos, to random
@JTostitos@techhub.social avatar

Side Note: Arc somehow got their alternate icons to stick on macOS even after the app is closed! I didn’t think that was possible. (It also shows this icon in Launchpad)

Anyone familiar with this know how they might have done that?

From: @JTostitos
https://techhub.social/@JTostitos/112017624545821169

JTostitos, to ArcBrowser
@JTostitos@techhub.social avatar

Hey guys! Sign up and start using Arc browser so I can use some fancy new icons. Thanks!

https://arc.net/gift/2bebb042

JTostitos, to random
@JTostitos@techhub.social avatar
thatvirtualboy, to macos
@thatvirtualboy@techhub.social avatar

Was running my 1TB MBP with less than 10GB left of disk space. Found that many application files were getting removed locally in order to conserve space, which led to apps taking forever to open, while macOS had to re-download files.

Combining manual cleanup + Magic Disk Cleaner, I’ve been able to reclaim nearly 300GB of disk space!

https://apps.apple.com/us/app/magic-disk-cleaner/id1484920597?mt=12

JTostitos,
@JTostitos@techhub.social avatar

@thatvirtualboy Looks like a neat app. I purchased Daisy Disk a while ago and use that to scan all my drives and then drill down into each folder to see what’s taking up the most space.

JTostitos,
@JTostitos@techhub.social avatar

@thatvirtualboy yep! I actually had to use that not too long ago 😄

MartinP7r, to macos
@MartinP7r@mastodon.social avatar

Would you use RevenueCat or pure StoreKit for a Apple platforms only app?

JTostitos,
@JTostitos@techhub.social avatar

@MartinP7r definitely revenuecat.

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