back
user profile

xk3

2,797karma·554submissions·March 29, 2019
recent activity (554 total)
comment
> Instead, there's just indifference to this process kind of. There are two things that often happen if people don't integrate, mostly wrt company culture: 1. The newbies don't integ…
2y ago·view thread
comment
> at a sample size of 12... they could have gotten lucky right?? this seems like Simpson's Paradox https://robertheaton.com/2019/02/24/making-peace-with-simpso..…
2y ago·view thread
comment
You might want to look into catt for Chromecast: - https://github.com/skorokithakis/catt/ But I'm not aware of what the equivalent would be for Amazon-type casting I wr…
2y ago·view thread
comment
It's surprising that there have been few applications of random walks for random human walking: https://en.wikipedia.org/wiki/Random_walk#Applications Well... I made one... …
2y ago·view thread
comment
Sure, I write small python CLI utils that help me solve media organization, media consumption, and sometimes data analysis. I use this every day on Linux and Android but I haven't tested it on ot…
2y ago·view thread
comment
This is very nice!! I went down the format clause[1] rabbit hole a couple minutes ago and it looks like they have `FORMAT Markdown` as an option. FORMAT PrettySpaceNoEscapes also looks a bit better th…
2y ago·view thread
comment
I used sqlite-utils to create a tool that can merge SQLITE files and split them: https://github.com/chapmanjacobd/library?tab=readme-ov-file#... …
2y ago·view thread
comment
I also found https://github.com/vanviegen/postgresqlite which is a similar thing but a python interface
2y ago·view thread
comment
I don't really like docker but I'm impressed that they got this to work in only a few lines and using the postgres:latest image
2y ago·view thread
comment
> I am used to behave in Linux and FreeBSD the only strange thing about rsync is that it follows _BSD_ syntax https://wiki.archlinux.org/title/rsync#Trailing_slash_caveat …
2y ago·view thread
comment
rclone move will do this https://github.com/chapmanjacobd/journal/blob/main/programmi... …
2y ago·view thread
comment
I wonder how this compares with parallel-bash https://www.gnu.org/software/parallel/parallel_alternatives.... …
2y ago·view thread
comment
touch ~/.parallel/runs-without-willing-to-cite echo --sshdelay 0.09\n--eta >> ~/.parallel/config
2y ago·view thread
comment
I've created a few similar tools for link scraping: https://github.com/chapmanjacobd/library#usage - library links-extract: extract inner links from pages (stdin, local file…
2y ago·view thread
comment
I spent a few days trying to configure systemd-oomd to work with my machine but I kept getting hangs when running out of memory. earlyoom is a lot simpler and thus more reliable. It only took ~5 minut…
2y ago·view thread