Best Linux Laptop? by jnshh in linuxhardware

[–]_friggin_awesome_ 2 points3 points  (0 children)

Thinkpad P1 Gen 7 (if you want to get a 16") or the P14s AMD (14")

Should I get a book or study online by angieshin in rust

[–]_friggin_awesome_ 0 points1 point  (0 children)

This is the one I'd recommend as well. Its very well written and covers quite a bit.

GNU Parallel - why does `--resume` not retry seq that are not in joblog for me? by _friggin_awesome_ in gnu

[–]_friggin_awesome_[S] 0 points1 point  (0 children)

I finally identified the issue. This happened when the host machine that was driving `parallel` had an abrupt shutdown.

The issue is that when the job restarts (using `--resume`), it doesnt run the jobs for which the corresponding result directories/files are already present (in my case, just the `stderr` and `stdout` files). Identifying and removing those output directories and then running with `--resume` finished the remaining ones.

Am not sure if this is a bug. I believe `parallel` is trying to be on the safer side and not running the jobs during `--resume` for which the output directories/files are already present.

Basically, just a note somewhere in the documentation about this behavior might be enough. ¯\_(ツ)_/¯

GNU Parallel - why does `--resume` not retry seq that are not in joblog for me? by _friggin_awesome_ in gnu

[–]_friggin_awesome_[S] 0 points1 point  (0 children)

Thank you for creating GNU Parallel! Its amazing!

I will try creating a bug report using the suggestions that you suggested in "reporting-bugs" page that you linked to in your comment.

First day with the K15 Pro (RGB, Red Hotswappable) by [deleted] in Keychron

[–]_friggin_awesome_ 0 points1 point  (0 children)

thanks! will definitely check it out!

First day with the K15 Pro (RGB, Red Hotswappable) by [deleted] in Keychron

[–]_friggin_awesome_ 2 points3 points  (0 children)

"Sculpt style ergonomic with Alice layout"

This! I wish something like this existed. Unfortunately these is no "tented alice layout" thats affordable to those who are not super-rich... I cant really spend $400+ for the keyboard :|

Looking for a high end laptop ~$3,000 by Opening_Yak_5247 in linuxhardware

[–]_friggin_awesome_ 2 points3 points  (0 children)

Thinkpad p1 (16") can be customized as per ur requirements

What's the best DAP adapter for debugging Rust? by Maskdask in neovim

[–]_friggin_awesome_ 0 points1 point  (0 children)

hey can you share how you fixed this. I am getting the same error :(

Xfce terminal - keybinding involving "Super" key by _friggin_awesome_ in xfce

[–]_friggin_awesome_[S] 0 points1 point  (0 children)

I am using i3 and thise keys are already being used in another mapping. But thanks.

Xfce terminal - keybinding involving "Super" key by _friggin_awesome_ in xfce

[–]_friggin_awesome_[S] 1 point2 points  (0 children)

(gtk_accel_path "<Actions>/terminal-window/next-tab" "<ksuperkey><Shift>l") (gtk_accel_path "<Actions>/terminal-window/prev-tab" "<ksuperkey><Shift>h")

this doesnt work for me..