5 ms·
Why are you not offering a Linux Version?
by softwarelimits 7y ago
Why are you not offering a Linux Version?
- hermitcrab 7y agoIt is written in C++/Qt, so it wouldn't be that hard to add a Linux version. But I'm not sure that the market that this is aimed at uses Linux in any appreciable numbers. You are the first to ask! Also building binaries for Linux is a pain. Which distributions to support?
- enriquto 7y ago> Also building binaries for Linux is a pain. Which distributions to support? just build static binaries for x86-64 or better, distribute the source code ;)
- hermitcrab 7y agoBuilding static binaries for a Qt application requires a very expensive licence. :0(
- ArtifTh 7y ago>Which distributions to support? Target flatpak and/or snap.
- scottlocklin 7y agoI do all my data science on linux machines (Kubuntu, but it shouldn't matter), so, like +1.
- hermitcrab 7y agoBut would you pay for something like this? Or would you use a free tool such R? My gut feeling is that Linux users: a) Don't want to pay for software. b) Probably have the technical chops to roll their own solution in Python/R/SQL.
- scottlocklin 7y agoI haven't tried the thing yet, but if it made my life easier, I would most certainly pay for and use it. Or get my customers to do so. Data pipelining, cleaning and feature construction is the most time consuming part of data science. Its almost always a struggle, and the process usually produces fragile and ephemeral code that will need to be rewritten to put into production. If you could provide a labview-like GUI thing to remove some of this drudgery, assuming you could hook it up to database and csv back ends, or if there were a target which could do this, and the result were robust and could be deployed, it would make me much more productive than fiddling around with pandas or R data tables. Maybe it isn't what you built, but I've said many times this is the most useful data science product; the one that is 10x easier than writing your own every damn time. Fancy woo-woo classifiers with alleged superpowers don't even begin to compare to tooling like this.
- hermitcrab 7y agoInteresting. I'd love to know close or far it is from what you are looking for. Currently it can input XLS/XLSX (on Windows) and delimited text (e.g. CSV) and can output delimited text. I am looking to support other inputs and outputs, e.g. JSON / ODBC / SQLite, depending on feedback.
- scottlocklin 7y agowell, I don't work on osx or windows, like, ever. ;-) csv is the lingua franca for prototyping of course. For deploying (which could make your code more sticky in an enterprise setup), you need to hook up to real databases. I'd suggest finding a local senior data scientist or consulting group and use them to drive your product feature development. I'm not sure who you had in mind for your end user, but I do think data science types (the ones who get paid; not smurfs who want a DS job some day) are a viable market for something like this.
- hermitcrab 7y ago>I'm not sure who you had in mind for your end user People who have data they need to transform, but probably aren't programmers or data science professionals. I would obviously be delighted if data science professionals want to buy it. But I assume they have lots of powerful tools already at their disposal. But I am still learning about the market, so I could be completely wrong about where the opportunity is.
- lecarore 7y agoI was about to ask the same but then I realised I'm not in the target market. The number of "data noobs" on Linux is probably indeed quite low. Fair enough