Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dachrillz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dachrillz
11mo ago
What about inchi? Isn’t that a common way of describing molecules as well?
2.
▲
by
dachrillz
1y ago
Not OP, but when we tested it out it was painful to handle usb disks. The reason being that if you have two they get named sda/sdb randomly. We managed to overwrite the usb we were using to install talos since that one was named sda on
3.
▲
by
dachrillz
1y ago
One that is kind of in this spirit is that you can describe sparse matrices by omitting all the zeros and only describe the indices that have data. In this compression you can still perform normal matrix operations without having to unpack
4.
▲
by
dachrillz
1y ago
A very basic way of how it works: encryption is basically just a function e(m, k)=c. “m” is your plaintext and “c” is the encrypted data. We call it an encryption function if the output looks random to anyone that does not have the key If w
5.
▲
by
dachrillz
4y ago
I recently had a period of intense stress, stomach aches and all of that. I'm normally pretty stress tolerant so feeling these feelings was very uncomfortable for me. Being this stressed obviously impacts your mental clarity. This led
6.
▲
Ask HN: How do you make sure a back end matches API-spec?
4 points
by
dachrillz
4y ago
|
2 comments
7.
▲
by
dachrillz
4y ago
Andreas Kling, the original author of the serenity os, has a series on youtube where he builds a javascript engine for his web browser. That could be a good start for you if you want to see a competent programmer build an engine from scratc
8.
▲
by
dachrillz
5y ago
Something like ls still relies on sys-calls. If they change in the future someone would have to still update it right? So even if you have a working C-compiler in the far future, so that you can compile ls on new operating systems or whatev
9.
▲
Ask HN: Is there any software that can be considered finished?
6 points
by
dachrillz
5y ago
|
22 comments