hayk

joined 1 year ago
[–] hayk@lemmy.ml 4 points 4 months ago

Maybe. In any case I try to never infer someone's tone from text interactions since it's always faulty and lacks human dimension. By default I just assume people actually mean what they write. I think we get (on average) more aggressive, and tend to show less empathy when not talking face to face.

Also... The term "American left-wing" is offensive for a Marxist like myself. :D

[–] hayk@lemmy.ml 5 points 4 months ago (2 children)

Guys, guys... You're over-ideologizing a very simple humane request. I was asked nicely and respectfully -- I tried to respond in the same way. Simple as that. I'm usually not regulating my personal communications with others in terms of laws and amendments.

[–] hayk@lemmy.ml 5 points 4 months ago

same here (except it's waybar in my case) ( :

[–] hayk@lemmy.ml 79 points 4 months ago* (last edited 4 months ago) (5 children)

i really apologize if the use of that word was perceived as offensive, that was obviously not my intent. i'm usually quite straightforward in picking words (i come from a completely different culture, where sexual assaults are extremely uncommon).

PS. for the context of others reading this comment, the original title of this post was: "nmtui that does not rape your eyes."

[–] hayk@lemmy.ml 61 points 4 months ago (1 children)

for comparison, here's the default

271
submitted 4 months ago* (last edited 4 months ago) by hayk@lemmy.ml to c/linux@lemmy.ml
 

to my shame i did not know how to customize the nmtui default colors (for the sake of my own health and mental stability). after reading a bit, i found out it uses the so-called newt backend with the whiptail app.

long story short... turns out it reads some of the env variables for that backend to setup the colors (if you're interested, here's where this happens in the code).

so you can simply set these env variables before calling nmtui. here's a combination i came up with:

NEWT_COLORS='root=black,black;window=black,black;border=white,black;listbox=white,black;label=blue,black;checkbox=red,black;title=green,black;button=white,red;actsellistbox=white,red;actlistbox=white,gray;compactbutton=white,gray;actcheckbox=white,blue;entry=lightgray,black;textbox=blue,black' nmtui

enjoy and keep your eyes healthy!

[–] hayk@lemmy.ml 1 points 7 months ago

What do you actually use as a VM backend? VirtualBox limits the VRam you can allocate, and other options (vmware) I’m not even sure work with linux.

[–] hayk@lemmy.ml 3 points 7 months ago

In the old days laptops were rare and accessible only to selected few. The others in the background were just admiring the flawless handwork the arch user is displaying with the command line.

[–] hayk@lemmy.ml 1 points 7 months ago (1 children)

from someone's ... posterior? ... latter end? ... tuchus? arse is a bit more descriptive, eh?

[–] hayk@lemmy.ml 8 points 7 months ago

How much do you think I earn to afford paying for Office or Adobe? :) i’ve never paid for any of those, even though I’ve been using Adobe since CS5.

As for donating: i agree, for now i sometimes help in contributing to the codebase in a bit smaller apps i actually can fix things in.

[–] hayk@lemmy.ml 3 points 7 months ago (1 children)

I used WPS, it was worse than Libre from the usability, plus quite bloated with all sorts of stuff (luckily, I don’t have to pay for the Office, and will never actually do that willingly). Haven’t used the other two, however, will have a look, thanks!

Both GIMP and Krita are very nice and decent, just not powerful enough for many things I need photoshop for. Inkscape is actually much closer to Illustrator (not as powerful, but still), so that might be the only one with the “getting used to it” issue.

Actually, one other thing I should have mentioned, is that I also transited from using Premiere Pro to Kdenlive (and sometimes even Blender for very light video editing). Kdenlive is an amazing success story for KDE, hope that happens to Krita as well.

PS. The name GIMP sounds amazing! Love it, they should never change it )

[–] hayk@lemmy.ml 1 points 7 months ago

This has been some time ago. Because of the apps I mentioned I had to transit after a week of usage. But in that week, it was kinda nice. I don’t think from the upkeep standpoint it’s too different from other distros. Like I said, the main hard-to-overcome issues come from hardware support, often due to vendors unwilling to release drivers for Linux. But most of the major vendors (intel, amd, nvidia, etc.) have decent linux support nowadays, even not considering the myriad of open-source drivers.

I was also genuinely surprised with how well DEs nowadays support touchpads, and how customizable the gestures can be. That being said, ofc like I said, some of the apps do not release Wayland support (mainly the electron-based ones).

In short, lots of things are a bit more complicated than on Mac or Windows, but a lot of other things are much more straightforward and customizable.

[–] hayk@lemmy.ml 4 points 7 months ago

A free-falling observer lives in a locally Minkowskian space-time, so feels no such thing. So I like my metric flat.

 

I used linux intermittently in the last 15 or so years, migrating from early Ubuntu versions, to Manjaro, Pop!_OS, Debian, etc. And decided to give Arch a try just recently; with all the memes around its high entry point, I was really expecting to struggle for a long time to set it up just as I want.

Disclaimer: your mileage may vary. I’ve been using some sort of unix CLI since the time I learned to pee standing (last year?), and in case of Arch this prerequisite makes the whole process a lot simpler.

Learning curve

The installation process itself was quite simple. Perhaps the most complicated part was the disk partitioning and setting up the bootloader, as I’ve never done it myself. But then again — on any other OS you kind of have to do the same, except maybe through the GUI and not CLI.

One thing you quickly learn when using Arch — is you always should consult their wiki. Actually, “consult” is an understatement; let me put it this way, on the hierarchy of usefulness: there’s reddit, then stackexchange, then random “how-to” websites, then your logic, and then there is the Arch wiki. Exactly in that order, since your logic may betray you, but not the Wiki. Jokes aside though, they’ve somehow managed to document every minute detail, with specific troubleshooting for almost any combination of hardware out there. This is incredible, and as a person who also spends a lot of time writing documentations — hats off to the devs and the community.

Once you learn how the daemons work, how pacman and AUR packages work — the rest is actually quite similar to any other OS. Except that Arch, even with a bloated DE is frigging fast and eats very little battery. I actually use CLI package installation also in Windows (winget) or MacOS (brew), so learning to use another package manager was not too steep.

Drivers

The main caveats actually come when you want specific drivers for your specific hardware. For instance, the out-of-the-box drivers for my laptop speakers were horrible, with the sound seemingly coming from someone’s redacted (never checked, perhaps it was). But that could quickly be tweaked with the “pipewire/easyeffects” with custom profiles which you may find on the web.

GPU drivers were not really that much of an issue for me (if I actually read the wiki properly). Enabling GPU acceleration in some of the apps (like Blender) required the AMD HIP toolkit installed (they have Arch support) with some minor tweaks in the Blender configs. Similarly, the camera, mic and bluetooth drivers were available as AURs or even native pacman packages.

Caveats

Caveats that come with Arch are actually shared among almost all linux distros (or more specifically — DEs). Support of Wayland, while improving gradually over the years (with a great leap forward in Plasma 6), still sucks majestically. Luckily, for many of the most popular apps (slack, zoom), there are third-party AUR packages supporting Wayland natively (I spent a lot of time looking for exactly that on Debian with no success)! All of the apps I needed I actually found with the Wayland support in AURs, but, again, your mileage may vary.

Takeaways

I’d say if you just bought a fresh out-of-store laptop with no data on it to worry about — you should definitely give Arch a try, even if you’re a beginner. Once you fail a couple of times (like I did), you’ll not only learn a lot more about the behind-the-scenes working of your own computer, but will end up having one of the fastest and efficient OS-es out there, which you will now be able to configure to your exact liking.

Unfortunately, I’ve never been able to really daily-drive Linux (and this Arch experiment is no exception). Don’t get me wrong: I love linux and the idea of having independent open-source and infinitely customizable OS. But unfortunately I professionally rely on some of the apps, that have no viable alternatives for Linux (PowerPoint, Photoshop, Illustrator, Proton Drive).

PS. “but what about GIMP, or Krita, or Inkscape, or OpenOffice, or using rsync for cloud storage, or <YOUR_FAVORITE_TOOL>?” you may ask. Trust me, I tried it all. Every last presentation, raster/vector graphics software out there. Regardless of how much I hate Adobe, their software is top tier, and until GIMP becomes the Blender of graphic design, I can’t really rely use it for most of my purposes :(

view more: next ›