back
user profile
xk3
2,797karma·554submissions·March 29, 2019
recent activity (554 total)
comment
If you have systemd, you could do this: [Unit]
Description=look ma, no autossh
After=network.target
[Service]
Type=exec
ExecStart=/usr/bin/ssh -o ServerAl…
comment
nushell has `open file.xlsx | explore --peek` which can be used to interactively select a cell contents from an Excel spreadsheet and pipe it into another command. It would be cool if there were simil…
comment
With a large corpus (10,000+ sentences--each sentence is a "document" in my usecase) I can get similar results by kmeans clustering TF-IDF spmatrix vectors but it looks like this has a lot o…
comment
Interesting... looks like this uses pymagnitude https://github.com/plasticityai/magnitude
comment
hmm this still seems like a bug to me. File ownership and file permissions are a filesystem construct. Whether you use chmod 777 or 755 doesn't change a file's md5sum, for example. It's…
comment
> On the command line, the context is obvious. You are in the context While I share the opinion that the command line is _the one true way_ of computing, I don't think this is really all that …
comment
When I want to cd I usually don't type cd. I use zoxide which is a modern autojump. In fish shell you can also just type the directory path and press enter and it will change the working director…
comment
yeah I'm pretty certain they are re-using what was already in use by YouTube which is based on perceptual hashes
comment
You actually can use it to do that (as a lightweight Git Annex) but if everything is local then you are probably better off using `find` or `locate` You can also track open directories: lb webad…
comment
I don't use Wayland yet personally but I imagine that the mpv ontop mechanism might be conflicting with the focus stealing prevention. Do you use ontop? Does it work if you disable ontop? If so, …
comment
note, if you find this useful: mpv --playlist=<(lb wt vids.db -l120 -pf)
you can add `w` to `-p` (ie. `-p fw`) and that will mark the videos as watched when you pipe it so next time it won…
comment
> expected that the `--mpv-socket` option would allow me to send videos to the player instance tied to that socket Ahh that's interesting. I experimented with a setup almost like that before[0…
comment
Most of the commands have pretty detailed examples when you run `-h` But from your feedback I will also add how I use it to the bottom of what already exists!
comment
This is interesting in of itself but it might be more useful if it was weighted for population (ie. traffic without deaths)
comment
Thanks. Yes, I use this every day in different situations. Lately I've been scraping a lot of different sites (ex. https://github.com/dongKenny/artveeScraper/issues/…
comment
There is the ideal form for Executives: - Summary
- Conclusion
- Results
- Analysis
- Hypothesis
- Context
- Context There is the ideal form for Researchers: - Problem Statement (Abstract)
- Context
-…
comment
I understood the main points pretty well and the reasoning behind most of them. I don't work in the gaming industry. I draw upon these resources for my context: - https://www.brendangr…
comment
Most rice cookers work very well without any manual monitoring https://youtu.be/RSTNhvDGbYI
comment
H-1B is a nonimmigrant visa. I downloaded both and they'll automatically update to that repo as JSONL, but I only made the CSV and EDA for immigrant visas. But a PR is welcome. The steps should b…