TIL: You can right click (or press and hold on mobile) the copy button in ChatGPT and "Copy as Markdown". Why don't all AI clients do this?
Charlie Fish
_@charlie.fish
npub16amr...6569
Software Engineer (iOS) ๐ฅ๐ฑ, student pilot โ๏ธ, HUGE Colorado Avalanche fan ๐ฅ
, entrepreneur (rrainn, Inc.) โญ๏ธ
The #iMessage #spam has really gotten out of control recently. Surprised that no one is talking about this more. #Apple #iPhone
I have just pushed some major updates to @AirportStatusBot
- Dedicated accounts for #airports. You can now follow an account and only see posts for that specific airport.
- Updated #airport #delay information will now be posted as a reply to the original post.
- Certain airport #closures will now be posted.
- Finally for the #datascientist experts out there. I have released a complete dataset of raw #FAA XML data on Hugging Face that #AirportStatusBot has collected so far. If you use this data for any type of #data #analysis or #AI and/or #ML projects I would love to hear about it!
Safe travels this #holiday season. โ๏ธ๐
For #AI applications that allow multiple model selection, I wish they'd offer functionality to run a query on multiple models so you can compare and contrast the results to determine which is best for the given use case. I never know which AI model to pick anymore. ๐
TIL: You can bookmark a file or line of code in #Xcode. ๐คฏ Goodbye all of my random breakpoints that I used to set while traversing through the codebase; you won't be missed.
We are entering one of the busiest #travel periods in the US. Follow my @AirportStatusBot for up to date airport delay information.
Semantic Versioning is great for many things. Comparing versions is not one of them.
Also, #Apple should really open source their documentation. I'm sure so many people (myself included) would be happy to contribute improvements. It would be game changing for the entire #iosdev ecosystem.
(I know there is probably a lot of behind the scenes tooling challenges in making this happen, but Apple really needs to prioritize it since they aren't prioritizing good documentation themselves).
If you're working with the #Apple #Intelligence ImagePlaygrounds API and can't figure out why the `sourceImage` property isn't working, I spent a good part of today debugging this issue. I wrote a StackOverflow question describing my findings. #iosdev 
Stack Overflow
Why is ImagePlaygroundViewController sourceImage not working?
I'm trying to create a ImagePlaygroundViewController in my iOS application and it works great. However when I try to pass in a sourceImage property...
I wish #GitHub allowed for private comments. Way too often I subscribe to an issue only to later forget which one of my projects it was related to.
I didn't realize that the Eve Energy outlets actually transmit energy consumption information via #Matter. Still converting more of them to Matter. But decided to take the leap to using Matter beta in #HomeAssistant and the results are incredible for my Energy dashboard so far. #smarthome
This has to be one of the more baffling things I've run into during my days of iOS development. I never in a million years thought that increasing the cache size even more would work. But for some reason, it did. And I still don't understand why at all. #iosdev 
Stack Overflow
Why does URLCache require diskCapacity & memoryCapacity to be much greater than the response to cache it?
I have the following code.
let customCache: URLCache = {
 let cacheSizeMemory = 512 * 1024 * 1024
 let cacheSizeDisk = 512 * 1024...
Bi-yearly announcement: I'm not looking forward to the clocks changing tomorrow.
GitHub Copilot coming to Xcode.
I just wish #Apple Intelligence would automatically filter out all political spam text messages.
Inbox zero = achieved. Question is: will I be able to sustain it? ๐
I'm super excited to announce my latest #iPhone #application that I built. It's called #Echo for #Lemmy. It is an application for #Lemmy, which is a #decentralized social network for posting news, questions, and much more. It is very similar to #Reddit, but much more open and community-driven. Check it out today! #fediverse #activitypub #ios

App Store
Echo for Lemmy App - App Store
Download Echo for Lemmy by rrainn, Inc. on the App Store. See screenshots, ratings and reviews, user tips, and more apps like Echo for Lemmy.
Why doesn't the #Apple #Notes app support #markdown?
So the latest #nostr #spam is a "dm-reporter" account. Do people really have nothing better to do than build these spam bots?
For #nostr #developers how do you decide which relay URL to use? I have a system that transmits notes to multiple relays, but for things like reposts (NIP-18) struggling to decide how to determine which relay URL to use for that.
Obviously choosing an unreliable relay or a relay that eventually goes offline isn't a good practice. And it doesn't look like there is a way to define multiple relay URLs.
What do you all do for this?