Makes sense. I'm a pretty casual user of Pixelmator Pro but it really does feel like a first party Apple app.
It does, and this makes me nervous that they’ll screw it up. I’m a user of Apple Logic Pro and they’ve done a decent job of keeping it going for what, fifteen plus years? But I can’t offhand think of any other popular acquisition that they’ve improved upon and the kept improving off the top of my head (I’m sure there’s more that I’m not thinking of, maybe CUPS) without just sorta forgetting. At least there’s still Ac…
Apple acquires Pixelmator
211–220 of 597 posts
Re: Apple acquires Pixelmator
#212Is there any way this can go bad? When Apple acquired DarkSky, they absolutely destroyed a service that I loved and relied on. Four years on, Apple Weather is less reliable than DarkSky, and not even close to feature complete. But DarkSky was a cross-platform service, whereas Pixelmator is software that's already Apple-only. I'm wondering how much I should be worried, and if I should already be abandoning ship.
The talent and ideas that were Pixelmator will be substantially diffused as it's absorbed by Apple... most of what you liked about Pixelmator is likely no more over the next year or two. Depending on Apple's reasoning for the acquisition (i.e. how much of it was just for the talent vs the product) you'll may see some small glimpses of Pixelmator's influence a couple years from now in Apple's stuff. Most of the time A…
Re: Apple acquires Pixelmator
#213Earlier quoted context omitted.
>suffered from a catastrophic data loss that several of my Photojournalism classmates fell victim to How does that happen? Forgetting to periodically save their work and have the app crash, or was it saving incorrectly and producing corrupted files?
Going back to 2007, so can't remember super clearly, but IIRC the db was a sqlite like thing and all info about everything was stored in this, and it was vulnerable to corruption, plus all versions and thumbnails were mixed together with original image files - a total mess. The digital photo management landscape wasn't so mature then, and some people trusted Aperture with their original images whereas later versions…
I came on board just before 1.0 release, and for 1.5 we cleaned things up a bit. For 2.0 we (mainly I) completely rewrote the database code, and got between 10x and 100x improvements by using SQLite directly rather than going through CoreData. CoreData has since improved, but it was a nascent technology itself back then, and not suited to the sort of database use we needed.
The SQLite database wasn't "vulnerable to corruption", SQLite has several articles about its excellent ACID nature. The design of the application was flawed at the beginning though, with bindings used frequently in the UI to managed objects persisted in the database, which meant (amongst other things) that:
- User changes a slider
- Change is propagated through bindings
- CoreData picks up the binding and syncs it to disk
- But the database is on another thread, which invalidates the ManagedObjectContext
- Which means the context has to re-read everything from the database
- Which takes time
- By now the user has moved the slider again.
So: slow. I fixed that - see the other post I made.
Re: Apple acquires Pixelmator
#214Re: Apple acquires Pixelmator
#215Earlier quoted context omitted.
The talent and ideas that were Pixelmator will be substantially diffused as it's absorbed by Apple... most of what you liked about Pixelmator is likely no more over the next year or two. Depending on Apple's reasoning for the acquisition (i.e. how much of it was just for the talent vs the product) you'll may see some small glimpses of Pixelmator's influence a couple years from now in Apple's stuff. Most of the time A…
On acquisitions like DarkSky (RIP), sure. This looks a lot more like a Logic-style acquisition. Pixelmator would slot nicely into the same consumer set of productivity apps that ship with all Macs (Pages, Numbers, Keynote). Photomator will get them back into the market they abandoned when Aperture was shuttered. Speaking of Aperture… am I the only person who remembers that Apple owns Claris? Why didn't Apple just han…
Re: Apple acquires Pixelmator
#216RIP Macromedia Fireworks
Re: Apple acquires Pixelmator
#217Is there any way this can go bad? When Apple acquired DarkSky, they absolutely destroyed a service that I loved and relied on. Four years on, Apple Weather is less reliable than DarkSky, and not even close to feature complete. But DarkSky was a cross-platform service, whereas Pixelmator is software that's already Apple-only. I'm wondering how much I should be worried, and if I should already be abandoning ship.
As a longtime user of both: > Apple Weather is less reliable than DarkSky Doesn't seem that way to me. The predicted rain over the next hour looks the same as it did in DarkSky, and you can view the scrub the predicted clouds map timeline and see that it's predicting the same stuff. And the real-life quality where I live has shown no change, nor is there any obvious reason why there would have been. I presume Apple b…
The hyper-local rain forecasts were always accurate for me with DarkSky. The "rain starting in 3 minutes, stopping in 10" was accurate. But right now, Apple Weather is telling me it's cloudy and raining where I'm at, and I'm looking outside my window to clear skies and dry ground.
Re: Apple acquires Pixelmator
#218Is there any way this can go bad? When Apple acquired DarkSky, they absolutely destroyed a service that I loved and relied on. Four years on, Apple Weather is less reliable than DarkSky, and not even close to feature complete. But DarkSky was a cross-platform service, whereas Pixelmator is software that's already Apple-only. I'm wondering how much I should be worried, and if I should already be abandoning ship.
> Is there any way this can go bad? 6 months they'll realize they can't fit in with Apple's culture and most of the team will hit the road.
Re: Apple acquires Pixelmator
#219Call me jaded but > Stay tuned for exciting updates to come. the vast majority of the time the exciting updates end up being: 1. The product you know and love will continue with no difference! We just have free funding! Isn't that great! 2. We have stopped sales of the product, but don't worry, if you already own it you can continue to use it. 3. On X date it will stop working. Please migrate over to [other thing] wh…
[flagged]
Re: Apple acquires Pixelmator
#220Is there any way this can go bad? When Apple acquired DarkSky, they absolutely destroyed a service that I loved and relied on. Four years on, Apple Weather is less reliable than DarkSky, and not even close to feature complete. But DarkSky was a cross-platform service, whereas Pixelmator is software that's already Apple-only. I'm wondering how much I should be worried, and if I should already be abandoning ship.
On the other hand, Testflight has a pretty good acquisition story. It got "merged into main" and is now a first class citizen of the iOS development ecosystem. Workflow being acquired and turning into Shortcuts is a pretty successful outcome IMHO. Beats still continues to make slightly cheaper headphones. FoundationDB is still there. Apart from Dark Sky, what other products with users has Apple acquired and shut down…