Skip to content

Commit

Permalink
Site updated: 2024-03-25 11:11:08
Browse files Browse the repository at this point in the history
  • Loading branch information
baiheyufei authored and baiheyufei committed Mar 25, 2024
1 parent 3f0af05 commit d1b589d
Show file tree
Hide file tree
Showing 9 changed files with 322 additions and 152 deletions.
9 changes: 8 additions & 1 deletion 2024/03/21/AI-basic-Optimization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,14 @@ <h2 id="Backtracking-Search"><a href="#Backtracking-Search" class="headerlink" t

<nav id="article-nav" class="article-nav">

<span id="article-nav-newer" class="article-nav-link-wrap newer"></span>
<a href="/2024/03/25/IgnitingWords/" id="article-nav-newer" class="article-nav-link-wrap newer">
<strong class="article-nav-caption">Newer</strong>
<div class="article-nav-title">

IgnitingWords...

</div>
</a>


<a href="/2024/03/21/AI-basic-Uncertainties/" id="article-nav-older" class="article-nav-link-wrap older">
Expand Down
6 changes: 3 additions & 3 deletions 2024/03/21/AI-basic-Uncertainties/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
<link rel="stylesheet" href="/css/highlight.css">


<meta name="description" content="Uncertaintiesnote for Havard CS50.AI lecture02 Uncertainties,即不确定性,第一眼看到这个标题我并没能理解他的意思。学完后再回看,才了解,这一节包含了概率论的一些基本的内容。 Random Variables这里讨论的是“离散型随机变量” For example, to represent the status of a flight, w">
<meta name="description" content="Often, in reality, the AI has only partial knowledge of the world, leaving space for uncertainty.">
<meta property="og:type" content="article">
<meta property="og:title" content="AI basic Uncertainties">
<meta property="og:url" content="https://baihyf.github.io/2024/03/21/AI-basic-Uncertainties/index.html">
<meta property="og:site_name" content="Whispers">
<meta property="og:description" content="Uncertaintiesnote for Havard CS50.AI lecture02 Uncertainties,即不确定性,第一眼看到这个标题我并没能理解他的意思。学完后再回看,才了解,这一节包含了概率论的一些基本的内容。 Random Variables这里讨论的是“离散型随机变量” For example, to represent the status of a flight, w">
<meta property="og:description" content="Often, in reality, the AI has only partial knowledge of the world, leaving space for uncertainty.">
<meta property="og:locale" content="zh_CN">
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/BaiHYF/blog_image@main/image0x00.png">
<meta property="article:published_time" content="2024-03-21T01:21:46.000Z">
<meta property="article:modified_time" content="2024-03-21T01:35:53.981Z">
<meta property="article:modified_time" content="2024-03-25T03:07:18.540Z">
<meta property="article:author" content="BHYF">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://cdn.jsdelivr.net/gh/BaiHYF/blog_image@main/image0x00.png"><meta name="generator" content="Hexo 6.3.0"></head>
Expand Down
134 changes: 134 additions & 0 deletions 2024/03/25/IgnitingWords/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">

<title>IgnitingWords... | Whispers</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">


<link rel="icon" href="https://cdn.jsdelivr.net/gh/BaiHYF/blog_image@main/image100hun-transparent-version.png">


<link rel="stylesheet" href="/css/style.css">



<link rel="stylesheet" href="/css/highlight.css">


<meta name="description" content="“Education is not the filling of a pail but the lighting of a fire.”">
<meta property="og:type" content="article">
<meta property="og:title" content="IgnitingWords...">
<meta property="og:url" content="https://baihyf.github.io/2024/03/25/IgnitingWords/index.html">
<meta property="og:site_name" content="Whispers">
<meta property="og:description" content="“Education is not the filling of a pail but the lighting of a fire.”">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2024-03-25T03:05:23.000Z">
<meta property="article:modified_time" content="2024-03-25T03:10:59.659Z">
<meta property="article:author" content="BHYF">
<meta name="twitter:card" content="summary"><meta name="generator" content="Hexo 6.3.0"></head>

<body>
<div id="wrapper">
<header id="header">
<h1 id="title">
<a href="/">Whispers</a>
</h1>
<nav>



<a class="nav-link" href="/">Home</a>


<span class="nav-spacer">×</span>

<a class="nav-link" href="/archives">Archives</a>


<span class="nav-spacer">×</span>

<a class="nav-link" href="/about">About</a>


</nav>
</header>

<div id="content">
<article id="post-IgnitingWords" class="article article-type-post" itemprop="blogPost" itemscope>
<div class="article-inner">

<header class="article-header">


<h2 class="article-title" itemprop="headline name">
IgnitingWords...
</h2>



<div class="article-meta">
<time class="article-date" datetime="2024-03-25T03:05:23.000Z" itemprop="datePublished">三月 25, 2024, 11:05 上午</time>


</div>
</header>

<div class="article-entry" itemprop="articleBody">


<p>Yeats famously said “Education is not the filling of a pail but the lighting of a fire.” He was right but wrong at the same time. You do have to “fill the pail” a bit, and these notes are certainly here to help with that part of your education; after all, when you go to interview at Google, and they ask you a trick question about how to use semaphores, it might be good to actually know what a semaphore is, right?<br>But Yeats’s larger point is obviously on the mark: the real point of education is to get you interested in something, to learn something more about the subject matter on your own and not just what you have to digest to get a good grade in some class. As one of our fathers (Remzi’s dad, Vedat Arpaci) used to say, “Learn beyond the classroom”.<br>We created these notes to spark your interest in operating systems, to read more about the topic on your own, to talk to your professor about all the exciting research that is going on in the field, and even to get involved with that research. It is a great field(!), full of exciting and wonderful ideas that have shaped computing history in profound and important ways.<br>And while we understand this fire won’t light for all of you, we hope it does for many, or even a few. Because once that fire is lit, well, that is when you truly become capable of doing something great. And thus the real point of the educational process: to go forth, to study many new and fascinating topics, to learn, to mature, and most importantly, to find something that lights a fire for you.</p>
<hr>
<p><em>Operating Systems: Three Easy Pieces</em>, Andrea and Remzi</p>


</div>



</div>
</article>


<nav id="article-nav" class="article-nav">

<span id="article-nav-newer" class="article-nav-link-wrap newer"></span>


<a href="/2024/03/21/AI-basic-Optimization/" id="article-nav-older" class="article-nav-link-wrap older">
<strong class="article-nav-caption">Older</strong>
<div class="article-nav-title">

AI basic Optimization

</div>
</a>

</nav>






</div>
</div>





<div id="settings-container">
<div id="dark-mode">dark</div>
<div id="sans-font">sans</div>
</div>
<script type="text/javascript">
let d=document,r=d.documentElement.style,f=r.setProperty.bind(r),l=localStorage,s=l.getItem('s')||(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches),n=l.getItem('n'),m=d.getElementById("dark-mode"),b=()=>{f('--bg-color','#fafafa');f('--code-bg-color','#f4f4f4');f('--text-color','#212121');f('--secondary-color','#808080');f('--tertiary-color','#b0b0b0');f('--link-color','#b5c8cf');f('--link-hover-color','#618794');f('--link-bg-color','#dae4e7');f('--selection-color','#dae4e7');m.innerHTML="dark"},c=()=>{f('--bg-color','#212121');f('--code-bg-color','#292929');f('--text-color','#fff');f('--secondary-color','#c0c0c0');f('--tertiary-color','#6e6e6e');f('--link-color','#4d6b75');f('--link-hover-color','#96b1bb');f('--link-bg-color','#5d828e');f('--selection-color','#acc1c9');m.innerHTML="light"},o=d.getElementById("sans-font"),e=()=>{f('--body-stack','"Lora", "Georgia", "Times New Roman", serif');o.innerHTML="sans"},g=()=>{f('--body-stack','"Lato", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", sans-serif');o.innerHTML="serif"};m.onclick=()=>{if(s==2){s=1;l.setItem('s',s);c()}else{s=2;l.setItem('s',s);b()}};o.onclick=()=>{if(n==2){n=1;l.setItem('n',n);g()}else{n=2;l.setItem('n',n);e()}};if(!s){s=2;l.setItem('s',2)};if(s==1){c()};if(!n){n=2;l.setItem('n',2)};if(n==1){g()};
</script>




</body>
</html>
22 changes: 22 additions & 0 deletions archives/2024/03/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,28 @@ <h1 id="title">
<label class="month" for="expand1">三月 2024</label>
<div class="archives hidden">

<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<time class="archive-article-date" datetime="2024-03-25T03:05:23.000Z" itemprop="datePublished">25</time>



<h2 class="archive-article-title" itemprop="name">
<a href="/2024/03/25/IgnitingWords/">IgnitingWords...</a>

</h2>



</header>
</div>
</article>





<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
Expand Down
22 changes: 22 additions & 0 deletions archives/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,28 @@ <h1 id="title">
<label class="month" for="expand1">三月 2024</label>
<div class="archives hidden">

<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<time class="archive-article-date" datetime="2024-03-25T03:05:23.000Z" itemprop="datePublished">25</time>



<h2 class="archive-article-title" itemprop="name">
<a href="/2024/03/25/IgnitingWords/">IgnitingWords...</a>

</h2>



</header>
</div>
</article>





<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
Expand Down
56 changes: 28 additions & 28 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,28 @@ <h1 id="title">
<label class="month" for="expand1">三月 2024</label>
<div class="archives hidden">

<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<time class="archive-article-date" datetime="2024-03-25T03:05:23.000Z" itemprop="datePublished">25</time>



<h2 class="archive-article-title" itemprop="name">
<a href="/2024/03/25/IgnitingWords/">IgnitingWords...</a>

</h2>



</header>
</div>
</article>





<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
Expand Down Expand Up @@ -189,8 +211,8 @@ <h2 class="archive-article-title" itemprop="name">


<section class="archives-wrap">
<input class="hidden-input" type="checkbox" name="expand" id="expand6">
<label class="month" for="expand6">十月 2023</label>
<input class="hidden-input" type="checkbox" name="expand" id="expand7">
<label class="month" for="expand7">十月 2023</label>
<div class="archives hidden">

<article class="archive-article archive-type-post">
Expand Down Expand Up @@ -221,8 +243,8 @@ <h2 class="archive-article-title" itemprop="name">


<section class="archives-wrap">
<input class="hidden-input" type="checkbox" name="expand" id="expand7">
<label class="month" for="expand7">九月 2023</label>
<input class="hidden-input" type="checkbox" name="expand" id="expand8">
<label class="month" for="expand8">九月 2023</label>
<div class="archives hidden">

<article class="archive-article archive-type-post">
Expand Down Expand Up @@ -275,8 +297,8 @@ <h2 class="archive-article-title" itemprop="name">


<section class="archives-wrap">
<input class="hidden-input" type="checkbox" name="expand" id="expand9">
<label class="month" for="expand9">八月 2023</label>
<input class="hidden-input" type="checkbox" name="expand" id="expand10">
<label class="month" for="expand10">八月 2023</label>
<div class="archives hidden">

<article class="archive-article archive-type-post">
Expand All @@ -298,28 +320,6 @@ <h2 class="archive-article-title" itemprop="name">
</article>





<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<time class="archive-article-date" datetime="2023-08-27T02:02:55.000Z" itemprop="datePublished">27</time>



<h2 class="archive-article-title" itemprop="name">
<a href="/2023/08/27/%E5%85%A5%E4%B8%9C%E6%A0%A1%E6%9C%89%E6%84%9F/">入东校有感</a>

</h2>



</header>
</div>
</article>



</div></section>

Expand Down
22 changes: 22 additions & 0 deletions archives/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,28 @@ <h1 id="title">
<label class="month" for="expand1">八月 2023</label>
<div class="archives hidden">

<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<time class="archive-article-date" datetime="2023-08-27T02:02:55.000Z" itemprop="datePublished">27</time>



<h2 class="archive-article-title" itemprop="name">
<a href="/2023/08/27/%E5%85%A5%E4%B8%9C%E6%A0%A1%E6%9C%89%E6%84%9F/">入东校有感</a>

</h2>



</header>
</div>
</article>





<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
Expand Down
Loading

0 comments on commit d1b589d

Please sign in to comment.