Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devinvs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Privacy Respecting Age Controls
(gist.github.com)
1 points
by
devinvs
6mo ago
|
1 comments
2.
▲
by
devinvs
7mo ago
x86_64 function arguments in linux are passed in registers RDI, RSI, RDX, RCX, R8, R9. The mnemonic helps remember the order.
3.
▲
by
devinvs
10mo ago
I might be misunderstanding, but this seems very wrong. your method on the first entry: 10011011010100101100001101010000 year = 101 00 (20? year should be 25 or 2025) month = 1001 (9, but month is Nov) day = 1001 (9, not enough bi
4.
▲
by
devinvs
10mo ago
my best shot at it: year: bits 0-6 reversed month: bits 6-10 reversed hour: bits 13-18 minute: bits 18-24 day: bits 24-29 (maybe reversed) unsatisfyingly I don't have any idea what the gaps are or why parts need
5.
▲
by
devinvs
1y ago
looks like it's this: https://git.mitxela.com/web-git-sum