-
Notifications
You must be signed in to change notification settings - Fork 0
/
rss.xml
43 lines (39 loc) · 4.93 KB
/
rss.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Taivas Jumala</title><link>https://blog.taivasjumala.yafoss.org/</link><description>Recent content on Taivas Jumala</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Fri, 08 Dec 2023 20:46:10 +0800</lastBuildDate><atom:link href="https://blog.taivasjumala.yafoss.org/rss.xml" rel="self" type="application/rss+xml"/><item><title>WSL 安装实践:WSL2+Ubuntu-22.04+KDE 配置开发环境</title><link>https://blog.taivasjumala.yafoss.org/document/practice_wsl2_with_ubuntu_220.4_and_kde/</link><pubDate>Fri, 08 Dec 2023 20:46:10 +0800</pubDate><guid>https://blog.taivasjumala.yafoss.org/document/practice_wsl2_with_ubuntu_220.4_and_kde/</guid><description><blockquote>
<p>本文写于 2022 年 8 月 27 日,文章内容有效性可能随时间发生变化。</p>
<p>本人是 Linux 新手,文章可能有不成熟之处。</p>
<p>作者:Taivas Jumala</p>
<hr>
<p>update on 2022-12-20, 22:13:48 (UTC +08:00)</p>
<p>WSL 的 systemd 得到了 Microsoft 官方的支持,本文一大部分仅剩参考意义。</p>
<p>有鉴于此,我以后应该写一些不那么有时效性的,更有含金量一点的东西。</p>
<p>而且,我在&quot;Pro WSL&quot;这本书里发现了很多差不多的内容,属于是重复造轮子了。</p>
</blockquote></description></item><item><title>链表、指针技巧与编程品味</title><link>https://blog.taivasjumala.yafoss.org/tanslations/linked-list-good-taste/</link><pubDate>Sat, 08 Apr 2023 13:02:42 +0800</pubDate><guid>https://blog.taivasjumala.yafoss.org/tanslations/linked-list-good-taste/</guid><description><blockquote>
<p>本文是
<a href="https://github.com/mkirchner/linked-list-good-taste" title="Linked lists, pointer tricks and good taste" rel="noopener external nofollow noreferrer" target="_blank" class=" exturl">
Linked lists, pointer tricks and good taste
<i class="fa fa-external-link-alt"></i>
</a> 的译文,包含了一些个人的内容。
代码部分为 MIT 协议,所有权归原作者,翻译部分内容参考本站 CC 许可。</p>
</blockquote>
<div style="max-width:854px">
<div style="position:relative;height:0;padding-bottom:56.25%">
<iframe
src="https://embed.ted.com/talks/lang/en/linus_torvalds_the_mind_behind_linux"
width="854" height="480"
style="position:absolute;
left:0;top:0;
width:100%;height:100%"
frameborder="0" scrolling="no" allowfullscreen>
</iframe>
</div>
</div>
<p>在
<a href="https://www.ted.com/talks/linus_torvalds_the_mind_behind_linux" title="2016 年的 TED 采访" rel="noopener external nofollow noreferrer" target="_blank" class=" exturl">
2016 年的 TED 采访
<i class="fa fa-external-link-alt"></i>
</a><sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>上(14:10 处),Linux 的创始人 Linus Trovalds 谈及了他认为编程时所谓的<strong>好品位</strong>。主持人展示了单链表中删除项的两种实现(文中将随后复现)。其中一种实现需要一个特别的条件语句来进行特判而另一个实现不需要。Linus, 亦如我们所料,偏好后一种。</p>
<p>他评述道:</p>
<blockquote>
<p>[&hellip;] 我不会识图让你理解为什么它不包含 <code>if</code> 语句。我想让你理解的是有时候你从另一个角度思考问题来重写代码好让特殊情况消失而成为了一般情况,那就得到了一段好的代码。
[&hellip;] &ndash; L. Torvalds</p>
</blockquote></description></item><item><title>关于</title><link>https://blog.taivasjumala.yafoss.org/about.html</link><pubDate>Wed, 22 Mar 2023 11:17:44 +0800</pubDate><guid>https://blog.taivasjumala.yafoss.org/about.html</guid><description>Now work in progress.</description></item><item><title>为 Microsoft Surface 设备准备的 openSUSE Tumbleweed 内核</title><link>https://blog.taivasjumala.yafoss.org/document/linux-kernel-for-microsoft-surface-devices/</link><pubDate>Tue, 21 Mar 2023 23:18:59 +0800</pubDate><guid>https://blog.taivasjumala.yafoss.org/document/linux-kernel-for-microsoft-surface-devices/</guid><description><img title="封面" src="https://s2.loli.net/2023/03/21/J1ri27qkI9dwVUP.png" alt="loading-ag-1874" data-align="center"></description></item><item><title>站点示例</title><link>https://blog.taivasjumala.yafoss.org/flinks.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://blog.taivasjumala.yafoss.org/flinks.html</guid><description>如想交换本站友情链接,请在评论区留下你的站点信息,格式参考如下: - name: Hugo-NexT desc: Hugo NexT 官方预览网站。 avatar: https://hugo-next.eu.org/imgs/hugo_next_avatar.png link: https://hugo-next.eu.org</description></item></channel></rss>