-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
47 lines (43 loc) · 3.71 KB
/
about.html
File metadata and controls
47 lines (43 loc) · 3.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width;initial-scale=1">
<title>Blogs Of modeset Terminator - Blogs</title>
<link rel="stylesheet" href="./style/style.css" type="text/css" media="all" />
</head>
<body>
<ul class="nav">
<li class="about"><a href="./about.html">About</a></li>
<li class="home"><a href="./index.html">Home</a></li>
<li class="blogs"><a href="./blogs.html">Blogs</a></li>
</ul>
<div class="main">
<h1>About Me</h1>
<p>I'm an Asian college student.</p>
<p>My first step in IT field began when I first knew about deepin Linux - an elegant GNU/Linux distribution from PRC. It was not long before I installed it with the help of tutorials and successfully made it coexist with Microsoft Windows.</p>
<p>Since then I've been crazy about computer science. So far I've found a large amount of programming languages, such as C/C++, Java, HTML/CSS/JS, Ruby, PHP, Python, Perl, Julia, Crystal, Rust, Go, Erlang, Elixir, CommonLisp, Scheme, Tcl, Nim, Vala, Typescript, Coffeescript, Haskell, Objective-C, C#, F#, VB.NET, Swift, etc.In the future I'll release some articles to discuss them.</p>
<p>Programming languages are just tools. What matters most is how to make the most of them to structure powerful softwares or toolkits. Viewing many programming languages, I am amazed at their various features. I believe with my numerous efforts I will have a total insight of the whole software system - including graphics, audios, hardware drivers and operating systems.</p>
<h1>Why I Use English</h1>
<p>Of course my mother tongue is not English. But there are some reasons why I use it.</p>
<p>Firstly, English is actually the most universal language in the world, used so as to make the blogs more understandable.</p>
<p>ASCII is actually the most compatible character set. Every operating system supports it, unless the OS can't receive user's keyboard input. If I don't use ASCII, there may appear something wrong with text display.</p>
<p>If you've used operating systems except Microsoft Windows before, you will know that configuring a non-English input method is painful. Most of the input methods are proprietary, unstable and difficult to use. Thus, I would rather use English.</p>
<h1>My Philosophy</h1>
<p>I stands with <b>free software</b>, as is introduced by <b>Free Software Foundation</b>.</p>
<p>Differing from open source softwares, not only do free softwares have their source codes easily accessed, but they also indeed respect user's freedom. People should have the right to run, study, fix and share the software they use.</p>
<p>My suggestions: We should use neither open source to quote free software, nor commercial software and close source to refer to proprietary software. There are neutral alternative words for free software: <b>Libre</b> and <b>FOSS</b>(of course free software is extremely recommended), and for proprietary ones: non-free.</p>
<p>It's a shame that many apps widely used - such as Microsoft Windows - are proprietary. But I'm happy when I see some free software projects are launched to provide a compatible POSIX layout or complete kernel alternative - Cygwin, WineHQ, ReactOS, etc. I firmly hold the belief that with the advancement of productivity, free software will decide the destination of software industry's progress.</p>
<h1>Contact Me</h1>
<ul style="list-style-type: none;">
<li>Email: nomodeset@qq.com</li>
<li>Tencent QQ: 3390270462</li>
</ul>
<h1>My Current Conditions</h1>
<p>//TODO</p>
</div>
<footer>
Created with heart by nomodeset_xforcevesa
</footer>
</body>
</html>