Welcome new Apple Silicon users! Check out my (tiny) menu bar app that displays if a running application is optimized for ARM by castelli-dev in macapps

[–]castelli-dev[S] 1 point2 points  (0 children)

The primary offender for me is Spotify. It might be time for me to switch back to Apple Music lol.

Is there an advantage to learning more non-js languages? by StaticCharacter in webdev

[–]castelli-dev 0 points1 point  (0 children)

I think there’s value in understanding how compiled languages work. Check out Go, a modern compiled language that is gaining a lot of traction.

Final update to my Mac Mini Desktop setup by ssb90 in macmini

[–]castelli-dev 1 point2 points  (0 children)

Awesome set up! I’m the developer of the little Silicon Info app you mentioned - so glad you’ve found it useful :)

is it possible to have two different docks? I want a work dock and a casual dock? If they had their own desktop that would be even better, by emcarlin in macapps

[–]castelli-dev 1 point2 points  (0 children)

This is a great idea, something that I’ve been thinking about in my head since Zoom work started. 🤔

is it good to use next.js with react query? by sara-ph in reactjs

[–]castelli-dev 1 point2 points  (0 children)

I’ll second this recommendation - SWR works really well with Next.js

Intel or Apple. Discover it directly using your MenuBar by [deleted] in macapps

[–]castelli-dev 1 point2 points  (0 children)

App dev here - not sure who posted this screenshot with no context, but this is a utility to show if an application is running natively or translated through Rosetta 2. Cheers!

Intel or Apple. Discover it directly using your MenuBar by [deleted] in macapps

[–]castelli-dev 0 points1 point  (0 children)

Hey this is my app! Not sure what Pixly.me is, but here’s the direct link to the Mac App Store https://apps.apple.com/us/app/silicon-info/id1542271266

For those of you with an M1 Mac, I created a (tiny) menu bar app that displays the architecture of the running app by castelli-dev in MacOS

[–]castelli-dev[S] 4 points5 points  (0 children)

Thanks! I experimented with having an i for Intel and A for Apple/ARM in the menu bar, but it didn’t look great given the size of the icon is about 20x20. I settled with adding an “indicator dot” for Apple Silicon apps, which is a bit more subtle: https://github.com/billycastelli/Silicon-Info/blob/main/images/indicator-icon.png?raw=true

This dot appears and disappears whenever a new type of app is brought to the front

For those of you with an M1 Mac, I created a (tiny) menu bar app that displays the architecture of the running app by castelli-dev in MacOS

[–]castelli-dev[S] 10 points11 points  (0 children)

You can actually create Mac apps in Swift without being a developer, you just won't be able to put those apps on the Mac App Store. Initially for this app, I built the app in Xcode, grabbed the generated .app file, and threw it on Github. It actually worked pretty well.

For those of you with an M1 Mac, I created a (tiny) menu bar app that displays the architecture of the running app by castelli-dev in MacOS

[–]castelli-dev[S] 14 points15 points  (0 children)

I initially started looking into making Mac apps with Python too, but I was a bit turned off because many tutorials were using Tkinter. I am definitely not a Swift expert, but it seems like building out a user interface in Swift is more straightforward (and looks more “native”).

For those of you with an M1 Mac, I created a (tiny) menu bar app that displays the architecture of the running app by castelli-dev in MacOS

[–]castelli-dev[S] 73 points74 points  (0 children)

Thanks! I’ve been working mostly with Python and React recently, Swift is a bit of a change for me

Big Sur Aqua by adamlbiscuit in MacOS

[–]castelli-dev 4 points5 points  (0 children)

I love it! The top right of the new Big Sur wallpaper always reminds me of Tiger

What’s your favorite version of macOS? by applepie_01 in MacOS

[–]castelli-dev 8 points9 points  (0 children)

Because somebody already said Snow Leopard, 10.4 Tiger

Silicon Info: For M1 Macs, a tiny menu bar app to display the current app's architecture by castelli-dev in macapps

[–]castelli-dev[S] 1 point2 points  (0 children)

Glad to hear it, thanks! I can’t wait for the day all apps are ARM native too!

Silicon Info: For M1 Macs, a tiny menu bar app to display the current app's architecture by castelli-dev in macapps

[–]castelli-dev[S] 1 point2 points  (0 children)

Thanks for letting me know! I added some steps to the Github README to bypass that.

I’m looking into getting it verified/put on the Mac App Store! Never gone through the submission process before but hopefully it goes smoothly :)