I said to myself, “Come on. I’ll try out pleasure. I want to find out if it is good.” But it also proved to be meaningless.
“Laughter doesn’t make any sense,” I said. “And what can pleasure do for me?”
I tried cheering myself up by drinking wine. I even tried living in a foolish way. But wisdom was still guiding my mind. I wanted to see what was good for people to do on earth during their short lives.
Ecclesiastes 2:1-3 NIrV
Featured
-
Practical methods to solve algotithm problems
Published: at 01:32 PMSummarize some commonly used algorithmic ideas, improve the ability to analyze problems, and face difficulties head-on.
-
Blind75 leetcode
Published: at 11:06 AMpracticing the most coverable question of leetcode
-
Webgl编程指南
Published: at 05:09 PMwebgl入门了解和相关概念解释,包括介绍一些参数和方法,及图形学相关的基础知识等。
-
Threejs之使用粒子创建文本动画
Published: at 09:02 PM使用Threejs创建文本动画效果
Recent Posts
-
Implement a simpleist webpack
Published: at 05:47 PMEven though there have been so many bundlers for frontend projects, webpack still stands tall.
-
Typescript类型体操
Published: at 10:21 PMts内置方法的再实现,可以帮助加深理解ts的类型系统。
-
React + Svg 实现环形图组件
Published: at 12:08 PM深入解析如何使用 SVG circle 元素的 strokeDasharray 属性制作可动画的环形进度图
-
Promise的实现原理详解
Published: at 04:12 PMPromise使用的地方非常多,研究一下promise规范,学习一下思想