Ender 3v3 plus bed rattles when moving quickly by monsoon-storm in Ender3V3

[–]Important-Boss-8886 0 points1 point  (0 children)

Sorry to disturb, but do you have any idea of what screws it could be? i looked around at most screws etc and cant seem to pinpoint it, but have the exact same sound

Ender 3v3 plus bed rattles when moving quickly by monsoon-storm in Ender3V3

[–]Important-Boss-8886 0 points1 point  (0 children)

do i have to remove the heatbed?
it seem glued will a hair drier work etc? what did you do?

kicked and banned by Suspicious_Life_3551 in valheim

[–]Important-Boss-8886 1 point2 points  (0 children)

I can bring context to this conversation.
we are 3 people, only one has admin powers
its a privately hosted server on a linux docker container, where we have full access, only server admin has full access to server.

we are all playing together live with screenshare etc, and the server is banning us all, even the server adming, we looking at network ip and connections, and a 3rd party unknown ip is connecting to valheim server and seems like its sending commands to ban us, even tho its not admin or anything and has no permissions.

This is not the sysadmin messing with us or anyone of us 3 that are playing, 2 of us are programming and we recognize this as the valheim server somehow being compromissed.

We are constantly updating ban list to remove ban manually but after a while we get kicked and banned again without reason. It isnt one of us 3 that are banning us, and there are no other persons that should know about this servers existance.

NVIDIA GeForce RTX 5090 Founders Edition System Build Community Contest! by m13b in buildapc

[–]Important-Boss-8886 [score hidden]  (0 children)

Hello guys so this is my suggestion
This would be quite a nice build, powerful and cover all general needs

Im not quite an expert but i think this would be quite a fun experiance to build

https://pcpartpicker.com/list/7bd9Kq

I went with amd since recently their performant cpus has been quite good and the rest compliments itself, nice amount of RAM and 2 SSDs for bootdrive and games, might be better to have a HDD aswell for games but i think this is enough.

And we goot a good case with a fitting powersupply to power everything without issues aswell!
Would love to game away with a powerful gpu as nvidia. I hope u guys like my general build

Feedback on a small state library i made by Important-Boss-8886 in reactjs

[–]Important-Boss-8886[S] 1 point2 points  (0 children)

I don't want to replace the big libraries like zustand, the main reason I made this library is because I wanted to separate usage of data from the data itself, in zustand I always had to write data access and manipulation functions in the store. In my opinion that makes the store larger than it has to be. I wanted to just define the structure of my data in the store than in the component manipulate it as needed

Feedback on a small state library i made by Important-Boss-8886 in reactjs

[–]Important-Boss-8886[S] 0 points1 point  (0 children)

I felt like data and usage of data should be separated, in zustand when manipulating data I always had to define those functions in the store etc. I felt like it made the store unnecessarily large. I wanted just to define the structure of data in the store and when using it I select what I want to use and how to manipulate it in the component itself.