Exchange. Imap and friends don't provide the seamless functionality that Exchange does. Contacts, calendar, permission sharing, group message folders. You just can't get close. I love OSS, but I have to recommend Exchange because their is no viable alternative.
Ask HN: Which project does not have any good open-source alternatives?
71–80 of 283 posts
Re: Ask HN: Which project does not have any good open-source alternatives?
#72Re: Ask HN: Which project does not have any good open-source alternatives?
#73Re: Ask HN: Which project does not have any good open-source alternatives?
#74Earlier quoted context omitted.
> Git doesn't really have that concept Of locking files? Sure it does; if two people modify the same piece of code, then there will be a merge conflict, and whoever's doing the merge will have the opportunity to reconcile those two versions. It's like a lock, but you don't have to think about it / explicitly lock and unlock the object you're editing. Combine this with rebasing (git-speak for "switch to the branch int…
Sometimes it is desirable to not have optimistic locking like git. Often you want to signal that you don't want a file/asset modified for a period.
Re: Ask HN: Which project does not have any good open-source alternatives?
#75Two that I have encountered: Aspera: a high-performance data transfer suit, used in genetics and the film industry. I wrote a blog post about it a year ago and still get near-daily emails asking me if there is an open source alternative yet. QUIC may provide a basis for a solution, but it needs to be explored. PDMS: software for planning, modeling and simulating oil and gas plants. Main two commercial suites are AVEV…
I did not have any idea that changing protocol will have this amount of benefit in data transmission. Also amused that no one have not solved it in Open Source world.
Re: Ask HN: Which project does not have any good open-source alternatives?
#76Open-source data storage is full of gaps compared to its commercial/bespoke brethren. To give just one example, consider multi-tenancy/QoS. Very few OSS distributed filesystems or object stores even seem to have heard of the concept, and those few barely scratch the surface.
Re: Ask HN: Which project does not have any good open-source alternatives?
#77Uber/Seamless/Postmates/Airbnb or any other middleman service. There's no reason why they should be getting away with extracting 30-40% of the revenue for facilitating a simple transaction.
And despite all that they’re still unprofitable. How would this be feasible as an open source project?
Craiglist is handling as much traffic as all of them with around 50 employees.
Re: Ask HN: Which project does not have any good open-source alternatives?
#78https://medium.com/young-coder/microsoft-access-the-zombie-d...
Re: Ask HN: Which project does not have any good open-source alternatives?
#79Two that I have encountered: Aspera: a high-performance data transfer suit, used in genetics and the film industry. I wrote a blog post about it a year ago and still get near-daily emails asking me if there is an open source alternative yet. QUIC may provide a basis for a solution, but it needs to be explored. PDMS: software for planning, modeling and simulating oil and gas plants. Main two commercial suites are AVEV…
Open source projects tend to emerge when there is general access to the purpose of that project. You can't expect an open source project for Ocean-based Wind Turbine simulation or molecular synthesis of Organochloride compounds. They're niche industries that require tremendous amount of upfront investment, in both physical assets to realize the utility of the open-source project, and knowledge-base required to operat…
Re: Ask HN: Which project does not have any good open-source alternatives?
#80This article about how Microsoft Access won't die got me thinking about creating an open source alternative. I just retired and am looking for a project. I also have a history with msft that might be helpful. https://medium.com/young-coder/microsoft-access-the-zombie-d...