Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tstack
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tstack
1mo ago
> If I recall correctly, it was developed as an alternative (Go port) of a popular log analyzer Hmm, I think you might be mixing things up, goaccess is written in C and probably not written as an alternative to lnav.
2.
▲
by
tstack
2mo ago
Let the healing begin!
3.
▲
by
tstack
2mo ago
> 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 over large chunks of the input data. Which is grea
4.
▲
by
tstack
2mo ago
> 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 likely to have to make a decision on seve
5.
▲
by
tstack
2mo ago
> 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 more weight on making things compile errors instead of run
6.
▲
by
tstack
2mo ago
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 language catch this at compile-time instead of hoping that th
7.
▲
by
tstack
2mo ago
> 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 time believing the very first iteratio
8.
▲
by
tstack
2mo ago
> 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 done to assembly enthusiasts.
9.
▲
by
tstack
2mo ago
> 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 informative. At no point did anyone chide the project for no
10.
▲
by
tstack
6mo ago
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 2023) at this point because I have been shy ab
11.
▲
by
tstack
6mo ago
> 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 hotkeys for basic stuff. I'm not sure what else you
12.
▲
by
tstack
6mo ago
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. Pressing `q` should work to exit in general, thoug
13.
▲
by
tstack
6mo ago
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). [1] - https://lnav
14.
▲
by
tstack
6mo ago
> 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 exception is that it will decompress small gzip files and kee
15.
▲
by
tstack
6mo ago
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
16.
▲
by
tstack
9mo ago
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 as following the tail of the file: if the focuse
17.
▲
by
tstack
9mo ago
> 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 the user do anything.
18.
▲
by
tstack
9mo ago
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&qu
19.
▲
by
tstack
10mo ago
> 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 t
20.
▲
by
tstack
10mo ago
> ... 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 fine until the cluster size went over 4/5 machines. In
21.
▲
by
tstack
11mo ago
> 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 being weird. > I've been hearing claims of th
22.
▲
by
tstack
11mo ago
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 you soon enough. They are very much talking
23.
▲
by
tstack
1y ago
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]. When entering PRQL queries, the preview will sho
24.
▲
by
tstack
1y ago
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 boolean operators. I've written a bit of awk and never rea
25.
▲
by
tstack
1y ago
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.
26.
▲
by
tstack
2y ago
> 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 fact, read them in bed. I transitioned to the Wayfarers a
27.
▲
by
tstack
2y ago
Not exactly Seattle, but the Bellevue library has a makerspace — https://kcls.org/bellevuemakerspace/
28.
▲
by
tstack
2y ago
They most certainly can be null as can “this”.
29.
▲
by
tstack
2y ago
The video from The Gaming Historian covers this a bit -- https://www.youtube.com/watch?v=8QbjlHeoLdc
30.
▲
by
tstack
2y ago
There’s a handmade meetup in Boston you might want to check out — https://handmadecities.com/meetups/
More ›