补录:2018 和 2019 New Year‘s Resolution

2023-05-16

前言:吉光片羽,以飨读者。


2018 New Year's Resolution

  One year and a half ago, I felt that life in 2020 would be quite different, which means many things would be outdated. Retrospecting 2017, from my perspective, some things have changed actually, while some ideas are never changing in my mind.

  AlphaGo, known as a shocking AI, has been defeated by AlphaGo Zero. There’s a saying going that when things become complicated on a certain scale, they can be thought as things with mind. So, there’s no exaggeration to find that some people are frightened.

  But after all, they are just ALGORITHMS. We always try our best to maintain information on from sequences to trees, and even on graphs, which means algorithms should always be developed. Meanwhile, the power of computing is another reason, maybe a more important one, contributing to the so-called AI. Maybe I won’t be the latter contributor but the former, but who knows?

  From sequences to trees, and to graphs, that’s what I have been fighting for. However, another idea has come out during this year. I just want to deliver our cultures by not bothering to study Chinese with resentment (not tiredness), but letting the computer do it. Boasting that machines can’t do things that only humans can has no effect; things change in their own way.

  Another saying goes that mathematics is the steps of progress. So what measures should be taken? This still remains solved.

  All in all, returning to pure is the highest object the next 5 years. I just want to prove the fact that ability is normally more important than quality.

  Good quality always goes behind ability, while bad efficiency always goes behind lonely good quality.


2019 New Year's Resolution

  Overwhelmed by feeling of excitement, I, as well as everyone else, step into 2019. I think I do have gone through a whole year for the reason that I remember it well that I was in Changsha at this time (Jan. 1st) last year, pity that it snows today but didn’t when I was there. How young, how simple and how innocent I was! But look back at “My Last Year’s Resolutions”, I just hope I’m keeping myself, though as an adult, a complete adult.

  This year is uncertain for me; I have been blocked for a while. So I can’t predict anymore. From another perspective, it should be like this. How can we hope a narrow-living man to fly above the sky to see the global truth? This is impossible.

  But there are good points as a narrow-living. It’s easier to control what controls you. I think the banner ridiculous that “What you want should be what you live”. It’s definitely wrong as if reading the reversed word “live” (evil). More ridiculous is that the two banners at our side are just for the umbrellas — or we have no place for umbrellas! As there ridiculous things replace my perspectives, I don’t know where to go. There must be one day that I…

  Last year, I said “ability is normally important than quality”, and I made some curse (last paragraph). It proves right today, and I’d replace the word “quality” with “attitude”, a more precise one. The stupid never understand the true meaning behind “Fxxk you! Anyway, it’s me!”

  Only if I can keep my way! Pity that we’re treading deeper in the abyss. Two O one nine, just time to fight. Less rage, less fatigue; less temptation, more resolution.

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

补录:2018 和 2019 New Year‘s Resolution 的相关文章

随机推荐

  • 【深入浅出ios开发】UIStoryboardSegue详解

    一个UIStoryboardSegue对象负责执行两个试图控制器之间的视觉过渡 另外 xff0c segue对象通常用来准备从一个控制器过渡到另一个控制器 segue对象包含了涉及过渡的控制器的信息 当segue被触发 xff0c 并且在视
  • C++ 多线程编程导论(上)

    随着摩尔定律逼近失效和多核处理器快速发展 xff0c 多线程编程变得越来越重要 本文将系统介绍在 C 43 43 中如何使用 STL 实现多线程编程 多线程编程博大精深 xff0c 本文并不介绍多线程算法或多线程编程方法 xff0c 而是把
  • 使用 WaitForSingleObject 等待进程结束错误代码 5(拒绝访问)问题的解决

    说明使用 OpenProcess 的权限不够 xff0c 但是哪个权限呢 xff1f 查阅文档发现是 SYNCHRONIZE SYNCHRONIZE 0x00100000L 使用对象的同步机制的权限 该权限允许线程等待该对象 xff0c 直
  • LaTeX 004:隐藏 hyperref 超链接的红框

    针不戳 xff0c 很快找到答案了针不戳 以往的方法是设置超链接红框的颜色 hypersetup pdfauthor 61 UnnamedOrange colorlinks 61 true linkcolor 61 black anchor
  • LaTeX 005:删除一个命令

    C 43 43 的预编译系统中 xff0c 可以使用 undef 来取消 xff08 Undefine xff09 一个宏 LaTeX LaTeX L A T E X 中是否有类似于这样的功能呢 xff1f 网上的一个评论给出了解决方案 x
  • LaTeX 006:添加一个只有文字没有标号的脚标

    想要如下的效果 xff1a 该脚标只想要写一句注释 xff0c 没有对应的正文文本 如何实现 xff1f 直接使用 footnotetext 是不佳的 xff0c 前面会加上当前的脚标标号 xff0c 而且该标号不会自动递增 虽然 foot
  • GetExitCodeProcess 所需运行时间

    GetExitCodeProcess 在 Windows 中用于获取进程的返回代码 这个看上去只有一个读操作的函数运行速度如何呢 xff1f 直觉上不会很快 xff0c 因为它肯定涉及操作系统进程表的操作 下面做了一个实验 代码 xff1a
  • C++ 继承时返回值或参数的类型是父类的行为

    见以下代码的 base t amp operator 61 const base t amp another 还没有搞清楚 span class token macro property span class token directive
  • LaTeX 007:texify 调用 zhmakeindex

    如文档所述 xff0c 在系统增加一个值为 zhmakeindex 路径的环境变量 MAKEINDEX 即可
  • 转载:LaTeX 定义参数变长的命令

    本文作者 xff1a Liam Huang 本文链接 xff1a https liam page 2017 07 30 define a new command with different amount of parameters in
  • 一个简单的 Lex 词法分析程序示例

    作为一个学习 Lex 词法分析程序的例子 xff0c 下面的 lex 程序将会生成一个分析 LaTeX 中命令的词法分析器 下面的程序包含了很多 lex 语言的语法 xff0c 正则表达式除外 正则表达式的用法网上比较多 xff0c 这里不
  • mysql数据库conf配置详解

    mysqld port 61 6033 skip grant tables datadir 61 usr tools mysql data socket 61 usr tools mysql mysql sock user 61 mysql
  • LaTeX 008:比较方便的键入下划线的方式

    在 LaTeX 中 xff0c 我们有时会需要输入下划线 直接键入 是不行的 xff0c 会出现的编译错误 xff0c 正如网友所述 xff0c LaTeX 为了简化对编译错误的处理禁止在文本模式 xff08 text mode xff09
  • LaTeX 009:自定义带有 * 号的命令

    LaTeX 中 xff0c 我们经常见到 section 和 section xff0c 分别表示有编号的 section 和没有编号的 section 我们也想自己定义带有 号的命令 xff0c 但写下面的代码时却报错了 xff1a ne
  • 2022 New Year‘s Resolution

    Some Might Say 2022 New Year 39 s Resolution Some might say we are on the edge of the new era Always are they saying thi
  • C++ 多线程编程导论(中)

    受篇幅限制 xff0c 上半部分不再更新 xff0c 填坑的新内容都放在此文章中 文章目录 参考资料线程安全 xff08 续 xff09 互斥访问 互斥体 xff08 mutex xff09 和锁 xff08 lock xff09 什么是互
  • C++ 使用模板序列化/反序列化固定键值对

    仅是一个原型 xff0c 留作记录 我感觉可以写出非常逆天的代码 span class token macro property span class token directive hash span span class token d
  • 编译原理习题两则(龙书,写出语言的正则定义)

    3 3 5 3 注释 xff0c 即 和 之间的串 xff0c 且串中没有不在双引号 xff08 34 xff09 中的 注 xff1a 假设双引号是匹配的 思路 xff1a 从空串开始写 xff0c 写出整体框架后 xff0c 通过分类讨
  • 2023 New Year‘s Resolution

    This Is Game 2023 New Year 39 s Resolution My 2022 ended with a day of game I am convinced that I am not to blame becaus
  • 补录:2018 和 2019 New Year‘s Resolution

    前言 xff1a 吉光片羽 xff0c 以飨读者 2018 New Year 39 s Resolution One year and a half ago I felt that life in 2020 would be quite d