<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://lrf8182.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://lrf8182.github.io/" rel="alternate" type="text/html" /><updated>2026-02-02T05:29:03+00:00</updated><id>https://lrf8182.github.io/feed.xml</id><title type="html">Academic Home</title><subtitle>CS Master&apos;s student at USC | AI &amp; LLM Engineering</subtitle><author><name>Ruifeng Li</name><email>ruifengl@usc.edu</email></author><entry><title type="html">Future Blog Post</title><link href="https://lrf8182.github.io/posts/2012/08/blog-post-4/" rel="alternate" type="text/html" title="Future Blog Post" /><published>2199-01-01T00:00:00+00:00</published><updated>2199-01-01T00:00:00+00:00</updated><id>https://lrf8182.github.io/posts/2012/08/future-post</id><content type="html" xml:base="https://lrf8182.github.io/posts/2012/08/blog-post-4/"><![CDATA[<p>This post will show up by default. To disable scheduling of future posts, edit <code class="language-plaintext highlighter-rouge">config.yml</code> and set <code class="language-plaintext highlighter-rouge">future: false</code>. 
I hate u</p>]]></content><author><name>Ruifeng Li</name><email>ruifengl@usc.edu</email></author><category term="cool posts" /><category term="category1" /><category term="category2" /><summary type="html"><![CDATA[This post will show up by default. To disable scheduling of future posts, edit config.yml and set future: false. I hate u]]></summary></entry><entry><title type="html">First day</title><link href="https://lrf8182.github.io/posts/2024/12/firstday-post/" rel="alternate" type="text/html" title="First day" /><published>2024-12-21T00:00:00+00:00</published><updated>2024-12-21T00:00:00+00:00</updated><id>https://lrf8182.github.io/posts/2024/12/firstday-post</id><content type="html" xml:base="https://lrf8182.github.io/posts/2024/12/firstday-post/"><![CDATA[<h2 id="装环境">装环境</h2>

<ol>
  <li>QQ 微信 VScode（字体，自动保存） Joplin 本机cmd nvidia-smi看是否有显卡</li>
  <li>梯子</li>
  <li>github 本机.ssh conifg加github</li>
  <li>如果要用服务器：问实习生服务器的 ip 端口 用户和密码。<br />
ssh-keygen -t ed25519 -C “your@email.com” -f C:/你的个人文件夹/.ssh/your-key-name（your-key-name 写你公司的名字）</li>
</ol>

<p><img src="https://lrf8182.github.io/images/_resources/68a3671ca191207c463d7b1f1855b56a.png" alt="68a3671ca191207c463d7b1f1855b56a.png" /><br />
注意路径，改 .config 文件中的 ssh。github.com 密钥路径<br />
4. git clone<br />
5. miniconda<br />
7. conda init 完后，关掉 anaconda promt<br />
打开 terminal 应该就显示 (base) 了，但是会包红色的错<br />
你就输入这两行指令</p>

<p>Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force</p>

<p>[System.Environment]::SetEnvironmentVariable(‘PSExecutionPolicyPreference’, ‘RemoteSigned’, [System.EnvironmentVariableTarget]::User)<br />
然后关了重新开就没错了<br />
8. python 别管<br />
9. vscode装扩展<br />
<img src="https://lrf8182.github.io/images/_resources/2b145d841df1130247a7f9ec4bb40e2c.png" alt="2b145d841df1130247a7f9ec4bb40e2c.png" /><br />
<img src="_resources/73f2b901b51222ce51a5dcc0115e9bf9.png" alt="73f2b901b51222ce51a5dcc0115e9bf9.png" /><br />
<img src="_resources/78e12036f868db4407168df08b90a781.png" alt="78e12036f868db4407168df08b90a781.png" /><br />
<img src="_resources/47fd03f8771984511213c1350728f795.png" alt="47fd03f8771984511213c1350728f795.png" /><br />
10. 装完后 ctrl ~ 在 vscode 打开终端<br />
11. conda create -n 新环境 python=3.10 （有3.12，安装之前问一下<br />
12. 然后打开你的工程，右下角选择你的新环境，再打开终端，conda activate 新环境，然后网上搜一下 pip 永久换清华源，换完之后<br />
pip install -r ./requirements.txt</p>

<h3 id="包管理">包管理</h3>

<h2 id="api">api</h2>

<p><img src="../_resources/915d117300d4d8fa22e136cabe5028c4.png" alt="915d117300d4d8fa22e136cabe5028c4.png" /></p>

<p><strong>Exa 的作用</strong>：<br />
搜索功能：Exa 类用于执行特定类型的搜索，可能包括关键词搜索或使用神经网络的搜索（如脚本中的 type=”neural”）。<br />
定制化搜索结果：该类允许用户通过传递多种参数来定制搜索结果，比如指定结果的数量、限制结果的时间范围、包含或排除特定文本或域名等。</p>

<h2 id="代理">代理</h2>

<h3 id="蓝灯梯子">蓝灯梯子</h3>

<p>http://127.0.0.1:51220/<br />
https://app.lantern.vip/lantern-installer-64.exe<br />
<img src="../images/_resources/48562b48da1fae0a92ae6705716ada75.png" alt="48562b48da1fae0a92ae6705716ada75.png" /></p>]]></content><author><name>Ruifeng Li</name><email>ruifengl@usc.edu</email></author><category term="set up" /><category term="intern" /><summary type="html"><![CDATA[装环境 QQ 微信 VScode（字体，自动保存） Joplin 本机cmd nvidia-smi看是否有显卡 梯子 github 本机.ssh conifg加github 如果要用服务器：问实习生服务器的 ip 端口 用户和密码。 ssh-keygen -t ed25519 -C “your@email.com” -f C:/你的个人文件夹/.ssh/your-key-name（your-key-name 写你公司的名字） 注意路径，改 .config 文件中的 ssh。github.com 密钥路径 4. git clone 5. miniconda 7. conda init 完后，关掉 anaconda promt 打开 terminal 应该就显示 (base) 了，但是会包红色的错 你就输入这两行指令 Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force [System.Environment]::SetEnvironmentVariable(‘PSExecutionPolicyPreference’, ‘RemoteSigned’, [System.EnvironmentVariableTarget]::User) 然后关了重新开就没错了 8. python 别管 9. vscode装扩展 10. 装完后 ctrl ~ 在 vscode 打开终端 11. conda create -n 新环境 python=3.10 （有3.12，安装之前问一下 12. 然后打开你的工程，右下角选择你的新环境，再打开终端，conda activate 新环境，然后网上搜一下 pip 永久换清华源，换完之后 pip install -r ./requirements.txt 包管理 api Exa 的作用： 搜索功能：Exa 类用于执行特定类型的搜索，可能包括关键词搜索或使用神经网络的搜索（如脚本中的 type=”neural”）。 定制化搜索结果：该类允许用户通过传递多种参数来定制搜索结果，比如指定结果的数量、限制结果的时间范围、包含或排除特定文本或域名等。 代理 蓝灯梯子 http://127.0.0.1:51220/ https://app.lantern.vip/lantern-installer-64.exe]]></summary></entry><entry><title type="html">Blog Post number 4</title><link href="https://lrf8182.github.io/posts/2012/08/blog-post-4/" rel="alternate" type="text/html" title="Blog Post number 4" /><published>2015-08-14T00:00:00+00:00</published><updated>2015-08-14T00:00:00+00:00</updated><id>https://lrf8182.github.io/posts/2012/08/blog-post-4</id><content type="html" xml:base="https://lrf8182.github.io/posts/2012/08/blog-post-4/"><![CDATA[<p>This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.</p>

<h1 id="headings-are-cool">Headings are cool</h1>

<h1 id="you-can-have-many-headings">You can have many headings</h1>

<h2 id="arent-headings-cool">Aren’t headings cool?</h2>]]></content><author><name>Ruifeng Li</name><email>ruifengl@usc.edu</email></author><category term="cool posts" /><category term="category1" /><category term="category2" /><summary type="html"><![CDATA[This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool. Headings are cool You can have many headings Aren’t headings cool?]]></summary></entry><entry><title type="html">Blog Post number 3</title><link href="https://lrf8182.github.io/posts/2014/08/blog-post-3/" rel="alternate" type="text/html" title="Blog Post number 3" /><published>2014-08-14T00:00:00+00:00</published><updated>2014-08-14T00:00:00+00:00</updated><id>https://lrf8182.github.io/posts/2014/08/blog-post-3</id><content type="html" xml:base="https://lrf8182.github.io/posts/2014/08/blog-post-3/"><![CDATA[<p>This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.</p>

<h1 id="headings-are-cool">Headings are cool</h1>

<h1 id="you-can-have-many-headings">You can have many headings</h1>

<h2 id="arent-headings-cool">Aren’t headings cool?</h2>]]></content><author><name>Ruifeng Li</name><email>ruifengl@usc.edu</email></author><category term="cool posts" /><category term="category1" /><category term="category2" /><summary type="html"><![CDATA[This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool. Headings are cool You can have many headings Aren’t headings cool?]]></summary></entry><entry><title type="html">Blog Post number 2</title><link href="https://lrf8182.github.io/posts/2013/08/blog-post-2/" rel="alternate" type="text/html" title="Blog Post number 2" /><published>2013-08-14T00:00:00+00:00</published><updated>2013-08-14T00:00:00+00:00</updated><id>https://lrf8182.github.io/posts/2013/08/blog-post-2</id><content type="html" xml:base="https://lrf8182.github.io/posts/2013/08/blog-post-2/"><![CDATA[<p>This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.</p>

<h1 id="headings-are-cool">Headings are cool</h1>

<h1 id="you-can-have-many-headings">You can have many headings</h1>

<h2 id="arent-headings-cool">Aren’t headings cool?</h2>]]></content><author><name>Ruifeng Li</name><email>ruifengl@usc.edu</email></author><category term="cool posts" /><category term="category1" /><category term="category2" /><summary type="html"><![CDATA[This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool. Headings are cool You can have many headings Aren’t headings cool?]]></summary></entry><entry><title type="html">Blog Post number 1</title><link href="https://lrf8182.github.io/posts/2012/08/blog-post-1/" rel="alternate" type="text/html" title="Blog Post number 1" /><published>2012-08-14T00:00:00+00:00</published><updated>2012-08-14T00:00:00+00:00</updated><id>https://lrf8182.github.io/posts/2012/08/blog-post-1</id><content type="html" xml:base="https://lrf8182.github.io/posts/2012/08/blog-post-1/"><![CDATA[<p>This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.</p>

<h1 id="headings-are-cool">Headings are cool</h1>

<h1 id="you-can-have-many-headings">You can have many headings</h1>

<h2 id="arent-headings-cool">Aren’t headings cool?</h2>]]></content><author><name>Ruifeng Li</name><email>ruifengl@usc.edu</email></author><category term="cool posts" /><category term="category1" /><category term="category2" /><summary type="html"><![CDATA[This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool. Headings are cool You can have many headings Aren’t headings cool?]]></summary></entry></feed>