V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  james122333  ›  全部回复第 21 页 / 共 65 页
回复总数  1286
1 ... 17  18  19  20  21  22  23  24  25  26 ... 65  
271 天前
回复了 sofukwird 创建的主题 程序员 浏览器爬虫再进化
firefox 有 marionette
@iseki

m4 根本就不是 shell 调用命令任何语言工具都做的到
况且你搞错一件事 xz 的构建用的是 cmake 和 autotools
并不是纯 makefile old school makefile 是原始简单的
我倒是希望他们都用 shell 这样我可以少学很多东西
shell 本身也够强 现在太多了 基本上 gradle 这种依赖 java 非 unix 系方案就不要讲了 要选也不会选 gradle 我心裏就有 safe 的方案 不知道为什么总有人整天想把自己工作开发的複杂一套引进 不会其它东西?
没想到我刚讲 systemd 就有人爆出来了...
要讲的话就是选技术很重要 首先虽然 xz 压缩率高但效能差本身就不是非常好的选择
过於开放的社区副作用也在此 每次看到有人在嫌社区不够开放我都在想是不是想搞事
好的东西自然会考虑合进去
276 天前
回复了 anUglyDog 创建的主题 NAS n100 芯片小主机可以作为家用服务器吗?
有 我很不想买 x86 但还是买台公司用 毕竟小也不用太考虑相容 效能确实很不错
@secondwtq

fontconfig 都已经很成熟 目前来看只有远古应用除外
@secondwtq

我在回应他觉得 fontconfig 麻烦的状况 表明其实并不会而已 我个人 hinting 拉满但与 win 下显示差蛮多的
不需要那么重的 hinting 改设置即可 桌面预设你保持初始值在 dpi 低的屏幕下感受更为明显 以上我的配置是全局设置 一次性解决问题 不管 user 不管应用强制套用
他所说斗智斗勇我觉得没那么跨张 不满意改即可 你 man fonts.conf 命令查文档即可 桌面一般看到的是发型版预设没调整过的显示效果并不好 嫌麻烦的都可以考虑不使用了 直面解决不喜欢装一堆其它我才觉得奇怪
@agagega

fontconfig 还可以设置 dpi 自行研究吧
@agagega

字型名称用 fc-list 命令就可以显示
@agagega

fontconfig 还好吧

配置一下就好 有很多设置是不一定需要的

例如以下
/etc/fonts/local.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
<match target="font">
<edit name="autohint" mode="prepend" binding="strong">
<bool>true</bool>
</edit>
<edit name="antialias" mode="prepend" binding="strong">
<bool>true</bool>
</edit>
<edit name="hinting" mode="prepend" binding="strong">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="prepend" binding="strong">
<int>3</int>
</edit>
<edit name="lcdfilter" mode="prepend" binding="strong">
<int>1</int>
</edit>
<edit name="rgba" mode="prepend" binding="strong">
<const>rgb</const>
</edit>
</match>
<match target="pattern">
<test name="family">
<string>sans</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>WenQuanYi Micro Hei</string>
</edit>
</match>
<match target="pattern">
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>WenQuanYi Micro Hei</string>
</edit>
</match>
<match target="pattern">
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>WenQuanYi Micro Hei</string>
</edit>
</match>
<match target="pattern">
<test name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>WenQuanYi Micro Hei Mono</string>
</edit>
</match>
</fontconfig>

基本上所有桌面环境的字体预设值就是以上 完全不用动 改 DE 字体大小和以上设置即可
279 天前
回复了 gk2014 创建的主题 程序员 放弃幻想吧,苦逼的码农们
不是程序员都会这样讲 对我来讲我能用脚本自动生成东西就足够了 东西规范 我也看得懂在做什么 至于有人讲什么增删查改... 程序不是只有增删查改 那叫 crud 程序员 个人并不满足当一个 crud 程序员 程序员浪费很多时间在 crud 也是很傻的行为 这种东西就该规范好弄好不去碰它 除了写烂代码能力本质完全没有上升
281 天前
回复了 weijancc 创建的主题 程序员 时至今日, WSL 仍然难用
个人觉得 wsl 存在的目的就是让熟悉使用类 unix 系统的人在 win 上能够不舍弃自己的习惯和不用装一堆什么盗版软件 工作在一些非得用 win 的公司非常好 至于真正正经的东西是完全不会在 wsl 上开发和佈建的 原因无它就是对 win 信任度是 0 win 偷传资料都是老传统了
1 ... 17  18  19  20  21  22  23  24  25  26 ... 65  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2854 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 14:23 · PVG 22:23 · LAX 06:23 · JFK 09:23
Developed with CodeLauncher
♥ Do have faith in what you're doing.