HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ache7

no profile record

Submissions

Conway's Game of Life – IOCCC style

twitter.com
1 points·by ache7·6 ปีที่แล้ว·0 comments

comments

ache7
·4 ปีที่แล้ว·discuss
myjino-ru is just a virtual hosting provider.

j19544519 - seems to be the username on this hosting.
ache7
·4 ปีที่แล้ว·discuss
Damn, github should show some big visible warning about this.
ache7
·4 ปีที่แล้ว·discuss
Here is a commit with malicious code from a Microsoft employee:

https://github.com/promonlogicalis/asn1/commit/7bdca06d0edf8...
ache7
·6 ปีที่แล้ว·discuss
These trolls really exist on Russian social networks, trying to refute any news from the opposition media. And some people (Russian enthusiasts) count and list these bots. But your article does not prove it to me, because some Russians are afraid of vaccinations and there are crazy paranoids in Russian social networks that convince not to get vaccinated, including vaccines that are done by Russian medicine - what do you think this proves? That Russian bots are trying to weaken their own nation? For me, these are not bots, but religious fanatics, religions often reject medicine. You may have noticed that many religions have denied the existence of COVID this year.
ache7
·6 ปีที่แล้ว·discuss
It is very sad that the authors of the article either believed in all these accusations against the Russians or are afraid to say that this is nonsense so that they are not accused of supporting the Russians.

I want to note that the Russian government also accuses its political opponents of being foreign agents, using the same rhetoric.
ache7
·6 ปีที่แล้ว·discuss
Any number is remarkable if you're smart enough to find why it's remarkable.
ache7
·6 ปีที่แล้ว·discuss
If it's an outdated pesticides, as suggested in another comment, then it's very related. Because it's a leakage from an old Soviet storage tanks.
ache7
·6 ปีที่แล้ว·discuss
Using compiler hints, data can be placed directly in the code section.

Works on x86/x86_64 Linux:

char main[] __attribute__ ((section(".text"))) = "\xe8\x0d\0\0\0Hello world!\n"

#ifdef __x86_64__

"\x31\xc0\x8d\x50\x0d\xff\xc0\x89\xc7\x5e\x0f\x05\x31\xff\x8d\x47\x3c\x0f\x05";

#else

"\x31\xdb\x8d\x53\x0d\x59\x8d\x43\x04\x43\xcd\x80\x31\xdb\x8d\x43\x01\xcd\x80";

#endif