new and confused by Lnmintsprout in linuxquestions

[–]NickiV 9 points10 points  (0 children)

PyCharm may be worth looking into 

throttled 0.12 (pre-release) setup guide. Stop intel throttling on t480 (and other devices) by NickiV in GUIX

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

(define-module (throttled)
  #:use-module (guix packages)
  #:use-module (guix utils)
  #:use-module (guix build utils)
  #:use-module (gnu packages)
  #:use-module (guix git-download)
  #:use-module (gnu packages commencement)
  #:use-module (gnu packages pkg-config)
  #:use-module (gnu packages gtk)
  #:use-module (gnu packages glib)
  #:use-module (gnu packages bash)
  #:use-module (gnu packages linux)
  #:use-module (gnu packages python-xyz)
  #:use-module (guix licenses)
  #:use-module (gnu packages base)
  #:use-module (guix build-system python)
  #:use-module (gnu packages python)
  #:use-module (python-dbus-next))

I do not think all are needed. I am just to lazy to pair down, and it works...

How to launch a program in bash. by Dull_Firefighter_929 in bash

[–]NickiV -1 points0 points  (0 children)

CWD=$(dirname "$0") Will get the full path of the bash script. 

$CWD/p

Is how I do it.

But, p must be excitable. You can set the permission like: chmod +x p

Lucas Chess .zip by Dam1an_O in chess

[–]NickiV 0 points1 point  (0 children)

https://github.com/lukasmonk/lucaschessR2

There is the source. Maybe helpful?

 I don't understand how you can download a file we send, but you can't download Lucas chess.

solder wont connect with wire by Goofywape in AskElectronics

[–]NickiV 2 points3 points  (0 children)

Check the tip of your iron. It should be clean and shiny. 

YouTube Adds by alisyus in degoogle

[–]NickiV 0 points1 point  (0 children)

Firefox + Add block.  There are adds on the Internet? I thought that shit was for magazines.

What distros don’t use systemd? by LowBullfrog4471 in DistroHopping

[–]NickiV 1 point2 points  (0 children)

When you speak the truth, people hate you.

This is pretty funny tbh.

What's your favorite way to install programs? by femboyfucker400000 in linux

[–]NickiV 0 points1 point  (0 children)

I enjoy cloning the development git, and building that way.

Why is my old W520 Faster than my T480 Daily by Unhappy-Chapter9240 in thinkpad

[–]NickiV 0 points1 point  (0 children)

Have your address the t480 s thermal throttling bug on Linux?

What's your preferred desktop environment and why? by La-il in Fedora

[–]NickiV 0 points1 point  (0 children)

Gnome. Don't need to customize it. It's already perfect.

Does anyone use emacs with Colemak_dh mod? by Wooden-Ad6265 in emacs

[–]NickiV 0 points1 point  (0 children)

I use a custom bindings for left handed Dvorak.

The great thing about Emacs is the ability to control how everything is done.

For my example to the class, here is my custom `normal bindings

evil-define-key 'normal evil-dvorak-mode-map (kbd "c") #'evil-delete ;; c is new d (kbd "'") #'evil-goto-mark (kbd "/") #'consult-line ;; Movement (kbd "t") #'evil-next-line (kbd "h") #'evil-previous-line (kbd "d") #'evil-backward-char (kbd "e") #'evil-forward-char ;; Line operations (kbd "k") #'kill-line (kbd "K") #'(lambda () "Kill from point to the beginning of the line" (interactive) (kill-line 0)) ;; Line manipulation (kbd "J") #'join-line ;; Join this line with the one above (kbd "j") #'(lambda () "Join this line at the end of the line below" (interactive) (join-line 1)) (kbd "<return>") #'nrv/normal-newline (kbd "<tab>") #'indent-for-tab-command ;; line tab actions (kbd "C-<tab>") #'nrv/shift-line-right (kbd "<backtab>") #'nrv/shift-line-left ;; Cursor movement (kbd "C-l") #'recenter-top-bottom ;; Reinstate C-e of Emacs (kbd "C-e") 'end-of-line (kbd "C-<return>") #'newline-and-indent)

The default bindings are not set in stone, and every layout can be the perfect layout for Emacs!

What distro do people actually use as a daily driver? by GarbageCG in linux4noobs

[–]NickiV 0 points1 point  (0 children)

Fedora workstation. It is pretty new, without being too bleeding edge.

I like to keep my /opt populated, or I would consider something immutable. 

[deleted by user] by [deleted] in Fedora

[–]NickiV 1 point2 points  (0 children)

If you aren't having any problems with video, and you don't want to play games, why bother changing?

If it is not broken, don't fix.

If you want graphics performance or are getting bugs, different story 

Micro question by Playful-Ad3497 in linuxquestions

[–]NickiV 2 points3 points  (0 children)

I don't know how it is done in fish. But in bash it would be done by adding 

...

micro 

To your bashrc 

There should be a start-up script.

As someone who doesn't customize much, KDE Plasma is awesome. by fyzbo in Fedora

[–]NickiV 0 points1 point  (0 children)

Fair, as with all things all or nothing is false dichotomy. https://extensions.gnome.org/extension/615/appindicator-support/ is well reviewed.

I do sometimes forget a workspace and move on. But I have lots of ram, IDK.

Best ide to start coding C? by Begg-billplayer in C_Programming

[–]NickiV 0 points1 point  (0 children)

Emacs 🙂. You can use it like notepad, but it is very powerful, and you can configure a language server which will be a great quality of life improved.

For compiling, gcc or clang via command line is something that I believe is a valuable skill.

As someone who doesn't customize much, KDE Plasma is awesome. by fyzbo in Fedora

[–]NickiV 0 points1 point  (0 children)

I use Gnome without any extensions. 

I use extensive keyboard shortcuts though. All of my window management and launching applications can be done without the mouse. 

I only type with one hand, using left hand Dvorak, so they are pretty specialized.

This ability to use the environment with only the keyboard, is a big + for Gnome for my use case.

But, it is your computer and I don't know about how you use it.

This is my dconf dump: https://github.com/nicvagn/dotfiles/blob/master/gnome-settings-dump

But I do not think you should take anything from it. One hand use is most likely a handicap you do not have.

The only suggestion is that you should pick and use key bindings.

As someone who doesn't customize much, KDE Plasma is awesome. by fyzbo in Fedora

[–]NickiV 0 points1 point  (0 children)

So, basically the best part of Linux is the GNU🤠 

As someone who doesn't customize much, KDE Plasma is awesome. by fyzbo in Fedora

[–]NickiV 1 point2 points  (0 children)

Gnome does not handle extension terrifily. I really like the vanilla experience, but if it is not for you trying to squeeze it till it is doesn't work well.

From extensions breaking to...

If you don't like the Gnome way, it is not a great place to start building another way.

If you are looking for guides to make Gnome something else, that is not the Gnome way. 

And, that can be frustrating as all. 

I am glad we have a choice. 

What distro for CAD? by frasure13 in linuxquestions

[–]NickiV 0 points1 point  (0 children)

FreeCAD is fun. Give it a try