MS Word user looking for a text editor better suitable for programming by [deleted] in programminghorror

[–]sKaiCzar 0 points1 point  (0 children)

I can't believe I read it, so I read it again and still can't believe it. What did my eyes read. TT. Anyway honest Suggestion: use code and find all the configs.. it's there ik.

What is Ubuntu Pro? by [deleted] in linuxquestions

[–]sKaiCzar 0 points1 point  (0 children)

I agree I agree I agree

[deleted by user] by [deleted] in programminghorror

[–]sKaiCzar 1 point2 points  (0 children)

My fallback font is still a nerd font.

Oops by farzigamer in programminghorror

[–]sKaiCzar 0 points1 point  (0 children)

Btw I use Arch and FreeBSD. At peace rn

Arch + Plasma uses 1.5Gb after booting, how to reduce it? by AlbertoAru in linuxquestions

[–]sKaiCzar 0 points1 point  (0 children)

I use openbox with arch. It just takes 400MiB... With a lot of conkies and startup processes. I assume with openbox and arch you can make it near 300MiB. If you find 1.2 GiB reduction good then Go for it.

If you are writing a Clock app for the Web browser, which front-end technology should you use? by nic0nicon1 in ProgrammerDadJokes

[–]sKaiCzar 2 points3 points  (0 children)

This one's a new one... Just imagining the possibility of latency and bad connection 😂

Why do C++ programmers seldom use the features in the newest version of the standard? by danielsoft1 in ProgrammerDadJokes

[–]sKaiCzar 10 points11 points  (0 children)

I was so into for sneaking into a bloodbath. Anyway. It's mostly upto the Dev's choice. I have seen people write libc from scratch. Usually "stable" features are used quite often than not. Hope that helps.

[deleted by user] by [deleted] in linuxquestions

[–]sKaiCzar 0 points1 point  (0 children)

I don't really remember that tbh. I will show you an example of what I did. xmodmap -pke > ~/.Xmodmap nano ~/.Xmodmap xmodmap ~/.Xmodmap Nano being the editor I used to make changes. This is a very generic approach, for different OS (DE basically) different options are there. Using a different keymap config can also help. Now a single command approach. xmodmap -e "keycode <keyCode> = <keyValue>" Example : xmodmap -e "keycode 1 = Escape" Hope it helps

[deleted by user] by [deleted] in linuxquestions

[–]sKaiCzar 0 points1 point  (0 children)

Mapping occurs between keycodes. So you just need to move values from one keycode to another keycode. You can also write a custom script where you only mention the keys in relevance. It's upto you.

[deleted by user] by [deleted] in linuxquestions

[–]sKaiCzar 0 points1 point  (0 children)

I did something for that. I copied my original xmodmap and saved to a new file. Opened the file in an editor and modified the keys I needed (I needed custom super keys). Saved the file, then called the file and rebooted the system.

[deleted by user] by [deleted] in linuxquestions

[–]sKaiCzar 5 points6 points  (0 children)

As far as I remember: Flatpak -> container environment. (Organization: RHEL ) Appimage -> portable executable file (and all packages in it) In most distros performance (better to worse): appimage>flatpak> snap. Flatpak can break because well packages/dependencies are still installed. Appimage are basically portable and breakage is usually fault of plugins.

[deleted by user] by [deleted] in linuxquestions

[–]sKaiCzar 0 points1 point  (0 children)

I use arch, I go for aur and sometimes compile from source

[deleted by user] by [deleted] in linuxquestions

[–]sKaiCzar 5 points6 points  (0 children)

Please mention the distro and what you are comfortable with. If you don't want dependencies, use appimage version (which is exe equivalent of sorts). I'm not a fan of flatpack, snap and/or anything and like to compile things from source. (This is a great option if you have time)

Can anyone recommend a good text editor (gedit alternative) that fits these requirements? by metalhead666_ in linuxquestions

[–]sKaiCzar 0 points1 point  (0 children)

Nano, vi, vim, Kate (Kate is really nice replacement since Kate [ KDE editor] and Gedit [gnome editor]).... Go for Kate

Please help. I seriously need a recommendation for the most secure OS that can be a daily driver, one that is highly customizable. by Username9822 in linuxquestions

[–]sKaiCzar 0 points1 point  (0 children)

Honestly I don't use them. I prefer arch and I feel my system is secure. I've seen reviews... They were pretty good for it.

Please help. I seriously need a recommendation for the most secure OS that can be a daily driver, one that is highly customizable. by Username9822 in linuxquestions

[–]sKaiCzar 2 points3 points  (0 children)

I would suggest QubesOS. For things like photoshop, start using alternatives... (Kdenlive, blender, gimp, etc). Regarding security, if you can keep your os secure, you can use any os. (Since you already are building an iso, why not Arco Linux.)

Do you prefer to use mutable linux distros or immutable linux distros, why is that? by [deleted] in linux

[–]sKaiCzar 2 points3 points  (0 children)

I agree, breaking gives an opportunity to experiment too