nythepegasus
nythepegas.us
nythepegasus
@nythepegas.us
Silly iOS developer | forever tired | she/her
hopefully..
November 5, 2025 at 10:36 PM
it’s not really sus, it just denotes when the messager is a business so the user knows it’s “official” and not a random scammer.

www.apple.com/ios/business...
iOS - Messages for Business
Messages for Business lets you easily connect with companies to ask questions, schedule appointments, and make purchases right from the Messages app.
www.apple.com
October 24, 2025 at 5:22 PM
if only Apple didn’t nuke the virtualization entitlement/allowed 3rd party devs to use it, could you imagine how nice mobile gaming could be? 🫠

i do wonder how well UTMRemote would function for gaming though..
September 4, 2025 at 8:26 PM
have you looked into talonvoice.com ? i remember watching a video talking about how someone else used it while their hands were injured and it seemed really cool! no idea how it integrates with Cursor/etc though
Talon
Talon enables you to write code, play games, and control your computer with voice, eye tracking, or noises.
talonvoice.com
March 6, 2025 at 12:16 AM
wait, have you tried cleaning the connections on the port/plug? i feel like i had this exact same issue with my original Gamecube and it was just a matter of cleaning the connections a bit, but i could be misremembering
March 4, 2025 at 1:15 PM
Ofc
December 8, 2024 at 11:15 AM
lmao
December 8, 2024 at 11:14 AM
Detroit Become Human fr
December 8, 2024 at 3:54 AM
do you also have a weird semi-hatred towards Rust? if so, sending as much help as i can 🙏
December 3, 2024 at 5:44 AM
Interesting! Do you have different optimization settings for your main project? Or any project settings you may have set that wouldn’t be set in a new project? It seems it’s trying to find a CI user path on your machine. I’ll admit I don’t have any experience wrapping Python with Swift
November 27, 2024 at 7:00 AM
Hmm, do you have Background Modes enabled for your app/framework? That error appears to be from missing either Background Modes or Sandbox entitlements.
forums.developer.apple.com/forums/threa...

Though unsure why a new project would fix it unless it’s adding the entitlement automatically.
November 27, 2024 at 6:26 AM
Oh haha, I coulda swore someone made a list/feed for this somewhere already.. Unsure if they kept it up to date, but options are never a bad thing in my opinion. 🔥💙
November 24, 2024 at 7:12 PM
📌
November 24, 2024 at 7:06 PM
As a silly dev who hates working with Windows every chance I get, I can imagine they tried it once through the “official” UI and went “nope, doesn’t work” and that was that for their docs, lol.
November 12, 2024 at 1:29 PM
Here is a good forum post on how to do it without all of those that’ll also work better for cross platform development :)

I linked a specific answer, but the whole thread is definitely worth a read!

forums.swift.org/t/read-text-...
Read text file line by line
If you read a file line-by-line, it’s critical to do user-space buffering to avoid hitting the kernel for each line. Swift doesn’t have that facility, and neither does Foundation. Implementing line ...
forums.swift.org
October 28, 2024 at 12:58 AM