V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  FurN1  ›  全部回复第 108 页 / 共 200 页
回复总数  3999
1 ... 104  105  106  107  108  109  110  111  112  113 ... 200  
@whileFalse 哥,不存在您说的“二进制对应表”这个东西,在芯片里做个巨大的 LUT 就能实现你说的这个是不存在的。两种指令集架构之间相互转换叫作“交叉编译”,做这个事要过一整套工具链,跑一个可执行文件都得费点时间,你说的这个得实时切换整个操作系统状态…科幻大片
@ccming To have macOS on iPad they need to deal with the peripherals first... Right now the File app on iPadOS works pretty shitty, and this obstruction will only be even more hard to tackle for a desktop OS. After all the logic behind a mobile motherboard is sacrificing the IO for lower power consumption. So I don't see how iPad can help with the ARM transition.

I believe iPad's real potential is EDGE COMPUTING, Apple laid out their map for AR and such, to make iPad a futuristic terminal of cloud services. I've been personally using JupyterLab on iPadOS (remotely like VS Code remote) for a while, the new Magic Keyboard is really suitable for the job. Now I think this is the way to go, rather than doing heavy macOS modification for iPad motherboard. iPad does not just have an ARM CPU, its motherboard design is unlike any desktop OS either.
2020-06-09 04:22:04 +08:00
回复了 Themyth 创建的主题 iPad 大家是怎样在 IOS/IPADOS 中使用 sftp/ftp 的呢?
termius
@ericbize 你那个五条腿的管子只有一条接地,老厮三条腿接地
我主力机是 13 年 15 寸 mbp,用 gnu grub 禁用了独显,发热少了,风扇声音低了。当然上了 egpu 。单热管特色令人满意
@ftu
@murmur
说起这个设计的话我也歪个楼:macbook 有个排线里,最靠边的一条是一个高压线,相邻的一条线是直通 CPU 的信号线。这个排线口就在屏幕轴散热口边上,如果你洒了水流到这里,这两条线很容易被液体短路,高电压直接进 CPU,CPU 报废。一般 windows 要烧先烧南桥之类的,维修成本要低很多。

我处于历史原因是苹果全家桶用户,不过爱之深你得责之切啊对不对
2020-06-07 16:47:00 +08:00
回复了 cwbsw 创建的主题 Apple ARM Macbook 或者 Xcode for iPadOS,你选哪个?
这问题怎么成了月经贴…

非要说的话,把 iPadOS 做的好一些还不错,前者真的算了,高配树莓派吗
2020-06-07 08:45:58 +08:00
回复了 WesleyNZ 创建的主题 MacBook Pro PD15 值得买吗?实在没有 NTFS 写入方案可用。
paragon ntfs 用了七年了,没出过问题
2020-06-07 07:44:19 +08:00
回复了 Naykcin 创建的主题 macOS 绿联的扩展坞总烫得我怀疑人生
@murmur 如果绿联在包装上写着不完全适配 mac,不就皆大欢喜
2020-06-07 05:25:41 +08:00
回复了 anticipated 创建的主题 iPad 有没有 iPad 作为单独显示器的 解决方案?
x11 forwarding?
2020-06-03 02:47:02 +08:00
回复了 microka 创建的主题 Apple 吐槽一下「提醒事项」(Reminders)
作为全平台苹果硬件用户,我很舒适地使用着微软 to-do
2020-06-02 22:24:47 +08:00
回复了 Binb 创建的主题 Mac Pro mackbook pro 15.5 蓝牙不稳定
13 年 mbp,从 10.13 开始蓝牙就不稳定,不用优联也一样。全部 5G 设备也做不到,而且 2.4 穿透好…我现在键盘鼠标都用优联。AirPods Pro 倒还可以
2020-06-01 23:23:57 +08:00
回复了 xdygxh 创建的主题 iPad 在 iPad 上编程写代码的经验之谈
termius 和 jupyterlab 双用户美滋滋
2020-05-29 07:40:16 +08:00
回复了 Liampor 创建的主题 macOS 10.15.5 的正式版更新来了, 先锋队又可以来说说了
@ericguo 很关键的信息,谢谢!我也是 10.14.6,升 security update (不知道是不是你说的版本)尝试三次不成功索性放弃,现在看来还好没更新…
2020-05-29 01:13:23 +08:00
回复了 FurN1 创建的主题 Raspberry Pi 树莓派 4 推出 8GB 内存版本
@steveshi 我手持初代有供电问题的 4G 版,很是苦涩
2020-05-25 01:26:56 +08:00
回复了 happyxyk 创建的主题 iPad 关于 iPad Pro+Magic Keyboard 的问题
我会准备另一套磁吸壳在旁边,随时替换。比如我有一个用的很旧的官方普通磁吸壳,在我把 iPad Pro 带到超净间做实验记录的时候就用它,这样的话其他壳子包括妙控键盘壳就不会被化学品弄脏了~
2020-05-24 23:17:53 +08:00
回复了 katyang 创建的主题 Jupyter 求助, Jupyter 已经启动,但是网页无法显示
启动时使用命令 jupyter notebook --ip=0.0.0.0
对所有 ip 开放访问
2020-05-24 23:06:42 +08:00
回复了 pkuphy 创建的主题 MacBook Pro 16 寸 MacBook Pro 外接显示器吵死了
@dikey https://egpu.io/forums/mac-setup/nvidia-workaround-for-high-sierra-egpu-acceleration/
egpu.io 上可以找到很多有用的信息。这个工具叫 purge-nvda,能从电源上屏蔽独显。作者在 github 上有很多和 egpu 相关的 repo,都蛮有用
2020-05-24 02:39:25 +08:00
回复了 elfishden 创建的主题 Apple 想问一下 iPad 除了当辅屏,有什么购买的意义?
JupyterLab 体验极佳!
2020-05-23 07:23:21 +08:00
回复了 melochale 创建的主题 Apple 请问 Mac 的外置 egpu 体验怎么样?
@tanghanyu 外接显示器正常,自带显示器无法调节亮度。我试了 github 上一些调节亮度的插件未果。不过我的经验只适用于我的老机子,新的型号可能不同
1 ... 104  105  106  107  108  109  110  111  112  113 ... 200  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   1199 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 49ms · UTC 17:42 · PVG 01:42 · LAX 10:42 · JFK 13:42
♥ Do have faith in what you're doing.