<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: devinvs</title><link>https://news.ycombinator.com/user?id=devinvs</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 19:05:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=devinvs" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Privacy Respecting Age Controls]]></title><description><![CDATA[
<p>Article URL: <a href="https://gist.github.com/devinvs/e334f7fb92f8d9b41b821a1dc8a46fde">https://gist.github.com/devinvs/e334f7fb92f8d9b41b821a1dc8a46fde</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47483553">https://news.ycombinator.com/item?id=47483553</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 22 Mar 2026 23:39:32 +0000</pubDate><link>https://gist.github.com/devinvs/e334f7fb92f8d9b41b821a1dc8a46fde</link><dc:creator>devinvs</dc:creator><comments>https://news.ycombinator.com/item?id=47483553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47483553</guid></item><item><title><![CDATA[New comment by devinvs in "The Rust calling convention we deserve (2024)"]]></title><description><![CDATA[
<p>x86_64 function arguments in linux are passed in registers RDI, RSI, RDX, RCX, R8, R9. The mnemonic helps remember the order.</p>
]]></description><pubDate>Thu, 05 Mar 2026 00:52:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47256098</link><dc:creator>devinvs</dc:creator><comments>https://news.ycombinator.com/item?id=47256098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47256098</guid></item><item><title><![CDATA[New comment by devinvs in "I didn't reverse-engineer the protocol for my blood pressure monitor in 24 hours"]]></title><description><![CDATA[
<p>I might be misunderstanding, but this seems very wrong. your method on the first entry:<p><pre><code>  10011011010100101100001101010000
  year = 101 00 (20? year should be 25 or 2025)
  month = 1001 (9, but month is Nov)
  day = 1001 (9, not enough bits to encode large days)
  hour = 01 1 or 01 11 (3, 7, or 14 reversed, should be 11)
  no minute field</code></pre></p>
]]></description><pubDate>Wed, 12 Nov 2025 20:26:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45906046</link><dc:creator>devinvs</dc:creator><comments>https://news.ycombinator.com/item?id=45906046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45906046</guid></item><item><title><![CDATA[New comment by devinvs in "I didn't reverse-engineer the protocol for my blood pressure monitor in 24 hours"]]></title><description><![CDATA[
<p>my best shot at it:<p><pre><code>  year:   bits 0-6 reversed
  month:  bits 6-10 reversed
  hour:   bits 13-18
  minute: bits 18-24
  day:    bits 24-29 (maybe reversed)
</code></pre>
unsatisfyingly I don't have any idea what the gaps are or why parts need to be reversed, so i could be wrong. With the data from the post:<p><pre><code>  y  mo d  h  mi
  25 11 10 11 3
  25 11 10 11 31
  25 11 10 12 1
  25 11 10 12 35
  25 11 10 13 0
  25 11 10 13 31
  25 11 10 13 31
  25 11 10 14 0</code></pre></p>
]]></description><pubDate>Wed, 12 Nov 2025 00:42:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45894969</link><dc:creator>devinvs</dc:creator><comments>https://news.ycombinator.com/item?id=45894969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45894969</guid></item><item><title><![CDATA[New comment by devinvs in "Eurorack Knob Idea"]]></title><description><![CDATA[
<p>looks like it's this: <a href="https://git.mitxela.com/web-git-sum" rel="nofollow">https://git.mitxela.com/web-git-sum</a></p>
]]></description><pubDate>Fri, 25 Apr 2025 15:24:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=43794567</link><dc:creator>devinvs</dc:creator><comments>https://news.ycombinator.com/item?id=43794567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43794567</guid></item></channel></rss>