I did not find any tool support for Markdown, AsciiDoc, Wikitext or reStructuredText anywhere that could compete with the cozy Org mode syntax support within Emacs.
hey sorry - my agent got a mind of its own and started applying for jobs for me. i’m not currently looking for a job 😅
嘿不好意思 - 我的 Agent 有了自己的想法,开始帮我申请工作了,我现在没有在找工作。
“Why did nobody from Fargo Police ever speak with Angela Lipps for the five months she was in jail?” Zibolski was asked.
“为什么法戈的警察在 Angela Lipps 被关押的前五个月都没有人想过跟她交谈?”,Zibolski 被问到。
“Thank you, Matt (Henson), for that question but we are not here to talk about that today,” Zibolski replied.
“谢谢你,马特(汉森),对于这个问题我们今天暂时不回答。”Zibolski 回复。
Lipps 现在回到了田纳西州,但从始至终,法戈警察没有跟她道过歉。
所以教训大概是,不要把 AI 技术交给蠢蛋。
星群
Hugo 社交媒体卡片
Twitter 和 Mastodon 自带的嵌入卡片可能和网页的风格不统一,而且需要从外部加载资源,在这个过程中可能会暴露访客的 IP 地址和 Cookies 等信息给第三方。作者做了一个在 Hugo 构建过程从 API 拉取数据,静态展示社交媒体内容的卡片,和自己网站的风格更匹配,而且不会追踪任何用户数据。
我其实也想添加,但我一直不太能接受在静态网站的构建过程中,从网络加载资源,我认为这会拖慢世界上最快的静态网站生成器的构建速度。不过 Hugo 有构建缓存,兴许可以试试吧。
使用 Go 编写的通用 DNS 管理工具,使用简单的 JavaScript 代码管理 DNS 记录,而不是忍受 DNS 提供商难用且加载速度很慢的 Web 面板。DNSControl 还鼓励用户把 DNS 配置文件放在 Git 仓库里,这样 DNS 记录也有了 Git 历史,可以查看变更和随时回退。这个项目相当观点鲜明,以下是它自述的功能:
使用高级语言维护 DNS 配置,可以使用宏和变量,便于更新;
避免被提供商锁在平台上,可以随时切换提供商,并且非常简单;
支持超过 35 个 DNS 提供商;
可以使用插件支持更多的提供商;
对 DNS 使用 CI/CD 原则:单元测试、系统测试、自动部署;
可以开关 Cloudflare 的代理;
对我来说,这意味着我可以在本地打开我最喜欢的编辑器(Neovim)编辑 DNS 记录,然后推送到远程 Git 仓库并利用 Forgejo/GitHub Action 将变更的记录推送给 DNS 提供商,不用打开浏览器、登录,然后找到 DNS 控制面板,再等待加载。DNSControl 还有预览功能,dnscontrol preview,避免误操作。迁移也很方便,可以用 dnscontrol get-zone 获取已有的 DNS 记录。
WinRAR is a trialware file archiver utility for Windows, developed by Eugene Roshal of win.rar GmbH.
It can create and view archives in RAR or ZIP file formats and unpack numerous archive file formats.
WinRAR is not a free software. If you want to use it, you should pay to RARLAB and then you will get a license file named "rarreg.key".
This repository will tell you how WinRAR license file "rarreg.key" is generated.
2. How is “rarreg.key” generated?
WinRAR uses a signature algorithm, which is a variant of Chinese SM2 digital signature algorithm, to process the user’s name and the license type he/she got. Save the result to “rarreg.key” and add some header info, then a license file is generated.
WP-UserAgent is a simple plugin that allows you to display details about a computer’s operating system or web browser that your visitors comment from.
It uses the comment->agent property to access the User-Agent string. Through a series of regular expressions, this plugin is able to detect the operating system and browser which can be integrated in comments or placed in custom places through your template(s).
I’m adding new web browsers and operating systems frequently, as well as updating and optimizing the source code. Your feedback is very important, new features have been added by request, so if there’s something you would like to see in WP-UserAgent, leave a comment, and I’ll see what I can do.
音乐可以用来描绘人物的内心活动,比如《摇滚红与黑》里的《Ding Dong》和《汉密尔顿》里的《Satisfied》;音乐可以展现人物之间的冲突,比如《地狱客栈》里的《Hell’s Greatest Dad》和《魔法坏女巫》里的《What Is This Feeling?》;同一首曲子可以由不同的角色演唱,用相似的旋律展现不同的情感和人物形象,比如《Dear Evan Hansen》里的《Requiem》,甚至相同的旋律在不同的场景响起时,会有不同的效果,这种手法叫作 Reprise。
当然,也少不了一些纯粹的幽默,比如同样是《Dear Evan Hansen》里的《Sincerely Me》,我相当喜欢这首。还有一种歌曲形式叫作
Patter Song
,节奏非常快,歌词的每个音节几乎都是连着的,而且用词通常是押尾韵或者头韵,听感很欢快,不需要什么唱功和技巧。这种歌通常可以快速地推进情节和交代大量信息,很有趣。
<articleclass="h-entry">
<h1class="p-name">Microformats are amazing</h1>
<p>Published by <aclass="p-author h-card"href="http://example.com">W. Developer</a>
on <timeclass="dt-published"datetime="2013-06-13 12:00:00">13<sup>th</sup> June 2013</time></p>
<pclass="p-summary">In which I extoll the virtues of using microformats.</p>
<divclass="e-content">
<p>Blah blah blah</p>
</div>
</article>
注意到 class 的值了吗?p-name 标记了这篇博客文章的名字,p-author 标记了作者,p-summary 标记了这篇文章的总结摘要,e-content 则是这篇文章的内容。最外层的 h-entry,标记这是一个条目,博客文章、社交媒体发帖和维基页面等等,都可以用这个类名标记。
你也可以看看
Salmention
,比起 Webmention,它只是增加了多级回应的功能。比如 Chris 看到 Bob 回应 Alice 的文章之后,也写了一篇文章回应 Bob,并给 Bob 发送了 Salmention。如果 Alice 的网站也支持 Salmention 的话,Alice 就会收到 Chris 的 Salmention,尽管 Chris 只是直接提及了 Bob。不过,这个拓展标准很少有人用。
《Voicenotes》是 Charlie Puth 的第二张录音室专辑,2018 年的热单《Attention》就出自这张专辑。最近在找几年前的专辑来听,走路和跑步时常听这一张。我很喜欢 Charlie Puth 的风格,不过我缺乏基本的乐理知识,不知道从何说起了。这张专辑里我最喜欢的歌曲其实是第一首《The Way I Am》。
I’ma tell ’em all
I’ma tell ’em all that you could either hate me or love me
But that’s just the way I am
顺带一提,Charlie Puth 的下一张专辑《Whatever’s Clever》在本月底就要发行了。我想在这里引用 Taylor Swift 歌曲里的一句歌词:
I know I’m a big nerd and what I do must seem all super nerdy and vague.
我知道我是个大书呆子,我做的事情一定看起来超级书呆子,让人看不明白。
My blog inessential.com (this site) has been going since 1999. I mostly write about Apple nerd stuff. Other Apple nerds read it.
我的博客 inessential.com(这个网站)从 1999 年就开始写了。我主要写 Apple 书呆子相关的东西。其他的 Apple 书呆子会读。
In the Apple nerd world I’m the NetNewsWire guy.
在 Apple 书呆子们的世界里我就是 NetNewsWire 哥。
So I’m a nerd and a computer programmer. But what I am not is a math nerd… I’m usually the worst person at math in any room I’m in. Shock, I know!
对,我是个书呆子,是个程序员。但我绝对不是数学书呆子…… 我在任何地方通常都是那个数学最差的人。令人震惊,对吧!?
我在英文博客上写过一篇《
Java Development with True IDEA
》,强烈抨击了 IntelliJ IDEA 单边主义,2并把软件开发所需要的 IDEA 重新定义为 Instant(快速)、Deliberate(审慎)、Elegant(优雅)和 Attentive(专心)。
我当时连续使用 IDEA 将近一年的时间,原因在于:没了 IDEA 我就不知道怎么开发 Java 项目了。之所以会这样,是因为 IDEA 给我屏蔽的信息太多了。不操心底层真正发生了什么的后果是,我根本不知道底下发生了什么。当我按下 IDEA 的「运行」按钮时,究竟有什么命令被执行了?我不清楚,以前的我也不关心,我只知道「这个按钮能让我的代码跑起来」,就像魔法一样。
经历了太多的生死离别,有自己家人的去世,也有周围邻居的逝世。有时候真的觉得生命无常,转瞬即逝,也感觉生命的脆弱和无助,好像对死亡已经麻木了。想着每个人都会有这么一天,思考一下到底怎么对待这每个人都只有一次的生命。我们是不是要好好努力好好折腾生活,我们是不是要好好锻炼身体好好保养自己,我们是不是要好好学习好好提升自己,我们是不是要好好爱自己好好照顾自己?
我们是应该好好珍惜当下,珍惜生活,珍惜身边的人,还是应该好好满足自己的想法和欲望?
To be or not to be,that is a question.
原来,莎翁说的这句话,确实值得思考一下。