Linux is known of giving us choices. You can choose your distro, desktop environment, .. and filesystem. Your choice of filesystem will impact performance, reliability, efficiency and security. So you need to know your fs options and alternatives.
According to wikipedia, filesystem (fs) controls how data is stored and retrieved.
Ext4 the defacto standard for desktop Linux distributions. journaling file system, so it is less likely to be corrupted by a crash or eletricity short.
The shortcut Ctrl + M is to edit curves in Adobe Photoshop. If you click Ctrl + Alt + M, the previously used curve will be shown. But on some laptop / PC computers, Ctrl + Alt + M shortcut seems NOT WORKING.
NVidia GeForce graphics card capture that shortcut, so Photoshop doesn’t see the shortcut at all. The way to fix this issue is to remove the shortcut Ctrl + Alt + M from graphics card experience settings.
If you are a developer and want to develop on Linux for Android or Web or Linux, you need a stable performant version of Ubuntu.
Stability and Updates Ubuntu has two main versions according to updating and upgrading; Long-term support (LTS) version and yearly upgrade version.
Long-Term Support (LTS) Ubuntu Ubuntu LTS is the version of operating system that is supported for 5 years of bug fixes and security fixes updates.
Removing exact frames Video is composed of too many images, images come and go. We call each of those images a frame. So, if the video plays 30 images in time of a second, we call it is 30 frame-per-second video. We recording videos, there are some scenes with less motion which makes two or more adjacent frames (images) exactly the same. So we can compress those two identical images as one image, and reduce the total size of the video.
Clarity in Programming I hate it when clarity is not present. If you are a software developer trying to learn a programming language that has too many high level abstractions, you’ll feel it. It is almost magic when it works. But when you face a bug or error, the frustration is too big , and the problem’s complexity is doubled or tripled as it is not CLEAR.
The answer is not to code in a low level language!
Mark Text is a great markdown text editor.
Advantages of Mark Text simple and easy to use Realtime preview (WYSIWYG) : a.k.a seamless writing/editing with distraction-free writing experience fast enough and efficient open source software free of charge. Markdown extensions such as math expressions (KaTeX), front matter and emojis. export as HTML or PDF. support dark mode paste images directly from clipboard (a.k.a you can copy-and-paste an image). edit modes : source code mode, typewriter mode and focus mode.
The current education system is bad for humans.
Why, What, How The current education system focus on “what is this?” and “how to use it” and “how it works?” and “how to create it?” .. that’s good but not good enough!
This system makes people lose curiosity and eagerness to know. This system makes people step-followers like the machines which you give them instructions (code) and click run and the machine executes the code/instructions you wrote.
Peek has too many advantages as a git screen recorder.
simple user interface easy to use fast enough and efficient available as snap, flatpak and appimage for Linux distributions with some other native packaging. open source software free of charge But Peek is not cross platform. It doesn’t support Windows 10 nor Mac OS X.
Use Cases I use Ubuntu, Pop! OS, Elementary OS and Mac OS. So Peek works on three of my four operating systems.
Gtk Gtk is the FLOSS (Free Libre Open Source Software) of Linux GUI development. It is being developed by GNOME foundation to be cross platform. Its latest release is Gtk4 with GPU acceleration and too many features and advantages over the previous release (Gtk3+).
GNOME desktop environment and Elementary OS use Gtk4 and Gtk3. Pop! OS started migrating from Gtk3 to Gtk4 with Rust programming language.
Qt Qt is a cross platform proprietary framework which works on desktop and mobile.
tldr Standard software is the software that is build for some functions to be used in several cases at many companies and shops.
Customized software is the software created to fit the specific needs of the company to make the company function as accurately intended.
I recommend standard software (tools) for small companies. But I recommend customized software (tools) for medium and big (large-scale) companies.
Why customized software existed ? Large-scale companies need more features and scalability and cloud-based features which we can’t find in the standard software tools.