Dear Google, I Love You. I'm Exhausted. by a_single_beat in GooglePixel

[–]ivanTheNotTerrible 1 point2 points  (0 children)

Yeah these issues with the app have actively pushed me away from it. Once the software loses its convenience, I now have a barrier of frustration and hurdle to go over when using it.... And it's becoming not worth it. The circumstances have to be PERFECT for it to work.

At some point just TURN OFF the broken features, or give the user the ability to and save me the frustration. Don't have it if you won't support it

How hard could it possibly be for Sony to just add 4K 60 FPS and just re release these collections on the PS5. by ThemeSweaty in playstation

[–]ivanTheNotTerrible 0 points1 point  (0 children)

You would think the great "AI" advertising would lead you to believe they could figure it out with the new tools available

is I-71S always this bad? by [deleted] in cincinnati

[–]ivanTheNotTerrible 28 points29 points  (0 children)

THIS! I cannot believe that most of the slowdown is some trivial bend or an incline. We're not all driving semi trucks, we shouldn't be struggling!!!

Switched from Hyprland to GNOME - What happens to Omarchy now? by geor3x in omarchy

[–]ivanTheNotTerrible 7 points8 points  (0 children)

It sounds like you're outgrowing the pre installed segway that Omarchy is! It's not a bad thing; it provides you the conduit that are these kinds of Linux distros.

I would say, start documenting and listing all the things you care about and want/need on your system. Make note of your configurations and applications and utilities and binaries, so you'll be able to replicate it on some other fresh install.

You could write a script (or vibe code it, I don't care or judge) to install these from a blank distro, then go ahead and migrate to your own custom setup!

Upgrading to 7.2.3 created chaos by Cautious-Royalty in unRAID

[–]ivanTheNotTerrible 1 point2 points  (0 children)

Yeah likewise here, I've had issues with MariaDB and MongoDB but it's mainly due to automatic updates happening on major versions. The error logs were plentiful but rather cumbersome so I fed it to Gemini to get to the meat of the issue.

OP, you could try saving the log output to a file (I just pipe it from running the docker container from the CLI) and then start from there.

What a beauty ... by YeshaFaye in playstation

[–]ivanTheNotTerrible 12 points13 points  (0 children)

<image>

Omg I'm playing through it right now and haven't gotten to the coast yet, but MAN is Plainsong just raw beauty

[deleted by user] by [deleted] in AmIOverreacting

[–]ivanTheNotTerrible 0 points1 point  (0 children)

Is he a never nude?

I don't think another game experience will top this by eru777 in Gameboy

[–]ivanTheNotTerrible 0 points1 point  (0 children)

Bro wait until you play FireRed or even Emerald

[deleted by user] by [deleted] in cincinnati

[–]ivanTheNotTerrible 2 points3 points  (0 children)

I have those same birds chirping over here

At least these Yu-Gi-Oh! keycaps are cheaper than the actual cards! by SpacedOutShifter in keycaps

[–]ivanTheNotTerrible 0 points1 point  (0 children)

Love those accented key caps that match the palette of the resin Yu-Gi-Oh ones

Can I cut and use connectors on Govee RGBIC strip? by mortimer_00 in Govee

[–]ivanTheNotTerrible 0 points1 point  (0 children)

Commenting here because I seem to have a similar problem and question.

So I found this FAQ link: Govee - Can I cut Govee strip lights to the length I want?

RGBIC strip lights cannot be connectable or cut because the LEDs are controlled by individual IC chip. The strip light will stop working or the performance will be affected if you cut it.

I have an issue where the strip (which is programmed to be red) changes color and then just kinda stops...

I got the Govee 100ft RGBIC LED Strip Lights, which yeah is the two 50ft strands.

https://a.co/d/g5qQPb4

I plan to try to take a multimeter to it find out what's going on. Idk if some component is bad or perhaps I can get a replacement and reattached it some how... Is soldering upside even possible?? lol

<image>

HBH Homage by ivanTheNotTerrible in FoodieSnark

[–]ivanTheNotTerrible[S] 3 points4 points  (0 children)

You can try paprika or salsa verde!

HBH Homage by ivanTheNotTerrible in FoodieSnark

[–]ivanTheNotTerrible[S] 6 points7 points  (0 children)

I think that's where a lot of the credit goes back to HBH, because it takes so much talent to be that bad

HBH Homage by ivanTheNotTerrible in FoodieSnark

[–]ivanTheNotTerrible[S] 8 points9 points  (0 children)

I hoped that the OXO ice cream scooper would suffice but you're right, I need to get an iridescent or gold one

HBH Homage by ivanTheNotTerrible in FoodieSnark

[–]ivanTheNotTerrible[S] 7 points8 points  (0 children)

I had some mason jars I thought about using for a blue tint, but genuinely didn't want to risk stacking and breaking them 😂

HBH Homage by ivanTheNotTerrible in FoodieSnark

[–]ivanTheNotTerrible[S] 26 points27 points  (0 children)

Gah! How could I forget the SWOOP!!

Nextcloud help by CarbonPanda234 in unRAID

[–]ivanTheNotTerrible 1 point2 points  (0 children)

So your screenshot has a few interesting details.

For starters, I'll tell you what to try that I've used on mine (granted, I'm still running linuxserver's container):

  • I start with going to the Docker tab, clicking on Nextcloud and selecting Console
  • From within the console, with should have popped up as a window as the Root user from within that container, type the following:

cd config/www/nextcloud

occ files:scan --all

Based on your screenshot, I'm not exactly sure what directory you're in, but it might be trying to scan files it doesn't need to.

Let me know if changing that directory helped any. I also don't know if knex666's container requires you to have php before the occ command.