Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eismcc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
eismcc
2mo ago
If this kind of thing interests you, you can try KlongPy (based on Klong) which also now has backprop support making it a differential array language.
2.
▲
Coase-Information Theory for AI Orgs
(github.com)
3 points
by
eismcc
3mo ago
|
0 comments
3.
▲
by
eismcc
7mo ago
I added autograd support to the KlongPy array language. It’s been fun to integrate PyTorch and come up with new examples. https://klongpy.org
4.
▲
Show HN: KlongPy array language now supports autograd
(klongpy.org)
1 points
by
eismcc
7mo ago
|
0 comments
5.
▲
by
eismcc
2y ago
You may want to look into the nintendo zelda chemistry engine
6.
▲
by
eismcc
2y ago
I’m ded
7.
▲
by
eismcc
2y ago
Not yet. I want to make an online book.
8.
▲
by
eismcc
2y ago
I don’t use windows so not sure.
9.
▲
by
eismcc
2y ago
Numpy is just the backend and KlongPy has a lot more application features than Numpy. You can see something like kdb+ as inspiration.
10.
▲
by
eismcc
2y ago
KlongPy has a lot of other features beyond pure NumPy operations (such as IPC and web server), which you could see as a kind of making use of array operations in some application. You could look at the core Klong language as what you sugge
11.
▲
by
eismcc
2y ago
KlongPy author here: AMA
12.
▲
by
eismcc
2y ago
Working on WaddleML, and open source variant of weights and balances that uses DuckDb. https://github.com/briangu/waddleml
13.
▲
by
eismcc
2y ago
You can do realtime in the sense that you can build Numpy arrays in memory from realtime data and then use these as columns in DuckDb. This is approach I took when designing KlongPy to interop array operations with DuckDb.
14.
▲
by
eismcc
2y ago
I recall that Richard Hamming used to also reserve Friday afternoons to deep/big thinking. Sounds wonderful.
15.
▲
by
eismcc
2y ago
Steve Omohundro was one of the main authors of starlisp.
16.
▲
by
eismcc
3y ago
After my class read this book in high school, we wrote the author and he responded. How often does that happen in today’s schools?
17.
▲
by
eismcc
3y ago
Thanks the insights. Not to over do self promotion, but aside from learning, the main reason I made KlongPy was to allow for optionality with the ecosystem. Use Klong for array operations and other libraries for standard stuff.
18.
▲
by
eismcc
3y ago
shakti has GPU support now, i believe.
19.
▲
by
eismcc
3y ago
Arthur Whitney is showing how to build an array language using C in array language form. AW is known for kdb+ which is often used in finance due to its extreme performance properties and ability for quants to quickly explore ideas. Personal
20.
▲
by
eismcc
3y ago
In KlongPy, dot product is: dot::{+/x*y} P::[2 3 4] Q::[1 0 2] dot(P;Q)
21.
▲
by
eismcc
3y ago
Just gonna say, this is why i wrote KlongPy - an array language in Python that lets you interop with Python while also getting some array lang. efficiencies. Klong isn't as smooth as K, but it's still quite useful.
22.
▲
by
eismcc
3y ago
Judging by the google group, they are in early development phase and are onboarding their first customer.
23.
▲
by
eismcc
3y ago
KlongPy sits on NumPy so gets pretty far. For some features, it’s still early days. Http://klongpy.org
24.
▲
by
eismcc
3y ago
I was mainly surprised how fast NumPy can be if you push it. KlongPy is effectively a NumPy DSL (array language). So vector thinking is natural.
25.
▲
by
eismcc
3y ago
Since NumPy is called out here, I wrote an example in KlongPy which is NumPy backed and got about 1ns/iter on my M2 Studio: dot::{+/x y};mag::{(+/x x)^0.5};cossim::{dot(x;y)%mag(x)*mag(y)};cd::{1-cossim(x;y)} https:/&#x
26.
▲
by
eismcc
3y ago
Chapel[0] was created, in part to replace MPI in HPC communities. However, MPI remains dominant. [0] https://chapel-lang.org/
27.
▲
by
eismcc
3y ago
I worked on windows kernel team and my first real projects were ACPI 1 and 2 implementation. It's been a while and ACPI was well on its way when i got there, the story at the time was that huge gaps in BIOS were problem and we need to
28.
▲
by
eismcc
3y ago
I worked in the windows kernel team and my favorite story about DC is when he basically made x64 happen because he hated Itanium architecture so much. He worked with AMD and basically made it happen while cranking in his corner office.
29.
▲
Show HN: Retrieve Stock Data with KlongPy
(github.com)
1 points
by
eismcc
3y ago
|
0 comments
30.
▲
Show HN: KlongPy now supports ticker plants
(github.com)
3 points
by
eismcc
3y ago
|
0 comments
More ›