back
user profile

xk3

2,797karma·554submissions·March 29, 2019
recent activity (554 total)
comment
This is nice! But you should probably use $XDG_RUNTIME_DIR or /run/user/1000 instead of /tmp
1y ago·view thread
comment
I don't think this is FRED but rather Gergely making the implications but yes FRED is just a descriptive tool: https://www.nytimes.com/2024/12/06/business/econ…
1y ago·view thread
comment
> Devs spot and fix hallucinations immediately, dismissing incorrect autocomplete suggestions Some hallucinations stay in codebases longer than others! If there were zero hallucinations there would…
1y ago·view thread
comment
Calibre's ebook-convert is the best PDF to X that I've found. Of course, it's not perfect but PDF is a really hard format to convert from.
1y ago·view thread
comment
sounds like Pharo
1y ago·view thread
comment
If I feel like I truly learned something novel I'll add a link here: https://github.com/chapmanjacobd/journal/blob/main/lists/kno... …
1y ago·view thread
comment
You should take a look at Ultorg--not the best name (then again Mathesar is not much better...) but there is a lot of powerful and intuitive UX stuff in that project.
1y ago·view thread
comment
The disaster was a result of fuzzy testing :-) https://en.wikipedia.org/wiki/Chernobyl_disaster#Safety_test …
1y ago·view thread
comment
> 2. Avoid `reset --hard` at all costs Sounds like you might be looking for `git reset --keep`
1y ago·view thread
comment
Wow! I was surprised to see myself on the list. Sure enough, I see a donation and it will take 90 days to pay out the first time. Interesting project
1y ago·view thread
comment
> they measure attributes that correlate with performance. If you interfere with these measurements (e.g. through fraud), you break those correlations Not necessarily... You just get the people tha…
1y ago·view thread
comment
right... they should call it Cloudflarelip /s
1y ago·view thread
comment
which, it usually is... tmpfs
1y ago·view thread
comment
I do this too! function zg --argument branch if test "$branch" = - git switch - else git checkout (git branch --list | fzf --query $branch --sel…
1y ago·view thread
comment
It uses solar power, right? So I think it was built with that in mind. charge during the day and run until it loses power at night
1y ago·view thread
comment
closing ssh doesn't close the ports if they are being used, at least with ControlMaster. You need to run something like this to force the ssh daemon to close the port ssh -O cancel -L 4102:…
1y ago·view thread
comment
> ssh process stuck systemd's RuntimeMaxSec should help in this case but I've never had trouble with sshd personally To add more context I use the above service to ssh from my phone to my…
1y ago·view thread
comment
The default of ServerAliveCountMax is already 3
1y ago·view thread