Forwarded from Hacker News (yahnc_bot)
Learn Vim (the Smart Way): a book to learn the good parts of Vim https://github.com/iggredible/Learn-Vim
GitHub
GitHub - iggredible/Learn-Vim: Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖 - iggredible/Learn-Vim
Forwarded from Solidot
绝大部分苏格兰语维基百科文章是一名美国人用英语模仿写的
苏格兰有三种官方语言:英语、盖尔语(或叫高地苏格兰语)和低地苏格兰语。维基百科有专门的低地苏格兰语版本,目前共有 57,928 篇条目,而根据最近披露的信息,其中近半的条目是由一名根本不会说低地语的美国人编写的。从 2013 年起,维基用户 AmaryllisGardener 写了 2.7 万多篇低地语条目,进行了 20 多万次编辑,这位用户还是低地语的管理员。然而问题是,AmaryllisGardener 生活在北卡,不是苏格兰人,不会说低地语,写的条目也都不是用低地语写的,而是用英语写然后翻译下,条目充斥着模仿低地语的拼写错误。维基人现在不知道如何处理,因为 AmaryllisGardener 对整个低地语种的影响无处不在,所以要么删掉整个语种要么退回到 2012 年。此事引发媒体关注是因为一位 Reddit 用户检查了低地语条目的编辑历史,调查后发现很多质量低劣的条目都是由一个不会说低地语的美国少年写的。事实上,早在 2016 年就有人指出 AmaryllisGardener 根本不懂低地语。Media
https://www.solidot.org/story?sid=65366
苏格兰有三种官方语言:英语、盖尔语(或叫高地苏格兰语)和低地苏格兰语。维基百科有专门的低地苏格兰语版本,目前共有 57,928 篇条目,而根据最近披露的信息,其中近半的条目是由一名根本不会说低地语的美国人编写的。从 2013 年起,维基用户 AmaryllisGardener 写了 2.7 万多篇低地语条目,进行了 20 多万次编辑,这位用户还是低地语的管理员。然而问题是,AmaryllisGardener 生活在北卡,不是苏格兰人,不会说低地语,写的条目也都不是用低地语写的,而是用英语写然后翻译下,条目充斥着模仿低地语的拼写错误。维基人现在不知道如何处理,因为 AmaryllisGardener 对整个低地语种的影响无处不在,所以要么删掉整个语种要么退回到 2012 年。此事引发媒体关注是因为一位 Reddit 用户检查了低地语条目的编辑历史,调查后发现很多质量低劣的条目都是由一个不会说低地语的美国少年写的。事实上,早在 2016 年就有人指出 AmaryllisGardener 根本不懂低地语。Media
https://www.solidot.org/story?sid=65366
https://blog.jetbrains.com/education/2020/08/27/edutools-plugin-v4-0/
jetbrains 官方竟然还有个这插件,看起来用来学点新东西还是挺有用的
jetbrains 官方竟然还有个这插件,看起来用来学点新东西还是挺有用的
JetBrains Blog
EduTools Plugin v4.0 Released! | The JetBrains for Education Blog
EduTools plugin v4.0 is available! This new version has a nice round number, so we’re celebrating that with something special to help you revel in your achievements – read on for more details.
INSTAL
INSTAL
Forwarded from Hacker News (yahnc_bot)
Show HN: Computer Music with Python https://github.com/luvsound/pippi
GitHub
GitHub - luvsound/pippi: computer music with python. this is a mirror of https://git.sr.ht/~hecanjog/pippi
computer music with python. this is a mirror of https://git.sr.ht/~hecanjog/pippi - luvsound/pippi
Forwarded from Hacker News (yahnc_bot)
Interview with Zig language creator Andrew Kelley https://www.youtube.com/watch?v=ZvskDoP09Ao&feature=emb_logo
YouTube
Interview with Zig language creator Andrew Kelley
Code: https://github.com/contextfreecode/zig-demo
Zig documentation: https://ziglang.org/documentation/master/
0:00 Topic
0:13 Demo
2:10 Introduce
2:20 History
3:05 Competing with C
3:52 Standards
4:59 Zig Software Foundation
5:56 Keeping up with LLVM
6:46…
Zig documentation: https://ziglang.org/documentation/master/
0:00 Topic
0:13 Demo
2:10 Introduce
2:20 History
3:05 Competing with C
3:52 Standards
4:59 Zig Software Foundation
5:56 Keeping up with LLVM
6:46…
Forwarded from Hacker News (yahnc_bot)
Hard work vs. Long work (2011) https://seths.blog/2011/05/hard-work-vs-long-work/
Seth's Blog
Hard work vs. Long work
Long work is what the lawyer who bills 14 hours a day filling in forms does. Hard work is what the insightful litigator does when she synthesizes four disparate ideas and comes up with an argument …
https://github.com/baulk/baulk
windows 平台上的另一个包管理器,还没用,但看 readme 有很浓厚的 scoop 气息,也能看出其对 scoop 某些不太行的点有改进(比如 bucket 引入了权重机制,多个 bucket 内有同名软件时,会优先安装权重较大的——相比之下,scoop 的策略是安装 bucket 字母排序较前的……)。
此外 baulk 由 cpp 写就,比起 scoop 的 pwsh script ……好得多;而且还支持了部分 venv (如 golang, java);不过其完全不修改环境变量,而是通过它的启动器加载环境就很……
(作者关于 baulk 的博客:https://forcemz.net/toolset/2020/07/18/Baulk )
windows 平台上的另一个包管理器,还没用,但看 readme 有很浓厚的 scoop 气息,也能看出其对 scoop 某些不太行的点有改进(比如 bucket 引入了权重机制,多个 bucket 内有同名软件时,会优先安装权重较大的——相比之下,scoop 的策略是安装 bucket 字母排序较前的……)。
此外 baulk 由 cpp 写就,比起 scoop 的 pwsh script ……好得多;而且还支持了部分 venv (如 golang, java);不过其完全不修改环境变量,而是通过它的启动器加载环境就很……
(作者关于 baulk 的博客:https://forcemz.net/toolset/2020/07/18/Baulk )
GitHub
GitHub - baulk/baulk: baulk - Minimal Package Manager for Windows
baulk - Minimal Package Manager for Windows. Contribute to baulk/baulk development by creating an account on GitHub.
Forwarded from Hacker News (yahnc_bot)
Anime-to-Real Clothing: Cosplay Costume Generation https://arxiv.org/abs/2008.11479
Forwarded from Hacker News (yahnc_bot)
Using Microsoft Word with Git https://blog.martinfenner.org/2014/08/25/using-microsoft-word-with-git/