Personal Information Sent to Private Third Parties when Trying to Switch Providers

I am guessing that all the providers move you to an expensive month to month plan when your initial contract expires. I noticed my bill has been quite high despite using less than 1000 kwh, so I started looking at prices in the bill.

It seems many providers are offering rates at HALF of what I am paying. I tried to switch by calling one of them and was shocked that they want my SSN, a picture of myself, and a picture of my government ID, to send to third party private company Persona, who has been all over the news about things I won't even get into.

I've been an existing electricity customer for 8 years at this location with my past provider. I understand they want to prevent fraud. I am happy to send them my past bills, bills with my name and address on it, etc. I have an existing ESID as well.

However, I really take issue having to hand over all my sensitive personal data to every company I want to do business with now, who in turn admit they are handing it over to a bunch of private companies to sit in their databases for who knows how long, then immediately be presented with terms and conditions that say they are not liable for nearly anything at all, and a forced arbitration agreement.

I guess I am stuck with this provider forever.... or until laws change protecting our personal information from being traded back and forth to private companies, if that ever happens?

Has anyone changed providers recently to someone accredited by the BBB without having to hand over SSN, government id, and selfy pictures or are we at the point now that we can't even perform basic transactions for essential services anymore without putting our sensitive personal data at risk with no recourse?

reddit.com
u/Zealousideal-Mouse29 — 7 days ago

High Rank at Anja - Gimmie advice

World

I am at high rank killing all the monsters in the game again. I can do HR Jaga, Pukei, Barroth, Jyur, but die to HR Tobi and the HR Anja.

I am wearing all HR pukei armor, all armor maxes with spheres, and using charge blade Elite Commision Axe 1.

I found the two charm boosts to put in my inventory, I am using the boosts from food before I go, and food in the field, I am also jumping on backs and doing the things.

Still a little unclear on how to use meats, pitfall traps, barrels, and how to run monsters into walls.

Any other advise?

Is there a progression you have in mind, like do monster X, get resists to Y, and then do monster Z? Looks like I am resist to water, but suck at thunder which is why Tobi eats my face. If I get the Barroth armor I can do Tobi maybe, and then... welll the armor menu doesn't show you things until you get them I guess.

reddit.com
u/Zealousideal-Mouse29 — 14 days ago
▲ 9 r/cpp

Performance with custom data flexibility and no inheritance

I am in an argument. The goal was to have a structure with some base members, we can call it a `State node` in State machine, from which the user can add their own custom data on top, without using inheritance or dynamic casts. Would like the collection of different nodes to be stored in a vector in the end.

Obviously, we want to avoid std::vector<SomeType *>

It was suggested I use something like:

class State;
using TransitionHandler = void(*)(State *, const Event &amp;);

template&lt;typename T&gt;
concept StateLike = requires(T s, const Event &amp; e)
{
    { s.onEnter(e) } -&gt; std::same_as&lt;void&gt;;
    { s.onExit(e) }  -&gt; std::same_as&lt;void&gt;;
};

class State final
{
public:
    using StateId = uint32_t;
    StateId id_ = INVALID_ID;
    std::string name_;

    template&lt;typename T&gt;
    requires StateLike&lt;T&gt;
    static State create(std::string name, T &amp; object)
    {
        return State
        {
            name,
            &amp;object,
            [](State * state, const Event &amp; e)
            {
                static_cast&lt;T*&gt;(state-&gt;instance_)-&gt;onEnter(e);
            },
            [](State * state, const Event &amp; e) 
            {
                static_cast&lt;T*&gt;(state-&gt;instance_)-&gt;onExit(e);
            }
        };
    }

private:
    static constexpr StateId INVALID_ID = static_cast&lt;StateId&gt;(-1);
    void * instance_;                // user defined state

    State(std::string name, void * instance, TransitionHandler enter, TransitionHandler exit);
};

Now, if I understand things correctly, this will indeed allow the user to provide some custom struct/class as a template param when they create a State object and that State object is going to hold a pointer to it. When it is needed, it is going to call the `enter` and `exit` methods through that static cast.

That should indeed allow us to fill a vector with these State objects and circumvent the need for inheritance, but I wonder if it really performs any better. The collection is in contiguous memory when in the vector, so add, remove, and traversal should be fast. However, all the execution of calls on the State object is going to go through the pointer, which means executing methods on a State will not be part of that performance gain from living in contiguous memory.

Assuming I am always holding on to the current state(s) and that we build the state machine with all its states at startup, what have I really gained? Is there any performance increase at all?

I believe we just replaced the vtable cost with our own pointer, which is pretty much the same?

reddit.com
u/Zealousideal-Mouse29 — 17 days ago

I dunno what to buy

I was looking at getting a minipc, because they advertise lower power consumption. What I am looking for is something I can run completely isolated from my main computers, to run a small business website I made myself. I'd rather host it on-prem then have an open ended bill for cloud hosting, plus I can tinker with it.

I expect less than a dozen visitors a day and would have a cloudflare tunnel linux docker image running with a small database docker image. I doubt I need much processing at all and can probably get away with a few gigs of ram and no video hardware. I do need a TB of space for images though.

I don't know much about the market, but I imagine buying something off of Amazon comes with no warranty past 30 days. I hear beelink SER line is good, but none of the makers are going to be selling anything other than the most recent CPU and memory configs. I need much less power and don't want to pay $800. I am hoping to get away with 300-400.

Any suggestions on where to look? Anyone running a setup like that?

reddit.com
u/Zealousideal-Mouse29 — 24 days ago

Suggest a Plant: erosion control, shallow thin roots, wet feet

I've got the typical suburban house close to my neighbor's house, which drains between us, out to the street. I've torn out all my lawn and replaced it with garden, front and back. This pathway goes along the side of the house and the water drains next to it.

Problem is, that whenever it rains or the neighbor turns on the irrigation, there is a good amount of water streaming or river-ing, by. It tends to erode my path, take my mulch, and dump it in the front...which I suspect is making the front higher than it used to be and causing a lot of labor to remake the path.

I was thinking of moving the bricks over a smidge, hand tooling the drain path a bit closer to the middle of the properties, giving up 6 inches to a foot of my pathway, making it very narrow, in order to plant something on my side of the brick that might hold the soil together. So I'd have a path with a bit of garden on both sides and the brick as an edge to my neighbor's property.

Whatever I plant is going to have to meet very strict criteria:

  • It can't spread wild into my path or into my neighbor's yard.
  • It's going to have to have very shallow and thin roots, as my internet connection along with the other utilities are not even a few inches deep here. The natural gas line also runs here.
  • The area is going to be consistently wet and then bone dry every three days or so from my neighbor's irrigation causing drainage
  • This is a mostly shady area, as it is north of the fence to the backyard and the sun rarely shines between the two houses and over the fence.

I was thinking a line of dwarf mexican petuna would be perfect, as they are easy to control from spreading, but I am not sure if they will enjoy the wet or if the roots might penetrate wires and pipes. The full size mexican petuna surely has too think of roots.

I was also thinking the roots of my Thai Basil are perfect, but that stuff seeds like crazy and will be everywhere

I need something with safe grass like roots, that isn't grass.

Any suggestions?

u/Zealousideal-Mouse29 — 1 month ago

ID... Edible/tea-able?

Found this plant amongst all my black eyed susans. I thought it was a prickly lettuce but noticed it had a very distinct fragrance when I rubbed the leaves. I forget what it is called but it reminds me of Christmas. Almost like they sold the fragrance on Christmas things

Found north side of house in shade, soil hasn't been disturbed in a long time.

I thought, maybe Texas Ragwort? However, the pictures of that seem to have longer petals on the flowers, whereas this is more a a fluff around the center of the flower.

The stems and leaves are quite hairy. I didn't break a steam to check the sap, but when I pulled off a leaf or two no milky sap came rushing out, but who knows if it would if I broke the steam. I don't want to kill it.

u/Zealousideal-Mouse29 — 1 month ago

What's this plant?

It often comes up with my tomatoes and I don't realize it's some native thing u til the black berries form. Not sure if poisonous, but I noticed the birds don't seem to mess with it.

u/Zealousideal-Mouse29 — 2 months ago

Frostbite - Stuck (Spoliers)

I am playing the frostbite scenario. I've gotten all the way to the bottom.

&gt;!
>!The forklift won't allow the landing gear to lock on the containers. I assume this is because the safe zone if in effect. I went back up, repaired batteries by the reactor so the button panels came on. I then disabled cooling, raised the arm, and upped the reactor output, which made it blow up. I thought that was supposed to disable all safe zones.!<

>!I went back down, and the safe zone is still in effect by that blast door and the research area, so I still can't use the landing gear on the forklift to attach to the containers.!<

>!I don' see any way into the upper floor of the research area where the restrooms and security sign is, but am not even sure if the scenario is glitched at this point.!<

>!I watched video of others doing the scenario and the safe zone was down at the bottom after the reactor blew and the turrets were attacking them. The turrets don't attack me.!<

>!Am I missing something or is the scenario glitched?!<

!<

reddit.com
u/Zealousideal-Mouse29 — 3 months ago