V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  verrickt  ›  全部回复第 7 页 / 共 12 页
回复总数  225
1  2  3  4  5  6  7  8  9  10 ... 12  
2018-12-29 10:39:34 +08:00
回复了 tunzao 创建的主题 Apple enpass 开始割韭菜了
买了 uwp,结果 uwp 版本不做了。
真是不想用 win32
2018-12-27 23:40:26 +08:00
回复了 zhuly09 创建的主题 RSS 有什么好的 RSS 源推荐
对微软家的东西感兴趣的话试试 the old new thing
2018-12-23 23:40:54 +08:00
回复了 muamua 创建的主题 求职 大家是怎么找的实习?
@muamua 其实这是正常操作。

讲清楚基本信息后告诉对方自己大三,基本都不会拒绝的。按我们辅导员的意思,哪怕最后全失败也是涨经验,所以不要怂,尽管投
2018-12-18 20:29:47 +08:00
回复了 mmdsun 创建的主题 分享发现 微软:放弃 edge 浏览器是因为谷歌不正当竞争
https://news.ycombinator.com/item?id=18697824

I highly suspect that the issue is that Windows video playback can only use scanout compositing if there is nothing on top of the video. Scanout compositing is significantly more energy-efficient than standard framebuffer compositing because it avoids a memory copy each frame.

This ultimately comes down to hardware limitations. GPUs are limited as to what they can compose during scanout, because of memory bandwidth limits. Each plane that you can alpha-blend together at scanout time multiplies the amount of memory fetches per dot you have to do. On today's high-DPI displays, the bandwidth going out to the display is very high to begin with, so you can't afford to multiply that by much. That is why putting something on top of a video is tricky: you're adding another layer to be alpha-blended on top, increasing your memory bandwidth by 50% over the two layers you already have (RGB for the background plus YUV for the video). The user's GPU may or may not support that--as I recall, prior to Skylake, Intel GPUs only had two hardware planes, for instance.

I'm not surprised that Microsoft just used "are there any DOM elements over the video?" as a quick heuristic to determine whether scanout compositing can be used. Remember that there is always a tradeoff between heuristics and performance. At the limit you could scan every pixel of each layer to see whether all of them are transparent and cull the layer if so, but that would be very expensive. You need heuristics of some kind to get good performance, and I can't blame Microsoft for using the DOM for that.
2018-12-12 10:56:46 +08:00
回复了 hanshijun 创建的主题 程序员 请问本科毕业设计做什么好呢?
操作系统,编译器,图形学。选一个吧 doge
2018-12-07 08:18:59 +08:00
回复了 ladypxy 创建的主题 问与答 微软发博说要把 edge 迁移到 Chromium 了
Mozilla 还是那个 Mozilla
Chrome 变成 IE 了
有点唏嘘
不知道怎么 Append,直接写这里好了
Win10 为了统一桌面和移动端(天国的 WM10)、UWP 程序和非 UWP 程序所做出的努力
https://blogs.technet.microsoft.com/askcore/2015/12/08/display-scaling-in-windows-10/
Windows 10 周年更新对 DPI 缩放的改进
https://blogs.technet.microsoft.com/askcore/2016/08/16/display-scaling-changes-for-the-windows-10-anniversary-update/
2018-12-05 00:20:49 +08:00
回复了 y0bcn 创建的主题 Windows Windows 下最好用的终端是什么?
轻度用户觉得 fluent terminal 最好用
不知道是不是心理作用,总觉得 UWP 的字体渲染更讨喜一些
2018-12-02 00:04:40 +08:00
回复了 1119186082 创建的主题 问与答 edge 无法打开带有端口号的网站
出于安全考虑,ms edge 等一票 uwp 应用无法与本机建立 socket 连接。
可以用 2 楼发的 PowerShell 解锁,不过我一般是用 fiddler 带的 wincondig 工具,带个 gui 毕竟方便

https://www.telerik.com/fiddler
2018-11-28 23:35:04 +08:00
回复了 Tumblr 创建的主题 Windows Windows 10 的使用技巧
记住 win+x 菜单里的常用快捷键
用包管理工具(chocolatey 等)安装软件
2018-11-23 09:27:27 +08:00
回复了 mokeyjay 创建的主题 支付宝 支付宝推送了一个 12 月特别版,冷启动速度惊人
play 版,10.1.38 。感觉变快了,不知道是不是错觉。play 没有更新记录
2018-11-15 12:42:48 +08:00
回复了 azicat 创建的主题 问与答 [求教] hexo 搭建 github pages 报 404
我记得我是用的 hexo git deployer。
config.yml 填好后 hexo d 就可以了
我看你的 git 仓库里似乎文件结构不太对,多了几个文件夹。里面的内容应该直接是 deploy 里的才对
你可以参考下我的 https://github.com/Verrickt/verrickt.github.io
2018-11-10 09:45:25 +08:00
回复了 tyhunter 创建的主题 问与答 目前能更新 Windows10 到 1809 版本吗?
@kokutou 界面看起来真舒服。能指教下您的显示器尺寸,分辨率,DPI 缩放各是多少吗
2018-11-09 12:07:39 +08:00
回复了 nutting 创建的主题 Windows hyper-v 吐槽
开启 hyper-v 后,宿主 Windows 系统也运行在虚拟机下。
不知道内存使用跟这个有没有关系
2018-11-09 10:33:14 +08:00
回复了 dullwit 创建的主题 问与答 双 11 广告铺天盖地席卷 Windows,有啥办法抓取来源?
国产、不上架商店、非开源
同时满足这三个条件直接 sandboxie 伺候。
2018-11-09 09:10:27 +08:00
回复了 Yvette 创建的主题 科技 拿毫安时当单位来标电池容量是一种恶俗
从物理定义上看比较容易理解
安培=库仑 /秒
安时=库仑=电量=单位截面上通过的电荷数量
瓦特=焦耳 /秒
瓦时=焦耳=能量
2018-11-07 17:05:10 +08:00
回复了 AslanFong 创建的主题 问与答 怎么改善/预防 腰间盘突出或者其他职业疾病?
别太迷信人体工学椅。保持正确的坐姿是关键。具体自己查我提几个点,骨盆承重,腰不外翻,不驼背。
2018-11-05 13:11:50 +08:00
回复了 glacer 创建的主题 问与答 想写一个 JSON 格式转换的工具,各位有什么思路吗?
最快的方法:用语言的 JSON 库,反序列化,处理,序列化。

最折腾的方法:自己写个 JSON to JSON 的编译器。前端接受源 JSON 文件,词法分析,语法分析和语义分析后生成语法树。后端遍历语法书生成目标 JSON 格式。

不知道 lz 打算怎么解析源 JSON。我提个醒,正则表达式不足以描述 JSON 格式

这是我当时造轮子看的教程。lz 可以只看 3,4 节。搞清楚正则语言和上下文无关语言的适用范围就可以动手撸了

https://www.cnblogs.com/Ninputer/archive/2011/06/07/2074632.html
1  2  3  4  5  6  7  8  9  10 ... 12  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   916 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 35ms · UTC 20:19 · PVG 04:19 · LAX 13:19 · JFK 16:19
Developed with CodeLauncher
♥ Do have faith in what you're doing.