back
user profile

xk3

2,797karma·554submissions·March 29, 2019
recent activity (554 total)
comment
NewPipe or xklb in Termux
2y ago·view thread
comment
Matroska Audio (.mka) is also a nice choice https://en.wikipedia.org/wiki/Matroska
2y ago·view thread
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
2y ago·view thread
comment
All you need is gitignore: https://github.com/chapmanjacobd/computer/blob/main/.gitigno... …
2y ago·view thread
comment
Even better use the actual court name: "Philippine Court of Appeals revokes sale permit of GM crop Golden Rice"
2y ago·view thread
comment
> there was no issue You should compare with https://m.amap.com/
2y ago·view thread
comment
It has no military capability impact. The situation is similar to South Korea's map.
2y ago·view thread
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…
2y ago·view thread
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…
2y ago·view thread
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…
2y ago·view thread
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#... …
2y ago·view thread
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 ' …
2y ago·view thread
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…
2y ago·view thread
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…
2y ago·view thread
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... …
2y ago·view thread
comment
ah! yes. interesting, although I wonder if those old book covers are black&white but I recognize the texture too
2y ago·view thread
comment
I recently fell into internet comics from the early 2000s. Stuff like Absurd Notions, Sluggy Freelance, and Freefall
2y ago·view thread
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…
2y ago·view thread
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…
2y ago·view thread
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] …
2y ago·view thread