linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Max_P, in As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?
@Max_P@lemmy.max-p.me avatar

RAM is the kind of thing you’re better off having too much than not enough. Worst case the OS ends up with a very healthy and large file cache, which frees up your storage and makes things a bit faster/lets it spend the CPU on other things. If anything, your machine is future proofed against the ever increasing RAM hungriness of web apps. But if you run out of it, you get apps killed, hangs or major slowdowns as it hits the swap.

The thing with RAM is that it’s easy for 99% of your workload to fit comfortably, and then there’s one thing you temporarily need a bit more and you’re screwed. My machine usually uses 8-12/32GB of RAM but yet I still ended up needing to add swap to my machine. Just opening up the Lemmy source code and spinning up the Rust LSP can use a solid 8+GB alone. I’ve compiled some AUR packages that needed more than 16GB of RAM. I have 16 cores so compiling anything with -j32 can very quickly bring down a machine to its knees even if each compile thread is only using like 256-512MB each.

Another example: my netbook has 8GB. 99% of the time it’s fine, because it’s a web browsing machine, and I probably average on 4GB usage on a heavy day with lots of tabs open. But if I open up VSCode and use any LSP be it TypeScript or Rust, the machine immediately starts swapping aggressively. I had to log out of my graphical session to compile Lemmy, barely.

RAM is cheap enough these days it’s nice to have more than you need to not ever have to worry about it.

cyanarchy,

I have 64GB as future proofing (ITX board, two slots, can’t address any more). Normally I probably use 8 to 10 of those doing things like gaming and hoarding internet tabs like they’re a nonrenewable resource. I actually managed to crash my machine with an out of memory condition compiling something a while back. I don’t remember what and I’m sure it doesn’t count as regular use but I installed ZRAM to prevent it from happening again.

buckykat, in are tiling WM good only for terminal?

Tiling is handy for lots of things, especially combined with workspaces. People just like showing off terminals in their flex screenshots

mvirts, in Is there any future for the GTK-based Desktop Environments?

If you love gtk2 so much why don’t you marry it?

:P I love developing with Qt but Ill take gnome over KDE most days.

loutr,
@loutr@sh.itjust.works avatar

I’ve been using GNOME for like a decade, and recently switched to hyprland, but KDE 6 looks really promising, looking forward to trying it out.

Audacity9961, (edited ) in Is there any future for the GTK-based Desktop Environments?

Why on Earth are these nonsense blog rants constantly upvoted here?

It is essentially an unlettered rant that conflates the author’s UI and toolkit preferences with an objective view.

It doesn’t even provide a useful comparison to the evolution of QT to provide for a meaningful reference of its implied assertion that the evolution of GTK is too rapid for devs.

technologicalcaveman, in are tiling WM good only for terminal?

It can be used for other stuff. I use dwm and find that on occasion some programs aren't nice in dwm or don't work well. So, i suggest having both a tiling and a floating.

wiikifox,
@wiikifox@pawb.social avatar

dwm has a tiling layout in any case, and most TWMs do too, so there’s no real reason to leave your TWM, even if you need/want foating windows.

EveryMuffinIsNowEncrypted, in Is there any future for the GTK-based Desktop Environments?
@EveryMuffinIsNowEncrypted@lemmy.blahaj.zone avatar

Not sure about the similarities here, but I actually love GTK when it comes to app design. It’s one of the things I miss about Linux in Windows. (Yes, I’m a Windows user—not by choice, though.) About the only thing I hate about it is that for some reason a lot of GTK app designers think a simpler design should mean less functionality. Gimme my damn right-click context menus dammit! >_<

optimal,
@optimal@lemmy.blahaj.zone avatar

There are right click menus in Fragments, I don’t see why other apps don’t have them.

AlfredEinstein, in Any Advice? Ubuntu on Panasonic Toughbook.

Please share your process and results. This project looks bad-ass.

#😘🤌

medic273, (edited )

https://lemmy.world/pictrs/image/32e7106e-f3ee-425c-a2b5-1fc17a6c69c8.jpeg

Success!!

Edit: Used balenaetcher to flash Ubuntu 22.04 LTS, install was simple. I used ZFS for encryption (unsure how I feel about it right now, might switch this later), and activated Ubuntu Pro. During setup I selected ‘install 3rd party drivers’ and seemingly most hardware that worked before on win10 is working in Ubuntu.

Panasonic Toughbook CF-33 with Emissive Backlight Keyboard. Nothing special as far as hardware. Intel Core i5-6300u at 2.4 GHz, 16GB ram, 256 ssd (I mainly use 1TB SD cards for removable storage). It has extended battery packs which do add weight and bulk to an already chunky laptop but the quote to replace with standard batteries was $500 so I’m gonna wait on that.

Thanks everyone!

HurlingDurling,

Congratulations!

Now, decorate it with cool stickers!

Blisterexe,

If you want a more windowsy layout, you can use the "dash to panel# extension to accomplish that

bustrpoindextr, in are tiling WM good only for terminal?

You might have some GUI nonsense happen, but for the most part you’ll be okay. I have exclusively used i3 for my Linux stuff over the past few years and have only run into a few problems with misc apps

LeFantome, in Is there any future for the GTK-based Desktop Environments?

Most of the GTK environments seem to be doing fine. Most of them seem headed to Wayland as well with the maturity of GTK in Wayland making that easier. Cinnamon will be ready for Wayland in a few months with both XFCE and MATE likely to have something out next year.

Incredibly, GIMP itself may finally get off GTK+ 2. They claim that GIMP 3 will launch in February. We will see how long it takes to get to GTK4. I think the transition will be easier. The jump from 2 to 3 was a big one.

COSMIC of course is going its own way with the Iced toolkit.

On the app side, GTK seems to still be a very popular option.

In terms of conclusions, I do not see mainstream resistance to new GTK versions. Some people balked at GNOME 3 but GNOME today seems more popular than ever. MATE faithfully kept the old GNOME experience but has migrated to newer GTK. It was not a rebellion against the toolkit.

k4j8, in are tiling WM good only for terminal?

In the screenshots of people setups, there are always fancy terminals.

Ha, they’re just showing off their hacker side for the screenshot, plus terminals resize nicely. Tiling window managers work well for most apps. The only GUI issues I’ve had are some pop-up windows being tiled instead of floating, but that’s an easy fix. They’re not for everyone, but they work great with GUI apps.

sugar_in_your_tea, (edited )

Yup. Main issues I’ve had are GIMP (seriously, what’s with that floating toolbar) and weird pop-ups in browsers.

I forget why I switched away from them because I was annoyed at games messing stuff up, but it really wasn’t that bad. I currently don’t use it because my kids use my computer and I’m not interested in teaching them my shortcuts.

Drito,

There is an option to display all widgets into a single window.

ogwillikers, in How do I get virtual sorround sound working?

I don’t have any experience with virtual surround, but I do have a potential alternative if you don’t get it figured out.

If the games you play have a headphone mode, try it. That typically gets a pretty good virtual surround effect. As for improving sound quality, check out the AutoEQ project on GitHub. I got some cheap $20 Monoprice headphones that sound like they’re $150 or better when using the correct profile from AutoEQ.

UnRelatedBurner,

I’ll do this too, I’m just going insane atm from pipewire.

SapphironZA, in Just moved to linux

The sluggishness you experienced has a lot to do with Ubuntu itself. At its base it’s a very good OS, but canonical is messing up on the details.

Ubuntu derivatives like Linux Mint or PopOS have spent a lot of time resolving this. They perform very well for most and have got excellent stability because their software stack is a little older.

For gaming, fedora is probably the base OS that most prefer at the moment. It’s at a good balance point of stability the latest tech.

The other option if you want to go more bleeding edge is Manjaro, but expect some things to break on occasion.

amzd, in As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?

Run your own ai to help with coding

kpw, in are tiling WM good only for terminal?

Yes. It's a window manager, not tmux.

Adanisi, in As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?
@Adanisi@lemmy.zip avatar

Build everything from source ;p

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #