

On windows: Notepad++. On Linux-based OS: Kate. And there’s also JetBrains Fleet, that is jetbrains answer to vscode.
On windows: Notepad++. On Linux-based OS: Kate. And there’s also JetBrains Fleet, that is jetbrains answer to vscode.
game is too big to fit on my SSD 😭
game loads too slowly on HDD 😴
YOLO. store the game in RAM. 🤘
I have been using Ubuntu on my work laptop for the past 9 years. Last month I switched to a different department, they only allow Windows. Now I have a very-locked-down windows 11 PC. It’s been a very difficult transition for me.
I get how this could be interpreted as offensive, but I think it is just poorly worded.
This option is for if you are using a legacy version of Linux such as 2.6.x (eg, on an old RedHat distro that your business systems are designed to be run on).
This enables a compatibility mode so the old kernels don’t complain.
Kind of. Think of the RAM allowance as a “maximum” limit, not a reserved allocation. The VM host might have 64 GB RAM, and perhaps allows 20 VMS running in it at once. Each VM can allocate up to a max of 8GB from that host. Not everyone is running their VM at the same time, even if they are, not everyone would be running at their limit of 8GB of memory. If it does happen that 20 users are trying to use 8GB at the same time on one host, then it’s the same as anytime an OS runs low on RAM, it would start paging out to disk, everything would slow down for everyone. If that happens too many times, they could shuffle some users’ VMs around to balance the loads across hosts.
Can someone explain to me why it always seems like everyone on lemmy are in one of these two categories:
1: “I remember my first computer used ferro-magnetic beads that we glued to lengths of string. We could store nearly 10 bytes in one string”.
2: “My first computer was an old iPad that only had 64GB storage, couldn’t even store my photo album.”
It’s like everyone is aged either 89 or 19, nobody in between.
Probably because the RAM was pooled, but storage was not. So your RAM allocation is part of a larger pool that is shared between all currently logged in users. But your storage is allocated/reserved up front, and is used only by you.
Yes, I think that partnership started pre-mozilla.
Pairing a read-this-article-later service with an e-ink device is the most logical combo, and the only reason I use something like Pocket.
I do hope Rakuten can find an alternative.
Damn, that’s my way of syncing articles to my Kobo e-reader. I wonder if Kobo is going to offer an alternative.
This particular bug (from the OP) only affects games that use a lot of rapid mouse and keyboard inputs over the period of an hour or two.
And it only happens (weirdly) when you launch from steam, but have Steam Overlay turned off.
When launching from Steam, there is a layer that captures all keyboard and mouse inputs before they get to the game (for example, for capturing hotkeys to show the steam overlay). A separate layer called vulkan-steam-overlay (that is responsible for rendering the overlay over the game) periodically clears the input buffer so it doesn’t get too big. If steam overlay is disabled in settings, the input-capture layer is still used, but the vulkan-steam-overlay layer is not used. So the input buffer captures all inputs and never gets cleared, it gets so big it needs to start paging to disk. That is what introduces the lag spikes after an hour or two.
Launching from Lutris doesn’t use that input-capture layer, so that’s why it’s not affected.
“Oh, he’s gonna get it now…”
“Whats he gonna face?”
“Yeah, he’s gonna face questions.”
+1 for XPipe. This is pretty much exactly what OP is asking for. It also does SSH tunneling, SSH reverse-tunneling, manages connections into containers, and many other things. I’m a big fan.
Thanks for the reminder, I always forget about this feature, I should use it more.
The term Display Manager is a vestige of the use of X11.
X11 is a Server/Client protocol.
When a user logs in to an XServer, they are given an Xsession. The user can use that Xsession to create one or more X11 Displays (they are just IDs). The X11 Display ID is passed to the X11 client application (that’s what the XDISPLAY environment variable is for). The client apps render their content to that Display ID. This whole thing allows for more than one user to be able to use a single operating system on a single XServer at the same time.
All of that is pretty cumbersome for a user to do themselves in their terminal, that’s what Display Managers are for. They:
If you’re using Wayland, then the architecture is very different. The Display Manager then simply operates as a login screen.
I’ve been using the tree-style-tabs plugin for the last 4 years, because I like vertical tabs, and nesting it provides.
But now that Firefox actually finally has proper vertical tabs, and tab groups, I can move away from tree-style-tabs (I don’t use any of its other features).
This is a good one. I’m keeping it to use for others, thanks.
These are some rules of mindset I’ve given to others in the past when trying linux-based operating systems.
Yeah, I remember reading this last year.
Update, after looking at it a bit more, I don’t know if I like the Edge 60 pro. It’s got a MediaTek processor, I prefer Qualcomm. I’m not a fan of the faux leather back, and the price is much higher than I expected (though I know they discount substantially after a year on the market).
Yeah… but why? Kate is better in about every way. And while we’re on the topic, Kate is also available on the windows store, with a real Windows build.