wonder what eventually makes everyone ragequit on the ricing part lol
for me? it was the battery management and suspend/hibernate stuff. You need to do a lot of weird file configs to get them working.
I riced i3wm, dwm and even exwm and suspend/hibernate problem would pop up now and then.
On a full DE? Shit just works.
I do miss ricing though. Especially window managers, I can just git clone my dotfiles and have everything setup in seconds.
A lot of it seems like removing the automated easy parts to customize it to be faster only to realize you don’t feel like spending time on that breaking or being so inflexible. Like I can switch to lxqt but now it doesn’t even feel like I have a complete desktop and are spending time making it work instead of just using it
The first time you do a presentation and forget how to add an external display, that was what made me stick with a full DE.
I keep telling myself I’m gonna rice out my setup. That plasma is just a placeholder. But as months have become years I have started to question the value in it.
I started with gnome and a handful of plugins to make it more like how I was used to, but over the years I pretty much just use stock, because once I got used to it it is just good by itself. Except for GTile. I still like to install GTile.
i like a good galaxy/space wallpaper, done. files and folders accumulate as they will. a few functional things like one-click shutdown -h now // script. had to rip out a lot of distro cruft i don’t need. xfce on ubuntu. set and forget. good practice doing reinstalls
I used to skin Windows XP and loved custom icon packs for OS X. Today I run Gnome with the bare minimum quality of life extensions.
I was going to say I don’t have time to mess around with that shit, and then remembered I have spent a bunch of time curating my dotfiles and the actual OS I run is a Bootc image I build nightly on my self hosted Forgejo instance. I may actually have too much time on my hands 😅
My PC at the time couldn’t handle the skins in XP. I was sad.
It really didn’t like KDE. I never got on with gnome. Don’t ask me why, it was 20+ years ago!
I used to be like that, nowadays I just choose a distro that comes with a DE I like out of the box, switch to dark mode, set a wallpaper and call it a day.
there’s accent colors too now
I do the same but I also make sure the panel’s on the top edge of the screen
And autohide!
right or left edge for me, gotta maximize that vertical space
I’ve already got browser tabs on the side most of the time
Based
You set a wallpaper?
I don’t know when I last saw my wallpaper xD
Same. Changed my wallpaper to just the color black for that reason.
tiling window manager moment
I discovered since using a tiling WM þis happens far, fast less frequently. Sometimes I change þe font in Polybar, but for me þe value of þe bar is in consistency and being able to find information at a glance, so I only rarely mess wiþ layout or widgets.
When þere’s very little to rice, you don’t waste time ricing.
*intensely ricing
I changed the font size in Linux Mint. Does that count?
Are you the hacker we keep reading about in the newspaper?
Yes. My name is 4chan.
I’ve never bothered because less than 1% of my time I’m looking at the sys UI, let alone the desktop.
I remember picking nice desktop backgrounds and even downloading gigabytes thereof, sorting and categorizing them, only to notice that my windows were fullscreen all the time anyway. Now I just have a background to indicate that at least some things work because a black background would mean trouble (file missing etc.).
Hey linuxmemes, I’ve got a question, can I straight up install linux on a windows computer and have access to all my files as they’ve been laid out by windows, or am I going to have to use an external backup to move my files ‘out of windows’ and ‘into linux’?
Like I’m getting sicker and sicker of windows pulling their whole attitude of " Weve got an update for you, give us all your data. Give it. What do you mean “right to privacy”? That’s only for companies and billionaires."
You’ll need to migrate your files somehow. Installing linux over windows generally entails reformatting, which will erase everything.
Many linux installers give you the option of using the free space in your Windows drive for a linux partition (Linux mint is one example). Then you would have what is called a dual boot setup. It means every time you start your computer, you can choose Linux or Windows.
Then you disable bitlocker in your windows partition, and you can access all the files there from linux.
You can access bitlocker drives from Linux too, it’s a bit of a pain but all you need is the recovery key.
Good to know. Though with how flaky regular NTFS support is, I expect this to be worse still.
Nah, decryption is easy because it’s based on standards.
But you’re right about the NTFS support. I only use it to read data from external drives. I tried to use it to have a dual boot setup with a shared Steam library but that had some issues.
I’ve since completely dumped Windows, problem solved.
I should do the same. Just remove the dual boot setup and stick with linux.
Yup.
I don’t regret it at all and now I have another 2TB SSD for my Steam library. I kept the dual boot setup around for a bit, just in case, but I didn’t use it once in 5 months. So when I needed more storage space, it was an easy choice.
Contrary to other comments, it’s actually pretty common and easy to install Linux alongside Windows, if you have a harddrive big enough for both. If you want to have both installed, it is recommend to start with Windows because Linux boot loader can recognise Windows partition and integrate it with no problem. And Linux natively supports ntfs so you can seamlessly access all your files absolutely no problem. But if it’s your first time installing Linux it’s easy to mess up and kill the windows partition if you aren’t good with terminology yet, so backing up all your files is not just recommended but straight up required.
Generally, no. You can’t install Linux onto a Windows filesystem (NTFS). What you can do is one of these things:
-
Back up the files you care about (Desktop, Documents, Downloads, whatever) in Google Drive, Dropbox, a thumb drive or anywhere else that you can access later. Then you can tell the Linux installer to wipe Windows and afterwards put your important files back.
-
If you have a spare SSD you can put Linux on that. Then you can access the Windows drive from Linux. You might have to install an NTFS driver first, and you will definitely need to configure Windows to shut down properly instead of secretly hibernating, because that leaves the filesystem in a weird state and Linux won’t be able to open it.
-
If you don’t have a spare SSD you can still do the same trick by shrinking the Windows/NTFS filesystem and installing Linux in the now-free space on the same drive. Among Sysadmins shrinking filesystems has a bad reputation because at least historically it could (rarely) fail and destroy all your data, so I would not recommend you do it but it is possible and in most cases it works without issues.
Each of these comes with some risk - You might forget to copy over important files onto your thumb drive, or you might make a mistake in the Linux installer and accidentally delete Windows when you didn’t mean to. That said you should already have a backup strategy, because your PC could also just spontaneously die and lose the data even if you do nothing. If you have backups and you’ve tested them to know that you really can restore all the files you care about, then even that first option stops looking very scary.
-
If all of your partitions are in a single NTFS drive it probably wise to make a backup, if it in a separate drive you can access it in Linux (read only, if you want to write into it you need to install “ntfs-3g” package)
Much better to install Linux, install a virtual machine (GNOME Boxes) in which you run what you still need Windows for, and access files via a Samba service as shared files.
Or just switch to Linux, and copy your files. It is good for daily use.
The answers might have confused you due to the unfortunate phrasing of the question. Let me clarify:
-Linux installation requires a separate partition. This can be your D:/ drive from Windows, a completely new physical drive, or a partition you free up on any drive using the Windows Disk Management. -This partition will be wiped upon installation. Back everything up from there. -All other partitions, including drive C:/, will be fully accessible from Linux. -Your Linux partition will not be visible from Windows. There are ways to interact with it from there, but they are neither convenient nor fully functional, and you probably shouldn’t rely on it.
Overall, it’s always a good strategy to back up everything important before installing a new system or reinstalling old one, but you probably know this already and this is not a strict technical requirement - just a peace of mind tip.
It’s different to work with than just about any Linux distro out there, but <doing anything then regretting it> works kinda well with NixOS. Sure it’s different than all the other Linux distros and prob has a steeper learning curve as well - but once you get into it you’ll never have to reinstall again, you can apply any config with 1 command, revert to earlier build-versions if a change would break the system. Great stuff!
I’m on the verge of swapping off windows 10 to Nobara. Besides this comment do you have any points that could sway me toward Nix?
Personally I probably wouldn’t advise NixOS to someone new to Linux. I think it’s best to get familiar with how linux does things in a more conventional setup first. And then transition to a declarative setup. But it kinda depends on the person as well, and how willing they are to learn and how comfortable they are with writing such a config.
That said, I would be very curious how the switch straight from Windows to NixOS would be experienced by someone. So if you do so, feel free to post your experience on the NixOS community :)
I do agree with what @Decq@lemmy.world said. For most users is preferable to start of with a simpler distro. The biggest difference between other distros and NixOS is its declarative nature, and that its config files are written in the functional language Nix. This will most likely feel overwhelming, especially if your not accustomed to functional languages.
I think a better approach would be to go with the distro you mentioned, then when you gotten more used to the ins and out, perhaps have a look at installing Nix the package manager in Nobara (the same name as the language is confusion), or perhaps Home Manager. The later manage programs and config also declaratively, but only for users and not on a system level.
All in all, in most use cases NixOS and its declarative, immutable, reproducable and indestructive model is overkill. Its mostly only worth it if you have multiple computers that need to share config, systems that must work 100% of the time or if you’re a sucker for declarative approaches (like i am, i’ve also daily driven Linux for 18 years, and is a hobby programmer, so it was a lot easier to get into Nix/NixOS with that I think).
I’ve seen this word “ricing” three times the past couple of days. It is yet another newfangled “cool” word? It sounds incredibly dumb, just like the vast majority of these kind of words are.
It’s an old term from the car customisation scene, but I’ve seen it in use for referring to custom desktop setups for more than 10 years now. The unixporn subreddit was the first place I ran into it.
Comes from car enthusiansts customizing their “rice burners” aka Japanese import cars. Think The Fast and The Furious.
fluxbox, ftw.
Dumb question: What exactly is “ricing”? I’d also be curious to learn about the etymology of that term…
you know the Fast and the Furious movies? at least the original 2 or 3, those cars were all tricked out with neon lights, decals, nitros, custom exhaust, all that? most of those cars were Japanese cars that were heavily modified. Basically it was a derogetory term for modifying a piece of shit car to look good, Especally if it was a Japanese car. you slap a body kit on it, neon lights, slap in some bucket seats, switch out the exhaust, but you dont’ touch the engine. that’s a “Ricer” it’s not a good thing in that specific car culture.
So for whatever reason someone at some point was modifying their Desktop Environment or Window Manager with neon borders and all that and decided to call it a Rice. You’re essentially modifying your OS without touching the “engine” so to speak. You’re just slapping a body kit, neon lights, some bucket seats etc onto your operating system.
Read the same in the past. If I remember correctly, someone added “Ricer” and “Rice” is racism, too.
yeah some consider it a racist term because it originally applied specifically to Japanese Cars. i.e. Asian cars, Asians like eating Rice, POS modified Car isn’t a “Racer” it’s a “Ricer”.
So what’s the American or European equivalent? Potatoing? Corning?
Fried rice?
Corning sounds kinky
I once had to explain to my father why calling Asian sport bikes “rice rockets” is racist. He didn’t get it and went on to talk about how he got “gyped” by a guy trying to sell him one when he was in his 30s.
It’s one of those things, is it worse that it’s used without understanding that it was initially a racist term?
Good question. It was the late 90s so it wasn’t like we were living in Jim Crow but there was no where near the same amount of recognition of the difficulties people of color face like we see now. He never intentionally racist. On the contrary, I do remember him spending a night in the drunk tank after got into a parking lot brawl between him and Puerto Rican friends and some assholes who called them a bunch of slurs.
It takes a lot of introspection and work to get past culturally ingrained bigotry. I was a teenager in the 90s. Back then, and still through the 2000’s via internet culture, everyone and everything was a “fag”. I didn’t recognize that it was a problem until way later than I should have, and I still almost say it sometimes. I don’t have any problem with gay people. It’s just a weird form of muscle memory. People don’t understand that listeners don’t know what their intentions are. They just know what you said. You gotta internalize that fact before you can change your language.
As I understand it, ricing a machine is to excessively modify it to achieve more speed, users of Gentoo being the origina ricers in the Linux world.
The term itself has dubious and arguably racist origins, in the world of modification of Japanese cars for street racing.
I thought ricing was when asian street food vendors would make their small food carts all fancy looking?
I thought that it came from people buying cars from Japan and then modifying them both for more horsepower and to look cool?
That’s my understanding. Racist shit. Back when I was super into classic cars and muscle/pony shit, I had a friend say “I don’t know about you, but I like my cars to run on gas, not rice.”
The way I understand it, it’s specifically not to gain more speed, but completely focused on aesthetics. Themes, background, and other touches to make it look pretty, and perhaps some UX aspects too.
Isn’t ricing when you make a car look fast when it’s actually just a piece of shit? That’s how I’ve always heard it used until linux nerds started applying it to their GUI systems.
Excessively modifying your system, most commonly in how it looks, spending dozens of hours making it look just right.
Not sure of etymology
The etymology is from a racist street racing term. In the street racing scene, the garishly over-done modifications (often combined with anime wraps) were popular in parts of Asia. So those styles of cars were referred to as “rice burners” when Asian drivers inevitably ended up at car meets. And modifying the car in such a way was called “ricing” it. As in, Asians eat a lot of rice, and it looks like an Asian modified that car.
That’s pretty much it. That’s the etymology. Some people will try to claim that “RICE” is actually an acronym. But that’s a common lie, to allow those people to continue using the racist term without feeling guilty. The term “rice burner” existed long before the backronym did. And somehow, the term eventually found its way into the Linux world. And Linux fanboys will screech about how it’s not a racist term, but it is.
The more I know, thanks!
Incorrect, or dumb use of a term originating from modifying Japanese car to street racing, also racist term.
That’s animal cruelty
Occasionally people with backronym it as “race inspired cosmetic enhancements” so they can continue saying it with plausible deniability
5 hours? … You have much to learn, padawan.
rookie number i know but I don’t wanna waste anymore time than I already did, gotta spend those time for DE/WM hopping :P