Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dicroce
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dicroce
1mo ago
Personally I'm not much of a fan of assert()'s... at least in the language I use the most (C++). It's not that I don't think you should validate the input ranges of parameters to functions its that in general exceptions
2.
▲
by
dicroce
2mo ago
Yup. The goal was guide rails.... it'll still let you do non optimal things... just not totally illegal things. Hopefully if you do it enough you can take the guide rails off and still know what to do.
3.
▲
by
dicroce
2mo ago
Yes. PR's would be welcome on the core math engine.
4.
▲
by
dicroce
2mo ago
My goal is to build it up to Calculus.
5.
▲
by
dicroce
2mo ago
It uses https://capacitorjs.com/ and I'm super happy with this choice. I think it feels fast simply because solving simple algebra problems is very light work these days (and of course its all on device... so no waitin
6.
▲
by
dicroce
2mo ago
I updated the underlying engine (and its live on the web version here: https://dicroce.github.io/wyrm/home.html ). There is some new powers examples in the drop down. Irrational roots are a potential next step. Try the
7.
▲
by
dicroce
2mo ago
I'm adding at least basic support for random practice problems in the release I'll be dropping in a few days. If I can get to it I may also be adding a more gamified "practice" mode.
8.
▲
by
dicroce
2mo ago
Yeah I added the popup that appears when you hover as a means of trying to counteract this. I'll be looking for more ways to communicate this.
9.
▲
by
dicroce
2mo ago
This is actually a great find. I update the engine and the change is live on the web version. I will probably wait a couple of days on updating the mobile apps to see if any more fixes need to be made (there is a whole app approval process
10.
▲
by
dicroce
2mo ago
I will definitely consider using more color... hmm...
11.
▲
by
dicroce
2mo ago
The underlying math engine is written in typescript and is open source: https://github.com/dicroce/wyrm_math Probably it's most important feature for applications like this is that the id's of elements in the
12.
▲
by
dicroce
2mo ago
This is the approach I was wondering about.
13.
▲
Show HN: Wyrm – Solve algebra by touch, built on an open-source soundness engine
(github.com)
81 points
by
dicroce
2mo ago
|
24 comments
14.
▲
by
dicroce
3mo ago
These are the last days of software. Use the AI's and build cool shit NOW.
15.
▲
by
dicroce
5mo ago
If you know about the distribution of keys you can do even better by factoring that knowledge into where you split.
16.
▲
by
dicroce
8mo ago
This is actually pretty incredible. Cannot really argue against the productivity in this case.
17.
▲
by
dicroce
8mo ago
Lego blocks are how I like to think about software components... They may not be the perfect shape you need but you can iterate fast. In fact my favorite software development model is just to iterate on your lego blocks until the app you ne
18.
▲
by
dicroce
8mo ago
Ok, maybe someone here can clear this up for me. My understanding of B+tree's is that they are good for implementing indexes on disk because the fanout reduces disk seeks... what I don't understand is in memory b+trees... which mo
19.
▲
by
dicroce
9mo ago
Exactly my thoughts.
20.
▲
by
dicroce
9mo ago
They should have used HLS. Its still pulling, and the client controls the downshifts if required...
21.
▲
by
dicroce
1y ago
Isn't it just kinda a natural thing once you have the chain rule?
22.
▲
by
dicroce
1y ago
Most of us that are somewhat into the tech behind AI know that it's all based on simple matrix math... and anyone can do that... So "inevitibalism" is how we sound because we see that if OpenAI doesn't do it, someone els
23.
▲
by
dicroce
1y ago
Integrating my time series database ( https://github.com/dicroce/nanots ) as the underlying storage engine in my video surveillance system, and the performance is glorious. Next up I'm trying to decide between a mob
24.
▲
Show HN: NanoTS – Fast, embeddable, tiny time series database
(github.com)
12 points
by
dicroce
1y ago
|
0 comments
25.
▲
by
dicroce
1y ago
Holy shit, is this the squatting man? (strangely similar stick figure cave drawings dating to the same timeframe all over the world, and reproduced apparently with high energy plasma experiment). https://medium.com/@rajkumar
26.
▲
by
dicroce
1y ago
Not even close. Software can now understand human language... this is going to mean computers can be a lot more places than they ever could. Furthermore, software can now understand the content of images... eventually this will have a wild
27.
▲
by
dicroce
1y ago
Doesn't even matter. The capabilities of the AI that's out NOW will take a decade or more to digest.
28.
▲
by
dicroce
1y ago
I actually wish that instead of docker & etc we had just gotten a better chroot... Or maybe just a new kernel syscall that is chroot()++.
29.
▲
Show HN: HNSW index for vector embeddings in approx 500 LOC
(github.com)
73 points
by
dicroce
1y ago
|
12 comments
30.
▲
by
dicroce
2y ago
I taught all my kids this way. Generally it really only takes a couple of hours.
More ›