TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Bringing the Instructions to the Data

44 点作者 mattpope6 个月前

5 条评论

deathanatos6 个月前
Regarding the thesis of the article of bringing the instructions to the data, I&#x27;d love to see the core of that applied much more broadly in software &#x2F; aaSes. Random services probably won&#x27;t JIT LLVM IR for you, given the security of running untrusted LLVM IR … but there&#x27;s also WASM out there. I&#x27;d <i>love</i> to see interfaces start having the capability of accepting WASM instead of an enumeration of the 2 use cases a PM thought I might have.<p>E.g., we use PagerDuty, and there&#x27;s several places, such as routing pages, where I&#x27;d just like programmatic control, and <i>code</i> would express much more succinctly the needs of what I want to do than trying to express it through some UI-based &quot;routing&quot; editor thing.<p>Artifact storage aaS&#x27;s often come with &quot;cleanup&quot; policies that let you choose between 2-3 different modes of cleanup, mostly wrong one way or another.<p>In all cases an enumeration of the names of 2-3 fixed functions, when I&#x27;d rather <i>pass the function</i>.<p>---<p>Since this is posted by the author… you set `.content a { word-break: break-all; }`? Like the name sort of implies, it permits line breaks <i>anywhere</i>, which means that the opening line renders as,<p><pre><code> One paper that has been in the back of my mind is for a few years is Efficiently Compil ing Efficient Query Plans for Modern Hardware1 which details how Tableau&#x27;s internal </code></pre> (I.e., it splits mid-syllable, and without a hyphenation (which is a different CSS property).)<p>The layout is basically fixed at the containing element&#x27;s max-width for nearly any width someone might reasonably be using, so outside of font variations, it should basically always render like that (and I don&#x27;t think font variations would make enough of a difference). (It steps up to a wider width at some point … but that width <i>also</i> lops a word on the opening line.)
评论 #42323749 未加载
xnx6 个月前
Thought this was going to be about computational RAM: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Computational_RAM" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Computational_RAM</a>
pjot6 个月前
Apache Substrait is doing exactly this. Paired with Arrow makes for powerful composable data architectures<p><a href="https:&#x2F;&#x2F;substrait.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;substrait.io&#x2F;</a>
评论 #42367909 未加载
jonlong6 个月前
&gt; The astute reader will notice that float operations are not communicative<p>Presumably this was meant to read &quot;commutative&quot;. IEEE 754 addition and multiplication <i>are</i> commutative (ignoring NaN values), but not associative.
评论 #42373127 未加载
mzs6 个月前
links to his useful blogpost: A Gentle Introduction to LLVM IR<p><a href="https:&#x2F;&#x2F;mcyoung.xyz&#x2F;2023&#x2F;08&#x2F;01&#x2F;llvm-ir&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mcyoung.xyz&#x2F;2023&#x2F;08&#x2F;01&#x2F;llvm-ir&#x2F;</a>
评论 #42367915 未加载