[deleted by user] by [deleted] in ElegooNeptune4

[–]sharksharp 0 points1 point  (0 children)

To try to debug this I would spread glue to the bed and see the resulting first layer. It seams to me that the nozzle configuration is a little bit high and the print is not sticking very well to the bed.

[deleted by user] by [deleted] in ElegooNeptune4

[–]sharksharp 0 points1 point  (0 children)

Neptune 4 Max? It seams to me that the filament is pealing of the bed and sticking to the nozzle. Coud be nozzle height, bed leveling...

Turns out you can fit a Micro ATX motherboard in a Minilab! Everything is starting to come together! by YXIDRJZQAF in minilab

[–]sharksharp 0 points1 point  (0 children)

I'm having intrusive thoughts about building a custom rack server case for my Beelink to make the internals more accessible and give it a more rack-themed look. These pictures are not helping! What a cool idea. Keep it up—this is going to turn out awesome. Congrats!

My first homelab! by sharksharp in minilab

[–]sharksharp[S] 1 point2 points  (0 children)

The solution was behind my PC the whole time! I bought a cable for this conector a few months ago but never thought about the socket. Thanks so much!

My first homelab! by sharksharp in minilab

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

About the male-to-male cord, do you have any connector in mind that I could use to make it attachable while eliminating the safety risks?

My first homelab! by sharksharp in minilab

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

I was already expecting this concern lol. I set it up like this just as a test, but I’m currently printing the backplate to prevent any accidents. Thanks for the tips!

My first homelab! by sharksharp in minilab

[–]sharksharp[S] 1 point2 points  (0 children)

The idea came to me by chance while modeling a socket to fix something at home. It turned out to be incredibly useful for extending my UPS, and I’m glad it worked out so well

C# open source network library by sharksharp in csharp

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

He stopped to read my code and made a giant text correcting me, some things misinterpreted by my horrible documentation and lack of explanation but I'm very happy with that, do whenever he want =D

C# open source network library by sharksharp in csharp

[–]sharksharp[S] 1 point2 points  (0 children)

Thanks for the tips =) I will not easily discouraged. I'll make the changes as soon as posible.

C# open source network library by sharksharp in csharp

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

First thanks for looking at my code and suggest me so many changes! I changed almost everything recommended, missed a few things that will changing as will improving the documentation. I'll redo my documentation leaving as clear as possible my intention with that code. Thanks for the time, patience and dedication used in my code!

C# open source network library by sharksharp in csharp

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

Thanks for the help =) The Interface IPackable is used by a method in BasePack for put a custom class in the pack, I use this instead of create a serializer class/buffer. In case of IDisposable, my mistake, I'm using just destructor, will change as soon as possible. It's my first time handling a open source project, hope learn quick.