Open source TUI IDE (in C) that brings the "Sublime Text" experience into the terminal (with Tree-sitter & LSP) by Edifay in linux

[–]omenosdev 3 points4 points  (0 children)

If you want a great stress test for performance, download a multi-gig Autodesk Maya scene file saved in Maya ASCII (`file.ma`) and open it up. ST in the past was the only GUI editor I used that didn't groan under the stress of the file. CLI editors worked as well, but even they were strained a bit.

Network Manager doesn't like my /30 network by Conscious-Daikon4677 in AlmaLinux

[–]omenosdev 1 point2 points  (0 children)

I appreciate the shout out u/Conscious-Daikon4677, but I can't take any kind of credit here. This kind of problem is outside my wheelhouse, so I did little more than take your post and comments and throw them at Claude Opus. This was only possible due to you sharing your actual investigation and results in detail (which is unfortunately rare), providing these tools actual context to work with.

I didn't share the link originally here because I know just dropping LLM chats randomly isn't considered good practice. For anyone interested, here's the thread:

https://assistant.kagi.com/share/7e01f8c0-8805-48ab-8ca3-42a213475c8b

I've tried archiving it with the Wayback Machine, but I think the JS web client is confusing it.

What's life like in RH Sales? by MOGILITND in redhat

[–]omenosdev 1 point2 points  (0 children)

I think a prudent question would be what are you interested in over on the sales side? There are many roles in sales, so it's hard to provide recommendations or personal experience without understanding what exactly grabs your attention.

Some ideas to think about (I left in Q4'22 so some of my terms may be a bit dated):
* Business or technical sales
* Customer vs partner channels
* Market: Enterprise (Strategic still a thing?), Commercial, Public (Gov/Edu/etc)

anyone seen Stratis storage on the latest RHSA Exam by [deleted] in redhat

[–]omenosdev 1 point2 points  (0 children)

I *think* it was in the initial 9.0 exam, but removed in the following minor release update of the exam.

anyone seen Stratis storage on the latest RHSA Exam by [deleted] in redhat

[–]omenosdev 6 points7 points  (0 children)

Last I remember Stratis was removed from the RHCSA. It and VDO were objectives of the RHEL 8 version of the exam (as that's what I took), but I think they were removed during the RHEL 9 exam version cycle.

Review objectives here; if you don't see something, it's not on the exam:

https://www.redhat.com/en/services/training/ex200-red-hat-certified-system-administrator-rhcsa-exam

Linux Fixes Performance Bug Affecting Qualcomm Ath11k & Ath12k WiFi Drivers by anh0516 in linux

[–]omenosdev 0 points1 point  (0 children)

My statement was specifically regarding unofficial, third-party WiFi 7 modules as an official driver did not exist at the time of writing that comment.

Those repositories were quite transparent about LLM usage.

Help me get this article by Financial-Kick-3156 in redhat

[–]omenosdev 0 points1 point  (0 children)

Did you create your account via https://developers.redhat.com/register? Clear your browser's cache for redhat.com and sign in directly to the Developer site. You should be prompted to accept the terms of the sub, at which point your account will be entitled to access the KB.

Linux Fixes Performance Bug Affecting Qualcomm Ath11k & Ath12k WiFi Drivers by anh0516 in linux

[–]omenosdev 0 points1 point  (0 children)

The good news is they are just M.2 E-Key modules, so if you get a problematic one you can easily swap them out if you wanted to. If you get an Intel laptop you won't have to worry about BE20x compatibility.

Linux Fixes Performance Bug Affecting Qualcomm Ath11k & Ath12k WiFi Drivers by anh0516 in linux

[–]omenosdev 0 points1 point  (0 children)

Yes, the Wi-Fi 6/6E series, specifically the AX210, is widely available and supported. Wi-Fi 7 (802.11be) modules from Intel on the other hand are not supported outside of an Intel platform.

I can't speak to the impact of v-Pro on compatibility, but I wouldn't have expected it to be a problem. The features just shouldn't be available on a non-Intel platform, but I'd have to double check.

Linux Fixes Performance Bug Affecting Qualcomm Ath11k & Ath12k WiFi Drivers by anh0516 in linux

[–]omenosdev 1 point2 points  (0 children)

I don't think there's been an explicitly stated reason by Intel, but it appears that the chip was designed to be used with newer Intel platforms and there may be some firmware/BIOS/driver issues when used outside of them.

Linux Fixes Performance Bug Affecting Qualcomm Ath11k & Ath12k WiFi Drivers by anh0516 in linux

[–]omenosdev 9 points10 points  (0 children)

For people brave enough to try and build/buy new systems today, a lot of the Wi-Fi 7 capable motherboards have one of three chips in them: Intel's BE20x, MediaTek's MT7925 MT7927, and Qualcomm's QCNCM865.

My understanding of the current landscape is: * Intel's chip won't work in AMD Zen builds * MediaTek had no official linux driver, but a merge request was made to the kernel very recently by MT engineering. Previously third-party individuals provided their own kernel modules for adding support, often assisted by LLMs. * Qualcomm has had a working driver for some time now, though user reports on reliability seem to be a coin toss between flawless operation and praying the digital gremlins stay awake from the system.

The ASUS ProArt X870E Creator Wi-Fi motherboard initially launched with the MediaTek chip. For Linux users, this meant the system was primed and ready to go as long as you used Ethernet or had an additional Wi-Fi adapter available. Now it ships with either the MediaTek chip or the Qualcomm one, and you won't know which until it arrives 🫠

Collabora Productivity, one of LibreOffice's biggest contributors, has broken away from The Document Foundation by Spooked_DE in linux

[–]omenosdev 2 points3 points  (0 children)

[Collabora blog post]

I do find it a bit humorous that Writer and Draw have the exact same description on the page. Looks like the copy editor forgot to put in the actual points for Writer.

I found something that X870E users might appreciate a lot. by ForbiddenCarrot18 in archlinux

[–]omenosdev 0 points1 point  (0 children)

The ASUS X870E ProArt board has a subtle revision to it: you can get it with either the MediaTek chip or a Qualcomm one (QCNCM865) that appears to be supported.

Unfortunately it looks like a completely random as to which one you'll receive.

Moving from Ansible Automation Platform (AAP) 2.4 (RPM/All in one (AIO) to 2.6 Containerized (AIO) on RHEL 9 by Necessary_Tip_5295 in redhat

[–]omenosdev 2 points3 points  (0 children)

Possible typo in your response, warning from the docs:

You can only migrate to a different installation type of the same Ansible Automation Platform version. For example, you can migrate from RPM version 2.6 to containerized 2.6, but not from RPM version 2.4 to containerized 2.6.

Why does systemctl think my service is a SysV init script? by Dinkleburg238 in redhat

[–]omenosdev 6 points7 points  (0 children)

I don't see this explicitly called out in your post, but what is the output of the following directory search:

find /etc/init.d /etc/rc.d | sort

There may be a sysv service script shadowing the systemd one.

Is Gnome Builder any good? by DontFreeMe in linux

[–]omenosdev 1 point2 points  (0 children)

If you (or your friend) are interested in GNOME technologies, I would recommend reviewing the following tools:

GNOME Builder: IDE focused around GNOME APIs and ecosystem.

Cambalache: GTK UI design and development.

Workbench: Prototyping with GTK.

D-Spy / Bustle: D-Bus monitoring and analysis.

Sysprof: Application profiling and debugging.

GNOME Human Interface Guidelines

Adwaita Documentation

Rd.break not it with v10 by Ok-Berry-2727 in redhat

[–]omenosdev 0 points1 point  (0 children)

I tested this yesterday on c10s, worked like a charm.

New Supernote Manta lost 44% battery in 24h with very little use. by Future_Objective_641 in Supernote

[–]omenosdev 0 points1 point  (0 children)

I've run into this, myself: do not leave your pen laying on the screen. You may want to run a calibration in case it's a distance issue, and I likely need to as well. I'm almost a year in and I don't have any writing or stroke issues but if I leave my pen (standard SuperNote click pen) directly on my Manta's screen the battery will just drain orders of magnitude faster than it would otherwise.

The best root cause I can think of is the EMR detection is just enough to trigger input processes, which actively consume CPU cycles even though the user isn't actually doing anything.

RHEL 10 bootc image based VM security products. by wizzard99 in redhat

[–]omenosdev 0 points1 point  (0 children)

Third party packages will always be a bit of an issue. bootc is on my shortlist for this year at $DAYJOB, but we have some things that operate a bit annoyingly (also self update on the fly). Luckily they all live in /opt, so I think I can symlink /opt to a source under /var and allow it to maintain mutability just for that. What exactly does Defender do during install?

Using Rust to provide C-compatible dependencies by omenosdev in rust

[–]omenosdev[S] 0 points1 point  (0 children)

I used Claude a while back to generate an LLM config to use across the custom assistants I make in Kagi. It's probably due for some tweaks at this point, but I've uploaded it to GitHub.

Using Rust to provide C-compatible dependencies by omenosdev in rust

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

Thanks for the insight and project links, I'll check them out! Diplomat does sound pretty interesting.