<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: tstack</title><link>https://news.ycombinator.com/user?id=tstack</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 10:22:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tstack" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tstack in "Log File Viewer for the Terminal"]]></title><description><![CDATA[
<p>re: man page - It looks like there is no support for man pages from the snap infrastructure.  So, there's not much I can do.<p>The "stable" version of the snap is really old (circa 2023) at this point because I have been shy about bumping it.  The candidate and edge versions are more recent and should be more usable.<p>Thanks for your time.</p>
]]></description><pubDate>Wed, 25 Mar 2026 17:00:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47520090</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=47520090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47520090</guid></item><item><title><![CDATA[New comment by tstack in "Log File Viewer for the Terminal"]]></title><description><![CDATA[
<p>> Kinda neat but I had trouble using it. Not sure what it is doing or what it is even showing me.<p>Can you elaborate a little more?  lnav behaves like a pager with the conventional hotkeys for basic stuff.  I'm not sure what else you are expecting.<p>> Also a nitpick but the colors are quite garish<p>I enjoy colors, so there's a lot going on by default.  There are several themes builtin.  You can configure the "grayscale" theme by running:<p><pre><code>    :config /ui/theme grayscale</code></pre></p>
]]></description><pubDate>Tue, 24 Mar 2026 18:38:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47507210</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=47507210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47507210</guid></item><item><title><![CDATA[New comment by tstack in "Log File Viewer for the Terminal"]]></title><description><![CDATA[
<p>Oof, sorry you had such a bad experience.<p>> but there is no obvious way to exit. I tried Q,q<p>It's not very responsive during initial indexing, which is something I need to improve.  Pressing `q` should work to exit in general, though.  Pressing CTRL-C three times in quick succession will force quit it.<p>It would help to know which version you tried.  Things have gotten better over the years.<p>> I tried `man lnav` in separate terminal - but no man page is provided.<p>A man page exists, but only contains basic information.  The builtin help text is much more extensive and can be viewed by running:<p><pre><code>    lnav -H
</code></pre>
There is also the documentation website: <a href="https://docs.lnav.org/" rel="nofollow">https://docs.lnav.org/</a><p>> `ps` shows 3 processes which would not die with SIGTERM, have to `kill -9`.<p>Older versions of lnav would use readline for the prompt and had to run it in a separate process because of "reasons".  More recent versions have a custom prompt and don't require the extra processes.</p>
]]></description><pubDate>Tue, 24 Mar 2026 16:10:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47504865</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=47504865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47504865</guid></item><item><title><![CDATA[New comment by tstack in "Log File Viewer for the Terminal"]]></title><description><![CDATA[
<p>Yep, I would say the stiffest competition for lnav is the old tools[1].  I would just hope folks could have an open mind and give "new" things a chance (although lnav has been on github for 17 years).<p>[1] - <a href="https://lnav.org/2013/09/10/competing-with-tail.html" rel="nofollow">https://lnav.org/2013/09/10/competing-with-tail.html</a></p>
]]></description><pubDate>Tue, 24 Mar 2026 15:15:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47503906</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=47503906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47503906</guid></item><item><title><![CDATA[New comment by tstack in "Log File Viewer for the Terminal"]]></title><description><![CDATA[
<p>> At that time lnav basically just kept everything in memory.<p>lnav has never really kept the contents of files in memory.  It does build an index of every line in a file.  One exception is that it will decompress small gzip files and keep them in memory as a tradeoff from decompressing on the fly.<p>The memory consumption has never been a problem for me.  So, it's not something I've ever focused on.</p>
]]></description><pubDate>Tue, 24 Mar 2026 14:55:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47503567</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=47503567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47503567</guid></item><item><title><![CDATA[New comment by tstack in "Log File Viewer for the Terminal"]]></title><description><![CDATA[
<p>Speaking as the author, I too wish it was written in Rust.  But, I started it in 2007 when I needed to get practice with C++ for work.  At this point, there's so much code in lnav, rewriting would be a long process.  There are some sub-components[1] that are written in Rust though.<p>A new project called logana[2] is written in Rust and is headed in a good direction.  Use/contribute to that if you're really interested.<p>[1] - <a href="https://github.com/tstack/lnav/tree/master/src/third-party/lnav-rs-ext" rel="nofollow">https://github.com/tstack/lnav/tree/master/src/third-party/l...</a><p>[2] - <a href="https://github.com/pauloremoli/logana/" rel="nofollow">https://github.com/pauloremoli/logana/</a></p>
]]></description><pubDate>Tue, 24 Mar 2026 14:31:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47503156</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=47503156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47503156</guid></item><item><title><![CDATA[New comment by tstack in "Assorted less(1) tips"]]></title><description><![CDATA[
<p>To elaborate on this, lnav (<a href="https://lnav.org" rel="nofollow">https://lnav.org</a>) is always polling files to check for new data and will load it in automatically.  It does not require the user to do anything.<p>As far as following the tail of the file: if the focused line is at the end of the file, the display will scroll automatically; otherwise, the display will stick to the current position.  Also, if there is a search active, matches in the new data will be found and highlighted.</p>
]]></description><pubDate>Sat, 03 Jan 2026 19:06:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46480291</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=46480291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46480291</guid></item><item><title><![CDATA[New comment by tstack in "Assorted less(1) tips"]]></title><description><![CDATA[
<p>> It’s a bit odd to use<p>I would say it's a bad UX and not just odd.  I can't see any benefit to making it modal.  It should just load new data as it becomes available without making the user do anything.</p>
]]></description><pubDate>Sat, 03 Jan 2026 19:02:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46480252</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=46480252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46480252</guid></item><item><title><![CDATA[New comment by tstack in "1300 Still Images from the Animated Films of Hayao Miyazaki's Studio Ghibli (2023)"]]></title><description><![CDATA[
<p>I tend to agree with ProZD's tier list[1] where "Kiki's Delivery Service", "Porco Rosso", and "Totoro" are at S rank.  Those might also be a good introduction since they're pretty "normal".<p>[1] - <a href="https://www.youtube.com/watch?v=g_8uHtL6V0Y" rel="nofollow">https://www.youtube.com/watch?v=g_8uHtL6V0Y</a></p>
]]></description><pubDate>Sat, 13 Dec 2025 12:52:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46254190</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=46254190</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46254190</guid></item><item><title><![CDATA[New comment by tstack in "Learning to Boot from PXE"]]></title><description><![CDATA[
<p>> There's also a new "https boot", which is supposed to be a PXE replacement, but TLS certs have time validity windows, and some clients may not have an RTC, or might have a dead CMOS battery, and those might not boot if the date is wrong.<p>I think the lack of entropy right after boot can also be a problem for the RNG.  But, maybe that has been solved in more modern hardware.</p>
]]></description><pubDate>Wed, 19 Nov 2025 18:16:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45982870</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=45982870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45982870</guid></item><item><title><![CDATA[New comment by tstack in "Heartbeats in Distributed Systems"]]></title><description><![CDATA[
<p>> ... push it into overload ...<p>Oh, oh, I get to talk about my favorite bug!<p>I was working on network-booting servers with iPXE and we got a bug saying that things were working fine until the cluster size went over 4/5 machines.  In a larger cluster, machines would not come up from a reboot.  I thought QA was just being silly, why would the size of the cluster matter?  I took a closer look and, sure enough, was able to reproduce the bug.  Basically, the machine would sit there stuck trying to download the boot image over TCP from the server.<p>After some investigation, it turned out to be related to the heartbeats sent between machines (they were ICMP pings).  Since iPXE is a very nice and fancy bootloader, it will happily respond to ICMP pings.  Note that, in order to do this, it would do an ARP to find address to send the response to.  Unfortunately, the size of the ARP cache was pretty small since this was "embedded" software (take a guess how big the cache was...).  Essentially, while iPXE was downloading the image, the address of the image server would get pushed out of the ARP cache by all these heartbeats.  Thus, the download would suffer since it had to constantly pause to redo the ARP request.  So, things would work with a smaller cluster size since the ARP cache was big enough to keep track of the download server and the peers in the cluster.<p>I think I "fixed" it by responding to the ICMP using the source MAC address (making sure it wasn't broadcast) rather than doing an ARP.</p>
]]></description><pubDate>Thu, 13 Nov 2025 21:09:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45920574</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=45920574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45920574</guid></item><item><title><![CDATA[New comment by tstack in "PSF has withdrawn $1.5M proposal to US Government grant program"]]></title><description><![CDATA[
<p>> We just don't want your sexuality shoved in our faces.<p>The flag simply acknowledges that certain people have the right to exist.  Extrapolating anything else out of that is you being weird.<p>> I've been hearing claims of the necessity of doing so for over a decade.<p>It seems to be necessary because you want to "turn the power of the state against you".  All because of a rainbow?<p>> We won the last election.<p>Did the whole of humanity have an election that I missed?  Just because an election at one time and in one place went one way or the other doesn't mean much to something that is global.  If you're speaking of the US Election, a certain person didn't even get 50% of the vote.  So, I don't see how you act like this is some mandate that means you get to silence other people.<p>> We can and will, with sadness but determination power, turn the power of the state against you and make you leave us the hell alone.<p>You don't seem sad about this at all.<p>My small site now sports a flag because it is clear it is needed. Are you going to come after me too?</p>
]]></description><pubDate>Tue, 28 Oct 2025 14:23:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45733281</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=45733281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45733281</guid></item><item><title><![CDATA[New comment by tstack in "PSF has withdrawn $1.5M proposal to US Government grant program"]]></title><description><![CDATA[
<p>What are you talking about?  The commenter above says "We won the last election" and goes on to say:<p>> Don't trouble yourselves with removing the flag. We will be removing it for you soon enough.<p>They are very much talking about the government doing this.</p>
]]></description><pubDate>Tue, 28 Oct 2025 13:07:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45732380</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=45732380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45732380</guid></item><item><title><![CDATA[New comment by tstack in "Instant SQL for results as you type in DuckDB UI"]]></title><description><![CDATA[
<p>The PRQL[1] syntax is built around pipelines and works pretty well.<p>I added a similar "get results as you type" feature to the SQLite integration in the Logfile Navigator (lnav)[2]. When entering PRQL queries, the preview will show the results for the current and previous stages of the pipeline.  When you move the cursor around, the previews update accordingly.  I was waiting years for something like PRQL to implement this since doing it with regular SQL requires more knowledge of the syntax and I didn't want to go down that path.<p>[1] - <a href="https://prql-lang.org" rel="nofollow">https://prql-lang.org</a>
[2] - <a href="https://lnav.org/2024/03/29/prql-support.html" rel="nofollow">https://lnav.org/2024/03/29/prql-support.html</a></p>
]]></description><pubDate>Thu, 24 Apr 2025 18:22:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=43785829</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=43785829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43785829</guid></item><item><title><![CDATA[New comment by tstack in "Show HN: Nerdlog – Fast, multi-host TUI log viewer with timeline histogram"]]></title><description><![CDATA[
<p>Nice work!  The TUI looks really sharp and I like the histogram on top.  Going to play with this today.<p>TIL awk patterns can be more than just regexes and can be combined with boolean operators.  I've written a bit of awk and never realized this.</p>
]]></description><pubDate>Mon, 21 Apr 2025 14:05:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=43752162</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=43752162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43752162</guid></item><item><title><![CDATA[New comment by tstack in "Show HN: Nerdlog – Fast, multi-host TUI log viewer with timeline histogram"]]></title><description><![CDATA[
<p>The article makes it sound like it uses various command-line tools (bash/awk/head/tail) to process the logs.  So, I imagine it's not a huge leap to extend support to using journalctl to do that work instead.</p>
]]></description><pubDate>Mon, 21 Apr 2025 13:59:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=43752090</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=43752090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43752090</guid></item><item><title><![CDATA[New comment by tstack in "Solarpunk"]]></title><description><![CDATA[
<p>> the Wayfarers series starting with “The Long Way to a Small, Angry Planet” is maybe the best collection of before-bed reading I’ve ever found.<p>I agree wholeheartedly and do, in fact, read them in bed.  I transitioned to the Wayfarers after souring on The Expanse (I enjoyed most parts of those books, but the black ooze is not for me).  The low-stakes, slice-of-life content is more up my alley.</p>
]]></description><pubDate>Mon, 03 Mar 2025 05:48:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=43238675</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=43238675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43238675</guid></item><item><title><![CDATA[New comment by tstack in "Amazon tells employees to return to office five days a week"]]></title><description><![CDATA[
<p>Not exactly Seattle, but the Bellevue library has a makerspace — <a href="https://kcls.org/bellevuemakerspace/" rel="nofollow">https://kcls.org/bellevuemakerspace/</a></p>
]]></description><pubDate>Tue, 17 Sep 2024 12:00:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=41566739</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=41566739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41566739</guid></item><item><title><![CDATA[New comment by tstack in "Enum class improvements for C++17, C++20 and C++23"]]></title><description><![CDATA[
<p>They most certainly can be null as can “this”.</p>
]]></description><pubDate>Mon, 05 Aug 2024 02:35:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=41157704</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=41157704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41157704</guid></item><item><title><![CDATA[New comment by tstack in "Ask HN: Why was Oregon Trail popular?"]]></title><description><![CDATA[
<p>The video from The Gaming Historian covers this a bit -- <a href="https://www.youtube.com/watch?v=8QbjlHeoLdc" rel="nofollow">https://www.youtube.com/watch?v=8QbjlHeoLdc</a></p>
]]></description><pubDate>Fri, 12 Jul 2024 17:19:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=40947516</link><dc:creator>tstack</dc:creator><comments>https://news.ycombinator.com/item?id=40947516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40947516</guid></item></channel></rss>