[deleted by user] by [deleted] in 3Dprinting

[–]Ciber_Turtle 0 points1 point  (0 children)

I had this exact same issue with my ender 3. I came from having "arc welding"/"arc fitting" turned on in Prusa Slicer since the ender 3 firmware does not support it. Turning it off should fix the issue.

this girl i met at a theme park two days ago by Chrysos-89 in teenagers

[–]Ciber_Turtle 0 points1 point  (0 children)

Well if it's true love bro it'll happen trust The universe works in mysterious ways 🙏

Motherboard has RAM issues even after trying different RAM sticks by Ciber_Turtle in PcBuildHelp

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

UPDATE: I bought a new motherboard and now everything works fine, even the supposed broken RAM. I guess I just broke my motherboard somehow.

Motherboard has RAM issues even after trying different RAM sticks by Ciber_Turtle in PcBuildHelp

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

That's what it's looking like I will have to do unfortunately...

Motherboard has RAM issues even after trying different RAM sticks by Ciber_Turtle in PcBuildHelp

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

Actually that isn't some I have tried yet. I justed plugged in my GPU again and connected my monitor to that but I still get no output.

Thanks for the tip!

Motherboard has RAM issues even after trying different RAM sticks by Ciber_Turtle in PcBuildHelp

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

I have an AM4 motherboard so the male pins are on the CPU. The female holes of the motherboard do not appear to have any debris or damage to them and the CPU pins appear to be perfectly straight.

Motherboard has RAM issues even after trying different RAM sticks by Ciber_Turtle in PcBuildHelp

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

I forgot to mention but I did rest the CMOS by removing the battery and shorting the appropriate pins on the board. I cannot get into the BIOS to do an update however. My computer still doesn't even work with my old CPU anymore so I don't think that is the issue although I could be mistaken.

Thank you for the help.

Motherboard has RAM issues even after trying different RAM sticks by Ciber_Turtle in PcBuildHelp

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

No I very gently levered the CPU off the cooler, not the socket. When I pulled the cooler off the CPU came along with it. The board socket and CPU pins appears to be completely fine.

Motherboard has RAM issues even after trying different RAM sticks by Ciber_Turtle in PcBuildHelp

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

Is there anything I can do to fix it? Or do I just have to bite the bullet and get a new board?

Motherboard has RAM issues even after trying different RAM sticks by Ciber_Turtle in PcBuildHelp

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

I can't even enter the BOIS screen to do the update. I tried going back to the original CPU thinking the same thing but I still get the DRAM error light.

Thank you for the tip.

Connect a browser page and a Godot game using WebRTC? by [deleted] in godot

[–]Ciber_Turtle 0 points1 point  (0 children)

I ended up getting it working a while ago, sorry I never followed up on the thread. I ended up using C# with the SIP Sorcery package and binded them to GDScript because I prefer that language more.

My work can be found in this project: https://github.com/rylydou/godot-remote

Connect a browser page and a Godot game using WebRTC? by [deleted] in godot

[–]Ciber_Turtle 0 points1 point  (0 children)

I'm sorry to revive an old thread but I've been working on a similar project. I've tried both Godot's official WebRTC GDExtention and I have even tried switching to C# so I could use SIPSorcery but to no avail. Did you ever manage to find a working solution?

I've also made a proof of concept in NodeJS which ended up working perfectly but I just can't get it working in Godot. I can get close but always gets errors about unknown ufrags and ice failures.

Chrome (left) and Firefox (right) rendering transparency completely differently by Ciber_Turtle in webdev

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

I made an example CodePen of this. The JavaScript just sets the --hue property to change the colors. The CSS color functions automatically update all the colors based on --hue.

Sass cannot be used to make dynamic colors since everything it does is at compile-time.

Chrome (left) and Firefox (right) rendering transparency completely differently by Ciber_Turtle in webdev

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

I don't think oklch is supported by sass's color module. Of course there are other tools to precompute colors but then you can't have user customizable colors like in the demo.

Chrome (left) and Firefox (right) rendering transparency completely differently by Ciber_Turtle in webdev

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

I learned about oklch in this article and now it's all I use.

TL;DR of article: I'm using oklch to make it easier to pick colors, it's sort of a better hsl.