<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: cb321</title><link>https://news.ycombinator.com/user?id=cb321</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 08 Sep 2026 23:34:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cb321" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cb321 in "bzip3"]]></title><description><![CDATA[
<p>Agreed!  Relatedly: <a href="https://news.ycombinator.com/item?id=49599953">https://news.ycombinator.com/item?id=49599953</a></p>
]]></description><pubDate>Mon, 07 Sep 2026 16:47:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49600308</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=49600308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49600308</guid></item><item><title><![CDATA[New comment by cb321 in "bzip3"]]></title><description><![CDATA[
<p>I just tried a tar file of a git clone of the linux kernel sources where the most recent commit is 72c395024dac5e215136cbff793455f065603b06 (early Feb of this year).  zstd -19 got a slightly smaller size (3582930348 bytes vs bz3 -b 511's 3597411687 bytes or 0.4% advantage to zstd).  More significantly 4-core zstd decompression was 2.05 seconds vs a whopping <i>297 seconds</i> for bzip3 -dj4 - 145x or over 2 orders of magnitude slower (about as much time to decode as to encode in the first place).  bzip3 1.5.3 compiled with gcc-16.1.0.  Granted, the .git objects are all compressed already and uncompressed tar-ball was only 5426667520 bytes, but even so...A lot of people care about fast(-ish) decompression.  Maybe I did something wrong?  Maybe `rm -rf .git` first would be a better benchmark?</p>
]]></description><pubDate>Mon, 07 Sep 2026 16:14:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49599953</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=49599953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49599953</guid></item><item><title><![CDATA[New comment by cb321 in "Oceans hit highest temperature on record"]]></title><description><![CDATA[
<p>The "scatter line plot" in TFA is all same shade of red on white with no year labels.  This seems like a missed visualization opportunity.  Using some kind of color scheme/gradient to represent the 1979-2026 years in a way that can show long-term "trend".  (A 50 frame movie at, say, 5 fps with same axes or maybe "all years" as faded background as the current year pops around in bold is another possibility, but a scientific paper format doesn't let people do .mp4s.)  I know I've seen multi-colored "scatter lines" in IPCC reports.  Seemed worth asking rather than doing it myself.</p>
]]></description><pubDate>Mon, 24 Aug 2026 20:47:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49425625</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=49425625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49425625</guid></item><item><title><![CDATA[New comment by cb321 in "Finger: the 1971 social network that never died"]]></title><description><![CDATA[
<p>Don't forget head, tail, mount, strip, touch, etc.<p>My GF when I was first learning these names was convinced the Unix principals did all this quite deliberately and "finger" was her headliner argument.  Evidently, even in 1971 someone complained: <a href="https://blog.robertelder.org/intro-to-pinky-command/" rel="nofollow">https://blog.robertelder.org/intro-to-pinky-command/</a> (relevant to that source, Usenet/Net News/mailing lists may be another social network which never <i>exactly</i> died and even today LKML, zsh-workers, etc. are main communication avenues).</p>
]]></description><pubDate>Tue, 18 Aug 2026 12:00:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49344399</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=49344399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49344399</guid></item><item><title><![CDATA[New comment by cb321 in "Mojo 1.0"]]></title><description><![CDATA[
<p>I only said anything at all because the implication was not "missing minor nits about whatever your favorite proxy for 'will rely' is" but rather "nothing at all".  FWIW, the keyword was "index" and the result was adix, and I only meant the package system & "a" directory were discoverable.  Exact keyword search systems indeed make discovery harder, but that is some whole other complaint.  There are always many complaints.<p>There are a million ways to define both "top 10 language" and "weak std lib", but the C stdlib is not great and C++'s was bad enough to spawn Boost.  And I'm sure many firms all but say "do not use" parts of many top10 stdlibs.  In any event, we don't disagree that Nim's stdlib being stronger would be better or that poor delegation or unconsolidated discussion are problems.  We disagree on very little, including I'm sure that there is more to a PLang than its stdlib.<p>What is present/missing in any stdlib (or really in almost anything period) is also often much more subtle and subjective than simple sales pitches one hears.  To be concrete, there are "useful" (to <i>someone</i>) things in the Nim stdlib not in either Python's or Go's like std/critbits, std/pegs, ropes, packedsets, intsets, editdistance, etc. Nim stdlib substring search behind "xyz".find() is layered to let you, if you want, pre-build a `SkipTable` (the way regex engines let you pre-"compile" regexes).  Subtle in diversity of both kind and granularity and subjective as in "<i>who</i> cares?"<p>Yes, all that and more is all available in all the ecosystems of anything "popular", but that brings you back to "trust proxies", like "prerelease" numbers, a <i>very</i> weak one, IMO. E.g., I have never used a neovim with a version >0.13, but it's been a trooper; one man's 0.7 is another's 7.0. <i>TRUST IS TRICKY!</i>  A count of distinct reliers for some values of "distinct" and "rely" or various update patterns would be better (have their own issues, of course, but at least measures "company" as in "what misery loves", LOL).</p>
]]></description><pubDate>Thu, 13 Aug 2026 16:13:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49288142</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=49288142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49288142</guid></item><item><title><![CDATA[New comment by cb321 in "Mojo 1.0"]]></title><description><![CDATA[
<p>I don't know what @winding means, exactly, but at best this seems highly misleading.  Nim had babel packages by around 2010 (when it was called Nimrod and there was a Tower of Babel name scheme) and then nimble packages since 2014 or so.  Also, literally 30 seconds on <a href="https://nim-lang.org" rel="nofollow">https://nim-lang.org</a> (click on Documentation) and you get to <a href="https://nimble.directory/" rel="nofollow">https://nimble.directory/</a> , search for index and get to adix which has all sorts of efficient Table variants.<p>There has never been much prog.lang. benefit from being "in the stdlib/core" in Nim (unlike Python or Go, say).  The benefit is more "software distribution" for the dependency allergic, but the Nim culture is much less micro-deps than seems in vogue lately.  All that said, I think having a more batteries core distribution is valuable - just less than you might guess - and practically that needs delegation.</p>
]]></description><pubDate>Wed, 12 Aug 2026 21:08:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49278585</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=49278585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49278585</guid></item><item><title><![CDATA[New comment by cb321 in "Decoding the obfuscated bash script on a Uniqlo t-shirt"]]></title><description><![CDATA[
<p>There is a python3 variant in this thread [1], but if that is not "standard enough" (as someone else may have mentioned bash itself is not POSIX), this awk would also work { Warning - this awk is 1000s of times faster than the bash. So, you really probably want that sleep { and sure 100s of times faster yet may be possible. } }:<p><pre><code>    #!/usr/bin/awk -f
    BEGIN {
      # Split on spaces so multi-byte utf8 works
      nText  = split("♥ P E A C E ♥ F O R ♥ A L L", tmp, " ")
      for (i = 0; i < nText; i++) text[i] = tmp[i + 1]
      color0 = 12; color1 = 208  # xterm-256 color cube range
      nColor = color1 - color0   # Could be a pretty gradient
      w = ENVIRON["COLUMNS"]; if (w == "") w = 80
      h = ENVIRON["LINES"];   if (h == "") h = 24
      freq = 0.2
      for (t = 0; 1; t++) {
        x     = int(w/2 + w/4*sin(t*freq) + 0.5)  # x pos ~ sine
        color = color0 + int((nColor*t)/h)%nColor # cycle colors
        ch    = text[t % nText]                   # cycle chars
        printf("%*s\033[38;5;%dm%s\033[m\n", x, "", color, ch)
        fflush()
      # system("sleep 0.1") # awk has no builtin sleep
      }
    }
</code></pre>
As to "bug reports", the T-shirt published script also fails with LC_ALL=C for me as mentioned else-thread.<p>FWIW, I think ancient practice to reach for `bc` instead of `awk` or even the arithmetic built into shells often annoys.  The only reason I keep `bc` installed at all is to compile Linux kernels.  Someone had some patch set to Linux to eliminate this very dependency many years ago now.<p>[1] <a href="https://news.ycombinator.com/item?id=48830669">https://news.ycombinator.com/item?id=48830669</a></p>
]]></description><pubDate>Wed, 08 Jul 2026 21:58:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48837951</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48837951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48837951</guid></item><item><title><![CDATA[New comment by cb321 in "Decoding the obfuscated bash script on a Uniqlo t-shirt"]]></title><description><![CDATA[
<p>That Matrix visual was actually specifically mentioned as an inspiration in the video by the designer being linked to/discussed elsethread (e.g. <a href="https://news.ycombinator.com/item?id=48830326">https://news.ycombinator.com/item?id=48830326</a> )</p>
]]></description><pubDate>Wed, 08 Jul 2026 13:59:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48832079</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48832079</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48832079</guid></item><item><title><![CDATA[New comment by cb321 in "Decoding the obfuscated bash script on a Uniqlo t-shirt"]]></title><description><![CDATA[
<p>FWIW, his screens looked a lot like OSX to me (which tracks with graphic design users in my experience).<p>Anyway, he seems like a very nice fellow and I wish him and almost all T-shirt designers well.  That bash script just gave me a lot of pause.  (And even that seems possibly downstream of him being nice and doing it himself to spare his team from what he called a "FrankenProject".)</p>
]]></description><pubDate>Wed, 08 Jul 2026 13:48:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48831951</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48831951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48831951</guid></item><item><title><![CDATA[New comment by cb321 in "Decoding the obfuscated bash script on a Uniqlo t-shirt"]]></title><description><![CDATA[
<p>Yeah.  The Flask web-page prototype was indeed in Python.  (The prequel shirt was Go.)<p>{ Also, it was my own Py version which I mostly did in case anyone wanted to actually run the thing after such interest was expressed on this thread. :-) }<p>I already said regular devs and LLMs can both gen copy-pasta.  That said, being "mostly" a Python dev, asking some LLM to translate to bash for him seems even more likely to me.  Only he or those close to him knows for sure.  You & I cannot settle it here conclusively (as also said).<p>I also noted from the video that the ♥s (hearts) worked on whatever version of bash he tested with though it failed for me (which is why I wrote that Python).  And his terminal title bar is switching between `tput` and `bc` and such meaning that what he was demoing was not some Python script. ¯\_(ツ)_/¯<p>EDIT: Ah..another resolution of the hearts is to <i>not</i> run in an LC_ALL=C environment.  Oops!  `LC_ALL=en_US.UTF-8 bash ..` fixed it.  Oh well, I think the Python script is nicer in almost every way.  E.g., you could |head -n60 and send it to a line printer/dot matrix reminiscent of the 1980s computers he shows in the video, although your printer driver would have to strip the color escapes with a `sed` or maybe <a href="https://github.com/c-blake/bu/blob/main/noc.nim" rel="nofollow">https://github.com/c-blake/bu/blob/main/noc.nim</a>. ;-)</p>
]]></description><pubDate>Wed, 08 Jul 2026 13:37:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48831809</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48831809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48831809</guid></item><item><title><![CDATA[New comment by cb321 in "Decoding the obfuscated bash script on a Uniqlo t-shirt"]]></title><description><![CDATA[
<p>For anyone that cares, this is a slightly less stupid Python version:<p><pre><code>    #!/usr/bin/env python3
    from os   import environ; E = environ.get
    from math import sin
    from time import sleep
    text = "♥PEACE♥FOR♥ALL" # The text to sine-scroll animate
    nText  = len(text)      # Number of utf8 chars
    freq   = 0.2            # Frequency scaling factor
    color0 = 12             # xt256 Color cube segment 12..<208
    color1 = 208; nColor = color1 - color0
    (w, h) = (int(E("COLUMNS", 80)), int(E("LINES", 24)))
    t = 0
    while True:
        x = (w/2) + (w/4)*sin(t*freq)           # x pos via sine value
        x = max(0, min(w - 1, int(x + 0.5)))    # bound to tty width
        color = color0 + ((nColor*t)//h)%nColor # cycle colors
        ch = text[t%nText]  # Get char & Use xterm-256 color escs
        print("%*s\033[38;5;%sm%s\033[m\n" % (x, "", color, ch))
        t += 1
        sleep(0.1)   # original used bc shell outs to rate-limit
</code></pre>
As mentioned in <a href="https://news.ycombinator.com/item?id=48830634">https://news.ycombinator.com/item?id=48830634</a> , the heart symbols did not otherwise even work for my bash and some have commented on liking the screen saver.</p>
]]></description><pubDate>Wed, 08 Jul 2026 11:45:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48830669</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48830669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48830669</guid></item><item><title><![CDATA[New comment by cb321 in "Decoding the obfuscated bash script on a Uniqlo t-shirt"]]></title><description><![CDATA[
<p>I watched that whole video link - thank you for that - and he doesn't really say. In fact, he spends much more time on the beige color harkening to computer case plastics of the 80s & 90s.<p>The AI not handling the output relates to the <i>final</i> base64 output on the T-shirt (which other comments in this thread mention manually keying in or TFA discusses in the context of OCR).  So, that is just not relevant to the question.<p>What made me start to wonder, personally, was that the output seems identical if you use "♥PEACE♥FOR♥ALL" instead of the version with internal repeats.  <i>IF</i> there is any point to that "manual expansion of the cycles", IMO that deserves a comment much more so than "# Calculate length of text; text_length=".<p>Also, that `echo -n ...` followed by `echo ""` instead of just plain `echo` in the first place seems like the kind of copy-pasta code LLMs generate.  Then again, regular devs also write pretty bad copy-pasta code.<p>There is also this the weirdly "broken down" calculation with 3 `bc` invocations not 1 as if it was translated from a language with more arithmetic/special function power than bash.<p>There is also the color scale stuff done in the loop instead of outside (except the one color=$(..)) which seems very unnatural and also very like machine translation.<p>Also, at least for me, on my bash-5.3.15(1), `char="${text:t % text_length:1}"` does not work to slice out the multi-byte UTF8 heart symbols, but it sure does look like the kind of thing an LLM would do translating from a python3 script (such as something like <a href="https://news.ycombinator.com/item?id=48830669">https://news.ycombinator.com/item?id=48830669</a>) into bash.<p>Another thing is, as others here have observed, there is nothing "gradual" about the xterm-256 color cube.  So, "gradient" is a misnomer and exactly the kind of weird things LLMs do when they cobble text together.<p>Finally, all the tput stuff the script does instead of just "print x spaces" really smells like a human description of the side scroll in the video game graphic he shows inspired him somehow LLM-corrupted/complexified into the vertical scroll terminals do.<p>None of this is <i>conclusive</i>, but the video mentions 2023..2025 as when he did it and given that he was a designer and his concerns more visual than code-oriented, I'd have to say I disagree with your sincere doubt and I do strongly suspect the decoded script was very likely LLM-circa2024-generated, possibly with light post-edits by hand.</p>
]]></description><pubDate>Wed, 08 Jul 2026 11:41:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48830634</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48830634</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48830634</guid></item><item><title><![CDATA[New comment by cb321 in "GLM 5.2 and the coming AI margin collapse"]]></title><description><![CDATA[
<p>That is a good list.  While I'm sure <i>many</i> companies could be added, I only post to include DEC <a href="https://en.wikipedia.org/wiki/Digital_Equipment_Corporation" rel="nofollow">https://en.wikipedia.org/wiki/Digital_Equipment_Corporation</a> whose `vt50/vt100/vtXX` ideas may be with us, in software, for perpetuity unless something like Arcan (<a href="https://arcan-fe.com/" rel="nofollow">https://arcan-fe.com/</a>) ever takes off.</p>
]]></description><pubDate>Tue, 07 Jul 2026 10:59:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48816085</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48816085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48816085</guid></item><item><title><![CDATA[New comment by cb321 in "Explanation of everything you can see in htop/top on Linux (2019)"]]></title><description><![CDATA[
<p>`procs display` (mentioned elsethread <a href="https://news.ycombinator.com/item?id=48788167">https://news.ycombinator.com/item?id=48788167</a> ) supports PSS via its %M format code.<p>One issue with that relative to RSS is permissions.  Historically, all procs could see the RSS used by procs of all other users (at least if they could see the PIDs at all).  So, RSS requires no special permissions, but the Linux kernel team decided PSS should not be as promiscuous for whatever reasons (I didn't do a deep dive).  So, I'm always having to do (the equivalent of) `sudo pu`.</p>
]]></description><pubDate>Sat, 04 Jul 2026 20:11:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48788547</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48788547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48788547</guid></item><item><title><![CDATA[New comment by cb321 in "Explanation of everything you can see in htop/top on Linux (2019)"]]></title><description><![CDATA[
<p>A different usage paradigm from *top that I have come to like better is to do differential ps-like reports and system-wide (like vmstat) reports which leaves everything in your terminal scrollback buffer as in: <a href="https://github.com/c-blake/procs" rel="nofollow">https://github.com/c-blake/procs</a> { written in the uncommonly efficient, expressive Nim programming language }.</p>
]]></description><pubDate>Sat, 04 Jul 2026 19:27:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48788167</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48788167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48788167</guid></item><item><title><![CDATA[New comment by cb321 in "The Garbage Collection Handbook: The Art of Automatic Memory Management (2nd Ed) (2023)"]]></title><description><![CDATA[
<p>I don't really disagree much with what you said. My favored PLang Nim (<a href="https://nim-lang.org/" rel="nofollow">https://nim-lang.org/</a> -- it has both `ref` and `ptr` styles of pointer, one auto-managed, one manually managed) even changed a while back it's `nim c --gc=x` command-line language to `nim c --mm=x`, and I was in favor of said change.<p>However, it does inspire me to write.. The kernel of all this terminology confusion is under-exposure of industrial programmers to not just academic terminology, but also the very design space you mention (which has always been nicely covered by Jones' outstanding book).  Just to take an example from the root of this thread:<p>>widespread common usage of the term “garbage collected programming language” which specifically contrasts manual languages like C++ or Rust against garbage collected ones<p>Boehm-Wiser conservative collection for <i>C</i>, among the most manual languages of all, pre-dates its very first ANSI 1989 standard.<p>This underexposure itself is downstream of the kinds of oversimplifications/lies of marketing and in this particular case came from Java.  The evolution I witnessed was roughly 1) linking Boehm with -lgc and deleting (or #define'ing away) all your `free()` calls is conservative - to be <i>precise</i> you need compiler aid and a lot of programmers are "not perfect==awful" personality types, 2) Sun Microsystems wants to leverage a lot of reliability issues with C code and become <i>The</i> Platform and spends <i>gobs</i> of money to win hearts & minds, partly succeeding, 3) part of its ad-warfare against the then WIntel hegemony and/or tutorials/introductory material for Junior Programmers (<i>often</i> the target of "be more reliable" material) plays fast & loose with GC terminology because marketing plays fast & loose structurally for fun but mostly profit, 4) because human language really does == language usage a la Quine, everyone in the industry re-defines what "GC" means to bind it to a programming language instead of to a specific run-time, 5) industry & academics use different language, confusion ensues and so here we are.<p>This is not even the 100th time that either explicit or implicit forces of marketing have achieved confusion analogously to this.  If you believe most people don't need much of what they spend on then confusion is arguably intrinsic to marketing of ideas/products.  The highly misleading but suggestive metaphorical language used all over "AI" in both research and in product-lines is a more current case of this, leading anyone who knows much to have to qualify "not AGI" or other such junk just to have a conversation.<p>So, what is my point?  Basically just that the larger problem here will persist as long as there is money to be made/attention to be garnered by sowing confusion/having people talk past each other/think some product is more than it really is.  I have no meta-strategy in my back pocket to block these successful confusions, but it does seem worth being aware of it.</p>
]]></description><pubDate>Fri, 26 Jun 2026 11:02:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48685162</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48685162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48685162</guid></item><item><title><![CDATA[New comment by cb321 in "Nim Conf 2026 (Online, Sat June 20)"]]></title><description><![CDATA[
<p>For those new to the topic and less patient than "full conference" levels of attention, it doesn't cover things like UFCS/command-call, user-defined operators, or many other details, but for its incredibly short run-time, this video might give you a tiny taste of the flavor: <a href="https://www.youtube.com/watch?v=WHyOHQ_GkNo" rel="nofollow">https://www.youtube.com/watch?v=WHyOHQ_GkNo</a></p>
]]></description><pubDate>Thu, 18 Jun 2026 12:53:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48584559</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48584559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48584559</guid></item><item><title><![CDATA[New comment by cb321 in "Nim Conf 2026 (Online, Sat June 20)"]]></title><description><![CDATA[
<p>This may seem like a modern conflict, but what I like about your post is its more general human cognitive orientation.  Since to each new generation <i>everything</i> is new, people tend to forget that this kind of tension goes back to the dawn of programming with Fortran and Lisp, or even earlier if you count various notations for math.<p>FWIW, CPUs/hardware structurally do not have quite as much luxury for dynamism/monotyped things.  So, all this does connect with how tight/abstract a bridge to the hardware world one cares about (which just varies).  That naturally connects to performance, but that also becomes tricky once one moves to pragmatic problem decomposition over purity (e.g. <i>NOT</i> "<i>pure</i>" Python or "<i>pure</i>" Ruby).  In my experience, people tend to overvalue purity as much as they tend to over-simplify. :-)</p>
]]></description><pubDate>Thu, 18 Jun 2026 11:28:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48583777</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48583777</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48583777</guid></item><item><title><![CDATA[New comment by cb321 in "Performance of Rust Language [pdf]"]]></title><description><![CDATA[
<p>You can see all the details at: <a href="https://github.com/mratsim/constantine" rel="nofollow">https://github.com/mratsim/constantine</a> , but to answer your "how" question briefly here, something Nim shares with most (all?) "systems programming languages" is "easy" integration with assembly languages -- whatever the backend for "most" compiled code is (whatever that "most" even is - weighted by any number of measures of static source size or dynamic instruction counts). Of course, hand-rolled assembly can cost you a lot in portability/effort to port to new platforms/etc.<p>The entire concept of the "performance of a PLang" in terms of the run-time of programs written "mostly in it" is rather seriously under-specified, TBH.  This is (or should be) uncontentious in spite of the slew of articles with titles like the one for this thread.</p>
]]></description><pubDate>Tue, 26 May 2026 15:31:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48281161</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48281161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48281161</guid></item><item><title><![CDATA[New comment by cb321 in "Leaving the Physical World"]]></title><description><![CDATA[
<p>Ah.  Good searching!  So, maybe the 800,000 computers was "in DNS but un-pingable IP hosts" (dial-up was a big then then) or maybe included non-IP "networked" hosts or who knows..  Anyway, I agree that your finds make it more likely to be 1992/3 than 1994.  Thanks!</p>
]]></description><pubDate>Thu, 14 May 2026 15:43:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48137099</link><dc:creator>cb321</dc:creator><comments>https://news.ycombinator.com/item?id=48137099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48137099</guid></item></channel></rss>