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
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…
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…
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.
comment
sounds like Pharo
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... …
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.
comment
The disaster was a result of fuzzy testing :-) https://en.wikipedia.org/wiki/Chernobyl_disaster#Safety_test …
comment
> 2. Avoid `reset --hard` at all costs Sounds like you might be looking for `git reset --keep`
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
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…
143 pts
comment
right... they should call it Cloudflarelip /s
comment
which, it usually is... tmpfs
comment
I do this too! function zg --argument branch
if test "$branch" = -
git switch -
else
git checkout (git branch --list | fzf --query $branch --sel…
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
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:…
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…
comment
The default of ServerAliveCountMax is already 3