So Google owns the IP but doesn't support the maintainers that do all the work and keep it running. They take the credit, the value of the brand and do nothing.
Can't the maintainers do a fork, continue their work with a new name and then maybe start a foundation or something to attract money and support it? Fastlane is a very mission critical piece of software for many companies, I'm sure some of them would support it if it's an indie project and not a Google property.
In practice it means that development work still happens, and, and prebuilt redist binaries still get made, but only in countries that don't recognize software patents.
For context, fastlane is “a tool for iOS and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.”
Oof I didn’t even know Google acquired fastlane, this is THE standard toolset for automating shipping iOS and Android apps, I’ve used it in every job I’ve had. I am sure Google is using it extensively internally as well. I am really hoping the maintainers can get some money for the value they provide. I would also hope Apple could provide some bucks towards this tool it is really necessary for making iOS delivery not a total nightmare.
I've just started using it in my shop, and the tool is quite magical. A lot of work has gone into it, to the level where it will automatically search its own GitHub issues when crashes occur and provide relevant stackoverflows in a lot of cases. iOS provisioning specifically is horribly complicated, and the ad-hoc (pun intended) way my org was doing code signing before is archaic in comparison. Thanks Josh and the other Fastlane contributors for making such an awesome tool!
Not required. With mobile app development one of the biggest pain points is deployments to the app stores, it's a little easier with Android but on iOS it's an absolute pain in the ass and fastlane makes it a much more tolerable experience.
When it comes to webapps it's a much more straightforward process. A simple github action that deploys your site to S3 would suffice. On mobile you have a billion certs, profile, and other crap to deal with and fastlane handles all of that.
I don't think fastlane will have trouble finding backers and sponsors, because like you said many huge companies rely on it for deploy their iOS and Android apps, even when I was deploying a side project I used them. It's a crucial tool mobile devops and there is really no equivalent.
The title is sensationalized, dang can we get an edit? Fastlane absolutely has maintainers and is not abandoned. It's just that Google isn't paying for maintenance now.
EDIT: I'm aware the original twoot says this verbatim, it's just not correct
If you really care and / or want to make a positive difference, email the staff at hn@ycombinator.com. There is too much activity for mods to patrol it all, and posts of this nature don't meet the HN standard for curious conversation.
The staff are responsive and eager to help, all it takes is reaching out via the recommended channel (email).
2.211.0 came out November 12, which is about 3 months ago, and 2.212.0 came out 9 hours ago. In the linked Mastodon thread, Josh mentions that he's had a new addition to his family, making things a bit slower, and it's already pretty common for releases to slow down during the holiday months (for instance VS Code doesn't have a December release by policy).
When did you check last? This release is from before the HN story was submitted:
Google abandoned Fastlane, it has no maintainers currently (mastodon.social)
93 points by prof18 4 hours ago | flag | hide | past | favorite | 36 comments
Does software need to be released every week? Would calc.exe on Windows be better for 52 releases a year vs. making it add two numbers together and then stopping?
I never got into using Fastlane, but it had some cool stuff. I just tend to usually work alone, and Fastlane didn't actually help me out, because of the workflow I adopt. I don't actually do much automated stuff.
This is a danger with any of these dependencies. I do know that there's a whole ecosystem around Fastlane, and I think that some companies even make money from it, so I'd hope that it is not actually allowed to rot on the vine.
Indeed, Linux is probably the most famous. It's trademarked because someone else tried to trademark "Linux" and then shake down vendors for 10%. It went to court, the trademark troll lost and the trademark itself was assigned to Torvalds.
It's now administered by the Linux Mark Institute.
The AT&T Unix is probably "the" Unix, if there is one, but the name got sold eventually to The Open Group which licenses it to compliant systems.
So it's now a bit more like x86 (family of similar products that work somewhat similarly, though x86 doesn't need a license any more) rather than Pentium (a product or range from a specific company).
its website was kurento .org but the trademark of the name (and the domain) is owned by Twilio, who recently had the gesture of redirecting all accesses from this domain to their own, without prior warning. No replies to emails, or reasons stated. Not that they needed one though, as they are indeed the owners and can do whatever they want. Just a nice "contribution" they made to OSS, it seems.
Wouldn't be surprised if that wasn't a "let's send all the random domains we have lying around to the main site" bulk change and whoever did it didn't realise and if anybody's reading the emails they have no idea where to start finding out who that was.
I mean, that's not exactly great either if true, but I think it's just as much a possibility as this being intentional.
I would have hoped that in such a case, talking it over email and/or phone if needed would be a way to restore the domains that were actually in use. But apparently, emails were sent and never responded. In any case we took the chance to move it all so now it's a solved problem. The manners weren't great, tho.
Right, the only thing I'm arguing here is that it's plausible that every step, including the lack of a reply to the emails, could easily have been down to "the organisation was insufficiently organised."
Note that I've had to run around helping projects deal with both that sort of situation and the sort where the company was deliberately screwing over the project out of active malice (take a bow, Nagios Enterprises) and this definitely smells like the former based on what little information I have.
But being on the receiving end of such an event tends to suck baseballs through a carbon nanotube straw either way, and believe me that you have all of my sympathy and my nerding out trying to analyse how said event came to pass was, just, well, just as much a result of having waded through similar swamps previously myself as the sympathy :)
As a side note, the requirements in open-source licenses (such as redistributing source yourself, giving attribution, etc.) are only enforceable because of intellectual property. Someone owns the copyright, and often has contributors assign the copyright to them, and they then own the IP. The license grants you conditional authorization to distribute the software, provided you comply with certain requirements. If you fail to do that, it's the copyright holder that can really sue.
I don’t think this was originally an open source project. If I remember people were pretty excited when Google hired the author of fastlane because it meant there would be more resources to support Android too. I want to say it started as an iOS project.
Maybe it’s had enough of a push they don’t need a fully funded team at this point. It was already great before Google had any ownership.
Has always been open source. It started in open source. Had the pleasure of the creator, Felix, giving talks about it and getting to see them. He was sort of like, hired / bought by twitter / crashlytics and then sold to google at some point. Ancient history heh.
Josh Holtz, the main maintainer provides more useful context in this mastodon thread than on Twitter. I can't even follow what's going on in the Twitter thread, seems way less useful. Maybe that's not surprising considering how they've messed everything up there lately.
The truth is somehow, techies here have become somewhat allergic to Twitter.
This would be a problem if Fastlane was closed source. Thankfully it is open-source and like with open-source communities before, they can maintain it themselves. That is the point of open-source.
Can't the maintainers do a fork, continue their work with a new name and then maybe start a foundation or something to attract money and support it? Fastlane is a very mission critical piece of software for many companies, I'm sure some of them would support it if it's an indie project and not a Google property.
Edit: there's actually a recent discussion about this and the idea of moving it to the Mobile Native Foundation. https://github.com/MobileNativeFoundation/discussions/discus...