V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Rheinmetal  ›  全部回复第 25 页 / 共 42 页
回复总数  831
1 ... 21  22  23  24  25  26  27  28  29  30 ... 42  
2021-04-27 08:47:11 +08:00
回复了 nbweb 创建的主题 开源软件 假如没有开源
@Coolwinds 要考虑网络效应还有行业特性
新人嗷嗷叫冲进来 经济规律决定 996 厂利润更高 反应更快
故意高门槛小心被老板招个倒挂新人然后...
流程完善一点的厂更难做到这一点
可以高门槛的厂搞不好几年就没了
既然保不住不如加速进入平衡状态
2021-04-27 07:16:24 +08:00
回复了 cathedrel 创建的主题 Android 有没有实时变声的 xposed 或 magisk 模块?
A 打字 合成声音 可以修改合成器或者声音信号来改变身份 要求打字快 而且不出错 否则容易发现
B 录一小段变声然后再输入 clubhoust 这样延迟大 对声音信号做变换也不一定能掩盖声纹
C 语音识别然后合成 比 C 还慢 识别错误怎么办?
D 脑机接口读取想法 再合成 :doge:
2021-04-27 06:47:43 +08:00
回复了 Bobibe 创建的主题 问与答 Spotify 为什么没歌词呀?
@biaoxie 字幕这种措施其实是很多地方的法律要求必须有的 服务于听障人士 不过音乐软件似乎可以豁免?
2021-04-27 06:43:03 +08:00
回复了 Rheinmetal 创建的主题 问与答 如何优雅地重排 pdf 以便在 kindle 上阅读
@Lisren 感谢提供新的思路 用 briss 切页眉页脚 然后再 k2opt
2021-04-27 06:39:43 +08:00
回复了 Rheinmetal 创建的主题 问与答 如何优雅地重排 pdf 以便在 kindle 上阅读
@Lisren 光裁剪不行 还要重新在六寸屏幕上排版 做到 epub 等格式类似的效果
类似于只有一个平台的 binary 然后需要适配另一个平台
你用 k2pdfopt 转换一个试试就知道了大概是什么样的
2021-04-24 09:09:02 +08:00
回复了 seagull7558 创建的主题 程序员 娱乐时间和自我提升时间比例
也可以扫一扫 medium 之类技术社区的软文 找找哪个项目感兴趣
2021-04-24 09:03:43 +08:00
回复了 seagull7558 创建的主题 程序员 娱乐时间和自我提升时间比例
不妨结合兴趣 喜欢打游戏的话 试试 写游戏 写 mod 或者游戏相关工具 有兴趣 也有人伸手 起到督促作用
比如这种
https://factoriocheatsheet.com/
2021-04-23 18:45:11 +08:00
回复了 oneforall 创建的主题 Linux 求教 RHEL6 操作系统支持升级到哪个版本的 Kernel?
都 RHEL 了不找技术支持解决么
没订阅就换发行版咯
2021-04-22 20:19:24 +08:00
回复了 zhoudaiyu 创建的主题 问与答 想问问大家关于虚拟机逃逸的事
物理隔离 :doge:
2021-04-20 21:04:04 +08:00
回复了 wuwukai007 创建的主题 职场话题 被前同事 PUA 了~~
顶多算 试探 套话
2021-04-20 18:42:15 +08:00
回复了 xmt328 创建的主题 Android 有啥练手项目推荐么
https://github.com/cfltdf/f14bg

有个 kotlin ssh 的桌游项目
vps 到期迁移的时候发现 改了一些东西 后端上线就会 hang
甚至用对应版本 docker 镜像在相同版本 centos 系统上起不起来
只好用 tar 打包整个 docker 目录复制迁移了事

由于种种原因没有版本管理 没法 git bisect 推测是协程写的有问题
有兴趣看看么 :doge:
2021-04-20 15:09:15 +08:00
回复了 xinyana 创建的主题 分享创造 [踢楼送码] 一个 DES 加密的云日记
@xinyana @no1xsyzy 用动态类型搞密码学不看文档不行的

The Cipher Input
For the plaintext message, the cipher algorithms accept either strings or instances of CryptoJS.lib.WordArray.
For the key, when you pass a string, it's treated as a passphrase and used to derive an actual key and IV. Or you can pass a WordArray that represents the actual key. If you pass the actual key, you must also pass the actual IV.
For the ciphertext, the cipher algorithms accept either strings or instances of CryptoJS.lib.CipherParams. A CipherParams object represents a collection of parameters such as the IV, a salt, and the raw ciphertext itself. When you pass a string, it's automatically converted to a CipherParams object according to a configurable format strategy.
The Cipher Output
The plaintext you get back after decryption is a WordArray object. See Hashing's Output for more detail.
The ciphertext you get back after encryption isn't a string yet. It's a CipherParams object. A CipherParams object gives you access to all the parameters used during encryption. When you use a CipherParams object in a string context, it's automatically converted to a string according to a format strategy. The default is an OpenSSL-compatible format.
搞个 aws 账号 用按量付费的 Amazon EC2 Mac Instances 试试?
2021-04-20 09:46:29 +08:00
回复了 xinyana 创建的主题 分享创造 [踢楼送码] 一个 DES 加密的云日记
真的是 Digital Encryption Standard 么 我还以为是什么新的玩意
不要自己设计加密系统看来还不够 不要自己实现加密算法就急着上生产环境
吹的这么厉害 知道广告法么 治不了大厂还治不了你?
2021-04-19 21:20:11 +08:00
回复了 Vegetable 创建的主题 职场话题 你能容忍线上笔试应聘者搜索答案吗?
国家考试作弊入刑 年年都能抓到夹带 你这面试就更没啥约束力了
其实故意放松限制钓鱼筛选也不失为一个计策 节省面试时间 面试忽悠还不好看出来呢
使用 Rust nightly 版本的异步功能就是我们接受新技术的例子。作为一个工程团队,我们认为 nightly 版本值得使用,并且会持续到 stable 版本支持异步为止。

Embracing the new async features in Rust nightly is another example of our willingness to embrace new, promising technology. As an engineering team, we decided it was worth using nightly Rust
and we committed to running on nightly
until async was fully supported on stable. Together we dealt with any problems that arose and at this point Rust stable supports asynchronous Rust.⁵ The bet paid off.

we committed to 漏掉了 这里是译为托付还是致力于呢?
2021-04-19 12:48:23 +08:00
回复了 ff1m80 创建的主题 程序员 请教一个后端开发问题,可能是多线程相关。
可靠地完成就叫 Event Sourcing 了
2021-04-19 10:51:13 +08:00
回复了 AoEiuV020 创建的主题 程序员 记一次 github 泄漏 accessKey
警告:将提交推送到 GitHub 后,应考虑其包含的任何数据都将受到影响。如果您提交了密码,请更改密码! 如果您提交了密钥,请生成新密钥。

为什么不能修改 或者再生成 还是生成过了 但是还是洁癖?
2021-04-19 09:15:23 +08:00
回复了 pkwenda 创建的主题 程序员 大容量硬盘成为新的理财产品
@fetich 矿卡没了也就没个卡
矿盘没了数据就完了 可不能买 专门配 raid 不浪费么
大船 我的大船 呜呜呜
没有 Associate Data 的话为啥要用 GCM ?
1 ... 21  22  23  24  25  26  27  28  29  30 ... 42  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2797 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 39ms · UTC 14:12 · PVG 22:12 · LAX 06:12 · JFK 09:12
Developed with CodeLauncher
♥ Do have faith in what you're doing.