Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
149765
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
149765
10mo ago
There is some sort of tag, jxlinfo can tell you if a file is "lossy" or "(possibly) lossless".
2.
▲
by
149765
11mo ago
I think GNU parallel has similar placeholders, but I do prefer to just use `fd`.
3.
▲
by
149765
1y ago
Vimium C has this option, you have to enable 'extensions-on-chrome-urls' flag.
4.
▲
by
149765
1y ago
Had to lookup regex crate docs, but it's possible: $ fd '(?-u:\xFF)' a.�
5.
▲
by
149765
2y ago
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 19:26:55 +05; 27s ago Invocation: d84b92
6.
▲
by
149765
2y ago
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/
7.
▲
by
149765
3y ago
Can you assign virtual desktops to different screens?
8.
▲
by
149765
3y ago
> 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.
▲
by
149765
3y ago
The blur issue is an easy fix, yes, but the memory one doesn't help that much.
10.
▲
by
149765
3y ago
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://github.com/niutech/jxl.js/issue
11.
▲
by
149765
3y ago
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 same channel, genera
12.
▲
by
149765
3y ago
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.
▲
by
149765
3y ago
Why not just "fd -e fi.md -X batcat"?
14.
▲
by
149765
3y ago
Full debug build on my 7 year old pc takes 1m 33s with all dependencies already downloaded.
15.
▲
by
149765
3y ago
fzf (golang) readme also has the same banner.
16.
▲
by
149765
3y ago
This is a bit stale, bcachefs is now in the linux-next tree.
17.
▲
by
149765
4y ago
It's possible to set $ZDOTDIR in /etc/zsh/zshenv, I used to do it before switching to fish.