Chapter 232: Beheading first and then playing and private use of public weapons (Part 4)
"pass!"
Su Xiaomu's face showed that this was indeed the case, and he whispered, "Sooner or later, I will replace these softwares with ones written by myself. Most of them are in English, and they are not easy to understand at all!"
"..."
"Hey, I seem to have found another problem for myself just now..."
After the architecture of the core algorithm is determined, although the remaining things will be more complicated, for Su Xiaomu, it is not difficult or a big problem.
This time Su Xiaomu decisively chose to write the core in C.
Originally, the golang programming language was used extensively, and it was modeled after the domestic B station model.
But now, Su Xiaomu has chosen his own original core algorithm, and the overall architecture will be rewritten to adapt to the new core module. In terms of programming language, the choice is more independent.
Mu Shu's growing R&D team was behind the scenes, and Su Xiaomu didn't mind borrowing it.
The core architecture and the important components of the core architecture can all be rewritten by yourself, but all the branching tasks can be divided, and most of the content only needs to be slightly optimized.
In the programmer's world, this operation is called improving existing code.
There is also a book published by a big guy, and the title of the book is also called this.
Su Xiaomu did it as soon as he thought of it, and divided the task into several modules in minutes. Of course, they were all big concepts, not specific to small details like one, two, three, four, and five.
At this time, Su Xiaomu called Chen Ran through the internal line.
"Mr. Xiaomu, you are looking for me." Chen Ran was serious and not stupid. He did not start blabbering about the Shenzhen project as soon as he came in.
Su Xiaomu nodded, "How many people in our company's product development are good at Python and Java?"
Chen Ran reported in a report, "Mr. Xiaomu, there are 29 R&D colleagues who are good at several programming languages at the same time, more than 70 of them specialize in c/c, and more than 60 people specialize in java, etc., as for
Python, everyone has a little chance."
Because python has become so popular in recent years, more and more programmers have chosen to lean towards this efficient language. Plus, they already have a good foundation, so it is not slow to learn.
Su Xiaomu hummed, "How many R&D colleagues are at work today, mainly Python, C and Java."
"Basically everyone came to work." Chen Ran hesitated and said, "Especially the data warehouse team, no one was absent."
"Oh?" Su Xiaomu glanced at Chen Ran curiously.
Chen Ran explained, "Because everyone wants to be familiar with the major modules of the data warehouse software developed by Mr. Xiaomu, and because you personally went to the site to solve this first order, Manager Li of the data warehouse team asked the employees to become familiar with it as soon as possible.
, to avoid having to deal with the problem yourself again.”
"By the way, what happened to the Shenzhen project in the end?" Su Xiaomu was noncommittal. As the general manager of Mu Shu, he was indeed not suitable to frequently appear at user sites as an engineer.
This is not only due to labor cost considerations, but also political considerations.
Going to the site as a general manager, the user's interpretation will be very simple: first, this is a small company, second, the company's employees are not capable, and third, the product quality is not good.
No matter how many hard ads or soft ads there are, it’s useless!
What users need is peace of mind.
And it is precisely the general manager who takes action personally, which is the least reliable thing to reassure users.
What kind of attention, all kinds of nonsense, useless, in the eyes of users, these are all excuses.
Chen Ran replied, "It went very smoothly. It was all completed yesterday morning. It was officially delivered to users for trial at two o'clock yesterday afternoon. During the trial period, one of our engineers will stay on site throughout the entire process."
"Is this engineer Xiao Li?" Su Xiaomu didn't know much about these business matters.
Chen Ran nodded.
"Let's get down to business. I have something to do here. I need my R&D colleagues to take some time to do it. It will be completed no later than 12 noon tomorrow. I will leave the workload breakdown to you. That's all.
Information." Su Xiaomu handed Chen Ran a USB flash drive.
Chen Ran nodded vigorously, "Promise to complete the task."
After Chen Ran left, Su Xiaomu thought about it and went to Su Ho's office. He had to report to Su Ho about the private use of official equipment.
"Suho Suho, let me tell you something small."
Su Ho looked at Su Xiaomu leisurely and waited for the next step, while Wan Dai looked at Su Xiaomu with a half-smile.
After Su Xiaomu said happily, he saw Wan Dai and said quickly, "Ah, Sister Dai, why didn't you tell me that you were here?"
Wan Dai made a gesture, indicating to Su Xiaomu to continue.
"I can't finish writing Xinsaoke.com by myself, so I just asked Chen Ran to share the task and borrow the company's R&D colleagues. Do you have any objections?" Su Xiaomu scratched his head and said.
Su Ho laughed and said, "Hey, have you learned how to chop first and play later?"
Wan Dai laughed and said, "Not bad, it's a bit dictatorial like a general manager."
"That...that..." Su Xiaomu said that for a long time, not knowing what to say.
Su Ho cast a sidelong glance at Su Xiaomu and said, "Okay, you are the general manager of Mu Shu. No matter how we develop, you will have all the authority."
"That's right, don't mention the topic of private use of public tools." Wan Dai followed.
Su Xiaomu responded with a yes.
"Then I'll get busy first."
After returning to his office, Su Xiaomu clicked on the computer, covered the keyboard with his fingers, closed his eyes and pondered for a few seconds, then opened his eyes and took a long breath.
He murmured, "Boss, please renew my buff."
bug: "..." Hey, I have no chance to appear today...
As a result, the sound of the clicking keycaps hitting the key shafts became rhythmic.
"It's still easier to write in C..."
"..."
Su Xiaomu, who entered the state, only beeped quietly at the beginning and then stopped talking. There was only a clicking sound in the large office.
During the programming process, Su Xiaomu does not know how to use the mouse. Even if he makes a mistake in typing, he will not use the mouse to locate the position, but uses the keyboard to operate.
The kind of Thief 6...
…………
…………
"I suddenly feel that this artificially retarded version of the node-based firewall has something interesting..."
After busy all morning, he finally finished writing the large framework of the core module. Su Xiaomu fiddled with the small garbage system, looked at the core algorithm description of the firewall, and whispered.
"How about I try to draw a gourd?"
"This is a 1024-terascale supercomputer. It can't just be a hardware firewall or a foreign software firewall. I have to have something of my own!" Su Xiaomu did as he said.
In fact, this matter is very simple. The small garbage system provides source code, core algorithm analysis, etc.
Therefore, Su Xiaomu really only needs to follow the example and write out the source code. The source code of the artificially retarded version of the node-based firewall is still relatively large.
Su Xiaomu only took a few glances and knew that it was the modularity of Little Trash.
But the difference is that each module only uses one programming language, and the core module uses C. To be honest, in the field of artificial intelligence that is increasingly advocated, many people think that C will be a better choice than C...
In addition, the programming languages used by each module are lisp (functional programming language), prolog (logic programming language) and the common java and python.