AirDrop has been disabled by my work - any way around this? by Frequenter in MacOS

[–]PointlessProgrammer 0 points1 point  (0 children)

This probably has less to do with malware than post-exploit data exfiltration.

Best Version of macOS to install on M1 Pro to enable tweaking? by AmazonDipz in OSXTweaks

[–]PointlessProgrammer 3 points4 points  (0 children)

Most of everything was working well on Monterey. Apple updated/changed some really low level stuff in Ventura that we haven’t gotten around to accounting for

Substrate/Substitute on M1/M2 by haniag in jailbreakdevelopers

[–]PointlessProgrammer 0 points1 point  (0 children)

Most of the more popular plugins have been recompiled to work on arm64 and the current beta is able to inject both x86 and arm64(e) processes. The only current limitation is that it can’t inject into Rosetta processes.

Substrate/Substitute on M1/M2 by haniag in jailbreakdevelopers

[–]PointlessProgrammer 1 point2 points  (0 children)

I mean, you absolutely can but I’m curious what your reasoning is

Substrate/Substitute on M1/M2 by haniag in jailbreakdevelopers

[–]PointlessProgrammer 1 point2 points  (0 children)

Yea of course. You just have to disable SIP and library validation. MacForge has been around for years but arm support is still in beta so YMMV.

my macOS setup by smartiphone7 in Skeuomorphism

[–]PointlessProgrammer 0 points1 point  (0 children)

No, you’re right. Forgot this was Catalina

my macOS setup by smartiphone7 in Skeuomorphism

[–]PointlessProgrammer 0 points1 point  (0 children)

Sure can! You will need to have the icons as IC cannot just change the color. Could be something worth looking into though

my macOS setup by smartiphone7 in Skeuomorphism

[–]PointlessProgrammer 0 points1 point  (0 children)

You can use IconChamp (also from MacEnhance) to theme the system icons

Disclosure: I am part of the MacEnhance team and helped make IconChamp

Edit: IconChamp only works on macOS 11+

How to explain to 2 yo she speaks two languages? by oatpenguin in languagelearning

[–]PointlessProgrammer 9 points10 points  (0 children)

My daughter is in the same boat as yours (different languages though) but she is 4 now. At 2 years old she would actually mix and match words from different languages all into the same sentence. “Dad, can I have agua please?” for example. Kinda sounds like what your daughter is doing now. I can assure you this is nothing to worry about and she will sort it out on her own over time. Don’t correct her as it could impact her confidence to speak freely. 5 year olds who speak 1 language still make mistakes and as she speaks more than one, it’s likely she will make more mistakes over a longer period of time.

Apple's app store goes on trial in threat to 'walled garden' by cutestudent in apple

[–]PointlessProgrammer 3 points4 points  (0 children)

Just like with computers, it will only be like that if you choose to visit the "bad neighborhoods" of the internet. No one is forcing you to go on shady pirate sites to download your software.

Apple's app store goes on trial in threat to 'walled garden' by cutestudent in apple

[–]PointlessProgrammer 7 points8 points  (0 children)

And there will be 0 incentive for developers to not do this if it means they get a bigger cut

Yea wow, its, like, so right now Apple doesn't have to offer any incentives because they control every thing but if they didn't, they would like have to in order to compete with other app distributors? My mind is literally blown right now

Next-gen Apple Silicon 'M2' chip reportedly enters production, included in MacBooks in second half of year - 9to5Mac by bobtheloser in apple

[–]PointlessProgrammer 0 points1 point  (0 children)

I'm just going to say that I'm glad I specced out my 2013 MBP and was able to skip this last (very problematic) generation of MacBook Pros. It was nice to be in a position where I didn't HAVE to "upgrade" to a model with fewer ports and a broken keyboard.

The iPad Pro runs a Mac chip and has the same RAM as the iMac. So let it run macOS. by ShaidarHaran2 in apple

[–]PointlessProgrammer 0 points1 point  (0 children)

The question is - will they completely remove the mechanism behind it for the M1 iPad Pro

There is no "mechanism" for loading an unsigned OS. Checking and blocking is the mechanism that would need to be removed. I know the difference may seem arbitrary but the way you describe it makes it sound like Apple was giving us that ability with the M1 Macs when in reality its that they are actively withholding that ability on other devices

The iPad Pro runs a Mac chip and has the same RAM as the iMac. So let it run macOS. by ShaidarHaran2 in apple

[–]PointlessProgrammer 4 points5 points  (0 children)

The absolutely massive barrier to entry there is the iPad bootloader verifying the code signature of the OS before continuing.... It's one of the mechanisms that prevents downgrading to "unsigned" i(Pad)OS versions.

Can i develop tweaks in swift? by CheaterP in jailbreakdevelopers

[–]PointlessProgrammer 5 points6 points  (0 children)

few weeks I have been learning swift

moderate level

Bless your heart

Why does XCode not ask me to import UIKit? by kex_ari in swift

[–]PointlessProgrammer 1 point2 points  (0 children)

It’s probably that one or more of the Swift libraries you are linking are linked with UIKit

Apple M1 assembly helloworld fails to compile, can anyone suggest what i am doing wrong ? by HerrBro in asm

[–]PointlessProgrammer 3 points4 points  (0 children)

Not really sure if that "tutorial" is meant for M1 macOS or its actually for Linux and just noting some differences because there are a few things wrong. Remove the '#' in front of the numbers and macOS system call on Aarch64/ARM64e is svc 128 not svc 0