<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: luismedel</title><link>https://news.ycombinator.com/user?id=luismedel</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 16 Jun 2026 16:53:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=luismedel" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by luismedel in "Fluid Simulation for Dummies (2006)"]]></title><description><![CDATA[
<p>Nice.<p>The earliest jaw-dropping water effect I saw (and somewhat understood at 14) was the awesome credits scene from the Iguana's Earthquake demo[0].<p>The code[1] contains the following explanation (ancient DOS chars fixed with chatGPT)<p><pre><code>  ; // UpdateTable : performs one integration step on U[CT]
  ; Differential equation is:  u  = a²( u  + u  )
  ;                             tt       xx   yy
  ;
  ; Where a² = tension * gravity / surface_density.
  ;
  ; Approximating second derivatives by central differences:
  ;
  ;  [ u(t+1)-2u(t)+u(t-1) ] / Δt² = a² (u(x+1)+u(x-1)+u(y+1)+u(y-1)-4u) / h²
  ;
  ; (where Δt = time step, h=Δx=Δy = mesh resolution)
  ;
  ; From where u(t+1) may be calculated as:
  ;                   ┌   1   ┐
  ; u(t+1) = a²Δt²/h² │ 1 0 1 │u - u(t-1) + (2-4a²Δt²/h²)u
  ;                   └   1   ┘
  ;
  ; When a²Δt²/h² = ½ last term vanishes, giving:
  ;                   ┌   1   ┐
  ;        u(t+1) = ½ │ 1 0 1 │u - u(t-1)
  ;                   └   1   ┘
  ;
  ; This needs only 4 ADD/SUB and one SAR operation per mesh point!

</code></pre>
[0] <a href="https://www.pouet.net/prod.php?which=364" rel="nofollow">https://www.pouet.net/prod.php?which=364</a><p>[1] <a href="https://hornet.org/code/demosrc/demos/hq_water.zip" rel="nofollow">https://hornet.org/code/demosrc/demos/hq_water.zip</a></p>
]]></description><pubDate>Thu, 04 Jun 2026 12:37:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48397779</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=48397779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48397779</guid></item><item><title><![CDATA[New comment by luismedel in "Magnifica Humanitas"]]></title><description><![CDATA[
<p>Politics, football (soccer) and religion are always very sensitive topics.<p>Maybe the OP's "not that important" was an unfortunate way to put it.<p>I think the answers you ask for are in Ordinatio Sacerdotalis[0]<p>[0] <a href="https://www.vatican.va/content/john-paul-ii/en/apost_letters/1994/documents/hf_jp-ii_apl_19940522_ordinatio-sacerdotalis.html" rel="nofollow">https://www.vatican.va/content/john-paul-ii/en/apost_letters...</a></p>
]]></description><pubDate>Mon, 25 May 2026 19:24:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48270636</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=48270636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48270636</guid></item><item><title><![CDATA[New comment by luismedel in "Magnifica Humanitas"]]></title><description><![CDATA[
<p>Catholics.</p>
]]></description><pubDate>Mon, 25 May 2026 19:18:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48270571</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=48270571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48270571</guid></item><item><title><![CDATA[New comment by luismedel in "Show HN: Oberon System 3 runs natively on Raspberry Pi 3 (with ready SD card)"]]></title><description><![CDATA[
<p>Exactly. I knew what the link was about and didn't study at ETH Zurich. I (mistakenly?) think Oberon is that kind of "roots knowledge" shared between all of us, like Lisp or Forth. That's why I asked when one should stop clarifying things. Maybe some people need to know what a compiler os, or a VM, or a windowing system, or ...whatever.<p>What I mean is that having so much info at the toe of our tips, comments like "you should put a link about what this thing is" are needless.</p>
]]></description><pubDate>Mon, 13 Apr 2026 15:42:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47753662</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=47753662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47753662</guid></item><item><title><![CDATA[New comment by luismedel in "Show HN: Oberon System 3 runs natively on Raspberry Pi 3 (with ready SD card)"]]></title><description><![CDATA[
<p>Honest question. Where does one stop clarifying things?</p>
]]></description><pubDate>Mon, 13 Apr 2026 15:06:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47753098</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=47753098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47753098</guid></item><item><title><![CDATA[Encode/httpx: Closing off access]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/encode/httpx/discussions/3784">https://github.com/encode/httpx/discussions/3784</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47333647">https://news.ycombinator.com/item?id=47333647</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 11 Mar 2026 10:01:10 +0000</pubDate><link>https://github.com/encode/httpx/discussions/3784</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=47333647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47333647</guid></item><item><title><![CDATA[The Styx Architecture for Distributed Systems (1999)]]></title><description><![CDATA[
<p>Article URL: <a href="https://inferno-os.org/inferno/papers/styx.html">https://inferno-os.org/inferno/papers/styx.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46944919">https://news.ycombinator.com/item?id=46944919</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 09 Feb 2026 13:21:22 +0000</pubDate><link>https://inferno-os.org/inferno/papers/styx.html</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=46944919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46944919</guid></item><item><title><![CDATA[New comment by luismedel in "Snow Simulation Toy"]]></title><description><![CDATA[
<p>I always loved that intro too [0] :-) I implemented the effect in Pascal back then.<p>FYI, you can download the source code [1].<p>[0] <a href="https://news.ycombinator.com/item?id=31311461">https://news.ycombinator.com/item?id=31311461</a>
[1] <a href="http://ftp.lanet.lv/ftp/mirror/x2ftp/msdos/programming/iguana/blaster2.arj" rel="nofollow">http://ftp.lanet.lv/ftp/mirror/x2ftp/msdos/programming/iguan...</a></p>
]]></description><pubDate>Tue, 27 Jan 2026 15:08:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46780990</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=46780990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46780990</guid></item><item><title><![CDATA[New comment by luismedel in "30 Years of ReactOS"]]></title><description><![CDATA[
<p>What if the agents were trained by leaked Microsoft code?</p>
]]></description><pubDate>Thu, 22 Jan 2026 14:28:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46719657</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=46719657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46719657</guid></item><item><title><![CDATA[Aiocop: Non-intrusive monitoring for Python asyncio event loop blocks]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Feverup/aiocop">https://github.com/Feverup/aiocop</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46526919">https://news.ycombinator.com/item?id=46526919</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 07 Jan 2026 14:45:36 +0000</pubDate><link>https://github.com/Feverup/aiocop</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=46526919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46526919</guid></item><item><title><![CDATA[Gnumeric]]></title><description><![CDATA[
<p>Article URL: <a href="https://gnome.pages.gitlab.gnome.org/gnumeric-web/">https://gnome.pages.gitlab.gnome.org/gnumeric-web/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46443847">https://news.ycombinator.com/item?id=46443847</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 31 Dec 2025 13:19:29 +0000</pubDate><link>https://gnome.pages.gitlab.gnome.org/gnumeric-web/</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=46443847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46443847</guid></item><item><title><![CDATA[New comment by luismedel in "Ask HN: What is the most important thing in life?"]]></title><description><![CDATA[
<p>Perfect answer, fellow cimmerian.</p>
]]></description><pubDate>Mon, 17 Nov 2025 12:56:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45953163</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=45953163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45953163</guid></item><item><title><![CDATA[New comment by luismedel in ".NET MAUI is coming to Linux and the browser"]]></title><description><![CDATA[
<p>Honestly, I feel that everything UI related has gone backwards to the stone age.<p>I wonder how hard would it be to go back to visual designers like we had with Delphi or VB6. There were flexible layout container components which helped a lot when adapting forms to varying screen resolutions.</p>
]]></description><pubDate>Wed, 12 Nov 2025 07:45:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45897385</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=45897385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45897385</guid></item><item><title><![CDATA[New comment by luismedel in "AOL to be sold to Bending Spoons for $1.5B"]]></title><description><![CDATA[
<p>All companies I've worked at had (paid) on-call set up. The right to disconnect isn't incompatible with business needs and the law contemplates it. Also, nurses and doctors do it too.</p>
]]></description><pubDate>Wed, 29 Oct 2025 22:21:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45753858</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=45753858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45753858</guid></item><item><title><![CDATA[Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rochus-keller/Are-we-fast-yet">https://github.com/rochus-keller/Are-we-fast-yet</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45715873">https://news.ycombinator.com/item?id=45715873</a></p>
<p>Points: 91</p>
<p># Comments: 25</p>
]]></description><pubDate>Sun, 26 Oct 2025 23:08:09 +0000</pubDate><link>https://github.com/rochus-keller/Are-we-fast-yet</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=45715873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45715873</guid></item><item><title><![CDATA[Microsoft/Detours: A package for monitoring and instrumenting Win32 API calls]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/microsoft/Detours">https://github.com/microsoft/Detours</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45613894">https://news.ycombinator.com/item?id=45613894</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 17 Oct 2025 06:38:14 +0000</pubDate><link>https://github.com/microsoft/Detours</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=45613894</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45613894</guid></item><item><title><![CDATA[New comment by luismedel in "Chat-GPT becomes Sex-GPT for verified adults"]]></title><description><![CDATA[
<p>Another kind of porn?</p>
]]></description><pubDate>Thu, 16 Oct 2025 13:22:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45605032</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=45605032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45605032</guid></item><item><title><![CDATA[U++ – Cross-Platform App Development Framework]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ultimatepp.org/">https://www.ultimatepp.org/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45588768">https://news.ycombinator.com/item?id=45588768</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 15 Oct 2025 06:31:41 +0000</pubDate><link>https://www.ultimatepp.org/</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=45588768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45588768</guid></item><item><title><![CDATA[New comment by luismedel in "Tcl-Lang Showcase"]]></title><description><![CDATA[
<p>I remember not only running commands while debugging. I remember moving the program counter back, until a statement above my breakpoint, making live changes in the code and stepping it again until the breakpoint to see the effects of my changes without needing to restart the program.</p>
]]></description><pubDate>Wed, 08 Oct 2025 11:29:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45514905</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=45514905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45514905</guid></item><item><title><![CDATA[Tcl-Lang Showcase]]></title><description><![CDATA[
<p>Article URL: <a href="https://wiki.tcl-lang.org/page/Showcase">https://wiki.tcl-lang.org/page/Showcase</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45502784">https://news.ycombinator.com/item?id=45502784</a></p>
<p>Points: 121</p>
<p># Comments: 44</p>
]]></description><pubDate>Tue, 07 Oct 2025 13:25:33 +0000</pubDate><link>https://wiki.tcl-lang.org/page/Showcase</link><dc:creator>luismedel</dc:creator><comments>https://news.ycombinator.com/item?id=45502784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45502784</guid></item></channel></rss>