Telegram Group Search
TomBen’s Web Excursions
电子材料.rar
Please open Telegram to view this post
VIEW IN TELEGRAM
大哥热情招待的床哥,也许是平行世界里的自己

https://www.youtube.com/watch?v=46jKIE0hsUI
TomBen’s Web Excursions
Quarto 1.4.549 has been released. It has been five months since the last stable release 1.3.450. https://quarto.org/docs/blog/posts/2024-01-24-1.4-release/
Since Quarto’s GitHub repository builds pre-release version frequently, I wrote a cask code to install Quarto’s pre-release builds via Homebrew:


cask "quarto-prerelease" do
version "1.5.4"
sha256 "16c5fbe902dd3c96e64985e03d5e3befb29ce51d5fdda95a0350f0b4e4707634"

url "https://github.com/quarto-dev/quarto-cli/releases/download/v#{version}/quarto-#{version}-macos.pkg",
verified: "github.com/quarto-dev/quarto-cli/"
name "quarto"
desc "Scientific and technical publishing system built on Pandoc"
homepage "https://www.quarto.org/"

livecheck do
url :url
strategy :github_latest
end

depends_on macos: ">= :el_capitan"

pkg "quarto-#{version}-macos.pkg"

# Create a symlink for Typst
if Hardware::CPU.intel?
binary "#{appdir}/quarto/bin/tools/x86_64/typst"
else
binary "#{appdir}/quarto/bin/tools/aarch64/typst"
end

uninstall pkgutil: "org.rstudio.quarto"

zap trash: "~/Library/Caches/quarto"
end


Save it as quarto-prerelease.rb and then run brew install --cask quarto-prerelease.rb to install it.
Portable EPUBs

Despite decades of advances in document rendering technology, most of the world's documents are stuck in the 1990s due to the limitations of PDF. Yet, modern document formats like HTML have yet to provide a competitive alternative to PDF. This post explores what prevents HTML documents from being portable, and I propose a way forward based on the EPUB format. To demonstrate my ideas, this post is presented using a new prototype EPUB reading system.

https://willcrichton.net/notes/portable-epubs/
不明白播客 第 82 期 提到了一个概念——杯水主义。维基百科介绍道,杯水主义认为爱情是不存在的,男女之间的关系可以简化为一种本能的性需求,这种需求必须在没有任何「条件」的情况下得到满足,就像喝水解渴一样。一般认为,杯水主义的提出者是苏联女性革命家亚历山德拉·柯伦泰。The satisfaction of one’s sexual desires should be as simple as getting a glass of water, often attributed to Alexandra Kollontay.

上图是几本书中关于「杯水主义」的内容:

P. 1:列宁反对杯水主义。来源:Stites, Richard. 1978. The Women’s Liberation Movement in Russia: Feminism, Nihilsm, and Bolshevism, 1860–1930. Expanded Edition. Princeton: Princeton University Press. https://doi.org/10.1515/9781400843275.
P. 2:中央苏区革命时期,杯水主义盛行,导致男女关系混乱。来源:黄道炫. 2011. 张力与限界:中央苏区的革命(1933~1934). 北京: 社会科学文献出版社. https://book.douban.com/subject/6984992/.
P. 3:延安时期,杯水主义逐渐消失,而代之以干部级别为基础的、由领导介绍批准的婚姻制度。来源:高華. 2000. 紅太陽是怎樣升起的——延安整風運動的來龍去脈. 香港: 香港中文大學出版社. https://cup.cuhk.edu.hk/index.php?route=product/product&product_id=2307
P. 4:普通中国人对性讳莫如深,但高干子弟对性相当开放。来源:孙隆基. 1983. 中国文化的深层结构:奴化的人. 香港: 集贤社. https://book.douban.com/subject/1965857/.
2025/07/05 08:22:43
Back to Top
HTML Embed Code: