<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: Trung0246</title><link>https://news.ycombinator.com/user?id=Trung0246</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Apr 2026 08:39:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Trung0246" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Trung0246 in "John Ternus to become Apple CEO"]]></title><description><![CDATA[
<p>Maybe Mac Mini M5 this year?</p>
]]></description><pubDate>Mon, 20 Apr 2026 20:46:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47840334</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47840334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47840334</guid></item><item><title><![CDATA[New comment by Trung0246 in "Tim Cook Stepping Down"]]></title><description><![CDATA[
<p>Maybe Mac Mini M5 this year?</p>
]]></description><pubDate>Mon, 20 Apr 2026 20:46:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47840323</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47840323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47840323</guid></item><item><title><![CDATA[New comment by Trung0246 in "Textstring"]]></title><description><![CDATA[
<p>Does this use pretext?</p>
]]></description><pubDate>Tue, 31 Mar 2026 22:46:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47594474</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47594474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47594474</guid></item><item><title><![CDATA[New comment by Trung0246 in "Combinators"]]></title><description><![CDATA[
<p>Wikipedia have a pretty good Z combinator demo:
<a href="https://en.wikipedia.org/wiki/Fixed-point_combinator" rel="nofollow">https://en.wikipedia.org/wiki/Fixed-point_combinator</a><p>---<p>const K = <A, B>(a: A) => (_b: B) => a;
const S = <A, B, C>(a: (x: C) => (y: B) => A) => (b: (x: C) => B) => (c: C) => a(c)(b(c));<p>const I = S(K)(K);
const B = S(K(S))(K);
const C = S(B(B)(S))(K(K));
const W = C(S)(I);
const T = C(I);
const V = B(C)(T);
const I1 = C(C(I));
const C1 = B(C);
const R1 = C1(C1);
const V1 = B(R1)(C1);
const I2 = R1(V);<p>const Z = B(W(I1))(V1(B)(W(I2)));</p>
]]></description><pubDate>Tue, 31 Mar 2026 21:34:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47593763</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47593763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47593763</guid></item><item><title><![CDATA[New comment by Trung0246 in "Ohm's Peg-to-WASM Compiler"]]></title><description><![CDATA[
<p>Unfortunately it still unable to handle to context sensitive language which is a deal breaker for me (like C++ raw string as an example).<p><a href="https://github.com/ohmjs/ohm/issues/158" rel="nofollow">https://github.com/ohmjs/ohm/issues/158</a></p>
]]></description><pubDate>Mon, 30 Mar 2026 18:21:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47577838</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47577838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47577838</guid></item><item><title><![CDATA[New comment by Trung0246 in "Running Tesla Model 3's computer on my desk using parts from crashed cars"]]></title><description><![CDATA[
<p>Hi, can you DM the firmware?</p>
]]></description><pubDate>Thu, 26 Mar 2026 19:56:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47534932</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47534932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47534932</guid></item><item><title><![CDATA[New comment by Trung0246 in "Looking at Unity made me understand the point of C++ coroutines"]]></title><description><![CDATA[
<p>Actually you don't even need ASM at all. Just need to have smart use of compiler built-in to make it truly portable. See my composable continuation implementation: <a href="https://godbolt.org/z/zf8Kj33nY" rel="nofollow">https://godbolt.org/z/zf8Kj33nY</a></p>
]]></description><pubDate>Wed, 25 Mar 2026 23:48:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47524904</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47524904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47524904</guid></item><item><title><![CDATA[New comment by Trung0246 in "Sora (Video Model) shut down"]]></title><description><![CDATA[
<p>Can't edit the link but this is the official tweet: <a href="https://x.com/soraofficialapp/status/2036546752535470382" rel="nofollow">https://x.com/soraofficialapp/status/2036546752535470382</a></p>
]]></description><pubDate>Tue, 24 Mar 2026 22:48:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47510638</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47510638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47510638</guid></item><item><title><![CDATA[Sora (Video Model) shut down]]></title><description><![CDATA[
<p>Article URL: <a href="https://xcancel.com/i/status/2036541679679709254#m">https://xcancel.com/i/status/2036541679679709254#m</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47510637">https://news.ycombinator.com/item?id=47510637</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 24 Mar 2026 22:48:40 +0000</pubDate><link>https://xcancel.com/i/status/2036541679679709254#m</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47510637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47510637</guid></item><item><title><![CDATA[New comment by Trung0246 in "Review: Samsung Galaxy S26 Ultra"]]></title><description><![CDATA[
<p>Does Live Caption Translate available? I think that feature is only available for Google Pixel which is unfortunate.</p>
]]></description><pubDate>Wed, 18 Mar 2026 22:09:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47432024</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47432024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47432024</guid></item><item><title><![CDATA[Evaluating Godot (2023)]]></title><description><![CDATA[
<p>Article URL: <a href="https://caseyyano.com/on-evaluating-godot-b35ea86e8cf4">https://caseyyano.com/on-evaluating-godot-b35ea86e8cf4</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47279927">https://news.ycombinator.com/item?id=47279927</a></p>
<p>Points: 18</p>
<p># Comments: 3</p>
]]></description><pubDate>Fri, 06 Mar 2026 19:31:00 +0000</pubDate><link>https://caseyyano.com/on-evaluating-godot-b35ea86e8cf4</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47279927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47279927</guid></item><item><title><![CDATA[New comment by Trung0246 in "Emulating Goto in Scheme with Continuations"]]></title><description><![CDATA[
<p>Here's my very funny implementation of delimited continuation in plain C with zero ASM usage (with help from a specific compiler built-in)<p><a href="https://gist.github.com/Trung0246/8f801058212d3bbbef82690a3155c4ea" rel="nofollow">https://gist.github.com/Trung0246/8f801058212d3bbbef82690a31...</a><p>Demo (old version with outdated compile flag but still works): <a href="https://godbolt.org/z/n9ch4TM3s" rel="nofollow">https://godbolt.org/z/n9ch4TM3s</a><p>It works for gcc/clang/msvc with -O0, -O1, -O2, and even -O3</p>
]]></description><pubDate>Mon, 23 Feb 2026 20:23:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47128247</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=47128247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47128247</guid></item><item><title><![CDATA[New comment by Trung0246 in "How SQLite is tested"]]></title><description><![CDATA[
<p>Interesting, TH3 is proprietary.</p>
]]></description><pubDate>Wed, 17 Dec 2025 20:56:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46305393</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=46305393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46305393</guid></item><item><title><![CDATA[New comment by Trung0246 in "Make images smaller using best-in-class codecs, right in the browser"]]></title><description><![CDATA[
<p>Interesting, maybe mine is a little bit too abstract.</p>
]]></description><pubDate>Mon, 15 Dec 2025 19:53:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46279576</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=46279576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46279576</guid></item><item><title><![CDATA[New comment by Trung0246 in "Make images smaller using best-in-class codecs, right in the browser"]]></title><description><![CDATA[
<p>Surprisingly this also remove synthID.</p>
]]></description><pubDate>Mon, 15 Dec 2025 18:58:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46278742</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=46278742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46278742</guid></item><item><title><![CDATA[New comment by Trung0246 in "Valve: HDMI Forum Continues to Block HDMI 2.1 for Linux"]]></title><description><![CDATA[
<p>Standard link to download: <a href="https://dokumen.pub/download/hdmi-specification-21-high-definition-multimedia-interface-specification-v21-v21nbsped.html" rel="nofollow">https://dokumen.pub/download/hdmi-specification-21-high-defi...</a><p>Alternative: <a href="https://annas-archive.org/md5/4dd395c749519a36cb755e6ebbe48847" rel="nofollow">https://annas-archive.org/md5/4dd395c749519a36cb755e6ebbe488...</a><p>Alternative (incomplete, only couple first page):  <a href="https://device.report/m/91235972e8cbf6d6ce84f7cf84ca0ac12623463530d1f80560f22b47b9ba9858" rel="nofollow">https://device.report/m/91235972e8cbf6d6ce84f7cf84ca0ac12623...</a><p>Other HDMI stuff: <a href="https://pdfhost.io/v/YidEvBDkS_EP92A7E_EP91A7E_DS_V04" rel="nofollow">https://pdfhost.io/v/YidEvBDkS_EP92A7E_EP91A7E_DS_V04</a><p>Older available here: <a href="https://glenwing.github.io/docs/" rel="nofollow">https://glenwing.github.io/docs/</a></p>
]]></description><pubDate>Wed, 10 Dec 2025 20:12:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46223073</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=46223073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46223073</guid></item><item><title><![CDATA[New comment by Trung0246 in "Show HN: I built an interactive HN Simulator"]]></title><description><![CDATA[
<p>LMAO the AI roasting my code hard: <a href="https://news.ysimulator.run/item/2317" rel="nofollow">https://news.ysimulator.run/item/2317</a></p>
]]></description><pubDate>Tue, 25 Nov 2025 10:50:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46044590</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=46044590</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46044590</guid></item><item><title><![CDATA[New comment by Trung0246 in "Spinning Up an Onion Mirror Is Stupid Easy"]]></title><description><![CDATA[
<p>Unfortunately I got a hard crash on go 1.25.3 when running this: <a href="https://github.com/AlexanderYastrebov/onion-vanity-address/issues/2" rel="nofollow">https://github.com/AlexanderYastrebov/onion-vanity-address/i...</a></p>
]]></description><pubDate>Fri, 31 Oct 2025 19:12:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45775608</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=45775608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45775608</guid></item><item><title><![CDATA[New comment by Trung0246 in "It seems like the AI crawlers learned how to solve the Anubis challenges"]]></title><description><![CDATA[
<p>My dumb idea is to encrypt each HTML element as chain of encryption that requires full load of an HTML/JS element to get another key to load another HTML/JS element and so on. Key retrieval can be throttled and mixed between client and server side and embedded with each requests to prevent browser load everything at once.<p>This may tread too close to DRM tho due to element protection scheme.</p>
]]></description><pubDate>Sat, 16 Aug 2025 02:17:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44919552</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=44919552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44919552</guid></item><item><title><![CDATA[New comment by Trung0246 in "Perplexity is using stealth, undeclared crawlers to evade no-crawl directives"]]></title><description><![CDATA[
<p>One way to easily bypass is to let external services fetching robots.txt (archive.org, GitHub actions, etc...) to cache it and either expose through separate apis/webhook/manual download to the actual scrape server.<p>robots txt file size is usually small and would not alert external services.</p>
]]></description><pubDate>Tue, 05 Aug 2025 11:15:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44796663</link><dc:creator>Trung0246</dc:creator><comments>https://news.ycombinator.com/item?id=44796663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44796663</guid></item></channel></rss>