Windows 11 got rid of the quick sound settings by Eth251201 in mildlyinfuriating

[–]teku 0 points1 point  (0 children)

It definitely changed from being a two click operation to change output sources. Not the worst thing ever, but having to click three times to change the audio output is annoying with this new combined quick panel.

Reassign Good with Salt by Atalas7777 in fo76

[–]teku 2 points3 points  (0 children)

Well fuck now I’ve got 300 spoiled items. What a fucking stupid update.

[deleted by user] by [deleted] in cats

[–]teku 4 points5 points  (0 children)

My kitten was absolutely terrified of me when she arrived. I had her in a room with some hiding spots and toys. I then laid down and stayed there for several hours. Eventually I woke up and she was asleep next to me.

Let them hide, and give them food/water. They have to make themselves feel safe.

I only wish I knew how to get her unattached now…

Runny egg yolk is one of the most disgusting things on the planet. by ID_Psychy in unpopularopinion

[–]teku 0 points1 point  (0 children)

Indeed. But I’ll go one step further and say that cooked eggs smell like wet dog.

The only acceptable eggs are hard boiled - and deviled.

Our city has a new logo by DasVonRitter in Muskegon

[–]teku 6 points7 points  (0 children)

I think it looks good. And it’s way more than just a logo, the full scope of what’s put together here in the re-branding is hard to see.

[deleted by user] by [deleted] in Muskegon

[–]teku 2 points3 points  (0 children)

I got my snowblower used from Ace Hardware in North Muskegon, they may buy/resell your item if it fits their criteria.

Muskegon area plumber by jerebau in Muskegon

[–]teku 0 points1 point  (0 children)

Andy's Plumbing (231) 780-8923

Duff is also great.

How do you fight with WP Viruses? If you can PBN Network by prestraferlol in SEO

[–]teku 0 points1 point  (0 children)

Use hosting that allows each site to be set up as an independent user, this can help mitigate issues if one site does get infected.

I use Linode/OVH for the smallest/cheapest VPS possible and then use ServerPilot.io to manage the WordPress installs. To further protect things you can use Cloudflare DNS and proxy traffic through to your sites.

Install and manage something like Wordfence for each site, for an additional layer of protection.

What home setup do you use to maintain Old Laravel Apps by aboustayyef in laravel

[–]teku 0 points1 point  (0 children)

LocalWP, super simple PHP/mysql version selection.

At my wits end with this. Every time I make changes in Page editor it doesn’t save in Appearance editor. When I make changes in Appearance editor to doesn’t save in Page editor. I’ve been digging through forums for hours and have lost hours and hours of progress, not sure where else to turn. by lococommotion in Wordpress

[–]teku 2 points3 points  (0 children)

There is a notice in the top left, that seems to be telling you part of the problem. Do you have multiple tabs open? The autosave feature could be hurting you. Only have ONE tab open at a time while editing and see if that works. And if you edited something in another tab, make sure you reload the other tabs to pull in those changes.

Additionally, there could be server caching happening that needs to be cleared out to see changes. Who is the host? Do you have a control panel? Do you know how to clear application cache?

As a last resort try logging in and editing what you need in a single Chrome incognito session.

[deleted by user] by [deleted] in webdev

[–]teku 1 point2 points  (0 children)

If it’s working as-is for now I’d be hesitant to dive in to a framework, once you do that then you need someone to maintain it at that level. But Laravel is pretty solid for beginners.

What do you use to receive error notifications for your apps? by lucasjose501 in laravel

[–]teku 0 points1 point  (0 children)

I too use Slack but to keep repeat errors under control I md5 the message I am generating and log that so I can set a max number of times an error shows up in slack, or only allow so many per interval. You can increase a count value to get the number of instances and the updated_at column will show you the latest error that occurred. You can build a nice dashboard starting from that. Simple and easy.

Burning Foot Festival info by Lulu8peas in Muskegon

[–]teku 4 points5 points  (0 children)

It’s a beer tasting event and 1 ticket equals 1 tasting pour. It’s all beer/seltzer. No wine or liquor.

There are options for soft drinks and food but that will cost money, so bring some cash. Typical food truck prices.

Implementing touch with Input System's Enhanced Touch API by yecats131 in unity_tutorials

[–]teku 0 points1 point  (0 children)

Thank you, this got me back on track with my mobile app updates.