(评论)
(comments)
原始链接: https://news.ycombinator.com/item?id=38907821
在计算机科学中,存在一种名为 NBDkit 的新工具,它允许查看者通过动画图见证文件系统输入/输出操作。 它的创建者在 FOSDEM 2019 期间展示了它(提供视频),展示了通过每秒创建的动画 GIF 跟踪 ext4 文件系统活动的用例。 类似的方法涉及利用 Pixd,这是一个命令行实用程序,用于生成根据希尔伯特曲线排列的二进制数据的静态显示。 By displaying such representations, one can better comprehend patterns inherent within complex digital entities, enhancing understanding of underlying algorithms and architectures.
这种数据表示方法可能会激发个人创建创新实验,例如将大文件保存为图像文件以用于推文目的,利用二维码或隐写术技术将敏感数据隐藏在看似良性的图形中。 对旧操作系统功能(如碎片整理程序)的怀旧情绪也可以激发人们对更详细地了解基本计算概念的兴趣,从而更深入地了解从数据操作和档案存储解决方案到 ZFS、Facebook 的 BcacheFS 等尖端创新的技术领域,或专门为在位本身的粒度级别分析二进制结构而设计的专用编程环境。 随着新手和经验丰富的技术爱好者越来越容易使用这些工具,我们可能会开始看到传统数字媒体形式作为动态交互模型的复兴,用视觉上迷人的动画取代无聊、无启发性的静态图表和表格,促进学习和创造力。 谁知道呢,也许不久的将来,连 Twitter 这样的主流社交网络也会实现丰富的数据可视化功能,让用户分享高清文件而不仅仅是片段!
https://archive.fosdem.org/2019/schedule/event/nbdkit/
Edit: If you're confused about the bit where I talk about the filesystem trims in "blue", well that's because apparently the projector at FOSDEM could not render the light blue colour I was using. I didn't know about this while giving the talk, it looked fine on the laptop screen. There's an accompanying video on my blog which is rendered correctly: https://rwmj.wordpress.com/2018/11/04/nbd-graphical-viewer/
reply