/srv/irclogs.ubuntu.com/2017/10/12/#ubuntu-cn.txt

=== _d0048 is now known as d0048
=== maclin1 is now known as maclin
iMadper...04:57
\uiMadper: 好久没来这个频道了05:39
iMadper\u: shia05:41
iMadper.... no ime...05:41
\ublame csslayer05:41
chris_.05:41
iMadpermy LC_CTYPE's fault...05:42
\uOh, just noticed I still use LC_CTYPE=zh_CN.UTF-8 emacs to start my emacs05:42
iMadperI should use it as well...05:43
* iMadper is too lazy to restart emacs...05:43
\uit is 21 century emacs still requires LC_CTYPE...05:45
iMadper\u: O_o05:46
\uwhen you left Canonical, they took away your cloak? Are cloaks layered so you still keep the unaffiliated one?05:46
iMadper\u: In fact, the linaro cloak expired every half year.05:47
iMadper\u: And the unaffiliated still be kept.05:47
iMadpersjtug?05:48
iMadperwhy not tuna?05:48
\uSo if I lost the sjtug cloak, I would still have the unaffiliated one.05:48
iMadperSure.05:49
\uLQYMGT applied for an organization & gave me the cloak05:49
iMadperAha.05:49
\utuna ppl have not done that :(05:49
iMadperbetter to have one.05:50
iMadper\u: Does purely functional data structure worth a read?05:50
\uthen i'll have 3 layers of cloaks. winter is coming, i need thicker cloaks05:50
iMadper\u: It seems a bit wired with a non standard ML syntax....05:51
\uPurely Functional Data Structure? Of course05:51
iMadper\u: When I work for linar, I have three..05:51
iMadperlinaro + canonical + unaffiliated.05:52
\uIt uses Standard ML05:52
iMadper\u: It does seem the <learning functional data structures and Algorithms> is more updated?05:52
iMadper\u: And more friendly to me. (by using scala...)05:53
iMadper\u: However most of people told me that PFDS is a must-read...05:53
\uhttps://github.com/PacktPublishing/Learning-Functional-Data-Structures-and-Algorithms05:54
ubrl⇪ f: GitHub - PacktPublishing/Learning-Functional-Data-Structures-and-Algorithms: Learning Functional Data Structures and Algorithms published by Packt05:54
\ucannot find a pdf05:55
iMadper\u: ... please check the pm05:56
iMadper\u: Also I purchased fp for mortals...05:58
iMadperfrom leanpub.05:58
\uShould be good to learn Scala06:02
* \u play lsp-mode06:04
iMadperwow. Dotty supports lsp by default. However I haven't tried lsp-mode yet.06:05
iMadper\u: Is lsp-mode stable enough?06:05
* \u does not know dotty. (lsp-mode -1) does not turn off it, weird.06:06
iMadperDotty is the next scala compiler.06:07
iMadperofficially,.06:07
\utried haskell-ide-engine yesterday & code indexer at work. haven't used other lsp clients06:07
\uwhen will clangd become mature06:08
iMadperNot sure... I use rtags for C/C++06:09
\uI use it too06:10
iMadperDoesn't work for kernel.06:10
\uhttps://github.com/Andersbakken/rtags/issues/100706:10
ubrl⇪ f: [Feature request] Speeding up query performance of rdm · Issue #1007 · Andersbakken/rtags · GitHub06:10
\uExactly! You should join #archlinux-cn-offtopic and talk with him06:10
\u34000+ C files and rtags checks each of them to serve a request06:11
\upainfully slow06:11
iMadperyes!06:11
iMadperThe sourceInsight works much better.06:12
iMadperAs well as the understand.06:12
iMadperHowever both are expensive. And only understand has linux version.06:12
\uDo sourceInsight & understand understand "compile_commands.json" ?06:12
\uI mean if they do not understand the compilation commands06:13
\uThis is no way to provide precise goto definition/reference06:13
iMadperYeah, not precisely.06:14
iMadperBut fast.06:14
iMadperHow do you generate the compile_commands.json?06:14
iMadperbear?06:14
\uI'm still not sure whether I should use helm-gtags or ggtags.el06:14
iMadperBear is just another painfull tool...06:14
iMadperIt requires build the whole kernel to generate compile_commands.json....06:15
\uhttps://github.com/MaskRay/Config/blob/master/home/.emacs.d/layers/%2Bmy/my-code/packages.el#L8106:15
ubrl⇪ f: Config/packages.el at master · MaskRay/Config · GitHub06:15
\uI use bear. For my own project, meson, which generates compile_commands.json be default06:15
\uFor llvm, cmake -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -D CMAKE_BUILD_TYPE=Debug -D BUILD_SHARED_LIBS=ON -D CMAKE_INSTALL_PREFIX=$HOME/.local/stow/llvm ..06:16
\uBut i gave up. It is extremely slow06:16
iMadper-DCMAKE_EXPORT_COMPILE_COMMANDS=ON makes the magic.06:16
\uhttps://github.com/atilaneves/cmake-ide/issues/13506:16
ubrl⇪ f: Support source file blacklist · Issue #135 · atilaneves/cmake-ide · GitHub06:16
iMadperIt sounds like you are working on compiler related projects?06:17
\ucmake-ide does something stupid so i have to turn off it in https://github.com/MaskRay/Config/blob/master/home/.spacemacs#L8906:17
ubrl⇪ f: Config/.spacemacs at master · MaskRay/Config · GitHub06:17
\us/are/want/06:17
iMadperI haven't used cmake-ide...06:18
\uIt is shipped with spacemacs recently. I don't understand its purpose06:19
iMadperSpacemaces is somehow too heavy for me...06:20
\ungkaho1234 in #archlinux-cn-offtopic forks rtags https://github.com/ngkaho1234/rtags06:20
ubrl⇪ f: GitHub - ngkaho1234/rtags: A c/c++ client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.06:20
iMadper\u: with a big improvement?06:21
\uas a makeshift since clangd is immature06:21
\uhaven't tried. i'm waiting for kythe06:22
iMadperhaha06:22
iMadper\u: Have you ever learned about type system?06:26
iMadper\u: Any recommands book for starters?06:27
IsoldeiMadper: 吼久不见啊前辈06:43
iMadperIsolde: Hey. When will you graduate?06:45
iMadperIsolde: Consider about working with me?06:46
iMadperit should be read " Nothing "06:46
IsoldeiMadper: 明年6月毕业06:48
iMadperIsolde: .06:49
IsoldeiMadper: 工啥作,还是考研06:49
IsoldeiMadper: 你去搞硬件了?06:50
iMadperIsolde: Nope. Software department.06:52
IsoldeiMadper: 是做硬件的公司?06:54
iMadperIsolde: Yes. HXT-semitech.06:55
IsoldeiMadper: 这公司官网咋没产品展示的……06:56
iMadperIsolde: Haven't released.06:56
huntxuiMadper: 现在是电脑都不装中文输入法了吗06:56
iMadperyet...06:56
iMadperhuntxu: installed. But doesn't work now...06:57
iMadperhuntxu: hu tu xu shu zao.06:57
huntxu...06:57
iMadperhuntxu: you mei you hao shier a zui jin?06:57
huntxuwindows?06:57
iMadperhuntxu: arch06:57
IsoldeiMadper: 新成立的企业?06:58
iMadperIsolde: Yep.06:58
IsoldeiMadper: 哇,你是去当老板了吗?06:58
Isolde还缺洗碗的吗06:58
iMadperIsolde: .... ....06:58
huntxuiMadper: 有啊,昨天PES终于熬到top player级别了06:58
iMadperhuntxu: le se.06:59
huntxuiMadper: 赞助点钱买fifa吧06:59
iMadperhuntxu: qiong07:00
=== iMadper is now known as Qiong
huntxuQiong: 手太残,多年用键盘,最近才学会用手柄...07:02
Qionghuntxu: ... bu hao wan...07:03
IsoldeQiong: 看了你司招聘吓坏了07:04
QiongIsolde: which one?07:05
Isolde都要211985gpa3.707:07
Isolde我感觉我已经死在18岁了07:07
huntxu2.7就有07:08
IsoldeQiong: arm的服务器芯片……靠谱吗07:14
QiongIsolde: kao pu.07:55
IsoldeQiong: 话说请教一下有没有在启动时检测是否有n卡然后在modprobe里面禁掉n卡驱动的方法09:23
QiongIsolde: Inside of initramfs?09:24
QiongIsolde: try udev magic?09:25
QiongIsolde: DEVPATH=="/module/nvidia", ACTION=="remove", RUN+="do what every you want here"09:26
Qiongaction should be add ....09:26
IsoldeQiong: 我试试09:40
IsoldeQiong: 我入arch邪教了,真好用09:40
klo gbk23012gbk1038010:00
klo....10:05
klo /connect irc.freenode.com10:06
kloalso /serverirc.freenode.com10:06
klo /server irc.icq.com     /join10:07
klo嗯嗯10:09
klo有人在?10:10
klo10:12
IsoldeQiong: 话说再请教一下,如果只是为了从服务器上方便下载文件,用什么http服务器比较好?10:12
klo您好!10:13
Isolde你好10:13
klo收徒弟10:14
klo10:14
klo收徒弟吗?10:15
klo出个价10:17
klo10:27
klo从服务器上方便下载文件,用什么http服务器比较好?10:38
Isolde……10:46
klo172.106.32.24110:55
ubrlklo, 172.106.32.241 北美地区10:55
klohunt@172.106.32.24110:57
klo有多少个人?交流经验!!!11:29
kloHow many people are there? Exchange experience!!!11:30
kloAnybody here?11:32
kloWho and the 100?11:34
Isolde……12:08
Isolde你要交流啥经验啊12:08
Isoldeklo:12:08
klo黑掉电力12:36
kloWho and the 100?有人在线?14:05
CyrusYzGTt因为墙,导致部分人回归,。14:10
klo14:24
void1有人14:59
klo怎么晚才出来活动活动!!!15:43
klo怎么称呼你(void1)15:45
frankyxhl这人数也和墙有关系?惊了!16:36
klo.....16:41
klo有没有更好的频道?16:42
root你好17:49
=== root is now known as Guest74174
klo0000000000018:03
klo_你好有人在?18:03
klo   /msg chanserv help18:06
klo /msg memoserv help18:06
klo **********************************18:14
=== strangemk2 is now known as void1
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!