<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: danadam</title><link>https://news.ycombinator.com/user?id=danadam</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 10 Apr 2026 08:29:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=danadam" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by danadam in "EFF is leaving X"]]></title><description><![CDATA[
<p>IIUC, "clearly shows" doesn't apply to "they have certain concerns" but rather to the part that you replaced with "...". In other words "the statement clearly shows that they value [their certain concerns] more highly than the kind of stuff we tend to think the EFF primarily cares about"</p>
]]></description><pubDate>Thu, 09 Apr 2026 21:45:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47710583</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=47710583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47710583</guid></item><item><title><![CDATA[New comment by danadam in "English professors double down on requiring printed copies of readings"]]></title><description><![CDATA[
<p>> Your comment really deserves nothing more than an eye roll emoji, but HN doesn’t support them.<p>(◔_◔)</p>
]]></description><pubDate>Sun, 01 Feb 2026 17:23:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46847676</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=46847676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46847676</guid></item><item><title><![CDATA[New comment by danadam in "10 years of writing a blog nobody reads"]]></title><description><![CDATA[
<p>I clicked on some random post from 2020, 19 em-dashes.</p>
]]></description><pubDate>Tue, 02 Dec 2025 00:28:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46115650</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=46115650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46115650</guid></item><item><title><![CDATA[New comment by danadam in "The Therac-25 Incident (2021)"]]></title><description><![CDATA[
<p>Some Google Pixel phones couldn't dial emergency number (still can't?). I don't know if there were any deadly consequences of that.<p><a href="https://www.androidauthority.com/psa-google-pixel-911-emergency-calling-issues-3362990/" rel="nofollow">https://www.androidauthority.com/psa-google-pixel-911-emerge...</a></p>
]]></description><pubDate>Wed, 27 Aug 2025 09:20:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45037200</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=45037200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45037200</guid></item><item><title><![CDATA[New comment by danadam in "Streaming services are driving viewers back to piracy"]]></title><description><![CDATA[
<p>> Normalization increases gain of all frequencies at any given point-in-time while reducing gain of all frequencies at other points in time.<p>When you do that then the difference between the loudest and the quietest part of the audio gets reduced. That's dynamic range reduction.</p>
]]></description><pubDate>Fri, 15 Aug 2025 04:49:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44908734</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=44908734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44908734</guid></item><item><title><![CDATA[New comment by danadam in "Too Many Open Files"]]></title><description><![CDATA[
<p>> trace it down to the select bitset having a hardcoded max of 4096<p>Did it change? Last time I checked it was 1024 (though it was long time ago).<p>> and no bounds checking!<p>_FORTIFY_SOURCE is not set? When I try to pass 1024 to FD_SET and FD_CLR on my (very old) machine I immediately get:<p><pre><code>  *** buffer overflow detected ***: ./a.out terminated
  Aborted
</code></pre>
(ok, with -O1 and higher)</p>
]]></description><pubDate>Fri, 06 Jun 2025 19:27:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44204138</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=44204138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44204138</guid></item><item><title><![CDATA[New comment by danadam in "Show HN: I wrote a modern Command Line Handbook"]]></title><description><![CDATA[
<p>page 112<p>> if [[ "${1-}" =~ ^-*h(elp)?$ ]]; then<p>> ... is an option that starts with one or multiple - characters ...<p>"one or multiple" is + not *. The regex above will also match "h" and "help" without - character(s).</p>
]]></description><pubDate>Fri, 30 May 2025 14:20:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44136489</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=44136489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44136489</guid></item><item><title><![CDATA[New comment by danadam in "Compiler Explorer and the promise of URLs that last forever"]]></title><description><![CDATA[
<p>I'd probably call it "disclosure".</p>
]]></description><pubDate>Thu, 29 May 2025 01:31:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44122245</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=44122245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44122245</guid></item><item><title><![CDATA[New comment by danadam in "As a developer, my most important tools are a pen and a notebook"]]></title><description><![CDATA[
<p>I've never used it but sounds like <a href="https://rr-project.org/" rel="nofollow">https://rr-project.org/</a></p>
]]></description><pubDate>Wed, 28 May 2025 15:26:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44117049</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=44117049</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44117049</guid></item><item><title><![CDATA[New comment by danadam in "The scientific “unit” we call the decibel"]]></title><description><![CDATA[
<p>> It isn't tho. It's close but not exactly.<p>It isn't tho :-). It's not close to double loudness. It's double power, which is 1.41 higher sound pressure, which is only slightly louder.</p>
]]></description><pubDate>Thu, 22 May 2025 13:00:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=44061627</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=44061627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44061627</guid></item><item><title><![CDATA[New comment by danadam in "The scientific “unit” we call the decibel"]]></title><description><![CDATA[
<p>Some laboratory-grade equipment probably.<p>> 0 dB doesn’t mean “zero sound pressure”<p>From the decibel definition, zero of anything is -∞ in dB_suffix scale.</p>
]]></description><pubDate>Thu, 22 May 2025 12:01:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44061182</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=44061182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44061182</guid></item><item><title><![CDATA[New comment by danadam in "The Awful German Language (1880)"]]></title><description><![CDATA[
<p>> English, meanwhile, gives learners fits, because the pronunciation has nothing whatsoever to do with spelling. Consider ...<p>the poem <a href="https://en.wikipedia.org/wiki/The_Chaos" rel="nofollow">https://en.wikipedia.org/wiki/The_Chaos</a>
:)</p>
]]></description><pubDate>Fri, 16 May 2025 13:15:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44005121</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=44005121</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44005121</guid></item><item><title><![CDATA[New comment by danadam in "Why did Windows 7 log on slower for months if you had a solid color background?"]]></title><description><![CDATA[
<p>I use a picture with a solid color because with pictures the text under the icons is white with a black shadow. The "Solid color" option (instead of "Picture") chooses either white or black font color and there is no shadow and I don't like it.</p>
]]></description><pubDate>Wed, 30 Apr 2025 01:17:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=43840139</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=43840139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43840139</guid></item><item><title><![CDATA[New comment by danadam in "Albert Einstein's theory of relativity in words of four letters or less (1999)"]]></title><description><![CDATA[
<p>I have a bookmarklet, since forever, labelled "sane width", with the following code:<p><pre><code>  javascript:(function(){var newSS, styles='body { width: 800px ! important; margin: auto !important } '; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })();
</code></pre>
It forces the body width to 800px and centers it. Crude but it is enough for me.</p>
]]></description><pubDate>Mon, 14 Apr 2025 12:56:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=43680780</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=43680780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43680780</guid></item><item><title><![CDATA[New comment by danadam in "Use Long Options in Scripts"]]></title><description><![CDATA[
<p>> No, the quotes are not seen by the program. The program receives a list of strings, it does not get the information about whether and how those strings were originally quoted in the shell.<p>With quotes the program will receive a single argument -n␣o␣p␣e instead of multiple ones -n, o, p, e. At least it works on the machine here:<p><pre><code>    ]$ echo "-n o p e"
    -n o p e
    
    ]$ /bin/echo "-n o p e"
    -n o p e</code></pre></p>
]]></description><pubDate>Sat, 22 Mar 2025 14:41:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43445947</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=43445947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43445947</guid></item><item><title><![CDATA[New comment by danadam in "Pre-Trained Large Language Models Use Fourier Features for Addition (2024)"]]></title><description><![CDATA[
<p>3Blue1Brown has a very interesting video about how holograms are made:<p><a href="https://www.youtube.com/watch?v=EmKQsSDlaa4" rel="nofollow">https://www.youtube.com/watch?v=EmKQsSDlaa4</a></p>
]]></description><pubDate>Thu, 06 Feb 2025 20:44:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42966301</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=42966301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42966301</guid></item><item><title><![CDATA[New comment by danadam in "YouTube audio quality – How good does it get? (2022)"]]></title><description><![CDATA[
<p>> However, if you put on a headset and apply only frequencies above 16kHz, you will distinctly notice a change in the pressure in your headset's ear cups.<p>If you put something above 16 kHz at full scale and/or if you play it extremely loud then maybe. With typical music content at typical volumes, I doubt it.</p>
]]></description><pubDate>Sun, 02 Feb 2025 18:07:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42910405</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=42910405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42910405</guid></item><item><title><![CDATA[New comment by danadam in "YouTube audio quality – How good does it get? (2022)"]]></title><description><![CDATA[
<p>> When I use an FFT to view the spectrogram on YouTube music videos, it is very obvious that YouTube applies a lowpass filter at 16kHz on all videos (true since 2023 at least).<p>Maybe with a browser that doesn't support Opus and gets AAC instead (Safari?). With Firefox or Chromium on Linux I get up to 20 kHz, which by design is the upper limit in Opus codec.</p>
]]></description><pubDate>Sun, 02 Feb 2025 17:58:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42910328</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=42910328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42910328</guid></item><item><title><![CDATA[New comment by danadam in "Digital Show and Tell (2013): Xiph's Monty on Digital Audio"]]></title><description><![CDATA[
<p>That's unrelated. This difference is the inter-aural or inter-channel difference and 16/44.1k can capture that to much greater precision than microseconds.<p>Some math [1]<p>44.1k file containing pulses with sub-sample delays [2]<p>Something similar, but square wave, and nicely showing that timing precision actually depends on bit-depth and not the sampling rate [3]<p>Some practical experiments with capturing the playback of such files and verifying that the delay is preserved: pulse [4] and square [5]<p>[1] <a href="https://troll-audio.com/articles/time-resolution-of-digital-audio/" rel="nofollow">https://troll-audio.com/articles/time-resolution-of-digital-...</a><p>[2] <a href="https://www.audiosciencereview.com/forum/index.php?threads/time-resolution-of-redbook-16-44-pcm.22102/#post-733310" rel="nofollow">https://www.audiosciencereview.com/forum/index.php?threads/t...</a><p>[3] <a href="https://audiophilestyle.com/forums/topic/58511-time-resolution-of-digital-sampling/page/13/#comment-1087853" rel="nofollow">https://audiophilestyle.com/forums/topic/58511-time-resoluti...</a><p>[4] <a href="https://www.head-fi.org/threads/can-you-hear-upscaling.972951/page-3#post-18143591" rel="nofollow">https://www.head-fi.org/threads/can-you-hear-upscaling.97295...</a><p>[5] <a href="https://www.head-fi.org/threads/can-you-hear-upscaling.972951/page-4#post-18143680" rel="nofollow">https://www.head-fi.org/threads/can-you-hear-upscaling.97295...</a></p>
]]></description><pubDate>Tue, 26 Nov 2024 01:51:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=42241863</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=42241863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42241863</guid></item><item><title><![CDATA[New comment by danadam in "Men Arrested for Transcribing a Movie, Posting Details to a Website"]]></title><description><![CDATA[
<p>> The problem with sites that extract text from movies and other content is that they reduce people’s desire to pay a fair price for content<p>A bit strange to use "fair", which (to me) seems to be quite on a subjective side. Do people still think that the price is fair and only don't want to pay it? Or maybe some of them don't consider the price to be fair anymore :-)</p>
]]></description><pubDate>Fri, 01 Nov 2024 11:59:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42016073</link><dc:creator>danadam</dc:creator><comments>https://news.ycombinator.com/item?id=42016073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42016073</guid></item></channel></rss>