Chapter 339 LINX V0.1
After the scoring website came out, it immediately became a talk for all teachers and students in the school. [
Everyone is also discussing these things in class. After learning about it, the teachers of the School of Computer Science have also read it on that website. There are more enlightened professors who directly use this website as a case to explain the computer knowledge applied to students.
The data collection of thescoring website went very smoothly. By the afternoon of the next day, the highest online record exceeded 300. It exceeded the highest record of Shuimu bbs online at the same time.
Moreover, because it is likely that the same computer is not the only one voting, the actual coverage is wider.
Lin Hong did not expect that this website would receive so much attention from everyone. He checked the statistics in the background and felt that the number of voters was almost the same and the data was more representative. When he quickly stopped the continued operation of the website, directly announced the final ranking on bbs, and then quickly The website has been offline.
Because he expected that if he continued to develop like this, there was likely to be some additional trouble.
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 ranking, except for the parties, is actually only the first few.
The first place is Nangong Wanning, with a final average score of 9.45, the second place is Tang Gege, the final score is 9.21 points, and the third place is Xie Jiaxin, with a final score of 8.97...
Basically, the top 30 girls, 604, don't know each other, and have never seen them. Nangong Wanning, the first place, in fact, they only gave her a score of 8 points, but they didn't expect that many people rated her very highly, and they directly gave her a full score of 10. For this reason, Zhang Da also specially checked the background IP to prove that these people did not get points.
After Lin Hong took the website offline, he immediately released the IP of the computer and regained the dynamic IP. In this way, although everyone knows that this IP is in this building, it is not so easy to find their dormitory.
This matter is not so easy to solve. Soon the school received many complaints from girls, saying that someone leaked their information, which would cause very serious security risks. For example, if the legalists did not get this information, they were likely to use this information to cheat. Such an example has not happened. In the past two years, there have been such a liar. I don't know how to get the contact information of the student's home, so I pretended to be the school to call or send a telegram to the student's family, saying that their children had something happened at school, such as being hit by a car, fighting with Let the parents remit money immediately to solve it.
Due to information asymmetry, although these scammers' methods are poor, they still often win again and again.
Originally, the school had heard about this, but because the leaked information was common and not used for illegal purposes, the school turned a blind eye to it.
Now that someone has complained, this matter must be dealt with. Therefore, the principal gave special instructions to let the teachers of the Cyber Security Center be responsible for this matter, investigate the leaks, and find out who invaded the school's database.
When the news began to spread on Shuimu bbs, the people in dormitory 604 couldn't help but breathe a sigh of relief.
However, Wu Dong is still a little worried: "They won't find us, will they?"
Zhang Da said, "What are you afraid of? Aren't we just making a website? Nothing else has been done.
"It shouldn't be difficult to find out here, but as the second brother said, don't worry, we didn't do anything against the regulations." Lin Hong comforted.
"The boss still has foresight!" Li Qi said sincerely.
His words have two meanings. On the one hand, when he invaded, he carefully hid traces and did not leak the data; on the other hand, he closed it when it was good this time, and did not let the matter expand further.
Everyone is looking for who made this website, but they just don't say it. This feeling is really not too good.
I'm going to have military training tomorrow. They began to prepare their own items. This time, they need to stay at the military training base for nearly 20 days. I don't know what will happen when they come back. According to those brothers, the whole thing will indeed become more energetic, but it will be like returning from Africa.
Lin Hong has nothing to bring. For him, military training is dispensable. He even went to the counselor's office and directly asked the other party if he could omit this step.
The answer obtained is naturally no. In this regard, the school has a mandatory rule that unless it is a major disease that cannot walk, it must participate. In fact, it can also be understood when thinking about it. If it can be accommodating, the management can't be carried out at all, and the people who don't want to do military training are gone.
While others are busy, Lin Hong continues to write his own linx.
The members of other dormitories have been surprised by this. They have also asked Lin Hong what he is making up. Lin Hong's answer is to write a more complex software.
If you tell them directly to write the operating system, it's a little exaggerated. Although Lin Hong is very good at computer technology in their eyes, writing an operating system is not something that ordinary people can do. If he can do it, what else can he go to study here?
Speaking of the purpose of Shuimu going to school, Lin Hong really hasn't forgotten it.
He has not been idle these days, and has roughly understood the overall situation of the Shuimu Computer Department. Of course, the way of understanding is a little special. However, the final result made him a little disappointed. In the computer field, even at Shuimu University, the depth of research can only be said to be average.
Although those old professors have a strong theoretical foundation, many ideas are still in the 1980s, and they pay more attention to theoretical knowledge. Algorithms, data structures and other theories have been studied very thoroughly, but there are very few practical applications. This knowledge is the most basic thing, which basically does not expire, just like mathematical principles.
But it's not enough to have these. The computer field is a rapidly changing field. It's not good to always keep your eyes in place, and it's not at all the development of the times.
This factor is caused by the national conditions. It does not mean that there are no smart people here. On the contrary, there are a lot of smart people here. Excellent students from all over the country are gathered here. They do not lack iq, and all they lack is guidance.
Wu Dong is such an example.
He is very smart. According to Lin Hong's standards, his mental strength is much higher than that of ordinary people. However, due to environmental factors, his intelligence has not been fully utilized at all. Before college, what he could show was nothing more than constantly doing the questions before doing the questions.
First, I have never seen a computer, and second, 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 the most basic introductory course for learning computers. Before you want to do other things, practice typing first. Even if you don't know the computer, it's quite awesome to be able to type the characters you want to appear with your eyes closed.
The 0.1 version of Lin Hong's linx microkernel has been written. His kernel is actually simpler than the original version of Linux, because the design idea is completely different. There is no need to encapsulate too many functions in it. The system call that needs to be implemented only needs to include Such as thread management, memory management and inter-process communication, even the file system is left to be written as a service component.
The purpose of this is to separate the implementation of the system service from the basic operating rules of the system. The input and output locking service of the process can be provided by a service component running outside the microkernel.
This design makes the design of the most core parts of the kernel simpler. The failure of a service component will not cause the whole system to crash. What the kernel needs to do is to restart the component without affecting other parts.
This new product is very important for real-time operating systems, because the machine that uses this system actually does not allow the system to crash, and it does not work 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 super-brain 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, it is likely to endanger his life.
After the version 0.1 of the microkernel was written, Lin Hong thought about what machine he wanted to install it on for some applications, and then continued to optimize the structure in the process of application.
The machine must be simple enough and be able to use more advanced functions.
After thinking about it, he remembered a robot competition he had seen when he was in the United States. Arthur's uncle had an ultimate duel with his father, which ended in Mark's failure because Mark's toy car ran out of battery.
Although Mark failed, his thoughts at that time brought a lot of thinking to Lin Hong.
His toy car seems to be chaotic, but it shows a certain rule. Mark calls this "order in chaos" mechanical intelligence, and puts forward a brand-new concept of "reflection is also an intelligence".
Although Lin Hong has not studied this before, he is convinced of it. He is very impressed by Mark's concept.
"It seems that I should also buy some toy cars to play with?" Lin Hong thought so.