mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-27 17:10:55 +08:00
matrix
This commit is contained in:
parent
e78817ee5c
commit
8a9b892d78
@ -21,7 +21,6 @@
|
|||||||
** [[http://www.hackdig.com/][黑客技术]] :hack:
|
** [[http://www.hackdig.com/][黑客技术]] :hack:
|
||||||
really good website, butt, no rss
|
really good website, butt, no rss
|
||||||
** [[https://shakaianee.top/][易姐]]
|
** [[https://shakaianee.top/][易姐]]
|
||||||
** [[https://blog.stdio.io/1385][King's way]] :hack:iot:
|
|
||||||
** [[https://floooh.github.io/][floooh(The Brain Dump)]] :c:
|
** [[https://floooh.github.io/][floooh(The Brain Dump)]] :c:
|
||||||
07 年开始, cpu emulator
|
07 年开始, cpu emulator
|
||||||
*** [[https://floooh.github.io/2017/12/10/z80-emu-evolution.html][2017: Z80 Emu Evolution]]
|
*** [[https://floooh.github.io/2017/12/10/z80-emu-evolution.html][2017: Z80 Emu Evolution]]
|
||||||
@ -30,6 +29,7 @@ really good website, butt, no rss
|
|||||||
#+BEGIN_QUOTE
|
#+BEGIN_QUOTE
|
||||||
Modern C is not a subset of C++
|
Modern C is not a subset of C++
|
||||||
#+END_QUOTE
|
#+END_QUOTE
|
||||||
|
** [[https://blog.stdio.io/1385][King's way]] :hack:iot:
|
||||||
** [[https://xiaosong.fun/][小耸]] :c:
|
** [[https://xiaosong.fun/][小耸]] :c:
|
||||||
*** [[https://xiaosong.fun/2022/01/01/lock-free-base-queue/][无锁编程基础与无锁队列的实现]]
|
*** [[https://xiaosong.fun/2022/01/01/lock-free-base-queue/][无锁编程基础与无锁队列的实现]]
|
||||||
*** [[https://xiaosong.fun/2020/05/04/bug-and-mos/][打蚊子与找bug]]
|
*** [[https://xiaosong.fun/2020/05/04/bug-and-mos/][打蚊子与找bug]]
|
||||||
|
31
org/matrix.org
Normal file
31
org/matrix.org
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
#+TITLE: Matrix chat (clients comparation, proxy setting)
|
||||||
|
#+DATE: <2022-09-22 四>
|
||||||
|
#+DESCRIPTION: Matrix 通信(客户端对比, 代理设置)
|
||||||
|
#+OPTIONS: toc:2
|
||||||
|
|
||||||
|
I wanna use matrix just because many people use it.
|
||||||
|
|
||||||
|
* comparation of clients, sorted by satisfaction
|
||||||
|
** neochat
|
||||||
|
💓kde
|
||||||
|
** quaternion
|
||||||
|
small but have most of function
|
||||||
|
fancy scrollbar, can configure proxy in app
|
||||||
|
wayland support not good: error copying image(like qutebrowser)
|
||||||
|
** ement.el
|
||||||
|
I like doing everything in emacs, with keyboard
|
||||||
|
but it don't work: https://github.com/alphapapa/ement.el/issues/77
|
||||||
|
** fractal
|
||||||
|
HUGE and not fully fonctionall
|
||||||
|
** thunderbird
|
||||||
|
HUGE, matrix support is not good: cannot show picture
|
||||||
|
I even don't use it for email(I use Geary)
|
||||||
|
|
||||||
|
* how to set proxy
|
||||||
|
** neochat
|
||||||
|
env: =http_proxy=
|
||||||
|
** fractal
|
||||||
|
env: =https_proxy=
|
||||||
|
accroding to reqwest document
|
||||||
|
** ement.el
|
||||||
|
var: =plz-curl-default-args=
|
Loading…
Reference in New Issue
Block a user