misc + ncdu 1.18.1
This commit is contained in:
parent
a6ebee7626
commit
c2fa0dafe1
8 changed files with 38 additions and 4 deletions
|
|
@ -593,6 +593,9 @@ other ideas worth exploring:
|
|||
the list of titles to a single column in the `vn` table. That should greatly
|
||||
simplify implementing title selection and has the potential to be faster than
|
||||
the current `vnt` view approach. Downside: I don't like it.
|
||||
|
||||
*2023-01-31 update: I ran some experiments and it turns out that this
|
||||
approach is not actually faster than the `vnt` view.*
|
||||
- There's always the madness option of trying SupportRequestSimplify.
|
||||
|
||||
If you have any better ideas, I'd love to hear them as well.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
% Guestbook
|
||||
|
||||
It's 2022 and I figured this little site could use a guestbook. Want to leave a
|
||||
message? Fill out the form below. Messages are added manually, so it may take a
|
||||
day or two for yours to show up. Markdown is supported.
|
||||
It was 2022 and I figured this little site could use a guestbook. Want to leave
|
||||
a message? Fill out the form below. Messages are added manually, so it may take
|
||||
a day or two for yours to show up. Markdown is supported.
|
||||
|
||||
This guestbook exists just for sillyness; if you have a question or want to
|
||||
report feedback for a particular project, better open an issue at the
|
||||
|
|
@ -17,6 +17,14 @@ respective issue tracker or send a mail to
|
|||
|
||||
# Entries
|
||||
|
||||
`2023-02-09` - D.S.
|
||||
: Thank you for this Program, for me the best, easy and fast Thank's
|
||||
|
||||
`2023-01-19` - Jay
|
||||
: ncdu is my go-to tool to figure out why a server is filling up. It's super fast, simple, and effective, and exactly what you want to see in a TUI application.
|
||||
|
||||
My hard drives thank you!
|
||||
|
||||
`2022-12-02` - rob
|
||||
: Holly Molly! ncdu is life changing!
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@ the incidental article on this site. Enjoy your stay!
|
|||
<!-- These announcements are parsed by mkfeed.pl, see that file for formatting -->
|
||||
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||
|
||||
`2023-02-12` - ncdu 1.18.1 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: Fix bug causing builds to fail on platforms other than Linux.
|
||||
[Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes).
|
||||
|
||||
`2023-01-19` - ncdu 2.2.2 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: Updated for Zig 0.10.x, compilation with 0.9.x is no longer supported.
|
||||
[Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes2).
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ Zig version (stable)
|
|||
work for you or if you need a more stable compilation environment.
|
||||
|
||||
C version (LTS)
|
||||
: 1.18 ([ncdu-1.18.tar.gz](/download/ncdu-1.18.tar.gz) - [changes](/ncdu/changes))
|
||||
: 1.18.1 ([ncdu-1.18.1.tar.gz](/download/ncdu-1.18.1.tar.gz) - [changes](/ncdu/changes))
|
||||
|
||||
Lags a bit behind on the 2.x version in terms of features and performance,
|
||||
but is still being maintained and perfectly usable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue