back
user profile
xk3
2,797karma·554submissions·March 29, 2019
recent activity (554 total)
comment
NewPipe or xklb in Termux
comment
Matroska Audio (.mka) is also a nice choice https://en.wikipedia.org/wiki/Matroska
comment
You may want to give octosql a try. I was able to read 100GiB parquet files and aggregate them using less than 100MiB RAM and it is pretty fast too
comment
All you need is gitignore: https://github.com/chapmanjacobd/computer/blob/main/.gitigno... …
comment
Even better use the actual court name: "Philippine Court of Appeals revokes sale permit of GM crop Golden Rice"
comment
> there was no issue You should compare with https://m.amap.com/
comment
It has no military capability impact. The situation is similar to South Korea's map.
comment
> Compressed archives, for one You can look inside of archives pretty easily with `lsar` (part of the unar package). It works with disk images like ISO 9660 files too But yes, especially for nested…
comment
If it's slow for very large folders you can pre-filter out small folders before it hits the TF-IDF: --lower 3 --folder-size=+200M
Likewise you can set upperbounds: --upper 3000 --f…
comment
your link seems funny... I wonder if hn is doing a bad regex replace to change URLs to old.reddit. However, I was able to get construct a working links: https://old.reddit.com/r/b…
comment
Well... HN strips the page fragment so you'll have to Ctrl+F "similar-folders" Or: https://github.com/chapmanjacobd/library?tab=readme-ov-file#... …
comment
Huh... I've done a lot of string concatenation with quotes but you just made me realize that cut -d' '
is the same as cut '-d ' …
comment
> manually visit specific people’s web sites to see what new stuff they posted RSS is nice but I've started to do this as well. Something like this works across all sites: > The main benefi…
comment
From the author: George Bush was President, America was still kind of hyped up about a terror attack, and the relatively newly formed Department of Homeland Security wanted us to feel prepared for ano…
comment
some guy in Poland is making Fallout 2 in 3D... it even works in the browser? somewhat https://jonasz-o.itch.io/fallout2remake3d/devlog/708154/upda... …
comment
ah! yes. interesting, although I wonder if those old book covers are black&white but I recognize the texture too
comment
I recently fell into internet comics from the early 2000s. Stuff like Absurd Notions, Sluggy Freelance, and Freefall
comment
gs (ghostscript), mutool, ocrmypdf... To add/remove: mutool merge -h To split PDF pages: mutool poster -h I made a script here that I use frequently for scanned documents: https://gith…
comment
Interesting! Before I read your comment I was not aware that dotfile management is actually a new/niche use of GNU Stow and its original purpose to co-locate/distribute software packages and…
comment
It's not really that strange that tmux doesn't support sixels. It's quite a bit more complicated and resource-intensive than ANSI Escape Codes or ncurses. It might be fine for local[1] …