Android 版:https://play.google.com/store/apps/details?id=com.tealseed.easyhabit
OSF (Open Science Framework) 是一个免费、开源的网络平台,旨在支持和促进科学研究的开放性和透明度。这个平台由非营利组织 Center for Open Science (COS) 开发和维护,为研究人员提供了一个强大的工具,用于整个研究生命周期的管理和协作。
初步感受是:产品大而全,试图包办一切,从 idea 的产出,到过程管理,到存储,报告的生成,隐约觉得每个领域都管。
但,用户习惯不太容易被扭转。
找同事要了一下默认的模板,慢慢调一份自己真正喜欢的吧。
20241103
我给你一份人说话的录音转录文字稿,你需要进行润色,润色过后使人能快速地阅读。我提供的格式是:
<|文字稿开始|>
{文字稿}
<|文字稿结束|>
你只需要返回润色后的文字稿,不需要放在<|文字稿开始|>和<|文字稿结束|>之间.
请遵守以下要求
# 要求
## 修正口语中可能的错误
因为是人说的话,所以会比较随意,可能会有语法错误,你需要进行修正。
## 修正转录错误
- 发音相近的词如果你认为语音转文字可能转录错误,替换为使整体逻辑更正确的词。
- 拼写错误。
- 不恰当的标点符号,并且不要使用感叹号。
- 转录错误。
## 保留语言风格
- 保留说话人的语言风格,不要大幅改动。
- 使用口语化的短句,减小阅读负担。
## 保留所有要点
- 用短小和简洁的句子重述,并去掉所有轻量的语气词或过渡词汇。
- 在句子级别重述,不对整体内容进行总结或简化。
- 如果有多个要点,用 markdown 列表来排列,不要使用加粗。
## 保持语种一致
- 输出的时候,不要变更文字稿的原本语言。
## 结构清晰,易于阅读
1. 装系统时,注意一下分区选 LVM encrypt
2. 装个 vscode:https://code.visualstudio.com/docs/setup/linux
3. 全图形化界面地装上中文输入法
- System - Region & Language - Install / Remove Languages, install chinese language
- reboot
- Keyboard - Input source - Chinese(Intelligent Pinyin)
- 拼音的设置里可以设置:翻页、删除 Shift 切换语言、候选词使用频率
- Keyboard - Keyboard Shotcuts 设置快捷键
4. 装个自己喜欢的浏览器 & 扩展
基本就能用了。
之前用 ubuntu 里的 gnome,在 Online account 里填上 Google 帐号,打开 File 选项,就可以在 Nautilus 里看见挂载上的 Google Drive,这次用 Endeavour OS,填完 Google 帐号,就像什么都没发生一样。
其实是缺了个 gvfs 的 backend,只需要:
yay -S gvfs-google
然后:
gio mount google-drive://<your gmail user>@gmail.com/
就可以了。
gio mount -l
可以看挂载情况。
yay -S com.qq.weixin.work.deepin-x11
sudo pacman -Qqdt | sudo pacman -Rs -
给浏览器装上了 https://vimium.github.io/ 扩展,可以键盘操作浏览器,类似 vim 的操作体验,很不错,有点熟悉的感觉。
快捷键
Navigating the page
- jScroll down
- kScroll up
- ggScroll to the top of the page
- GScroll to the bottom of the page
- dScroll a half page down
- uScroll a half page up
- hScroll left
- lScroll right
- rReload the page
- yyCopy the current URL to the clipboard
- pOpen the clipboard's URL in the current tab
- POpen the clipboard's URL in a new tab
- iEnter insert mode
- vEnter visual mode
- giFocus the first text input on the page
- fOpen a link in the current tab
- FOpen a link in a new tab
- gfSelect the next frame on the page
- gFSelect the page's main/top frame
Using find
- /Enter find mode
- nCycle forward to the next find match
- NCycle backward to the previous find match
Using the vomnibar
- oOpen URL, bookmark or history entry
- OOpen URL, bookmark or history entry in a new tab
- bOpen a bookmark
- BOpen a bookmark in a new tab
- TSearch through your open tabs
Navigating history
- HGo back in history
- LGo forward in history
Manipulating tabs
- tCreate new tab
- JGo one tab left
- KGo one tab right
- g0Go to the first tab
- g$Go to the last tab
- ytDuplicate current tab
- xClose current tab
- XRestore closed tab
Miscellaneous
- ?Show help
刚刚在一篇文章里看到腾讯会议是有 arch 版本的,挺好,装上了。
yay -S wemeet-bin
sudo pacman -S fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool fcitx5-rime
2. 装上 gnome-browser-connector,然后安装 kimpanel gnome extension,目的是让 fcitx 可以在 gnome 托盘图标里显示
sudo pacman -Sy gnome-browser-connector
https://extensions.gnome.org/extension/261/kimpanel/
3. 装上雾凇拼音
https://github.com/iDvel/rime-ice?tab=readme-ov-file
使用 AUR helper 安装 rime-ice-git 包即可。
# paru 默认会每次重新评估 pkgver,所以有新的提交时 paru 会自动更新,
# yay 默认未开启此功能,可以通过此命令开启
# yay -Y --devel --save
paru -S rime-ice-git
# yay -S rime-ice-git
推荐使用补丁的方式启用。
参考下面的配置示例,修改对应输入法框架用户目录(见下)中的 default.custom.yaml 文件
iBus 为 $HOME/.config/ibus/rime/
Fcitx5 为 $HOME/.local/share/fcitx5/rime/
default.custom.yaml
patch:
# 仅使用「雾凇拼音」的默认配置,配置此行即可
__include: rime_ice_suggestion:/
# 以下根据自己所需自行定义,仅做参考。
# 针对对应处方的定制条目,请使用 <recipe>.custom.yaml 中配置,例如 rime_ice.custom.yaml
__patch:
key_binder/bindings/+:
# 开启逗号句号翻页
- { when: paging, accept: comma, send: Page_Up }
- { when: has_menu, accept: period, send: Page_Down }
4. 一些配置,可以使用 fcitx5-configtool