Yesterday, for the first time, I solved a technical issue using Lemmy

https://sopuli.xyz/post/1702720

Yesterday, for the first time, I solved a technical issue using Lemmy - Sopuli

And it felt great. Long story short, I was looking for a new Linux distro to use (very Fediverse cliche situation, I know), and of course my first reflex was to use Reddit. However, due to the combined enshittification of both Google and Reddit, I couldn’t find relevant recent threads for my question, so I thought, let’s use some search-lemmy. A few threads later, I was able to make my decision. Some of the threads in question: - https://lemmy.world/post/754814 [https://lemmy.world/post/754814] - https://lemmy.world/post/1129570 [https://lemmy.world/post/1129570] - https://lemmy.world/post/1294132 [https://lemmy.world/post/1294132] - https://lemmy.world/post/185505 [https://lemmy.world/post/185505] And in case you wonder, it’s probably going to be OpenSUSE. Currently testing it in VirtualBox at the moment before making the ship.

This gives me hope!
I can’t tell if you are being sarcastic.
Nope, none intended.
Nice choice!
Thanks! Let’s see how it goes. The rolling release aspect and very polished KDE made me choose it.
I haven’t actually used the search function much. Maybe in should try it. Can’t be worse than reddits can it…
Currently moving to a new distro as well! I have chosen NixOS.

I’ve been using Manjaro for the last 2 years, it I’ll admit to finding NixOS interesting.

A couple of areas I have yet researched, though:

  • Is there a UI for the package manager?
  • I realize that Nix is really powerful, and have even installed it and tinkered a bit with it. But it would be nice to be able to have a UI to quickly search and install packages of interest, and leave the CLI for the more nuanced package activities.

    I’ve got quite a few years of experience using yum and apt. The former, about 20 years now. I use pacman mainly to do updates, and yay to install packages pacman doesn’t know about. It even in Manjaro, sometimes it’s just more convenient to use the UI package manager.

    Learning my way around Nix… well, were back to the problem of infrequency. Use it once a week, and only to do the one thing, then everything else is back to googling. If there was a UI package manager to use most times, leaving the CLI for the more nuanced activities, then…

  • Is there a tool for adapting/installing RPM or DEB packages?
  • I’ve had occasion to install something on Manjaro which was only available as a set of RPMs (try/buy graphics software). I managed to get there eventually, thanks to Google.

    Is there a UI for the package manager?

    There is some kind of UI, though from my (very limited) experience with it, it doesn’t work that great (or maybe it does, but I only skimmed it). You can search the packages on search.nixos.org/packages.

    For example, if you search for cowsay, you will get some information on how to install it:

    • nix-shell -p cowsay - install it to a temporary shell, you will have access to the cowsay binary only in this shell
    • nix-env -iA nixos.cowsay - install it to your environment, this is in principle similar to apt or yum but IMO you should not really use it, as it beats the purpose of NixOS
    • add it to environment.systemPackages in configuration - this is the way for permanent packages, you add it to your OS configuration and then trigger nixos-rebuild switch - this command takes your configuration and makes your system match it, meaning if you added the package to it, it would install it

    So for the UI, you can use the web search.nixos.org/packages and for quick try-out you can run it in a temporary nix-shell.

    Is there a tool for adapting/installing RPM or DEB packages

    No idea, I’m pretty new. But I know there are some packages adapted like that, you can copy and edit the source code.

    NixOS Search

    Yeah, I’ve dabbled with package searches and installs as you’ve described. Basically the intro to Nix.

    For the importing of RPM or DEB packages, source would be great if it weren’t a commercial product :) Just going from memory, it was Maya.

    I meant the source code of the package, not the app itself. There’s something called maya, is that it? If so, here’s the package source: github.com/NixOS/nixpkgs/blob/…/default.nix
    NixOS Search

    I am glad for you, but I still have not gotten any help :(
    Configd is crushing my MacBook Pro only when using battery as a power source. - Lemmy.world

    Hi all, I am currently using a MacBook Pro 15" mid-2014 with the following specs: - RAM 16 GB 1600 MHz DDR3. - Processor 2.5 GHz Quad-Core Intel Core i7. - Graphic cards Intel Iris Pro 1536 MB/NVIDIA GeForce GT 750M 2 GB. It is running with Big Sur 11.7.9. Recently, I had its battery replaced because my old one was in bad shape, and it had even swollen a bit. The new battery is from the manufacturer Simplo, according to coconutBattery app. I’ve been experiencing some issues, particularly when using macOS on battery power only, something I hadn’t done in a long time due to the poor state of my previous battery. The problems I’m encountering are as follows: 1. Overall slowdowns, laggy cursor, and beachball, especially when the battery percentage drops below 80%, most noticeable when it goes from 60% to lower. 2. Freezing my Mac, causing macOS to crash and returning to the login page. 3. In the worst-case scenario, a kernel panic, followed by a reboot. Through my investigation, I have identified two processes, configd, and powerd, as the main culprits. Configd always uses 100% of the processor when the battery is the power source and I’m engaging in moderate to heavy usage with my Mac. By this, I mean using applications like Spark mail, Safari, Activity Monitor (to track down issues), Telegram, Evernote, Todoist, Discord, and occasionally Notion and Element app without any image or video processing apps (which I would refer as heavier usage). Reproducing these issues is quite simple – just let the battery drop below 80% and start using the aforementioned apps while unplugged. If issues arise, quickly plug it in, and you might regain control (though sometimes this approach doesn’t work, depending on how long it remains stuck). While I’ve found some information about configd and its behavior, the available advice mainly consists of workarounds, like manually killing the process (which doesn’t work in my case because it auto restarts quickly). The closest source I’ve found addressing this is a macrumors forum [https://forums.macrumors.com/threads/macbookpro-mid-2015-mds_stores-or-configd-cpu-high-load.2380126/], which also happens to be from this year. I also found a comment [https://bugs.chromium.org/p/chromium/issues/detail?id=364963#c31] that describes my experience accurately. I’m wondering if this might be a hardware failure or perhaps some kind of battery-related issue (battery gate, maybe???). I also use BootCamp with Windows 10, and I haven’t noticed any slowdowns or crashes when running on low battery. It seems to be isolated to macOS albeit my usage on Win10 is minimal compared with macOS. Here is a list of workarounds and fixes I’ve attempted so far, without success (in what I believe is chronological order): 1. SMC and PRAM reset immediately after battery replacement, but it didn’t help. 2. Testing on Safe Mode with Safari and some other tabs opened plus YT playback, almost instant macOS crash. 3. Reinstalled macOS without using Time Machine backups to get rid of any lingering issues from previous setups. 4. Removed my ethernet driver (using the Asix USB Ethernet app). 5. Minimized usage of the aforementioned apps, which seemed to help a bit, but I still experienced crashes when using Evernote with a background YouTube video in Safari. 6. Tried turning off Wifi and BT (one at a time and both together) using the ethernet adapter to maintain Internet connection, but it didn’t resolve the issue. 7. Another user on a macrumors forum suggested that having another administrative account active somewhat might help, but it didn’t make a difference for me. 8. Attempted to kill the configd process, but it immediately auto restarts, causing further issues with macOS. 9. Reduced peripherals such as my MX Keys keyboard and mouse (since my trackpad is faulty, likely due to the previous battery, and the stock Apple keyboard works fine for about 8 seconds then it stops registering any inputs for 1 second and repeats this behavior). 10. Removed my Ugreen dongle to rule out hardware issues, but it didn’t fix the problem. 11. Someone else in the macrumors forum mentioned that disabling IPv6 support could help, but I couldn’t do it with my Ethernet adapter, then I disabled it for Wifi, it didn’t resolve the problem. I may be forgetting some workarounds or best practices, but these are the most prominent ones that come to mind. Here is some information about my new battery: >Model Information: > >Manufacturer: SMP > >Device Name: bq20z451 > >Pack Lot Code: 3230 > >PCB Lot Code: 3230 > >Firmware Version: 2d31 > >Hardware Revision: 322d > >Cell Revision: 3036 > >Charge Information: > >Fully Charged: Yes > >Charging: No > >Full Charge Capacity (mAh): 8500 > >State of Charge (%): 100 > >Health Information: > >Cycle Count: 18 > >Condition: Normal I’ve also included my last kernel panic report [https://pastebin.com/raw/wRQX0cR2] for reference. What are your thoughts? Could this issue be related to old software and hardware, or could it be linked to my hardware or the new battery itself? This is the most bizarre issue I’ve faced with my Mac so far, and as I mentioned earlier, it’s possible that this problem has been present for a while because I used it plugged in for so long, both for me and others.

    Sorry to hear that. Have you tried on [email protected]? I heard it’s also quite alive
    Apple - Lemmy.World

    ##### Welcome to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion! ##### Rules: 1. No NSFW Content 1. No Hate Speech or Personal Attacks 1. No Ads / Spamming Self promotion is only allowed in the pinned monthly thread Lemmy Code of Conduct [https://join-lemmy.org/docs/code_of_conduct.html] ##### Communities of Interest: Apple Hardware Apple TV [https://lemmy.world/c/appletv] Apple Watch [https://lemmy.world/c/applewatch] iPad [https://lemmy.world/c/ipad] iPhone [https://lemmy.world/c/iphone_community] Mac [https://lemmy.world/c/mac_community] Vintage Apple [https://lemmy.world/c/vintage_apple] Apple Software iOS [https://lemmy.world/c/ios_community] iPadOS [https://lemmy.world/c/ipados] macOS [https://lemmy.world/c/macos] tvOS [https://lemmy.world/c/tvos] watchOS [https://lemmy.world/c/watchos] Shortcuts [https://lemmy.world/c/shortcuts] Xcode [https://lemmy.world/c/xcode] Community banner courtesy of u/Antsomnia.

    I have not, I’ll, although I am starting to believe it is a hardware issue :/
    Ah, that sounds bad :-/
    Hey, could you please replace the URLs above with a html link with the post title as the text? It’ll be much more concise and readable than just seeing lemmy.world/post/<post_id>
    Hey, I mean, just have a few clicks, they are mostly around distros choices anyway. Hopefully in the future Lemmy will handle those links with a bit more detail
    The word ‘issue’ implies that something was wrong, but you were just bored.
    You can replace it by question, I guess? I still consider this an issue, but to each their own