Why prompt engineering works?We know that some prompting techniques can significantly enhance the output quality of Large Language Models, such as chain of thought…Dec 29, 2024Dec 29, 2024
A way of using Fibonacci sequence to quantitatively measure how well a question fits to a chapter…This is a method I came up with during the optimization of a QA system, and I’ve implemented it in the project where it showed a positive…Jun 2, 2024Jun 2, 2024
Simple examples about Closure in JavaScript and RubyIn this post I want to use simple code examples in both JavaScript and Ruby to show the existence of closure.Apr 25, 2021Apr 25, 2021
Note of Learning how to learnLearning how to learn 是 Coursera 上的的一门课程,主讲是:Dr. Barbara Oakley 和 Dr. Terrence…Mar 9, 2021Mar 9, 2021
ERROR: column “mystery” must appear in the GROUP BY clause or be used in an aggregate functionI want to share my thoughts about how to think straight about why we need to apply aggregate function when we used GROUP BY clause in a…Feb 6, 2021Feb 6, 2021
The beautiful idea of the internetIn this post, I’ll share my thoughts about the big picture of the internet without mentioning too many tech terms.Dec 27, 2020Dec 27, 2020
On exploring Promise 1: thoughts about async and event loop model1 From setTimeout to PromiseSep 6, 2020Sep 6, 2020
On Exploring Promise 2: possible overlooked points about promiseThis is part 2 of my exploring on promise. In part 1, I shared my thoughts about “async” and “event loop” as the basis to better…Sep 6, 2020Sep 6, 2020