Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pilord314
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
pilord314
3mo ago
They should randomize games of judge tower and see who wins: https://mtg.fandom.com/wiki/Judge_Tower
2.
▲
by
pilord314
7mo ago
you bootstrap it into a library you can include optionally, duh
3.
▲
by
pilord314
8mo ago
I've been playing around with an AI generated knowledge base to grok our code base, I think you need good metrics on how the knowledge base is used. A few things is: 1. Being systematic. Having a system for adding, improving and mainta
4.
▲
by
pilord314
8mo ago
A disassembly diff tool: input <- old_image new_image output -> report Example summary: ================================================================================ TOTAL ===========================================================
5.
▲
by
pilord314
9mo ago
When you get into C code sometimes you know the most thinngs that will be in the priority queue is like 3. So bubble sort is fine. You can also do something like a calendar queue with bubble sort for each bin.