Manoj Kulkarnimanojkulkarni.hashnode.dev·Nov 21, 2024Enhance Your Workflow: iPhone to Mac Mirroring with macOS SequoiaIntroduction: In this article, we will explore a quick and easy method to mirror your iPhone screen to a Mac using macOS Sequoia. iPhone mirroring is a highly valuable tool for developers, particularly mobile application developers like myself. It si...31 readsiPhone mirroring
Jeremy Morganwww.jeremymorgan.dev·Oct 17, 2024The Ultimate Guide to Running Local LLMs on Your MacHello Friends! Want to run LLM (large language models) locally on your Mac? Here's your guide! We'll explore three powerful tools for running LLMs directly on your Mac without relying on cloud services or expensive subscriptions. Whether you are a be...AI
Reece Poulsenreecepoulsen.hashnode.dev·Oct 10, 2024How to Run a ServiceNow MID Server on Apple Silicon MacsToday, I spent more time than I'd like to admit trying to get a MID Server running on my Apple Silicon Mac. About a year ago, some of my co-workers wrote a blog post, Installing a MID Server on a Mac, which was crucial in helping me get started. Howe...85 readsMID Server
Kris Slazinskiblog.next-planet.com·Sep 12, 2024iOS app on Macs with Apple siliconBefore I make a native macOS version of my app Wins, I decided to implement a temporary solution: making the iPad version of my app available on Macs with Apple silicon. At least in my case, this turned out to be easier than expected. Making the app ...180 readsiOS
Niladri Dasniladridas.hashnode.dev·Aug 5, 2024How to Use Rosetta 2 and Native ARM64 for Virtual Environments on Apple SiliconHey there, fellow data scientists! Are you excited to dive into the world of Apple Silicon, but unsure about how to set up your development environment? Look no further! In this post, we'll walk you through the process of creating and activating virt...M1 Chip
Fotie M. Constantblog.fotiecodes.com·Dec 30, 2023Install TensorFlow on your Mac M1/M2/M3 with GPU SupportI recently moved from an Intel based processor to an M1 apple silicon Mac and had a hard time setting up my development environments and tools, especially for my machine learning projects, I was particularly exited to use the new Apple Silicon ARM64 ...10 likes·4.6K readsTensorFlow
Tejas Shahatejasshaha.hashnode.dev·Dec 27, 2023Elevate Your Coding Game: 10 Programming Apps for iPadIntroduction: With the rise of mobile productivity, developers can now code efficiently on their iPads, harnessing the power of specialized programming apps. Whether you're an aspiring coder or a seasoned developer, here's a comprehensive list of the...ipadapps
Pratik MforOmniGuruomniguru.net·Nov 12, 2023Installing Asahi Linux on Apple M1 and M2 MacsAsahi Linux is an exciting open-source project working to port the Linux kernel and ecosystem to Apple silicon Macs powered by M1 and M2 chips. With Asahi Linux, you can run a performant and compatible Linux distro natively on your MacBook, iMac or M...10 likes·4.3K readsLinuxapple silicon
rxnrxn.hashnode.dev·Nov 6, 2023Spin up ARM Kali VM on Apple Silicon💡 A simple guide on how to install ARM Kali VM onto Apple Silicon computers. 🐲 The Problem Kali ARM VM and QEMU don't really like each other for some reason, and it's a bit of a struggle to make them get going. Having faced with the issue of inst...Tutorial
Roland Robeblog.robe.one·Sep 17, 2023Display CPU Energy Consumption on Apple Silicon with PythonThis article discusses how to measure CPU power usage on Apple Silicon using the powermetrics tool and Python. It explores various methods to call system commands from Python, such as using subprocess and regular expressions, and provides different o...219 readsapple silicon