rdf

simongray 2021-06-10T08:30:12.003600Z

Anyone know if https://github.com/arachne-framework is totally abandoned? Luke VanderHart seems to be the only real contributor to the code in all of the libs (respect! that’s a lot of code). I am honestly only really looking at https://github.com/arachne-framework/aristotle, but other than development having stopped in 2018, the thing that is really giving me pause is the lack of licences for most (all?) of the libraries in the project. Not knowing the licence is a red flag to me. In principle, that means it is closed source.

Steven Deobald 2021-06-15T03:29:44.011600Z

@simongray Unlicensed code is closed source, though ("good intentions are not contracts" and all that). If you're going to use any of it, I'd ask him to license it first.

simongray 2021-06-15T07:28:06.011800Z

@steven427 Yes, I realise that 🙂 that’s why I mentioned it. Also, the type of licence matters a great deal tool. Anyway, he reached out in the meantime and slapped an Apache licence on that bad boy.

♥️ 1
quoll 2021-06-10T11:04:51.006300Z

Luke seems to have cut back on his online time over the pandemic. He’s still on Twitter occasionally, but he hasn’t been active on GitHub at all

simongray 2021-06-10T12:15:40.006700Z

I see. Thank you, @quoll.

2021-06-10T13:27:00.006900Z

It seems like an oversight. Seems he just puts licenses on his most popular projects e.g. https://github.com/levand/quiescent or https://github.com/arachne-framework/valuehash

quoll 2021-06-10T13:38:47.009800Z

Luke said that his work has kept him off open source lately, and that he will follow up. He said that everything should be available to use, but this should prompt him to add an EPL

quoll 2021-06-10T13:39:49.010900Z

So perhaps you could continue to “explore” it for now, with the expectation that it will be available soon

👍 1
simongray 2021-06-10T14:34:54.011300Z

Thanks!