Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Russian Programmers Part 2

Name: Anonymous 2018-09-04 9:53

Continuing the theme of ingenious Russian programmers, we have an exhibit directly on LJR:
http://lj.rossia.org/users/hex_laden/406941.html

string CheckSpecDiaps (string IP)
{
int uip = IPConverter.IPToInt32 (IP);

for (int i = 0; i <SpecList.GetLength (0); i ++)
{
int start = IPConverter.IPToInt32 (SpecList [i, 0]);
int end = IPConverter.IPToInt32 (SpecList [i, 1]);
string desr = SpecList [i, 2];

if (uip> = start && uip <= end)
{
return desr;
}
}

return string.Empty;
}[/code]


For non-programmers, I'll explain: the Russian fool takes a set of intervals a0:b0, a1:b1 ... aN:bN and stupidly checks each of them for entering the number X. Making this a stupid search is the most inefficient algorithm, although in practice In its task, there may be thousands and millions of intervals. There is a lack of knowledge of the simplest data structures (in this case a binary tree) and the basics of mathematics. Worse, the idiots boasts of his unprofessionalism and the deficiency of the solution, apparently so that the client knows what he is buying and that the server will hang during production.

Indeed, all top companies dream of recruiting Russian programmers, but they continue to patriotically plow vodka fields for copecks at their native sharaga. Although there are isolated cases of traitors, one Russian programmer himself volunteered to promote the pindos science:
https://interestingengineering.com/russian-programmer-volunteers-first-human-head-transplant-next-year

TLDR: a request under a plausible pretext to give a link to this post in any western reddit and hackernews (such as Russian Programming Genius Strikes Back). It is necessary to PR Russian "smarty".

Name: Anonymous 2018-09-08 14:52

It also turned out that my mother volunteered for a witness and testified against me (although I told her not to do so), and even signed that she knew that her testimony would be used against me. My mother helped prove the motive for my crime and agreed that I had actually committed it, and also testified that I had sold the device with evidences, and was guilty of other crimes that she had not even been asked about. For example, the mother reported that I provided a fake diploma in an job interview and forged a refusal to work in order to receive benefits.

Also, my mother gave me a negative description (unemployed, antisocial, mentally ill) that could be used to change the measure of restraint, as well as to choose a more severe punishment if found guilty: an unemployed sociopath will be given a longer jail time than a working family man. My beloved mother made me a dangerous recidivist, a psychopath and a swindler, who in no case should be allowed to roam freely. Later on the mother's tip, the police interrogated Gaziza. Yet my father refused to testify against me at all. What conclusions should I draw?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List