Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dimonomid
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Nullsec – server-blind encrypted paste
(nullsec.pntr.dev)
1 points
by
dimonomid
6h ago
|
0 comments
2.
▲
Show HN: Salmon – tray and desktop alerts for systemd services and custom checks
(github.com)
2 points
by
dimonomid
1d ago
|
0 comments
3.
▲
Show HN: Salmon – tray and desktop alerts for systemd services and custom checks
(github.com)
4 points
by
dimonomid
3d ago
|
0 comments
4.
▲
PitchHut: Gamified Project Discovery and Pitches
(pitchhut.com)
2 points
by
dimonomid
1y ago
|
0 comments
5.
▲
by
dimonomid
1y ago
Hey mcint, fyi both of these issues are addressed: the localhost one is addressed for real, and a Match issue is worked around: while it's still not properly implemented, at least it doesn't prevent Nerdlog from starting now. Just
6.
▲
by
dimonomid
1y ago
Yeah, I agree. Gonna try and get it done on some weekend. Thanks for trying it out, and for all the suggestions, very helpful!
7.
▲
by
dimonomid
1y ago
Thanks for sharing! Good to know that nerdlog turns out to be helpful not only for devs (the original use case), but also for DevOps :) Fyi, support for journalctl was added to master, in case you wanted to try it out. I didn't yet add
8.
▲
by
dimonomid
1y ago
I see, interesting. If you don't mind me asking, is it a sysadmin kind of job? Just trying to understand the use case better. Regardless, journalctl support is the single most requested feature, so yeah I'll at least try to make t
9.
▲
by
dimonomid
1y ago
Yeah well the 2-files limitation is mentioned in some other place; but I agree this section could be rephrased to make it more clear too.
10.
▲
by
dimonomid
1y ago
I only had the blood circulation issues from compression during sleeping, and also had no idea until today that the nerve damage like that is possible. I wonder how could it be prevented, if it can. I seriously hope I won't have to dea
11.
▲
by
dimonomid
1y ago
Damn I'm sorry to hear that. I'll see if I can get void linux installed somewhere to test it. Good luck with whatever you're going through!
12.
▲
by
dimonomid
1y ago
Fyi I've done a simple benchmark today, and journalctl is indeed a lot slower than simply reading log files. In case you're interested: https://github.com/dimonomid/nerdlog/issues/7#issuecomment-2...
13.
▲
by
dimonomid
1y ago
I don't think there's anything wrong with this format, it looks good. The most important thing for nerdlog is that all components of the timestamp must be at the fixed offsets from the beginning of each line. So I believe it can b
14.
▲
by
dimonomid
1y ago
Fyi I was going to create a Github issue for the journald support, but apparently someone else filed it first: https://github.com/dimonomid/nerdlog/issues/7 Just posting it in case you want to subscribe to it
15.
▲
by
dimonomid
1y ago
Sorry to hear you're having issues. I'll try to reproduce and fix the issue with the Match. Not sure if that "Thanks" for releasing early is sarcastic, but regardless, I appreciate the feedback.
16.
▲
by
dimonomid
1y ago
That's good news that we have /var/log/socklog/everything/current, but I'm also trying to figure the format. Is it like this? (sourced from chatgpt) 2025-04-21 12:34:56 myhostname myservice: Something happ
17.
▲
by
dimonomid
1y ago
Thanks, appreciate that!
18.
▲
by
dimonomid
1y ago
Re: the date/time format, I was thinking about implementing support for an option like timefmt, so you'd be able to do :set timefmt=2006-01-02T15:04:05Z07:00 , but postponed for now. That's not hard to implement, however to m
19.
▲
by
dimonomid
1y ago
Thanks. And no, as of today, there's no way to define a group like that. Might be a viable idea though. However, before we go there, I want to double check that we're on the same page: this `log_files` field specifies only files _
20.
▲
by
dimonomid
1y ago
I first responded before your edit about ssh and localhost, so: yeah, as briefly mentioned in the article, as of today there's no shortcut even for localhost. I was debating whether I should implement this feature before open sourcing
21.
▲
by
dimonomid
1y ago
Yeah you're right, agree with both of your points. The `go get` one should be easy to solve though, and my bad for not thinking of it before, thanks. I'll look into it.
22.
▲
by
dimonomid
1y ago
Thanks for the feedback! Yeah it would be great, and I do want to support it, especially if the demand is popular. In fact, even if you ungzip them manually, as of today nerdlog doesn't support more than 2 files in a logstream, which n
23.
▲
by
dimonomid
1y ago
Thanks, and yeah getting distro packages would be dope. Hopefully, some day.
24.
▲
by
dimonomid
1y ago
Not really, at least not yet, because nerdlog's focus is very different than that of lnav. There is a section about it in the article as well. In fact nerdlog doesn't even support anything like -f (realtime following) yet. The ide
25.
▲
by
dimonomid
1y ago
Thanks for the feedback. I'll see what I can do. But for now, do you think the workaround of having to install rsyslog is not good enough?
26.
▲
by
dimonomid
1y ago
Yeah right, my bad, and thanks for reminding me. Just added one (the BSD 2-clause).
27.
▲
by
dimonomid
1y ago
That's true, as of today nerdlog doesn't use journalctl, and needs plain log files. There were a few reasons of that, primarily related to the sheer amount of logs that we were dealing with. As mentioned in the article, my origina
28.
▲
Show HN: Nerdlog – Fast, multi-host TUI log viewer with timeline histogram
(github.com)
134 points
by
dimonomid
1y ago
|
56 comments
29.
▲
by
dimonomid
3y ago
> 'm a bit confused by this as I'm used to seeing the opposite complaint, that Rust packages are too small. By "packages" here you're probably referring to the public crates on crates.io, right? Indeed, those pub
30.
▲
by
dimonomid
3y ago
First of all, what are other examples of "Rust empowers the developer, Go protects the developer from themselves"? As article mentions, Rust as a language is actually must stricter than Go, C++ and many others, and Rust community
More ›