HN user

JoeMattiello

24 karma

iOS/*nix dev. GitHub.com/JoeMatt

Posts0
Comments20
View on HN
No posts found.
AI eats the world 2 years ago

This. I’m so glad I got a lower cpu but maxed my ram. I use llms over search engines.

Even just getting cursor or boltai and you have unlimited llm cloud access for the price of a few coffees.

Swift 6 2 years ago

You can install other toolkits for Xcode. There’s even an aws toolkit.

It really isn’t though. All my iOS swift code that doesn’t touch UIKit has been running unit tests with Linux Debian on GitHub actions for a few years now with almost no extra effort.

Any api or data model code, pretty much 80% of my app code works crosss platform

It’s included in the SetApp bundle and a highly rated and recommended app on there. It’s not that niche especially for developers and power users that gravitate towards SetApp subscription.

For me, I was already paying for “clean my Mac” and fantastical which both cost the same or more than a SetApp subscription which includes dozens of additional apps.

Interesting. Today I kept getting notifications that “Spotlight” was updated and it was asking me permissions to allow access to its previous version data. I thought that was odd for system service and I kept rejecting it but it kept coming up. I finally clicked except and start looking through my task manager to see if anything was off but everything looked OK so I wasn’t really sure it was going on.

Bartender is installed through SetApp. I wonder if it’s related. I’m going to uninstall reboot and run system scan.

I do all my swift CI/CD for non UI code in girthub actions on the Debian image for some time now due to lower cost and faster run times.

I even use Swift on a ARM raspberry Pi docker cluster.

Windows is officially supported for some time with networking and nearly all of foundation ported if that’s not complete yet.

The only real issue you have is at the UI level. There are some web and even ncurses libraries using SwiftUI like DSLs

Now with the new macro features you can get a lot more flexibility for cross platform builds.

C++ interoperability is also possible with latest versions. It was a hidden flag for a couple years. I’ve wrapped many C++ emulators in Swift over the last year with Cmake to Xcode projects.

The most common risk is not properly protecting against contamination of the reservoir or not bleeding the system and having air or water in the line.

Air will compress and you could have brake failure. Also water, less common but happens, as the brakes heat up, can boil into gas and then also again you have loss of pressure and brake failure.

This is why I comment technique for race cars, which always have the risk of possibly boiling their brake fluid, will give a slight pump to the brake before coming up to a corner to pressurize the master cylinder and make sure that it does have a little bit of pressure pushback While you still have a little bit of space to react and ditch if something goes wrong

Gas doesn’t explode, not very easily, at least.

Lithium batteries are much more likely to combust or explode spontaneously in the absence of spark.

Also, lithium batteries only burn as slowly as their designs allow. Poorly made Lion packs will burn faster than equivalent energy-dense amount of liquid gasoline exposed to standard atmosphere.

Where is the data suggesting that EVs are less likely to happen than ICE?

Hi, dev here. That's ununfortuante of the side effect of Apple TV not having "permanent storage" from an SDK standpoint every thing is a cache.

Commercial apps can use iCloud sync on tvOS, I tried adding that support and Apple banned my Apple ID without really telling me why but I think it was testing that feature.

I'm working on code to sync roms and saves with a desktop app (I just ported the whole app to native macOS Catalyst) or another cloud sync to workaround that limitation.

The tvOS page indicates this already and there is a way to manually backup and restore save states until automation comes.

This is not an issue on iOS or iPad OS and all other EMUs for Apple TV have the same issue unless they have their own cloud sync which I've yet to come across.