Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Dobiasd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
LLM Agents Demystified
(github.com)
2 points
by
Dobiasd
10mo ago
|
0 comments
2.
▲
Simple collaborative filtering in pure PostgreSQL
(github.com)
1 points
by
Dobiasd
2y ago
|
0 comments
3.
▲
Feeling deceived when receiving (non-labeled) LLM-generated messages
(github.com)
2 points
by
Dobiasd
2y ago
|
0 comments
4.
▲
by
Dobiasd
2y ago
While I did not succeed in making the matmul code from https://github.com/Mozilla-Ocho/llamafile/blob/main/llamafil... work in isolation, I compared eigen, openblas, and mkl: https://gist.gith
5.
▲
by
Dobiasd
2y ago
Are there any benchmarks on the performance of these new matrix multiplication kernels compared to the Eigen library (ideally for float32)?
6.
▲
by
Dobiasd
2y ago
https://github.com/Dobiasd/articles/commit/b5342dd5072480800... Better? :)
7.
▲
by
Dobiasd
2y ago
Thanks for the feedback! I just extended the comment to touch on the "why" part. :) https://github.com/Dobiasd/articles/commit/53f360259ad8e64ca...
8.
▲
by
Dobiasd
2y ago
Thanks for the feedback! My code snippets in the article don't use any real/existing language. C# for example, is quite explicit with the transformation of generated to state machines, but also does not provide such methods, as fa
9.
▲
by
Dobiasd
2y ago
Thanks! Yeah, that was one of the intentions. :)
10.
▲
Internals of the async/await pattern from first principles
(github.com)
57 points
by
Dobiasd
2y ago
|
15 comments
11.
▲
by
Dobiasd
3y ago
The interview for my current job first went mediocre, but by talking about frugally-deep (a side project of mine) I was able to excite my (now) employer. :-) https://github.com/Dobiasd/frugally-deep
12.
▲
by
Dobiasd
3y ago
Hoogle is really amazing! Inspired by it, I implemented something similar for FunctionalPlus (a functional-programming library for C++): https://www.editgym.com/fplus-api-search/ I'd love to see more projects taki
13.
▲
by
Dobiasd
3y ago
> I spent some time over those 30 years looking at new IDEs, trying them out, configuring them, and each and every time this was time wasted, because the IDE was discontinued, abandoned, or otherwise became useless. "wasted" so
14.
▲
by
Dobiasd
3y ago
Yeah, this one does something much less insane, i.e., it converts the paths to the tree outputs into their corresponding DNS (disjunctive normal form) and represents each term as a node (side by side in the same layer) in the NN, as describ
15.
▲
by
Dobiasd
3y ago
Thank! Yes, in contrast to treebomination, using TF-DF can actually make sense. ;)
16.
▲
by
Dobiasd
3y ago
Thanks! This looks interesting. Some of the main differences I can spot so far are: - Hummingbird does not construct a NN with an architecture isomorphic to the source decision tree but instead cleverly compiled it into other (more sane) te
17.
▲
Treebomination: Convert a scikit-learn decision tree into a Keras model
(github.com)
79 points
by
Dobiasd
3y ago
|
6 comments
18.
▲
by
Dobiasd
4y ago
EditGym - text editing training: https://www.editgym.com/text-editing-training/ It's a website for practicing manipulating text (start -> target, like a diff) quickly (timed) and efficiently (few keystrokes). T
19.
▲
by
Dobiasd
5y ago
> 1. It allows for minimal disruption to thinking process, close to 90% of the time even when coding is not actively typing, but when typing is subconscious and fast it removes the potential of where it interrupts the thinking process. I
20.
▲
by
Dobiasd
5y ago
You're absolutely right, of course. :) While this was not the point of this article, I just added a remark about this important fact nonetheless: https://github.com/Dobiasd/articles/commit/2a251204183cb45
21.
▲
Fixing under-engineered code vs. fixing over-engineered code
(github.com)
20 points
by
Dobiasd
5y ago
|
44 comments
22.
▲
by
Dobiasd
5y ago
(author here) Thanks for the nice feedback. :) Regarding your idea, I actually did this for other topics too. You can find the results here: http://www.editgym.com/subreddits-and-their-choice-of-words/
23.
▲
by
Dobiasd
6y ago
Wow, what an effortful solution. I simply use a recliner and a monitor mount, and it works perfectly for me. Components similar to the ones used in my setup: - https://i.imgur.com/fdcwta6.jpg - https://i.imgur.co
24.
▲
Covariance and contravariance explained without code
(github.com)
3 points
by
Dobiasd
6y ago
|
0 comments
25.
▲
Why a generic implementation can be the easier-to-understand solution
(github.com)
3 points
by
Dobiasd
6y ago
|
0 comments
26.
▲
by
Dobiasd
7y ago
Thanks. I committed a change ( https://github.com/Dobiasd/articles/commit/8ac8db11eb95de688... ). Feel free to open a PR if you have a better phrasing in mind. :)
27.
▲
by
Dobiasd
7y ago
> This article feels like it was written by someone half-way through [...] You might be right. I'm not a principal engineer. :) The first solution in the wild we came up with back then when confronted with this problem, actually was
28.
▲
by
Dobiasd
7y ago
> I would like to understand why priority inversion is not a solved problem. Maybe I just was not careful enough in choosing this phrasing when writing the article. Do you think it would make sense if I change "but it's far fro
29.
▲
Threads can infect each other with their low priority
(github.com)
68 points
by
Dobiasd
7y ago
|
35 comments
30.
▲
From Spaghetti to Ravioli – A Refactoring Example (Using Kotlin)
(github.com)
1 points
by
Dobiasd
7y ago
|
0 comments
More ›