Viewing profile — tstack
tstack
HN member- Joined
- Fri, Aug 30, 2013, 1:15 PM UTC
- HN karma
- 305
- Public activity
- 135 items
- HN profile
- View on Hacker News ↗
About tstack
Recent public activity
-
comment
Comment #49106459
Let the healing begin!
-
comment
Comment #49022701
> That is not necessarily true. simdjson exists. I am speaking exactly of simdjson. If you look closely, you'll see that the high performance is really only achieved by skipping ov…
-
comment
Comment #49014955
> what can be fast I think this doesn't get talked about enough. If your input is a big run of data that is being checked/transformed in one shot, it works well. But, if you're lik…
-
comment
Comment #48996784
> Looks like Mr. Kelly agrees with you. From the zen of zig: ... what? No one is going to argue against those vague statements. He obviously does not agree with people that put mor…
-
comment
Comment #48986968
You are leaving out other trade-offs, like the program crashing when something memory-unsafe is done. It is not simply a performance trade-off. Many folks would rather have the lan…
-
comment
Comment #48899861
> With the first and only commit 2 hours ago, the author of this project didn't let it "bake". They didn't exercise it locally to see what issues it might have, and I have a hard t…
-
comment
Comment #48855280
> You just got a tiny taste of what Rust enthusiasts have been doing to every C++ related submission Which is what C++ enthusiasts have done to C enthusiasts and C enthusiasts have…
-
comment
Comment #48855270
> there were still people chiding the project for not using Rust Please provide a link to this comment. Someone asked an honest question and got reasonable responses that were info…
-
comment
Comment #47520090
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. The "stable" version of the snap is really old (circa 20…
-
comment
Comment #47507210
> Kinda neat but I had trouble using it. Not sure what it is doing or what it is even showing me. Can you elaborate a little more? lnav behaves like a pager with the conventional h…
-
comment
Comment #47504865
Oof, sorry you had such a bad experience. > but there is no obvious way to exit. I tried Q,q It's not very responsive during initial indexing, which is something I need to improve.…
-
comment
Comment #47503906
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 gi…
-
comment
Comment #47503567
> At that time lnav basically just kept everything in memory. lnav has never really kept the contents of files in memory. It does build an index of every line in a file. One except…
-
comment
Comment #47503156
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, r…
-
comment
Comment #46480291
To elaborate on this, lnav ( https://lnav.org ) is always polling files to check for new data and will load it in automatically. It does not require the user to do anything. As far…
-
comment
Comment #46480252
> It’s a bit odd to use 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 …
-
comment
Comment #46254190
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 "…
-
comment
Comment #45982870
> 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 C…
-
comment
Comment #45920574
> ... push it into overload ... Oh, oh, I get to talk about my favorite bug! I was working on network-booting servers with iPXE and we got a bug saying that things were working fin…
-
comment
Comment #45733281
> We just don't want your sexuality shoved in our faces. The flag simply acknowledges that certain people have the right to exist. Extrapolating anything else out of that is you be…
-
comment
Comment #45732380
What are you talking about? The commenter above says "We won the last election" and goes on to say: > Don't trouble yourselves with removing the flag. We will be removing it for yo…
-
comment
Comment #43785829
The PRQL[1] syntax is built around pipelines and works pretty well. I added a similar "get results as you type" feature to the SQLite integration in the Logfile Navigator (lnav)[2]…
-
comment
Comment #43752162
Nice work! The TUI looks really sharp and I like the histogram on top. Going to play with this today. TIL awk patterns can be more than just regexes and can be combined with boolea…
-
comment
Comment #43752090
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 journalct…
-
comment
Comment #43238675
> 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. I agree wholeheartedly and do, in f…