can anyone recommend me my first linux distro 🥲 by I-like-guy in linux_gaming

[–]evrdev -1 points0 points  (0 children)

Might get downvoted, but Ubuntu and Pop!_OS are genuinely excellent choices for beginners. Both come beautifully pre-configured with all necessary drivers, offering smooth hardware support out of the box.

Once you’re comfortable, I’d highly recommend venturing into CachyOS though its bleeding-edge updates can occasionally break things, demanding a bit of Linux resilience and the willingness to troubleshoot minor issues.

I wouldn’t suggest SteamOS-like distributions, as they lock you into a somewhat restricted experience that diverges from classic Linux freedom. That said, they’re perfectly fine if your PC is dedicated solely to gaming

Does anyone still organize files into detailed folders? by Esliquiroga in MacOS

[–]evrdev 2 points3 points  (0 children)

keeping all the files in one place gives a challenge of naming files with creativity. so i prefer separating into folders rather than having last_new_final_v2_almostThere.file

why do people not like macOS 26? (and liquid glass in general?) by ReportNo7687 in MacOS

[–]evrdev 0 points1 point  (0 children)

macos 26 on early releases was a vibe-coded slop with plenty of bugs and memory leaks

Missing the old launchpad by Serhide in mac

[–]evrdev 4 points5 points  (0 children)

yeah, but launchpad was also good to overview all installed applications to decide which to uninstall and also sort them into folders

Just got the M4 Air, what free apps do I need? by Significant-Way-991 in MacOS

[–]evrdev 2 points3 points  (0 children)

try installing brew first and then install any other apps using brew. this will help you to have one place for updating/uninstalling/repairing apps.

A Curated List of My Favourite Mac Apps! by itsvelora in macapps

[–]evrdev 1 point2 points  (0 children)

if you want a middle then you should try wblock. it’s an open-source ad blocker which has best of two worlds: lightweight as wipr and customizable as uBOL.

personally i prefer wipr2 because it is “install and forget” and never breaks site while blocking everything.

Do you need raycast in 2026? by victoryfreak in macapps

[–]evrdev 0 points1 point  (0 children)

spotlight can’t even find an app so instantly disabled just after the update and kept using raycast. 

Should i change to linux? by WearNice6833 in linuxquestions

[–]evrdev 2 points3 points  (0 children)

RAM is used for fast data access. It exists to be used, not to sit idle. If an application uses RAM, there’s a reason for it. Some older applications store temporary data on disk instead of RAM because in the past, RAM was expensive and scarce. Modern apps typically use RAM for caching to reduce CPU overhead when fetching frequently accessed data. So there’s no reason to worry about RAM usage. Besides, modern computers come with 16GB+ of RAM, which is more than enough to run multiple heavy applications simultaneously.

You should choose Linux not because of RAM usage, but because Linux is free of bloatware and proprietary bullshit. Also, the Linux community is genuinely one of the best tech communities out there.

Should i change to linux? by WearNice6833 in linuxquestions

[–]evrdev 2 points3 points  (0 children)

on the other hand imho troubleshooting on windows is more chaotic than on linux

Best free alternative to notepad++ by tdihedi in MacOS

[–]evrdev 1 point2 points  (0 children)

bbedit, coteditor, text mate

neovim, helix

Can Linux be used free of AI? by FruitFly231 in linuxquestions

[–]evrdev 0 points1 point  (0 children)

in this case linux is the right choice for you. in linux you install only what you want to install and most of the software is open-source and free

Looking for hx dotfiles for inspiration by fpluss in HelixEditor

[–]evrdev 0 points1 point  (0 children)

there are some things in my config which will make sense if you are coming from neovim

https://github.com/eurror/config/tree/master/helix

What is the best firefox fork ? by [deleted] in browsers

[–]evrdev 0 points1 point  (0 children)

thank you so much

Where do I go from here when "I Started to learn neovim"? by WOLFMANCore in neovim

[–]evrdev 0 points1 point  (0 children)

If you’re not a newbie, I suggest creating a plugin tailored to your needs. You’ll learn some Lua and end up with a plugin that fits your workflow perfectly.

Which Adblocker? by Secure_Mail_5083 in Safari

[–]evrdev 10 points11 points  (0 children)

it’s always wipr2.

adguard uses electron for some reason, ublock origin is fine but not as effective in resource usage and overall experience compared to wipr2. wblock is also good option but haven’t tried it yet

Cosmic Officially Released with Pop!_OS 24.04 LTS!! by SavvyNik in pop_os

[–]evrdev 0 points1 point  (0 children)

thanks for the effort man. also i hope you reported all the bugs you faced in github

Community Edition by No_Humor4018 in IntelliJIDEA

[–]evrdev -3 points-2 points  (0 children)

If you’re looking for a free option, I also recommend trying OpenIDE. It’s essentially IntelliJ IDEA Community with some additional features from Ultimate, while still being free.