logoalt Hacker News

OutOfHereyesterday at 4:12 PM4 repliesview on HN

Don't use it:

> By providing the beta version of FireDucks free of charge and enabling data scientists to actually use it, NEC will work to improve its functionality while verifying its effectiveness, with the aim of commercializing it within FY2024.

In other words, it's free only to trap you.


Replies

tombertyesterday at 4:36 PM

Thanks for the warning.

I nearly made the mistake of merging Akka into a codebase recently; fortunately I double-checked the license and noticed it was the bullshit BUSL and it would have potentially cost my employer tens of thousands of dollars a year [1]. I ended up switching everything to Vert.x, but I really hate how normalized these ostensibly open source projects are sneaking scary expensive licenses into things now.

[1] Yes I'm aware of Pekko now, and my stuff probably would have worked with Pekko, but I didn't really want to deal with something that by design is 3 years out of date.

show 1 reply
ladyanita22yesterday at 4:16 PM

Important to upvote this. If there's room for improvement for Polars (which I'm sure there is), go and support the project. But don't fall for a commercial trap when there are competent open source tools available.

show 2 replies
BostonEnginerdyesterday at 8:55 PM

I thought I saw on the documentation that it was released under the modified BSD license. I guess they could take future versions closed source, but the current version should be available for folks to use and further develop.

show 1 reply
mushufasayesterday at 7:49 PM

If it's good, then why not just fork it when (if) the license changes? It is 3-clause BSD.

In fact, what's stopping the pandas library from incorporating fireducks code into the mainline branch? pandas itself is BSD.

show 1 reply