Arthur Whitney releases an open-source subset of K with MIT license
111–120 of 234 posts
Re: Arthur Whitney releases an open-source subset of K with MIT license
#112The website reads like an edgy script-kiddy blog. Is K actually a useful project, or is it just a passion project of someone who happens to be sort of famous?
> The website reads like an edgy script-kiddy blog. The code does, as well. Either Mr. Whitney's brain is not wired like a regular homo sapiens sapiens, or the entire thing smells of "I am smarted than you and I don't need to lower myself to your level." I do not buy for a single second that for Mr. Whitney debugging IOCCC-level obfuscated code is easier than plain C code. One writes "normal code" because one will ha…
Re: Arthur Whitney releases an open-source subset of K with MIT license
#113OMG, just yesterday I wrote a comment saying that I regret not learning K (I instead chose J) due to being too hung up on the notion of free software at the time... What a coincidence! Now I have no excuses anymore, time to learn K!
How those two compare?
Re: Arthur Whitney releases an open-source subset of K with MIT license
#114Everyone here charges too little for software. the free(MIT license) version is shakti.com/k/k.zip the supported version(supported and 10 to 100 times faster) is $100K per month(minimum) https://groups.google.com/g/shaktidb/c/5SPufca3mo4
Re: Arthur Whitney releases an open-source subset of K with MIT license
#115And I though that Skala, FP (monad in X is just a monoid in the category of endofunctors of X) people are pretentious sect, this is so much worse, given their customer base, I immediately presume that this is nothing more than approach to deliberately make things unintelligible for as many people as possible, so that your white collar hedge fund guy would have heart stroke just by glancing at this source code, not ev…
Re: Arthur Whitney releases an open-source subset of K with MIT license
#116Earlier quoted context omitted.
> a sign that a programmer hasn't worked on anything substantial Maybe you want to check who he is?
I meant I don't know as in I haven't actually worked with him. Based on what I've seen before as well as the supplied code, I would be very skeptical to have him on my team.
Re: Arthur Whitney releases an open-source subset of K with MIT license
#117The website reads like an edgy script-kiddy blog. Is K actually a useful project, or is it just a passion project of someone who happens to be sort of famous?
Re: Arthur Whitney releases an open-source subset of K with MIT license
#118Earlier quoted context omitted.
I meant I don't know as in I haven't actually worked with him. Based on what I've seen before as well as the supplied code, I would be very skeptical to have him on my team.
He would be your entire team
Re: Arthur Whitney releases an open-source subset of K with MIT license
#119He might be a smart person, with a very high IQ and on a different level than the rest of us, but by writing with this style, with no comments, with no proper capitalization/style and with this attitude, he’s putting me off (IMHO). Oftentimes, the way something is presented and how the language is used, might be as important as the thing itself ;-)
I’ve always told myself- no matter how smart my idea is , if no one else understands it it could be as if it didn’t exist.
Re: Arthur Whitney releases an open-source subset of K with MIT license
#120Earlier quoted context omitted.
Quick for building a website? Probably not. Quick for evaluating some idea you just had if you are a quant? Yes absolutely! So imagine you have a massive dataset, and an idea. For testing out your idea you want that data to be in an “online analytical processing” (OLAP) kind of database. These typically store the data by column not row and other tricks to speed up crunching through reads, trading off write performanc…
I would probably use Matlab for that sort of stuff tbh. Is K faster than Matlab?