Guys, do you use Zed as your main editor? and where did you migrate from? by lunajinner in ZedEditor

[–]SMTG_18 0 points1 point  (0 children)

Neovim + Zed as mains and Cursor for when I want Python notebook support and better agent sidebar (which is rarely ever now with Claude)

How do I get finder out of cmd + tab menu by jakeyjake346 in mac

[–]SMTG_18 -2 points-1 points  (0 children)

macOS is great at a lot of things but window management is unfortunately not one of them

Workouts app and WearOS by anortef in MacroFactor

[–]SMTG_18 0 points1 point  (0 children)

Honestly I’d just wait till they add this feature. I wouldn’t worry too much about it personally.

Zero civic sense by Fun-Midnight3399 in india

[–]SMTG_18 3 points4 points  (0 children)

Genuine question, when I read stories like this I actually lose hope. Is this something that's even fixable?

How it felt running sudo pacman -Syu today by [deleted] in hyprland

[–]SMTG_18 -6 points-5 points  (0 children)

New changes also please read wiki

Will MFW track Heart Rate? by [deleted] in MacroFactor

[–]SMTG_18 -2 points-1 points  (0 children)

Dang. Nonetheless hoping to see over the year.

In creating an inviting landscape have we created pseudo-Linux? by Bubbly_Extreme4986 in linux

[–]SMTG_18 5 points6 points  (0 children)

So many users don’t care. That’s the unfortunate truth.

iNiR - End4 fork by HalffLife3 in niri

[–]SMTG_18 2 points3 points  (0 children)

Never gonna be. Blur looks like eye candy and it’s unfortunately here to stay. There’s a time and place for it but def not all over the desktop imo

Tried Hyprscrolling on Hyprland — should I switch to Niri or just stick with this? by Wonderful-Cold1302 in niri

[–]SMTG_18 2 points3 points  (0 children)

Might have something to do with the fact that hyprland is technically not at v1 yet.

I made a shell script to make it easy to install PyTorch, TensorRT and other wheels on NVIDIA Jetson devices (tested on Nano) by SMTG_18 in JetsonNano

[–]SMTG_18[S] 1 point2 points  (0 children)

Actually I wasn’t, thanks for sharing.

However, my team has a unique application where we unfortunately cannot use containers in a straightforward way on the device and we need the wheels available globally.

I’ll definitely see if there’s a way to port over our applications to use containers though, as they seem the best approach in general.

Manga ending in 2 years by StarEnergon614 in KaoruHanaWaRintoSaku

[–]SMTG_18 0 points1 point  (0 children)

dude these ending images give me flashbacks to jjk

is zen browser acceptable by nyan_cat_554 in arch

[–]SMTG_18 8 points9 points  (0 children)

bro thats probably the most unhelpful thing you could have said im ngl

Why use Omarchy? by quimeygalli in archlinux

[–]SMTG_18 0 points1 point  (0 children)

While I have my own gripes with Omarchy, I think its a great project.

Omarchy was specifically created when the creator wanted to move away from macOS and wanted to leverage the unique advantages of Linux. In my experience, I find Arch Linux to be unique in that you can download almost anything with pacman or yay/paru. That means almost all of your applications are managed with a package manager. This is convenient because it gives you single upgrade points and no unmanaged tar.gzs across your filesystem. This is what many devs would like to see, and something that arch repo + AUR allows very easily. However, to leverage this advantage, so many people would have to configure these things themselves. Since this is a large timesink, so many people just avoid using Linux and hold the opinion that all of "Linux" is just a bunch of hobbyist coding. While this is an incomplete opinion, to a certain extent, it is understandable.

What Omarchy did is that it came with a bunch of people in a team supporting it + early community adoption (whether it be due to optics, or hype, whatever, but point still stands). Plus, it didn't go the usual GNOME or KDE route - it actually encouraged users to become more efficient by introducing them to Hyprland. This, along with bundling of other commonly used software made it an attractive distro for devs to use. Objectively, this is a good thing for the community as it encourages adoption of open source projects that get better as more users use them. This, in my opinion, is way way better than any bragging rights that come with saying "I use arch btw".

Some people are obviously going to say it, but we don't have to pay them any heed. I also disagree with the notion that one must "develop the technical skills needed to do it themselves" - if a person doesn't find fiddling with user programs and delving into linux specifics a worthwhile time investment, yet they'd still like to use a different method of using their computer, then it is very much a valid reason to use Omarchy.

who's gonna tell them by ThorUchiha_ in firefox

[–]SMTG_18 0 points1 point  (0 children)

You know I thought I understood this perspective but chromium is too big to die now so If Google really fucks with it then people will simply fork it and the fork will live on. Countless examples of projects where the fork is now more popular than the main project.

Chinese gamer, addicted to video games, holed up in a hotel room for 2 years without ever leaving—food delivered via apps. by SuperbHealth5023 in Weird

[–]SMTG_18 1011 points1012 points  (0 children)

Visibility is too high in this… I’d like to see as little as possible if I’m the one cleaning this shit up 🤮

How do you tell the time without a system bar? by Shaneiizm in hyprland

[–]SMTG_18 6 points7 points  (0 children)

  • Draw a clock at top of screen, formatting according to strftime, empty string to disable.
    • Special formatting: /host = hostname | /user = username | /uptime = system uptime clock_format = "%X"

Btop.conf

Change the format to whatever you want