Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yzan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
yzan
4y ago
For a laptop with >15 Watt peak consumption, a fan based design is easier to get working on the first attempt: maybe the fan will rotate faster than strictly necessary, but it will work. On the other end, it generally takes a couple of i
2.
▲
by
yzan
4y ago
I have two issue with dataflow programming languages: 1) They generally do not support batch processing. In the past, when I needed batch rename variables in a dataflow, my solution was to export the flow into an XML, do the batch rename in
3.
▲
by
yzan
5y ago
Also, the ranking algorithm should take into account the rank of the content when the upvote happened - 10 upvotes for a content on the 5th page is much more impressive than 10 upvotes for a content on the 1st page (keeping everything else
4.
▲
by
yzan
5y ago
An obligatory link to an article by Evan Miller about ranking: https://www.evanmiller.org/how-not-to-sort-by-average-rating... However, to get the following requirement from the article: > The algorithm should not produc
5.
▲
by
yzan
5y ago
There is also DBLint ( https://archive.codeplex.com/?p=dblint ), which has a fairly comprehensive set of checks.