If markdown fulfills your formatting needs, then there’s no beating it in terms of focus and simplicity. Use whatever text editor you like. My recommendation would be Kate. It supports previewing the rendered document in side by side view.
I genuinely tried Gnome and started to like it but a very minor update broke all of my QoL extensions and only 1/8th of them were updated. It’s lacking so many features that it’s just a bad DE all around : snapping windows in quarters anyone ? Why isn’t it already an option ? GNOME devs need to touch grass and listen to the actual users.
Gnome devs will never listen to criticism. Even if you do a MR it might get denied because it contraricts with the “Gnome way”. Just use KDE and live an happy life. KDE can be easily modified to look like Gnome and have all the QOLs you need.
GNOME devs need to touch grass and listen to the actual users.
I totally agree. However, interacting with any gnome devs is like pulling teeth. They keep making bad decisions to be ‘different’ and make their jobs easier, then when those decisions turn out to be bad they have to walk them back but never admit fault.
Being able to move the dock is fine example of this.
It’s like they want Apple’s lack of customization but can’t provide a competitive default (because they suck at their jobs.)
Lol, how does this change the fact their work stinks? Maybe if they didn’t suck at designing the hate would stop? Nah, guilt trip the users instead, that’ll fix it. Free crap is still crap, and pointing it out isn’t a sin. If the devs can’t deal with that, maybe they should go home and cry about it instead of further shitting up the code.
Devs don’t owe users anything? Guess what, users don’t owe devs shit either. If they don’t like criticism, tough tittys, cause shit code will be criticized, which is why Gnome is still considered a joke.
To be fair the extension developers were given quite a while to update their extensions to use JavaScript modules instead of the custom GNOME solution. This was actually a change for the better and unlikely to happen again which should make extension development easier. As for better tiling look up their mosaic thing which was announced a while ago, though I’m unsure as to how soon that will come out.
Also try to remember that GNOME is developed mostly by volunteers who frankly owe you nothing
Idk how well Debian stable would work, but Debian Sid might be a bit easier to work with in terms of games with it being more on the bleeding edge.
There's also Linux Mint Debian if you want to stay in the Debian universe, but you'd get more of the ease of use of Mint.
Me personally, I'm using Fedora for gaming and I haven't really had many issues with it. If you're feeling adventurous, you could try Fedora or Nobara, which is a more gaming focused spinoff of Fedora
Debian is very manual in like everything. But Linux Mint uses Cinnamon which uses X11 for a loong time and that is pretty bad for anything modern with Graphics Cards
Just convenience in the form of focusing on a user-friendly out of the box experience, really. That’s enough for me to use it over Debian on desktop, though I like Debian for servers.
Why are so many people suddenly worried about down votes? They don't matter. You get nothing for a lot of upvotes, and you get nothing for a lot of downvotes. If you're so concerned about votes, I think that's a serious issue that you need to overcome, or you're going to have a very hard time in life.
Doesn’t work with podman (on my machine at least), any suggestions?
<span style="color:#323232;">Error: copying system image from manifest list: writing blob: adding layer with blob "sha256:f1c0eb6f4ccdca4b72528f451baf6f4027f4b0965396bc4d885e27fd58cba771": processing tar file(potentially insufficient UIDs or GIDs available in user namespace (requested 151413:12311 for /bin): Check /etc/subuid and /etc/subgid if configured locally and run "podman system migrate": lchown /bin: invalid argument): exit status 1
</span>
That’s the state of computing in 2023: a browser disguised as a native app running 15 layers of Javascript is used as a friggin terminal. And nobody bats an eyelids, as if the utter insanity of it made any sense.
And the installer is 117M compressed. That’s MEGABYTES… For a terminal!
The only stupid part is bundling a whole browser for a webpage. HTML5 as an executable format is fantastic - all the bullshit Java promised, except people actually use it. But for some godforsaken reason, everybody ships a platform-specific… portable OS… with every single program.
Electron and whatnot have turned “Java but good” into “Docker but awful.”
I swear. I quit using iTerm and moved to Kitty because it was too inefficient and was eating up my battery on the go. There are so many apps that are just diguised browsers that eat too much memory and processing power and they make needing a powerful machine a requirement if you want to have multiple apps open. It’s getting to a ridiculous point and it’s inconvenient.
I don’t understand why desktop JS apps don’t use React Native at least. It’s still JavaScript but doesn’t use a browser, and renders to native UI widgets. Far lighter than Electron.
The disadvantage with React Native is that you still have to maintain a UI for each platform because it maps to native widgets while a web UI works the same on every platform.
Business/application logic can be 80-90% of an app’s code, and all of it can be reused across platforms. The actual UI rendering is just a small part of it.
In the UI code, some of it does have to differ across platforms but it’s mostly the lower level components like buttons, text fields, etc. Some product UI code built on top of those abstractions can be reused across platforms.
Sure, but it’s still more work than a web UI, and using a web UI is a lot more flexible. For example, say you want to render a chart or some other visualization. It’s trivial to do with a web UI, but can be a tricky problem with native widgets, especially if you want to keep the UX consistent across platforms. I agree that using React Native can work fine in a lot of cases, but I can also understand the appeal of using the web UI stack. Another aspect is likely familiarity, people use the tools they know, and if somebody is already comfortable with a particular ecosystem they’re likely to leverage it.
Well with react native you still have to deal with the native problem which a developer doesn’t want to deal with, you know… You could… But if they really cared about making the app efficient and well they would have had a different decision making process… People nowadays don’t really just the right tool for the job, they just have a tool and try to turn it in a universal hammer and solve everything with it
Exactly, your program using the minimum of RAM allows more for other programs to run and gives more memory for the OS to cache literally anything that isnt their web app, likely the filesystem, and that is a much better use of the RAM then letting electron or some such eat it all.
I’ve been using Alacritty for the last 4 years, it’s kinda the opposite of this nonsense. It’s written in Rust, it’s super light weight, highly optimised, and uses hardware acceleration to render the terminal. It’s top of the chart for every terminal performance benchmark conceived.
However, that lightness and fastness comes at a cost. There are some basic features they just won’t add because they’re outside the scope of the project. Eg, tabs (“just use a tiling wm and do your own tabs in the wm”) or a scrollbar (“just use a shell with a scrolling screen buffer like Tmux”), or different coloured backgrounds for each opened window (“why would anyone ever want to do that?”).
My holy grail terminal would be something like Alacritty, written in Rust, blisteringly fast and light weight, but with tabs, scrollbar, bookmarks, etc.
I find myself falling back to using Konsole a lot these days, it’s got all the features I want, is fast enough, and already installed on every system I use Plasma on.
I never understand the whole thing around “fast” terminals. How can a terminal be “slow”? Surely the terminal you’re using has no effect on the programs you’re calling, so what’s being measured here?
I get what you mean, it is an interesting question to explore.
For me, it think it appeals to my obsessive engineer-brain, I am hooked on chasing efficiency.
Eg, if one tool uses 10MB ram and takes 1second to complete a task, and another tool takes 50MB ram and 5 seconds to complete the same task, then clearly I want to use the more efficient one. The other must be wasting resources, right?
When it comes to real life software and real tasks, it is a lot more complicated than that, there are hundreds of variables to take into account and compare. But if one tool stands out among the others, optimising to achieve the best number (fastest time, lowest power draw, lowest ram use, etc) in each comparable variable, then I absolutely must use that one, it would be irresponsible not to, right?
Throw hardware acceleration into the mix, and it takes the situation to a new level. Why make my poor CPU render the text on the screen 60 times per second, when I can get the GPU to do it? It’s just sitting there doing nothing, and it’s better at the job anyway, and as a bonus you get even lower CPU utilisation and lower ram usage.
However, as I described in my previous post, chasing these numbers can come at the cost of usability. That’s the case with Alacritty, and why I will be switching to wezterm.
I am using Konsole currently, as it works best in KDE. Should I switch to Alacritty? I like to have one window and the rest in tabs, its pretty great. I guess alacritty doesnt have that right? What all does fit in the config? Konsole has tabs with special descriptors using path, host, program etc. You can change the color scheme, its pretty nice.
Wow, just had a look at the Wezterm GitHub page, read the features and the docs. I think you’re right, it does look like it will replace Alacritty for me.
For anyone else wondering about the differences between Alacritty and wezterm, or still on the fence, read this thread, particularly the comment from wez: github.com/wez/wezterm/discussions/1769
Me too. I just ran time tree across my home directory a few times. Native console (ie C-A-F3) - 54 seconds, Konsole - eight seconds.
Waveterm is still installing (Arch AUR). The fan has a Gentooesque sound to it as a suspiciously complicated thing gets built. Oh God … electon … terminal shaking … golang … fans whining … lap melting … the Old Ones are stirring.
The deps for this thing are many. " I watched Firefox builds on Gentoo glitter in the dark near the Tannhäuser Gate". OK, its now arrived and my laptop case is making ping noises as it cools.
It takes 10 seconds or so to start up. Look pretty. Accept license agreement (wtf). Now what? Hmm lets try typing in that box. OK. time tree. Go back to Lemmy to type the last two paras of this comment, get bored and uninstall waveterm.
You nailed it. Too bloated (300 MB, wtf), too slow, incompatible with zsh and fish, no tiling, too few keyboard shortcuts, and way, WAY too much wasted screen space.
I’ve been a KDE lover since 2.0 or so. I recall compiling it from a tarball for a laugh and it mostly working, which was quite a surprise. I think I had Slackware installed at the time on my desktop and KDE 1.x on it.
Anyway, 23 or so years later … I’m looking forward to 6. Things have changed a bit 8)
Ooh, don’t mind if I do. Luckily I happen to have a tame VMware cluster and rather a lot of laptops (“mwaaa, mwaaa, won’t run Windows 11”) to play with.
One of my employees has actually expressed an interest in Linux as a daily driver, which has only taken 23 years. I’m looking for my corp standard distro and I don’t think Gentoo or Arch are going to do the job. I’m leaning towards Fedora at the moment but there’s no rush, I only get one chance to bring the kids into the light, despite being the MD 8)
If it should be corporation stuff with central accounts and all I think GNOME is really good. Fedora GNOME could for sure be an option and I would recommend Silverblue from ublue.it in that case, as it has all the drivers and codecs
Dolphin, Konsole, Okular, Skanpage are so nice and I wouldn’t be able to live without them. They feel so polished and solid, and somehow manage to have all the features I want without feeling cluttered
+1 on this, I switched to Wezterm on my windows work machine to get most of the features missing from alacrity without having to go through the hoops to get a tmux like experience on windows.
I used to do Windows -> Alacrity -> WSL2 -> Tmux then launch my Windows powershell core session inside that terminal.
I don’t think you understand how zealous C&C fans are. Some of us have entire XP machines with CRT monitors just to play the game in its purest form. We’re about as culty as Linux.
But it’s also not just one program, it’s all the c&c games, their map editors, mod loaders, and any modding tools. World builder is just an example.
You can already get it working under Linux, running a Windows VM. I remember doing that for Homeworld, it’s basically the emulator approach. A VM is ok if it isn’t too demanding graphically.
I tried something very similar, but if I set my Nvidia Prime profile to on-demand (use the Nvidia GPU for games, use the Intel GPU for everything else), whenever I start a game where Proton uses DXVK, after a few minutes of playing the whole system freezes. Can’t even get to the console anymore and even shortly pressing the power button does nothing. I have to reset the whole laptop.
If I set it to use the Nvidia GPU always it works, but then battery life is nothing.
I spent ~10h so far trying to debug that issue, but it seems to be a bug that was reported in 2017 that floods the syslog with assembler stack traces so hard that the whole system has no resources left to do anything else than logging. All the bug log entries I found said there is no workaround.
So it can go either way, especially if your device uses Nvidia.
But I didn’t specifically buy my laptop for Linux, 5 years ago. And the purpose that would really urge me over to Linux is that this laptop has a 7th gen Intel CPU which just about doesn’t qualify for Win11.
So buying a new device to use Linux kinda defeats the point.
I just did this with my desktop pc when I added a second drive for additional storage. Instead of using it as additional storage for windows like I initially intended, I decided to dual boot with Mint on the second drive.
So far, I haven’t had any issue with gaming on Mint, either! Granted, most of the games I play are through Steam and either work with Proton or are native Linux to begin with. I did install a few games with Lutris, though, and works fine so far. Sea of Thieves, Astroneer, Slay the Spire, Deep Rock Galactic, are all working out of the box.
Only thing I haven’t attempted yet are multiplayer games with active anti-cheat, like LoL or CS:2. If those are the sorts of games you regularly play, you’ll probably be better off in the Windows partition/drive, but have fun experimenting in Linux!
Main game rn is BG3. And ofc want to get back into playing modded Skyrim. There are definitely other, pc only games that are on my list, coming from a Mac. But nothing like LoL or CS:2
I plan to look into this ofc, but if the games are on an external hd, would Linux use the same files as Windows? I.e. you don't need two copies of the game so long as it's on a format like NTFS that both can read? Was wondering whether to partition the external HD to have a Windows side and then a Linux side, with the latter formatted to ext4
In theory you should be able to do that! I think Proton has some issues with NTFS, mostly when installing or updating, but with a little research and tweaking you should be able to get it to run smoothly. I opted to keep them fully separate and just installed certain games twice, but am also using this as a test run before diving into full daily driver Linux when I build a new system in the spring, so longevity of my storage drives wasn’t a concern.
I think that's where I'm at, too, where I don't mind have to re-do certain things down the road if I switch approaches or commit to a certain direction
The support for RAID56 is in development and will eventually fix the problems with the current implementation. This is a backward incompatible feature and has to be enabled at mkfs time.
linux
Active
This magazine is from a federated server and may be incomplete. Browse more on the original instance.