Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
spcharc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
spcharc
9mo ago
Who needs hackers if you have IT experts like this
2.
▲
by
spcharc
2y ago
And the chinese tea cup in the picture apparently has a base plate. It also isolates heat from the cup so whatever underneath it won't get too hot
3.
▲
by
spcharc
2y ago
I do have a couple of asserts in my code, but that does not explain why every stack trace begins and ends with "assert()" Actually I call syscalls from assembly, and my _start() is also an assembly function. That is why this happe
4.
▲
by
spcharc
2y ago
Yeah, you are right. Android is a variant of Linux. Just like MacOS and iPadOS, both run Darwin kernel, but they are very different. Even though iPads have very capable hardware, there are a lot you cannot do on iPadOS. The same applies to
5.
▲
by
spcharc
2y ago
> It's easy enough to learn "base + index*scale +- displacement". Well, you already know this requirement, so it is not a problem for you. However for learners, who don't have even the remotest idea of machine instruc
6.
▲
by
spcharc
2y ago
It can be useful I think. Trying this on my toy project. This is a single thread program so it cannot do syscall from multiple cores. It is not very helpful without debug info: nanosleep({tv_sec=1, tv_nsec=299127292}, NULL) = 0 >
7.
▲
by
spcharc
2y ago
> 1,283 with known malicious code (229 million installs) Not expecting that many. I sometimes randomly try interesting extensions out. Will not do this again. Should only install extensions recommended by Microsoft I guess. Maybe the sam
8.
▲
by
spcharc
2y ago
> Because it's translated into a single machine instruction!!! Actually we never learned the x86 binary representation of instructions in that assembly language class. The textbook also did not cover that. All I wanted to say is: In
9.
▲
by
spcharc
2y ago
Only if the user base is large enough to gather enough interest. I expect someone reverse-engineering popular devices like nintendo switch but not bionic eyes used by a few hundred people.
10.
▲
by
spcharc
2y ago
I love AT&T syntax. I originally started with Intel syntax when learning assembly since it was just in my textbook. I sometimes ran into weird syntax issues I didn't yet understand. For example, why "mov eax, [ebx + 2 * ecx +