<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: longemen3000</title><link>https://news.ycombinator.com/user?id=longemen3000</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 05 May 2026 08:40:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=longemen3000" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by longemen3000 in "Show HN: Free textbook on engineering thermodynamics"]]></title><description><![CDATA[
<p>Hello,<p>The textbook seems nice and clear. The only nitpick i have is that it should talk more about equations of state. I understand that it may not be the focus of the text, but mentioning the current state of equations of state (SAFTs, cubics, multiparameter) would help guide readers looking on how to generate their own steam tables for their fluid of interest, even if the advice is just "go use CoolProp"<p>On the other hand, i really like the ilustrations on turbomachinery, helps ground the theoretical content.</p>
]]></description><pubDate>Sun, 26 Apr 2026 19:36:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47913288</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=47913288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47913288</guid></item><item><title><![CDATA[New comment by longemen3000 in "The most famous transcendental numbers"]]></title><description><![CDATA[
<p>some constants that may or may not be transcendental:
- Percolation Thresholds: <a href="https://en.wikipedia.org/wiki/Percolation_threshold" rel="nofollow">https://en.wikipedia.org/wiki/Percolation_threshold</a>
- Critical scalings in 3d: <a href="https://en.wikipedia.org/wiki/Universality_class#Ising_model" rel="nofollow">https://en.wikipedia.org/wiki/Universality_class#Ising_model</a></p>
]]></description><pubDate>Thu, 01 Jan 2026 00:36:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46449931</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=46449931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46449931</guid></item><item><title><![CDATA[New comment by longemen3000 in "Programmers and software developers lost the plot on naming their tools"]]></title><description><![CDATA[
<p>That is one thing i like about the Julia package ecosystem. The general Registry (where package metadata is stored and where you go to register a new package), recommends using explicit names over short acronyms. For example, DifferentialEquations.jl is a package that does differential equations in julia (recognizable via the .jl suffix). What does Garlic.jl do? Exactly, garlic (the vegetable) modelling.</p>
]]></description><pubDate>Fri, 12 Dec 2025 02:59:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46240385</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=46240385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46240385</guid></item><item><title><![CDATA[New comment by longemen3000 in "APE – 0: An LLM Co-Pilot for Chemical Process Design"]]></title><description><![CDATA[
<p>It seems like this uses DWSIM under the hood for the simulations? Cool project</p>
]]></description><pubDate>Mon, 12 May 2025 18:37:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=43966187</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=43966187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43966187</guid></item><item><title><![CDATA[New comment by longemen3000 in "Google lays off its Python team"]]></title><description><![CDATA[
<p>_ is for Alphabet</p>
]]></description><pubDate>Sun, 28 Apr 2024 14:31:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=40188863</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=40188863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40188863</guid></item><item><title><![CDATA[New comment by longemen3000 in "7.4 earthquake in Taiwan, 34km depth"]]></title><description><![CDATA[
<p>a 3-meter high wall of water is not really good either, due to kinetic energies, if no significant tsunami coastal protections, that water flow can reach far inland</p>
]]></description><pubDate>Wed, 03 Apr 2024 01:18:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=39912643</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=39912643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39912643</guid></item><item><title><![CDATA[New comment by longemen3000 in "The Rise and Fall of CORBA (2006)"]]></title><description><![CDATA[
<p>CORBA is used in the chemical industry (CAPE-OPEN standard) <a href="https://www.colan.org/" rel="nofollow noreferrer">https://www.colan.org/</a></p>
]]></description><pubDate>Sat, 01 Jul 2023 06:38:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=36547350</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=36547350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36547350</guid></item><item><title><![CDATA[New comment by longemen3000 in "In Erlang/OTP 27, +0.0 will no longer be exactly equal to -0.0"]]></title><description><![CDATA[
<p>i don't use Erlang (mainly Julia), but this change makes a lot of sense. in Julia, there is the == operator (value equality) and the === operator (value egality). 0.0 == -0.0,because they have the same "value". but they aren't identical (the bits are different), so !(0.0 === -0.0).</p>
]]></description><pubDate>Wed, 10 May 2023 02:39:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=35883015</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=35883015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35883015</guid></item><item><title><![CDATA[New comment by longemen3000 in "Mojo – a new programming language for AI developers"]]></title><description><![CDATA[
<p>i don't think so</p>
]]></description><pubDate>Tue, 02 May 2023 19:21:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=35792766</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=35792766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35792766</guid></item><item><title><![CDATA[New comment by longemen3000 in "Why are lithium prices collapsing?"]]></title><description><![CDATA[
<p>tianqi sold all his shares of SQM (one of Chile lithium companies, around 23%) after the announcement.
The situation of the lithium in Chile is very particular. in the Pinochet dictatorship, litium was nationalized, because it was a key ingredient of atomic bombs (and not much else at that time), and USA didn't want other countries to access the resource, so all current mines are in a lease contract (Albemarle until 2043, SQM until 2030). the new proposition opens new zones for exploitation, in exchange of the public-private parnership</p>
]]></description><pubDate>Sun, 30 Apr 2023 16:38:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=35764209</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=35764209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35764209</guid></item><item><title><![CDATA[New comment by longemen3000 in "Why are lithium prices collapsing?"]]></title><description><![CDATA[
<p>"Fun" fact about that, it was nationalized because it is a material for use in atomic bombs, in the 70 and 80 there wasn't another use for large scale lithium mining, except for that</p>
]]></description><pubDate>Sun, 30 Apr 2023 16:29:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=35764118</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=35764118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35764118</guid></item><item><title><![CDATA[New comment by longemen3000 in "Beyond automatic differentiation"]]></title><description><![CDATA[
<p>seems vaguely like McCornick relaxations? <a href="https://optimization.cbe.cornell.edu/index.php?title=McCormick_envelopes" rel="nofollow">https://optimization.cbe.cornell.edu/index.php?title=McCormi...</a></p>
]]></description><pubDate>Fri, 14 Apr 2023 21:42:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=35575168</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=35575168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35575168</guid></item><item><title><![CDATA[New comment by longemen3000 in "Nvidia Unveils CuLitho: A “Breakthrough in Computational Lithography”"]]></title><description><![CDATA[
<p>well, thermo is from the greek word thérmē meaning heat. we use the termo- suffix for all things that involve heat (thermodynamics -> termodinámica, thermometer -> termómetro)</p>
]]></description><pubDate>Mon, 27 Mar 2023 01:56:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=35321997</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=35321997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35321997</guid></item><item><title><![CDATA[New comment by longemen3000 in "Twitter Lost $60M a Year Because 390 Telcos Used Bot Accounts to Pump A2P SMS"]]></title><description><![CDATA[
<p>I suppose that Twitter has to pay each time a SMS is sent (ar at least, they pay according to the amount of SMS generated), so the bots pump that amount?</p>
]]></description><pubDate>Sat, 18 Feb 2023 16:04:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=34847888</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=34847888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34847888</guid></item><item><title><![CDATA[New comment by longemen3000 in "Argentina Wins the World Cup"]]></title><description><![CDATA[
<p>grande messi!</p>
]]></description><pubDate>Sun, 18 Dec 2022 19:53:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=34042157</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=34042157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34042157</guid></item><item><title><![CDATA[New comment by longemen3000 in "Instagram gets worse with dark patterns lifted from TikTok"]]></title><description><![CDATA[
<p>for instagram, i just gave up looking at the feed and just look at the posts that a group chat sends</p>
]]></description><pubDate>Tue, 26 Jul 2022 03:28:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=32233913</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=32233913</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32233913</guid></item><item><title><![CDATA[New comment by longemen3000 in "Jax vs. Julia (Vs PyTorch)"]]></title><description><![CDATA[
<p>yeah, my systems are really small in comparison (1-20) but with higher order derivatives (up to 4th order), so reverse AD is not the best in that regard</p>
]]></description><pubDate>Wed, 04 May 2022 23:44:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=31267397</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=31267397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31267397</guid></item><item><title><![CDATA[New comment by longemen3000 in "Jax vs. Julia (Vs PyTorch)"]]></title><description><![CDATA[
<p>I feel called out on the academic part hahaah. I simply want to code state of the art (thermodynamic) models, and at least julia helps by providing easy testing and publishing infraestructure. but obviously we can't compete with a corporation in code quality (we are trying!)<p>Unrelated, but for small sizes, i really prefer to use forward mode in julia (Via ForwardDiff.jl) instead of Zygote. the overhead of reverse ADing over an arbitrary function with mutation is not worth it.</p>
]]></description><pubDate>Wed, 04 May 2022 22:27:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=31266669</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=31266669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31266669</guid></item><item><title><![CDATA[New comment by longemen3000 in "What Is a Supercritical Fluid?"]]></title><description><![CDATA[
<p>Of course! we are urgently in need of a "critical boiling" relation. At the moment we are using critical isochores as a way to "extend" the saturation curve, but it is less than ideal (at least they can be calculated quickly).<p>I agree with the Widom line, at the moment i haven't found any concrete relation to calculate those from a equation of state functional. if there is something concrete, i would be glad to code it.</p>
]]></description><pubDate>Sun, 03 Apr 2022 20:37:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=30900400</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=30900400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30900400</guid></item><item><title><![CDATA[New comment by longemen3000 in "What Is a Supercritical Fluid?"]]></title><description><![CDATA[
<p>We have a solver for the pure critical point, that just finds the (v,T) coordinate that satisfies dP/dV = 0 = d²P/dV². of course, not all EoS can even satisfy this condition. Cubics have the correct temperature and pressure (by definition) but fail on volume. SAFT equations and all EoS with association terms predicts critical points with temperatures higher than the experimental ones. a lot of MultiParameter EoS (like IAWPS95, the standard for pure water) have some anomalies at the vicinity of the critical point. Nevertheless, finding such critical points, however far from reality are from the Real fluid that is trying to represent, helps on finding where are your properties in the phase diagram. In practice, you never stay at the critical point, you pass near it and you can tell by some properties that you are passing near it.<p>There is also new developments on "Phase equilibria" over the critical point,because it seems that supercritical fluids do present some sort of continuous phase transition between a liquid-like state and a gas-like state. there is this thing named the widom line that marks this separation, But not all EoS even present this line..., "are there phases in the supercritical fluid?" is a research question in that sense.</p>
]]></description><pubDate>Sun, 03 Apr 2022 03:26:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=30894128</link><dc:creator>longemen3000</dc:creator><comments>https://news.ycombinator.com/item?id=30894128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30894128</guid></item></channel></rss>