this post was submitted on 23 Dec 2024
299 points (99.0% liked)

Technology

60090 readers
1982 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
 

Google is offering a far more pared-down solution to the court’s ruling that it illegally monopolized search

you are viewing a single comment's thread
view the rest of the comments
[–] bruhsoulz@lemmy.ml -4 points 2 days ago (1 children)

Ye they're not the worst. I'd def pick then over apple for example, at least makes android which is sick

[–] brie@programming.dev 11 points 2 days ago (2 children)

M chip MacBooks are pretty sweet. Especially if you want Xcode.

[–] rumba@lemmy.zip 18 points 2 days ago (1 children)

Actually, the walled garden around xcode is infuriating. To develop for Apple you need current hardware running the latest operating systems. You have to stay squarely in their ecosystem to generate anything that builds for their mobile devices.

[–] brie@programming.dev 3 points 2 days ago (1 children)
[–] rumba@lemmy.zip 2 points 2 days ago (1 children)

My company has a multi-platform product. I have to support the developers in the build systems. Dealing with the iOS side of the build equation is the bain of my existence. Xcode updates locked to OS revisions, key chains that magically corrupt themselves, hardware lock-in keeping me from running real servers. Hostile attitude towards virtual machines.

Apple could really do a lot to make it easier.

[–] brie@programming.dev 1 points 2 days ago (1 children)

How do you test without servers and VMs?

Perhaps Apple's walled garden is the reason why so many shitty mobile web apps exist. In a civilized world, Apple and Google would agree on a UI standard.

I don't think it's the reason why the app economy largely failed (sure, mobile games are a big exception). I hope the vibe shifts back to software being a tool to enhance productivity rather than a rube Goldberg machine for entertainment and ads.

[–] rumba@lemmy.zip 2 points 2 days ago

Individual developers develop on Mac hardware. They do primary tests on Mac mobile devices.

For production and QA, our CI pipeline builds on a cluster of bare metal Mac Minis. Basic unit tests happen during the build. We deploy to mobile devices.

Mac doesn't make any server equipment anymore, We could technically run VMs on the minis. But they're not so expensive that we can't just have a cluster of them around. We even tried to do the hackintosh route with VMs. It was incredibly difficult to keep it stable, and every time we had to do a xcode update, It needed an OS update and it fucked over the hackintosh. I would have had to keep somebody on staff full-time just to keep the hackintosh VMs going.

[–] GissaMittJobb@lemmy.ml 4 points 2 days ago (1 children)

Does anyone ever actually 'want' Xcode? Is it not just a necessary evil to be able to do iOS development?

Agreed otherwise, M-series macs are sick as hell

[–] brie@programming.dev 2 points 2 days ago (1 children)

I've met Android devs with iPhones, so the answer is probably yes. I don't know if Xcode is worse than Android Studio or Flutter. I honestly just hate mobile development in general because it can't be done on the same device as the code runs. It feels like driving while wearing boxing gloves.

It took Apple 15 years to break free from Intel, and that pushed Qualcomm to make laptop CPUs. In many aspects, it's more impressive than the iPhone.

[–] GissaMittJobb@lemmy.ml 4 points 2 days ago

I don't think the Android devs with iPhones are yearning for Xcode.

Having used both, Android Studio is far superior in my opinion. Most iOS devs I talk to seem to have a particular disdain for Xcode as well, so that seems to track.