CHAPTER 339 LINX V0.1
After the readx;?grading website came out, it immediately became the talk of the whole school. Pen % fun % Pavilion www.biquge.info
Everyone was also discussing these things in class, and after those teachers in the School of Computer Science learned about it, they also had a more enlightened professor, and they directly used this website as a case to explain the computer knowledge applied to students.
The data collection went very smoothly, and by the afternoon of the next day, the highest number of people online at the same time exceeded 300. Exceeds the highest record of Mizuki BB being online at the same time.
And, because the same computer is likely not to be the only one person to vote, the actual reach is much wider.
Lin Hong didn't expect this website to receive so much attention from everyone, he checked the statistics in the background, and felt that the number of voters was about the same, and the data was more representative, so he quickly stopped the continued operation of the website, and directly announced the final ranking on BB, and then quickly took the website offline.
Because he expected that if he continued like this, some additional troubles would likely arise.
In order to minimize the impact of this matter, he only announced the results of the top 30 on the forum, and the other rankings were directly omitted, because this kind of ranking, except for the parties, others are actually only the first few people who pay the most attention.
The first place was Nangong Wanning, with a final average score of 9.45 points, the second place Tang Gege, with a final score of 9.21 points, and the third place, Xie Jiaxin, with a final score of .97 points......
Basically, the top 30 girls, 604 don't know each other, and they haven't seen it, the first place Nangong Wanning, in fact, they only gave a score, but I didn't expect that many people spoke very highly of her, and they directly gave a full score of 10. For this reason, Zhang Da also specially checked the background i to prove that these people did not brush the score.
After Lin Hong took the website offline, he immediately released the computer's i and re-obtained the dynamic i, so that although everyone knew that this i was in this building, it was not so easy to find their bedroom. i
The matter was not so easy to solve, and soon the school received many complaints from girls that someone had leaked their information, which would cause very serious security risks, such as if the criminals got the information and were likely to use it to deceive.
In the past two years, there have been such scammers, I don't know where to get the contact information of the student's home, so they pretend to be the school to call or send a telegram to the student's family, saying that their children have something wrong at school, such as being hit by a car, being detained in a fight, etc., and asking the parents to immediately send money to solve the problem.
Due to information asymmetry, these scammers, although clumsy, often succeed again and again.
Originally, the school had heard about the incident, but since the leaked information was common and not used for illegal purposes, the school turned a blind eye to it.
And now that someone has complained, then this matter must be dealt with, so the principal issued a special instruction to let the teachers of the Cyber Security Center be responsible for this matter, investigate the leak clearly, and find out who hacked into the school's database.
When Mizuki BB began to spread the news, these people in the 604 dormitory couldn't help but secretly breathe a sigh of relief.
However, Wu Dong was still a little worried: "They won't find our head?" ”
Zhang Dadao: "What are you afraid of, didn't we just make a website?" Nothing else was done. ”
"It shouldn't be difficult to find out here, but as the second child said, don't worry, we didn't do anything against the rules." Lin Hong comforted.
"It's still the boss's foresight!" Li Qi said heartily. i
His words have two meanings, on the one hand, when he invaded, he carefully hid his traces and did not leak these data; On the one hand, Ling accepted it when he saw it this time, and did not let the matter expand further.
Everyone was looking to see who made the site, but they just wouldn't say. This feeling is really not too pleasant.
Tomorrow is going to military training, they each began to prepare their belongings, this time they need to stay in that military training base for nearly twenty days, I don't know what will become when they come back. According to the brothers, the whole thing will indeed become more spiritual, but it will be like returning from Africa.
Lin Hong didn't have anything to bring, military training was dispensable for him, and he even went to the counselor's office and asked the other party directly if he could skip this step.
The answer is naturally no, and the school has a hard and fast rule in this regard, unless it is a serious illness that makes it impossible to walk, it is mandatory to participate. In fact, if you think about it, you can understand that if you can be accommodating, the management will not be able to go on at all, and the sea of people who don't want to conduct military training will go.
While others were busy, Lin Hong continued to write his own linx.
The other members of the dormitory were no longer surprised by this, and they had also asked Lin Hong what he was making, and Lin Hong's answer was to write a more complex software.
It would be a bit of an exaggeration to tell them directly about writing an operating system. Although Lin Hong's skills are very good in their eyes, writing an operating system is not something that ordinary people can do, if he can do this, then why do you come here to learn?
Speaking of the purpose of water and wood, Lin Hong really hasn't forgotten it.
In the past few days, he has not been idle, and has a general understanding of the overall situation of the computer science department of Mizuki. Of course, the way of understanding is a bit peculiar. However, the end result made him a little disappointed. In the field of computer science, even at Mizuki University, the depth of research can only be said to be average.
Although those old professors have a strong theoretical foundation, many of their ideas are still stuck in the 80s, and they pay more attention to theoretical knowledge. The theories of algorithms and data structures are studied very thoroughly, but the practical applications are very few. This knowledge is the most basic thing, and it basically does not expire, just like the principles of mathematics.
But these are not enough, the computer field is a field that is changing with each passing day, and it is not possible to always keep your eyes on the same place, and it is completely out of step with the development of the times.
This factor is caused by the national conditions, not that there are no smart people here, on the contrary, there are a lot of smart people here, and outstanding students from all over the country are gathered here, they have no shortage of IQ, what they lack is just guidance.
Wu Dong is one such example.
He is very smart, according to Lin Hong's standards, his mental power is much higher than that of ordinary people, but due to environmental factors, his intelligence has not been fully utilized at all.
I have never seen a computer, and I have never been exposed to the Internet, so I can't make a difference in the computer field.
In the past few days, Wu Dong has been practicing typing.
This is a basic introductory course, and before you want to do anything else, you can practice typing first, and even if you don't know how to use a computer, you can type the characters you want to appear with your eyes closed, which is pretty awesome.
Lin Hong's linx microkernel 0 has been written, his kernel, in fact, is simpler than the original version of li, because the design idea is completely different, there is no need to encapsulate too many functions, the system calls that need to be implemented, only need to include thread management, memory management and inter-process communication, and even the file system is left to be written as a service component later.
The purpose of this is to separate the implementation of system services from the basic operating rules of the system, and the process out-of-lock service can be provided by a service component running outside of the microkernel.
Such a design makes the design of the core part of the kernel simpler. The failure of a service component does not cause the entire system to crash, all the kernel needs to do is restart the component without affecting the rest of the system.
This special new is very important for the real-time operating system, because the machine that uses this system is actually not allowed to crash the system, not once, such as satellites and missiles, if this happens, there is only one result, that is, self-destruction or self-detonation.
The same is true of the superbrain system that Lin Hong intends to write, once some operations are taken over by this system, and when there is an emergency, the system suddenly restarts and drops the chain, then it is very likely to endanger his own life.
After the 0 of the microkernel was written, Lin Hong pondered what he wanted to install it in some applications, and then continued to optimize the structure in the process of application.
The machine had to be simple enough to be able to use the more advanced features.
After thinking about it, he remembered a robot competition he had seen when he was in the United States. Arthur's uncle and his father had an ultimate showdown that ended in Mark's defeat because Mark's toy car battery ran out.
Although Mark failed, his thoughts at that time brought Lin Hong a lot of food for thought.
His toy cars, seemingly chaotic, show a certain pattern, Mark called this "order in chaos" mechanical intelligence, and proposed a new concept of "reflection is also a kind of intelligence".
Although Lin Hong had not studied this before, he was convinced of it, and he was very impressed by Mark's concept.
"Doesn't it seem that I should also buy a few toy cars to play with?" Lin Hong thought so.