<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: Deeptiman</title><link>https://news.ycombinator.com/user?id=Deeptiman</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 08 Sep 2026 13:36:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Deeptiman" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Understanding Computer Memory Architecture and SSD Internals]]></title><description><![CDATA[
<p>Article URL: <a href="https://codingpirate.com/understanding-computer-memory-architecture-ac9320110787">https://codingpirate.com/understanding-computer-memory-architecture-ac9320110787</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49590199">https://news.ycombinator.com/item?id=49590199</a></p>
<p>Points: 61</p>
<p># Comments: 9</p>
]]></description><pubDate>Sun, 06 Sep 2026 19:51:28 +0000</pubDate><link>https://codingpirate.com/understanding-computer-memory-architecture-ac9320110787</link><dc:creator>Deeptiman</dc:creator><comments>https://news.ycombinator.com/item?id=49590199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49590199</guid></item><item><title><![CDATA[New comment by Deeptiman in "Understanding FIPS 202: The Design of Keccak, SHA-3, and Shake"]]></title><description><![CDATA[
<p>Cryptographic hash functions are foundational to the construction of practical cryptographic systems. A hash function transforms input data of arbitrary length into a fixed-length message digest that is easy to compute but impossible to invert. Once a digest is produced, recovering the original message is computationally infeasible. Hash functions are widely used in cryptographic applications, including verifying data integrity, authenticating messages, generating deterministic randomness, and deriving keys for secure communication protocols.<p>This article provides a detailed design of the FIPS 202 standard. I'll begin by explaining the sponge construction and its security properties, then examine how SHA-3 achieves diffusion and irreversibility through its internal permutation. Along the way, I'll clarify which components of the design are reversible in isolation and why the overall construction remains a one-way function. Finally, the SHA-3 and SHAKE design will highlight that they are particularly well-suited for modern cryptographic systems, including post-quantum cryptography.</p>
]]></description><pubDate>Sat, 17 Jan 2026 12:18:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46657460</link><dc:creator>Deeptiman</dc:creator><comments>https://news.ycombinator.com/item?id=46657460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46657460</guid></item><item><title><![CDATA[Understanding FIPS 202: The Design of Keccak, SHA-3, and Shake]]></title><description><![CDATA[
<p>Article URL: <a href="https://codingpirate.com/understanding-fips-202-the-design-of-keccak-sha-3-and-shake-aaad72608cc9">https://codingpirate.com/understanding-fips-202-the-design-of-keccak-sha-3-and-shake-aaad72608cc9</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46657459">https://news.ycombinator.com/item?id=46657459</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 17 Jan 2026 12:18:22 +0000</pubDate><link>https://codingpirate.com/understanding-fips-202-the-design-of-keccak-sha-3-and-shake-aaad72608cc9</link><dc:creator>Deeptiman</dc:creator><comments>https://news.ycombinator.com/item?id=46657459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46657459</guid></item><item><title><![CDATA[New comment by Deeptiman in "Palm Jumeirah Island as an anlaogy to explain the Elliptic Curve Method"]]></title><description><![CDATA[
<p>A structured visualization of the Elliptic Curve Method (ECM), relating j-invariant classes and curve selection to Palm Jumeirah’s frond layout.<p>Imagine the Elliptic Curve Method as exploring Palm Jumeirah, Dubai’s iconic palm-shaped island. The island represents an elliptic curve y² = x³ + ax + b mod M, where M is the number to factor (a product of unknown primes). Fronds are j-invariants classifying curve shapes, points (x, y) are coordinates to probe, and the group order (number of points modulo a hidden prime p) is like the frond’s “explorable paths” bounded by Hasse’s theorem: |#E(Fₚ) — (p+1)| ≤ 2√p.</p>
]]></description><pubDate>Tue, 07 Oct 2025 00:03:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45497772</link><dc:creator>Deeptiman</dc:creator><comments>https://news.ycombinator.com/item?id=45497772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45497772</guid></item><item><title><![CDATA[Palm Jumeirah Island as an anlaogy to explain the Elliptic Curve Method]]></title><description><![CDATA[
<p>Article URL: <a href="https://codingpirate.com/elliptic-curve-method-visualization-for-integer-factorization-the-palm-jumeirah-as-an-analogy-via-63aec62b29bd">https://codingpirate.com/elliptic-curve-method-visualization-for-integer-factorization-the-palm-jumeirah-as-an-analogy-via-63aec62b29bd</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45497771">https://news.ycombinator.com/item?id=45497771</a></p>
<p>Points: 8</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 07 Oct 2025 00:03:54 +0000</pubDate><link>https://codingpirate.com/elliptic-curve-method-visualization-for-integer-factorization-the-palm-jumeirah-as-an-analogy-via-63aec62b29bd</link><dc:creator>Deeptiman</dc:creator><comments>https://news.ycombinator.com/item?id=45497771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45497771</guid></item><item><title><![CDATA[New comment by Deeptiman in "Using Palm Jumeirah's Design to Visualize the Elliptic Curve Method"]]></title><description><![CDATA[
<p>Imagine the Elliptic Curve Method as exploring Palm Jumeirah, Dubai’s iconic palm-shaped island. The island is the elliptic curve (y² = x³ + ax + b (mod M)), a structured algebraic space defined over a composite modulus M. Each frond of the island corresponds to a j-invariant, classifying the curve’s isomorphism class and defining a unique section of the island. Points on the curve (x, y) are like coordinates along a frond, while the group order corresponds to the frond’s area.</p>
]]></description><pubDate>Sun, 05 Oct 2025 23:34:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45486213</link><dc:creator>Deeptiman</dc:creator><comments>https://news.ycombinator.com/item?id=45486213</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45486213</guid></item><item><title><![CDATA[Using Palm Jumeirah's Design to Visualize the Elliptic Curve Method]]></title><description><![CDATA[
<p>Article URL: <a href="https://codingpirate.com/geometric-visualization-of-the-elliptic-curve-method-for-prime-factorization-the-palm-jumeirah-aaa23b888556">https://codingpirate.com/geometric-visualization-of-the-elliptic-curve-method-for-prime-factorization-the-palm-jumeirah-aaa23b888556</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45486212">https://news.ycombinator.com/item?id=45486212</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 05 Oct 2025 23:34:58 +0000</pubDate><link>https://codingpirate.com/geometric-visualization-of-the-elliptic-curve-method-for-prime-factorization-the-palm-jumeirah-aaa23b888556</link><dc:creator>Deeptiman</dc:creator><comments>https://news.ycombinator.com/item?id=45486212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45486212</guid></item><item><title><![CDATA[DIY – UniFi Security Surveillance System Setup]]></title><description><![CDATA[
<p>Article URL: <a href="https://codingpirate.com/diy-unifi-security-surveillance-system-setup-95856f86eea1">https://codingpirate.com/diy-unifi-security-surveillance-system-setup-95856f86eea1</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42485135">https://news.ycombinator.com/item?id=42485135</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 22 Dec 2024 08:41:46 +0000</pubDate><link>https://codingpirate.com/diy-unifi-security-surveillance-system-setup-95856f86eea1</link><dc:creator>Deeptiman</dc:creator><comments>https://news.ycombinator.com/item?id=42485135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42485135</guid></item><item><title><![CDATA[Deep Dive into MongoDB Aggregation Framework]]></title><description><![CDATA[
<p>Complex usage of the MongoDB aggregation framework to retrieve documents from multiple collections using an aggregation pipeline query that will perform much faster than the existing functional Map-reduce models.<p>https://deeptiman.medium.com/deep-dive-into-mongodb-aggregation-framework-25978d3319f9</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29172393">https://news.ycombinator.com/item?id=29172393</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 10 Nov 2021 08:28:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=29172393</link><dc:creator>Deeptiman</dc:creator><comments>https://news.ycombinator.com/item?id=29172393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29172393</guid></item></channel></rss>