Isn't it beautiful?
Ramin Honary @ Ramin_HAL9001 @lemmy.ml Posts 4Comments 194Joined 4 yr. ago
They don’t teach about Configuration Management in web-dev bootcamp
Ha! Bullshit like configuration management, memory management, optimizing compilers, all obsolete technology! We don't need that anymore with modern web browsers now that every single computer ever is connected to the Internet, and now that we have AI to write code for us!!! JavaScript is the one true language!
(sarcasm)
Thanks for posting your transcript and putting in chapter markers, it is much easier for me to read than to listen to a 90-minute video.
And in this episode, I’m going to argue that replacing the word “equality” with the much more vague concept of “equity” is largely a way of taking ideas that promote economic inequality and disguising them in the language and style of social justice – and that it’s also a way of keeping people of all races, genders and ethnicities divided in conflict and competition with one another, so that we can’t pose an effective challenge to the people in power.
It is great that you have shone a light on this recent phenomenon in neoliberal politics, especially from the US Democratic party, of singing the praises of equity over equality, and showing how equity is just a bait-and-switch for right wing policies that focus on a narrow range of economic outcomes rather than the material conditions of peoples lives.
Linux does not support ZFS as well as operating systems like OpenBSD or OpenIndiana, but I do use it on my Ubuntu box for my backup array. It is not the best setup: RAID-Z over USB is not at all guaranteed to keep your data safe, but it was the most economical thing I was able to build myself, and it gets the job done well enough with regular scrubbing to give me piece of mind about at least having one other reliable copy of my data. And I can write files to it quickly, and take snapshots of the state of the filesystem if need be.
I used to use Btrfs on my laptop and it worked just fine, but I did have trouble once when I ran out of disk space. A Btrfs filesystem puts itself into read-only mode when that happens, and that makes it tough to delete files to free-up space. There is a magic incantation that can restore read-write functionality, but I never learned what it was, I just decided to stop using it because Btrfs is pretty clearly not for home PC use. Freezing the filesystem in read-only mode makes sense in a data-center scenario, but not for a home user who might want to try to erase data so one can keep using it normally. I might consider using Btrfs in place of ZFS on a file server, though ZFS does seem to provide more features and seems to be somewhat better tested and hardened.
There is also BCacheFS now as an alternative to Btrfs, but it is still fairly new, and not widely supported by default installations. I don't know how stable it is or how well it compares to Btrfs, but I thought I would mention it.
Linux exists solely because he made it a collaborative endeavour from the start.
That is the important part. If Linux had tried to compete with Microsoft as a closed-source operating system, no one would have used it -- who would use a tiny, buggy (back then), incomplete, closed-source operating system made by a few guys in their spare time against a very popular, feature-complete, close-source operating system with billions of dollars funding its engineering effort?
What makes Linux popular is that it is collectively owned, that is as much a feature of the operating system as any technology or algorithm written into the source code itself. That feature is what set it apart from Windows or Mac OS.
Exactly, the neoliberal capitalist religion causes collective brain damage. Especially at that time, since there was a frenzy of propaganda around Bill Gates and how he became the worlds richest man by selling software, in particular operating systems. So from that non-logic it follows that if you have a popular operating system you should become the worlds richest man, but if you just give it all away for free, then you gave away a fortune. It makes total sense in the completely warped, schizophrenic world view of the US neoliberal mainstream media.
However, most of the best apps are based on GTK and not QT.
Yes, I couldn't agree more. Qt is nice, I use it in my professional work. But for me personally, Gtk is the best toolkit, and this is largely because it is programmed in C, not C++. Also, Gtk has the GObject Introspection framework which allows for other programming languages to connect to the Gtk libraries, so you can code Gtk apps in pretty much whatever language you like best.
And sorry for suggesting you were an AI.
This article seems to be written by ChatGPT. Confirmed human author.
If you are indeed a real human, I am sorry. May I ask why you think Cinnamon is better for tech-savvy moms than something like KDE Plasma or Gnome? Do you think desktop environments more similar to Microsoft Windows are better for moms?
Don't get me wrong, I love Cinnamon DE, it is my second favorite DE (Xfce is my favorite). But I would think something like KDE Plasma is probably a bit closer to the Microsoft Windows user experience.
You're not missing out on anything. Mint lets you install various desktop environments, they are all very well-configured and stable by default. You can just install the appropriate desktop environment meta-package using Apt:
apt install 'task-gnome-desktop'
apt install 'kde-plasma-desktop'
apt install 'cinnamon-desktop-environment'
apt install 'task-xfce-desktop'
Then you can "hop" from one GUI experience to another by just logging out and logging in with a different session. You might have to add some additional Ubuntu repositories to your Apt config to get all of these meta-packages though.
Besides the desktop environment, the only other big difference between distros is how you use their package managers, which all do the same thing anyways, just with different CLI commands.
Probably the most important thing to consider in a distro is which versions of the latest stable releases of the big Linux apps are available in their distros. Arch-based distros (Garuda, Manjaro, ArcoLinux, EndeavorOS) are the most bleeding-edge but these operating systems tend to break after a software update if you fail to update often enough. Ubuntu and Fedora are the most bleeding-edge non-rolling release distros that I know of, and in my experience they never break after a software update.
Distros that just work (although YMMV): Fedora, Mint, Ubuntu, Pop!_OS with the default desktop environments. I have been using Ubuntu and Fedora both (on different computers) for over 15 years now they each always get the WiFi and BlueTooth drivers right, neither ever has trouble with audio or video, they really just work, and they both are pretty well up-to-date with the latest stable versions of the biggest Linux apps in their repositories.
I have been thinking of switching my Ubuntu computers over to Mint (Xfce edition, though Cinnamon isn't bad), which uses the same base operating system package set as Ubuntu, but its ownership model is more collective and community-oriented. Fedora is also collectively owned, while Pop!_OS and Ubuntu are owned and operated by for-profit businesses -- that doesn't make them bad, it just might be something to consider.
Also, if you don't mind a shameless plug, I wrote a blog post on how to choose a Linux distro, so feel free to read if it pleases you.
I only skimmed your article, but so far I like what I am reading, and how you dovetail it into a discussion about UBI and so on.
But one quick criticism: if I were you I would try to get a bit more well-versed on the difference between "free-as-in-free-beer" software, "free-as-in-freedom" software, and "open source" software. There are lots of articles about this, especially at the The Free Software Foundation. But in short:
- Free as in "free beer": you can use the software without paying for it. They are usually making money off of you some other way, by charging certain users fees, by collecting and re-selling your private data, selling ads, or all of the above.
- "Open source": means the source code is available and you might even be able to contribute to it, but the maintainers reserve the right to distribute modified builds of the "open source" version that can make money off you the same way "free beer" software does. It is a good way for large companies to get free work done for them (bug fixes, feature requests) from their technically literate users.
- Free as in "freedom": the software license guarantees by law that users of the software must have access to the exact source code of the build of the software that they are using (without modification) regardless of whether or not you charge money for it so that your end users have the freedom to inspect whether the code is honest. It also guarantees that you have the freedom modify the source code however you please, but the license contract requires that you grant the same freedom to everyone else who is using your modified copy of the source code. "Free as in freedom" software protects the freedom (as in civil liberties) of anyone who uses it, open source does not.
A whole lot of words follow but if fucking Spotify is on your list of free software, all that indicates to me is that you’ve put a whole lot of work into failing to understand the concept of free software.
That's a bit harsh. I would agree with you that they seem to be pretty ignorant of the finer points of free software, like the difference between free-as-in-beer software, free-as-in-freedom software, and so-called "open source" software. But to be fair, the article was more about economics than about software, and I mostly agreed with a number of their arguments.
Maybe it bothers you more because your Lemmy feed is not as well populated with interesting posts as you would hope?
I do wish people would check the post history here before asking "what distro should I use." Or search the web for "how to pick a Linux distro in 2024" there are no shortage of those, although to be fair to them, you are a lot more likely nowadays to find nothing but AI-generated bullshit.
Like this commenter here mentions, there are pinned posts saying "share the story of how you met your distro." I would love it if moderators could take posts and turn them into comments on pinned posts like "share. But we don't have that as far as I know, so what can you do but contribute a patch to the Lemmy software maintainers, or else just deal with the noise.
And a lot of them do seem earnest, like they’re showing off a macaroni picture they’re super proud of.
It is cool with me if they think switching to Linux is a feather in their cap.
In short: Nix tracks all installable software and dependencies using a Merkel tree data structure to ensure fully reproducible builds of software. This Merkel tree also provides properties similar to that of a C.O.W. filesystem where you can snapshot and rollback system software build configurations in O(1) time, it just rewrites a fixed number of symbolic links to the root of the desired Merkel tree. In my opinion, it is the most technologically advanced package manager currently in existence.
Every input that goes into building a piece of software on Nix OS (or in the Nix package manager in general) is hashed and placed into a database on the system. These hash IDs become dependencies for everything they are used to build. By tracing the chain of hash IDs you can guarantee that every single bit that goes into the build of the system software is accounted for. If two separate computers with the same ISA are running the same tree of packages verifiable by their hash IDs, you are guaranteed that both computers are running the exact same software. All dynamic libraries, shared libraries, executable files, and even the config files in the package database refer only to other files in the database.
When you use Nix OS, not just the package manager, the C compiler, boot loader, and kernel are themselves build inputs. You can even roll back to a snapshot of a working system from the bootloader menu if you accidentally break your system (as long as the package database is not corrupted).
Finally, the system itself is both built and configured using a declarative programming language. So you install software by declaring that it should exist, and the package manager computes precisely which dependencies must be installed to realize what it is you have declared in the system configuration files. Making a change to what is installed requires simply altering the lines of code in the system configuration file. You can also use these configuration files to easily construct Docker images or Flatpacks.
I am happy for you. Windows really is a piece of shit lately, and given how easy it is to switch to Linux nowadays, it is pretty amazing to me that more people haven't done it.
Must try distros: Fedora, Mint, Void. But seriously, if you are using Nix to begin with, why use anything else? Nix is as good as it gets. If you really want to do a combo, I would recommend Fedora or Mint using Nix as just the package manager and not the hypervisor. All distros are basically the same nowadays.
Must try desktop environments: Xfce, Cinnamon, Gnome, KDE Plasma
I keep a Gnome Shell instance always running with a Screen session. However, what I actually use to run CLI commands is Emacs Shell, built-in to Emacs.
Emacs Shell has most of the bells and whistles you get from things like Fish shell. So I like to use Dash, a minimal POSIX shell that is much lighter weight than Bash, Zsh, or Fish. Dash provides no features -- no tab completion, no history, no line editing -- and I have Emacs add all of those features on top of Dash for me. It is amazing what a good, scriptable terminal emulator can accomplish.
Emacs Shell can be scripted using the same scripting language it uses to script the editor, file browser, window manager, and everything else. So you can script the shell to search for regular expressions and make things clickable with the mouse, or only display portions of output, creating simple interactive views around shell commands. You can bind certain click buttons or keystrokes in the editor or file manager to run shell commands in new windows. You can script the shell with "expect"-like behavior (automatically input responses to certain prompts). You can capture and collate the output of multiple commands running in parallel.
Wow, I am impressed. I am just finishing up the entire Deep Space 9 series, this really adds to the ambiance for me.
I am so curious where they got all the 3D assets for the Defiant, Deep Space 9, even one of the Orb of the Prophets... did they actually do all that by hand? These aren't just available on Thingverse or the Unreal Engine Marketplace, right?
I have never tried Farsi in Gnome, but it looks like Gnome supports it quite well!