• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle











  • You get access to the source code you use. If you pay for an enterprise license, you can access the enterprise source code too, but it’s indeed a proprietary license, you can’t really sell modifications.

    I do wish it was fully free & open source (because that wouldn’t affect me, I’m not on their payroll, I just work with the software), but I still prefer the current model over Dynamics 365 or SAP (though I believe Microsoft open sourced some or all of their Dynamics 365 Business Central code too? I haven’t really kept up).

    If Odoo ever decides to close their open source business and only offer it with a closed source, you bet your ass there are going to be dozens of forks of the latest open source version. I’m fairly sure my own employer would do the same, our CTO is an open source evangelist. Would probably RiiR the core even.

    Not sure why you think the FTC would be the best body to talk to here. Odoo is not an American company, but rather a Belgian one.









  • boonhet@lemm.eetoProgrammer Humor@lemmy.mlMySQL moment
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    4 months ago

    I feel like the popularity of the LAMP stack (or WAMP if you were just starting out your interest in software and hadn’t yet moved to Linux) in the 00s and early 10s is to blame here. MySQL ended up being the default choice for people who didn’t know much about databases.

    Now that I know more than I did at the age of 14 when I first started learning programming… I’ll be honest, I’m still likely to choose MySQL just because it’s familiar. But at least I know what indices are now, and I try to avoid dependent subqueries :)

    To be fair, I feel like I should use Postgresql more, I just haven’t actually ever worked on anything that needed the cool data types it has extensions for.