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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What Does the Event Loop Sound Like?

49 点作者 ronenlh将近 4 年前

10 条评论

ColinWright将近 4 年前
Back in 1979 I wrote a Z80 machine language program on a TRS-80 Model I[0] to implement the Pollard Rho algorithm[1] and explore factoring repunits[2]. To monitor it I would put an AM radio next to the machine and listen to the noise.<p>The &quot;Run around the loop&quot; phase made a Chuntering[3] noise, and then the GCD[4] phase, implemented via Euclid&#x27;s Algorithm[5] made a wonderfully ascending whoosh!<p>It was fairly straight-forward to know where the code was, and what it was doing, and it was great to fall asleep to of an evening.<p>================<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;TRS-80" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;TRS-80</a><p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Pollard%27s_rho_algorithm" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Pollard%27s_rho_algorithm</a><p>[2] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Repunit" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Repunit</a><p>[3] <a href="https:&#x2F;&#x2F;dictionary.cambridge.org&#x2F;dictionary&#x2F;english&#x2F;chuntering" rel="nofollow">https:&#x2F;&#x2F;dictionary.cambridge.org&#x2F;dictionary&#x2F;english&#x2F;chunteri...</a><p>[4] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Greatest_common_divisor" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Greatest_common_divisor</a><p>[5] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Greatest_common_divisor#Euclid&#x27;s_algorithm" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Greatest_common_divisor#Euclid...</a>
howaboutnope将近 4 年前
I once had a computer where if I attached my headphones to the output of the sound chip on the main board, I would get all sorts of weird squelchy noises that somehow were linked to what the machine was doing. The machine being idle sound a certain way, starting program A had a certain signature, starting program B had a different one... it reminded my of the olden times, of knowing certain things just from the sounds from the disk drive.
评论 #27811759 未加载
评论 #27882519 未加载
评论 #27811455 未加载
rubicks将近 4 年前
Possibly related:<p>&quot;Peep (The Network Auralizer): Monitoring Your Network With Sound&quot;<p><a href="https:&#x2F;&#x2F;www.usenix.org&#x2F;legacy&#x2F;publications&#x2F;library&#x2F;proceedings&#x2F;lisa2000&#x2F;full_papers&#x2F;gilfix&#x2F;gilfix_html&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;www.usenix.org&#x2F;legacy&#x2F;publications&#x2F;library&#x2F;proceedin...</a>
IshKebab将近 4 年前
Wow Soundcloud only lets you listen to three of the sounds before it tries to force you to download their app. You might want to host the sounds elsewhere.
zarzavat将近 4 年前
This would be great in gamedev to consume various performance numbers when optimizing. I have the problem that if I&#x27;m looking at the framerate then I&#x27;m not looking at the frame and vice versa, so I end up repeating the same actions over and over again. Experiencing performance as audio rather than a visual indicator is a great idea.
killingtime74将近 4 年前
Very cool and new way of thinking
artemonster将近 4 年前
That is just wave debugging with extra steps. Really, I wait when software industry &quot;reinvents&quot; event tracing used in HW simulations (RTL or mixed signal) :) At least then GTKWave would get proper support :)
henearkr将近 4 年前
Could be very useful for effortless diagnostics.
axihack将近 4 年前
Diffie-Hellman sounds very spooky, love it!
KineticLensman将近 4 年前
&gt; Warning: when tinkering with sound, it’s very important to output things at safe levels to avoid damaging one’s hearing or worse: one’s headphones.<p>As someone who needs to wear hearing aids, it&#x27;s somewhat depressing to see hearing loss treated as a joke. Hearing all the little noises of the world as you interact with it is more precious than many people realise.
评论 #27808746 未加载
评论 #27808476 未加载
评论 #27808477 未加载