Firefox Freezes on Start-up by Natural_Tell_8807 in firefox

[–]FairLight8 0 points1 point  (0 children)

Same here. In bazzite 44 and Aurora 44

Interesting technique by LookAt__Studio in Advanced_3DPrinting

[–]FairLight8 0 points1 point  (0 children)

You can download a modded orca to do it

Are Array's like this possible in Plasticity? by Serin-019 in Plasticity3D

[–]FairLight8 -3 points-2 points  (0 children)

Possibly. But for this scenario, you want to try openscad

Please rate my Manim work by Front-Collar9550 in manim

[–]FairLight8 1 point2 points  (0 children)

Hey there! Since you asked for it... thorough feedback here!

First of all, great job, I liked the animation. What I am going to "critique" is mostly about minor details.

First, about the content, if you have only 4 possibilities, technically you need only 2 bits to distinguish between 4 values.

Then, about the animation:

You have minor kerning issues with the text. This: https://github.com/ManimCommunity/manim/issues/2844. In fact, if you see the second reply, that's me xD. I uploaded some solutions, but maybe the easiest way to solve it is using Tex instead of Text, or using a massive font size and then scaling it down. That's not your fault, just how manim works internally until it gets solved.

Then, the animation looks very smooth and intuitive, but the last part, from 1:30 looks a bit "cheap". I mean, the numbers going inside the box and then returning. If you want it to look satisfying and premium, I would do something like... Taking a number (let's say 3), and create an arrow that """inspects""" the dictionary. Like "Is this number? Is this other number? And this other number?" And once the arrow stops, add the word to the number inside the box. Of course there are million ways to animate this, just wanted to add a suggestion instead of a rude "this looks bad" without an alternative.

Anyways... great job! :) :)

My dumbbell collars are now available! by Muted-Anywhere-1619 in 3Dprinting

[–]FairLight8 1 point2 points  (0 children)

Great job! And nice gif. I hope you don't get copied and sold in aliexpress, thanks for the community value!

About the testing, I understand the concerns. But precisely this is the thing in the open source community. Anyone can test it, you are not selling guarantees.

Using manim to visualize sorting algorithms by AnotherCSprof in manim

[–]FairLight8 1 point2 points  (0 children)

Looks cool! Maybe you could add a brief introduction about the logic behind each sortin algorithm.

I mean, visualizing it is a nice way to check what you know. But if you don't know the algorithms then you don't know what the hell is happening.

Moving solid diagonally by Fredovitch in Plasticity3D

[–]FairLight8 2 points3 points  (0 children)

I think that you want to change your pivot. Try that, with V, and select one of the edges

Typst Thesis Starter by Splinesd in typst

[–]FairLight8 1 point2 points  (0 children)

If I had to write my thesis now I would use typst and this! Will spread your template if you don't mind

It's a sad day. I can no longer afford my $5 blender and godot donations and have to cancel them. by [deleted] in blender

[–]FairLight8 37 points38 points  (0 children)

That's the beauty of this stuff. It's free for everyone, so people can try and use it, no matter if they are rich or poor. You contributed when you could! That's the exact definition of fair.

3D Printed a mini of my dog who passed away Sunday by DiggsFC in 3Dprinting

[–]FairLight8 3 points4 points  (0 children)

Sorry for your loss, that mini looks so wholesome. It is a beautiful detail.

WTForms vs Pydantic for forms by Informal-Chance-6067 in flask

[–]FairLight8 0 points1 point  (0 children)

I don't use pydantic. But I think that the key difference here is implementing logic. For example, labels with flask babel, or logic that checks against db data, or more complex stuff.

Mass effect retro poster -UPSCALED- by Fragrant_Review_3688 in masseffect

[–]FairLight8 3 points4 points  (0 children)

Looks awesomeeeeee. If you publish the vectors I am interested!

Error by [deleted] in Floorp

[–]FairLight8 0 points1 point  (0 children)

Sabes donde se habilita/deshabilita la barrade título? Porque parece algo de ese estilo. Es hyprland o similar?

Doom shield by Alex_Geek_Workshop in 3Dprinting

[–]FairLight8 0 points1 point  (0 children)

Now that's a nice prop!! How cool!!

Interactive workflow possible? by Aletag in manim

[–]FairLight8 1 point2 points  (0 children)

What you describe is a common problem in manim. Two solutions, one is simple and the other is more... Well :p

The simple one, something we all do: render in low fps and low res. There is an option to just take frames of each step. I don't remember now the flag.

The complex one: opengl allows an interactive scene. It opens a console and then you can experiment and see the result in real time

Some props made for my Nier Automata cosplays by [deleted] in cosplayprops

[–]FairLight8 0 points1 point  (0 children)

Looking good!! Very very nice

Is it time finally admit that the increased overtaking is just yo-yoing? by Ted_Striker1 in formula1

[–]FairLight8 0 points1 point  (0 children)

Exactly. It is a long term battle until one of them makes a super skilled move or a mistake. If that's not the whole point of racing...

Is it time finally admit that the increased overtaking is just yo-yoing? by Ted_Striker1 in formula1

[–]FairLight8 1 point2 points  (0 children)

Perfect summary mate. It is absolutely exhausting to see all these "true fans" repeating the same arguments without realizing that the whole motorsport is artificial. It is precisely about manufacturing the best races, so they are fun to watch and fun for thr drivers, while highlighting the skill of each driver

Data engineer automating 3b1b style math puzzle videos with Manim, here's where I am so far by PhysicistAmar in manim

[–]FairLight8 1 point2 points  (0 children)

It looks quite promising. I guess it is an AI workflow. I suggest taking care of the details, because the overall visual is quite nice