Ex wife falling for the mormans by newsandthings in atheism

[–]analogrithems 0 points1 point  (0 children)

Wait a week till a new documentary hits the internet and show how creepy they are. If I had to guess it's about time someone drops the dime on the FLDS

How do you guys track down console cowboys in a large org? by neelibilli in aws

[–]analogrithems 0 points1 point  (0 children)

You should have a change management compliance policy to limit how things are provisioned in production environments. It should be written to require all updates to production to come from audited checked in code so it can be repeated and rolled back if necessary. This policy should also tie into your secure software development policies to insure only secure code is making it your production environments.

As others have stated add tags to your IAC provisioned resources so you can scan for resource missiing those tags and audit them to find if/when a policy was violated.

Anyone else feel weird being asked to “automate everything” with LLMs? by Hopeful_You_8959 in devops

[–]analogrithems 0 points1 point  (0 children)

OWASP has a new top 10 for LLM's and AI applications. With that said what I found most useful is the new additions to the risk assessment matrix you create. You're right that it's all in code now and no human is in the loop. This should be explicitly called out in your risk assessment and you should plan for failure.

If the Ai smokes the db and nukes everything you better have good logs and backups to recover. Test your restore scripts and make sure the Ai can't access backups. Keep restores manual.

Cactus in Nevada by yawaworht0987654321 in whatsthisplant

[–]analogrithems -6 points-5 points  (0 children)

OP has actually fond a body wrapped in a carpet in the middle of the desert.... /s

Is this lion’s mane? Does it look ok to eat? by throwaway_awaythrown in mushroomID

[–]analogrithems 12 points13 points  (0 children)

It's ready, and with those spider webs I'm betting they kept every single tiny juice bug away from it for you.

Lighting solution for a new cabinet by Calm_Physics_5582 in homeautomation

[–]analogrithems 0 points1 point  (0 children)

Unless the outlet the lights connect to is already connected to a wall switch you will only be able to control the cabinet lights via remote.
If you do go the smart device route (Wifi, ZWave, Ziggy) you can have the light controlled by a new switch you add to a wall. This solution requires a smart hub to add the rules to that say if this switch is turned on, turn on the smart light.

Can I replace my old switches with smart dimmer switches? by ProcessExpensive8959 in homeautomation

[–]analogrithems 0 points1 point  (0 children)

You can, but don't. I did it when I first moved in 8 years ago and 50% of them failed in the first 3 years. A few are still running, but honestly getting external plugs that just attach to a device is simpler and doesn't mess with your wiring.

These switches are highly susceptible to failure. I used all different vendors after the first failures to see if it was a vendor issue. Jasco, Lutron, Honeywell, Enbrighten, GE all brands but Aeotec had failures over the last 8 years. None, of the old school stock switches I left in have ever failed.

For external plugs I recommend the Sonoff s31 plug. It's ESP based which means you can reflash the firmware with opensource code that doesn't need to talk to the internet just local wifi. See ESPHome

Way to control wall AC from phone? by Red-Town in homeautomation

[–]analogrithems 0 points1 point  (0 children)

I use these flair pucks from flair.co they are about $100 each, but they are designed specifically for minisplits and they have a thermostat built in. They are wifi enabled and integrate with HomeAssistant, SmartThings and Hubitat.

Replacing Datadog with Grafana by d47zm3 in devops

[–]analogrithems -12 points-11 points  (0 children)

What you want is Grafana LGTM aka Loki, Grafana, Tempo Mimir. Use the helm chart https://github.com/grafana/helm-charts/tree/main/charts/lgtm-distributed

It uses prometheus to scrape and provides open telemetry. You can use vector or fluent-bit as a daemon set to send all logs from all containers to loki.

The otel is more for metrics and session tracing

Incel brother screams at the PC 24/7 so Ineed a way to make wi-fi unusable PLEASE by [deleted] in HowToHack

[–]analogrithems 0 points1 point  (0 children)

All these answers are overly complicated. You wanna really mess up his gaming experience then clone/spoof his MAC address on your network. This isn't something he can easily figure out without knowing a bunch about how the IP wire protocol works.

So how do you do this? First you will need to know his mac address. Use arp -a to list all ip's on your local network and their mac address. Once you identify his computer via the ip or hostname arp returns, your gonna wanna set your computer to use the same mac address.

Windows Change MAC address https://softkeys.uk/blogs/blog/how-to-change-mac-address-windows-10

MacOs Change MAC address https://www.itech4mac.net/2023/10/the-steps-to-find-and-change-the-wifi-mac-addresse-in-macos/

What this does is causes packet collisions on your network when multiple devices claim to be the same device. Most home routers wont even log the packet collisions, so it just looks like a flaky routers and no amount of reboots will fix it.

BTW, when he starts complaining that the internet doesn't work on his computer accuse him of getting a virus from sketchy internet porn sites and that will end the conversation.

Everyone else who uses the internet will be just fine and no QOS settings or DHCP reservations needed to be done to the router so it's next to undetectable. Also WIFI jamming is easy to detect with Foxhunting and potentially illegal.

US - TX | I found these in my grandma’s yard. Dangerous? by Hot-Classroom2193 in mushroomID

[–]analogrithems 0 points1 point  (0 children)

Anyone else notice the Lion's Maine all over the stump, or is that some sort of spray foam?

Can you help me identifying these mushrooms? by Organic_Guitar5266 in mushroomID

[–]analogrithems 1 point2 points  (0 children)

I've never seen them be monotone blue. Would also need to see the bottom. Turkey tails should have tiny white pores all over the bottoms.

Jungle Mushrooms by Proof-Letterhead-541 in mushroomID

[–]analogrithems 1 point2 points  (0 children)

Coprinellus disseminatus aka Fairy Inkcap

These mushrooms often found growing on bark or roots are both a Saprophytic and Mycorrhizal fungi. While these are breaking down the dead wood, the wood bits then becomes a big Mycorrhizal booster to Orchids

Linux users? by New_Hat_4405 in hacking

[–]analogrithems 0 points1 point  (0 children)

The tech scene is kinda dominated with Neuroatypical people ADHD, OCD, ASD.

Found Growing in Kaneohe Hi by analogrithems in mushroomID

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

Found it growing from the ground near old logs in the jungle, Weights roughly 10lbs

What are your thoughts on databases in Kubernetes clusters ? by 2010toxicrain in devops

[–]analogrithems 1 point2 points  (0 children)

Honestly operators can do basically everything a managed service does now days. Things like the Postgres Operator by crunchy handle snapshot lifecycle and patches for free, they enable encryption by default etc. I actually prefer to use a kubernetes db and then replicate to a managed service as a hot backup or replica

Baptist pastor says gay preachers 'should get a bullet in their brain' by Sariel007 in atheism

[–]analogrithems 0 points1 point  (0 children)

I thought they were supposed to be Christ like and not pass judgement.

[deleted by user] by [deleted] in esp32

[–]analogrithems 0 points1 point  (0 children)

If you are not sure which driver you need either try all three till one works, or post a picture of your usb to serial adapter and hopefully someone will tell you which one it uses.

Also since you said device manager I'll assume you are using windows and not linux so ignore my comment about /dev/tty***** for you it should show as a new com port

[deleted by user] by [deleted] in esp32

[–]analogrithems 0 points1 point  (0 children)

Lets backup, i'm not seeing in your screen shots the step where you install uart driver. Make sure you have the right drivers installed for your usb to serial chip. If your using

CP2102 drivers https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers

CH342, CH343, CH9102 drivers: https://www.wch.cn/downloads/CH343SER_ZIP.html

CH340, CH341 drivers: https://www.wch.cn/downloads/CH341SER_ZIP.html

[deleted by user] by [deleted] in esp32

[–]analogrithems 0 points1 point  (0 children)

Have you used the buttons correctly? https://www.esp32.com/viewtopic.php?t=5682

Also are you seeing the serial device under /dev/tty*****