assembly language
PulseAugur coverage of assembly language — every cluster mentioning assembly language across labs, papers, and developer communities, ranked by signal.
5 天有情绪数据
-
AI 对软件开发的影响与历史语言转变的比较
AI 对软件开发的影响正被比作历史上的转变,例如从打孔卡转向汇编语言或从 C++ 转向 Java。这种类比质疑 AI 在编码领域的出现是否会引发开发者类似“妈的,现在谁都能写代码了!”的情绪。
-
8位计算机项目从汇编代码训练神经网络
一个名为VirtualPC的项目正在演示在由基本逻辑门模拟的8位计算机上训练神经网络的可行性。这项开源计划允许使用汇编代码直接训练模型,旨在实现AI开发的民主化。预计到2026年,这项技术将能够从单个文件夹运行小型语言模型。
-
User decries modern coding, urges hex and pen-and-paper
A Mastodon user expressed a contrarian view on programming languages, suggesting that even assembly language is too high-level. They advocated for writing code directly in hexadecimal opcodes and using pen and paper bef…
-
Assembly code achieves 100x speedup over C, Dwarkesh Patel reveals
Dwarkesh Patel discussed the surprising speed of assembly code, noting it can be up to 100 times faster than C code. This performance gain is attributed to highly optimized, low-level programming techniques. The convers…
-
VLC 和 FFmpeg 开发者在 Lex Fridman 播客上讨论互联网视频骨干
VLC 的首席开发者 Jean-Baptiste Kempf 和 FFmpeg 的贡献者 Kieran Kunhya 出现在 Lex Fridman 播客上,讨论这些开源项目在互联网视频中扮演的关键角色。他们深入探讨了视频编解码器、容器的复杂性,以及开发和维护构成在线视频播放骨干的软件所涉及的工程挑战。讨论还涉及了 Rust 和 Assembly 等编程语言、开源开发的重要性,以及这些有影响力的技术的历史和未来。
-
I learned # Pascal in the 80s. I learned a bit C and Rust and hated that pointer logic which is extremely clumsy for matrix manipulation. # Python and # C users
A programmer shared their experience learning various programming languages, finding Pascal's array handling superior for matrix operations compared to C and Rust. They noted that libraries like NumPy are often written …