Live data from Hacker News

Viewing profile — 149765

149765

HN member
Joined
Fri, Jan 13, 2023, 1:18 AM UTC
HN karma
53
Public activity
17 items

About 149765

No profile information was provided.

Recent public activity

  1. comment
    Comment #46024368

    There is some sort of tag, jxlinfo can tell you if a file is "lossy" or "(possibly) lossless".

  2. comment
    Comment #45568826

    I think GNU parallel has similar placeholders, but I do prefer to just use `fd`.

  3. comment
    Comment #45445135

    Vimium C has this option, you have to enable 'extensions-on-chrome-urls' flag.

  4. comment
    Comment #43412193

    Had to lookup regex crate docs, but it's possible: $ fd '(?-u:\xFF)' a.�

  5. comment
    Comment #40681261

    Not sure, if it's a bug, but it eats 1.4G memory after running find for a few seconds, detaching, re-attaching and running find again. Active: active (running) since Fri 2024-06-14…

  6. comment
    Comment #40605958

    There is also perf: perf stat -e 'power/energy-pkg/' -I 1000 --interval-count 3 # time counts unit events 1.001064377 11.00 Joules power/energy-pkg/ 2.002605466 10.98 Joules power/…

  7. comment
    Comment #39608912

    Can you assign virtual desktops to different screens?

  8. comment
    Comment #39563258

    > peace of mind of knowing PNG is always lossless There is pngquant: > a command-line utility and a library for lossy compression of PNG images.

  9. comment
    Comment #39562217

    The blur issue is an easy fix, yes, but the memory one doesn't help that much.

  10. comment
    Comment #39561823

    I tried jxl.js, it was very finicky on iPad, out of memory errors [0] and blurry images [1]. In the end I switched to a proxy server, that reencoded jxl images into png. [0]: https…

  11. comment
    Comment #39561677

    A couple of videos comparing progressive decoding of jpeg, jxl and avif: https://www.youtube.com/watch?v=UphN1_7nP8U https://www.youtube.com/watch?v=inQxEBn831w There's more on the…

  12. comment
    Comment #39560277

    Lossless webp is actually quite good, especially on text heavy images, e.g. screenshots of a terminal with `cwebp -z9` are usually smaller than `jxl -d 0 -e 9` in my experience.

  13. comment
    Comment #39501225

    Why not just "fd -e fi.md -X batcat"?

  14. comment
    Comment #39420847

    Full debug build on my 7 year old pc takes 1m 33s with all dependencies already downloaded.

  15. comment
    Comment #39382362

    fzf (golang) readme also has the same banner.

  16. comment
    Comment #37663670

    This is a bit stale, bcachefs is now in the linux-next tree.

  17. comment
    Comment #34735254

    It's possible to set $ZDOTDIR in /etc/zsh/zshenv, I used to do it before switching to fish.