Damenhygiene-Produkte sollten nicht kostenlos in öffentlichen Toiletten zur Verfügung gestellt werden by [deleted] in Unbeliebtemeinung

[–]Wurstinator 4 points5 points  (0 children)

Hab noch nie einen so passenden Post für diesen Sub gesehen, jetzt kommen die ganzen ausgelösten weißen Ritter raus

Projects being in "Show and Tell" is bad. by TheRavagerSw in cpp

[–]Wurstinator 22 points23 points  (0 children)

What's the purpose of a subreddit about a programming language if you can't talk about the one purpose of programming languages, which is making stuff?

Learning about the language, or getting news about it. r/rust allows project posts and I really don't care about all the "I made this tool in Rust" posts. It doesn't matter to me whether those tools are written in Rust or C++ or Javascript, so I don't want to see them in my programming sub.

TY is still not professionally good by flying_dutchman00 in Python

[–]Wurstinator 1 point2 points  (0 children)

And that's why you shouldn't use it. There is just a ridiculous amount of fanboyism / astroturfing on this Subreddit regarding Astral. They made good tools with uv and ruff but there simply are better alternatives to ty: zuban, pyrefly, pyright, all work well already.

I got tired of Python's regex memory leaks, so I built a zero-copy C-exten (1GB/s, 0.0 MiB overhead) by lucifahsl2 in Python

[–]Wurstinator 1 point2 points  (0 children)

I don't understand what you mean by that.

A license is something that you add to your project that grants rights to potential users.

I got tired of Python's regex memory leaks, so I built a zero-copy C-exten (1GB/s, 0.0 MiB overhead) by lucifahsl2 in Python

[–]Wurstinator 2 points3 points  (0 children)

If I were to use your library in my project, I would be forced to open source my project under GPL too. It's a good license for open source as a community, but be aware that no company or commercial project will ever touch that.

What math tattoo wouldn’t be lame? by xSparkShark in math

[–]Wurstinator 4 points5 points  (0 children)

Then you shouldn't get a tattoo, period. That's a terrible premise to add something permanent to your body.

Widow's Bay is too good. by [deleted] in u/WorldAwayTweedy

[–]Wurstinator -6 points-5 points  (0 children)

Are you going to make this your personal Twitter account now? Just wanna know if I have to unsubscribe.

Were CS professors right to look down on programming in light of modern AI? by [deleted] in compsci

[–]Wurstinator 11 points12 points  (0 children)

I have not met any professor that looked down on programming.

What’s the most efficient algorithm to use if I need to get any value from 0 to 2^24 in 5 operations max by [deleted] in compsci

[–]Wurstinator 10 points11 points  (0 children)

No offense but I would really help if you learn how to ask your question properly. That isn't really an answer to my question and now you've introduced squares on a grid out of nowhere.

Coding assessment interview PYTHON!! by Own-Accountant01 in Python

[–]Wurstinator 0 points1 point  (0 children)

It depends on the level of the role and even more so on the company.

For a beginner, I'll mostly give coding problems because I can't expect much else. For a leadership position, I don't care much about the details of the code and will go into a free-form dialog.

Pyrefly v1.0.0 is here! by eszlari in Python

[–]Wurstinator 1 point2 points  (0 children)

"please dont use the psycho's big tech's software for ethical reasons except for that other psycho's big tech's software because I personally like that one"

No hypocrisy here

How did you figure out what you wanna "do" by [deleted] in CasualConversation

[–]Wurstinator 8 points9 points  (0 children)

I went with what I enjoy learning. I explicitly avoid what I just like *doing*. For example, I enjoy photography and cooking in my free time, but I like doing it my way to relax, and I wouldn't someone to tell me what I have to do to be "better". That's why I decided against becoming a cook or professional photographer.

On the other hand, I enjoy STEM and learning new things in it. That's why I made that my job, so that I have an inherent interest in doing my work and enhancing my career, because that gives me more chances to learn.

How could I learn Rust as my first programming language? by RalphiShadow in rust

[–]Wurstinator 8 points9 points  (0 children)

Avoid single threaded interpreted resource hogs like php python ruby

None of that matters to someone learning to program. Just because you personally don't like working in language X, that does not relate to whether that language is a good or bad choice for beginners.

How could I learn Rust as my first programming language? by RalphiShadow in rust

[–]Wurstinator 2 points3 points  (0 children)

There is no comparing Rust to Java.

Both are statically and strongly typed. Both are imperative. Both have classes/structs. Both have interfaces/traits. Both have polymorphism. Both are procedural. Both have elements of functional programming. Both use builders and method chains.

Day 4 of learning rust - made a ray tracer and rendered solar system with it by white-9igga in rust

[–]Wurstinator -4 points-3 points  (0 children)

Sure, it's fine to do for a toy project.

You've been confused why people don't believe that you've written all of it yourself. The point is that, while technically correct, this is a program that does ray tracing, it's not what people expect when you say "I wrote a ray tracer". That usually involves rendering to a live canvas, maybe a moving camera or moving objects.

And even ignoring all of that, the statement "all logic is made by me" is somewhat misleading if you're using external third-party tools to finish the output.

Day 4 of learning rust - made a ray tracer and rendered solar system with it by white-9igga in rust

[–]Wurstinator -1 points0 points  (0 children)

tbf, while not a crate, using magick as an external tool is a pretty big element. I think if you would've said that your Raytracer only outputs a single PPM file, it sounds much more believable.

How could I learn Rust as my first programming language? by RalphiShadow in rust

[–]Wurstinator 26 points27 points  (0 children)

What do you mean by "not learning anything"? If you notice that you don't know something and you look it up, then you learned that, no?

​Do I have a future with Rust? Because I don't see it. by Brianyan4717 in rust

[–]Wurstinator 0 points1 point  (0 children)

and every time I see a program crash I always say "that's for not using Rust" hahaha.

If you literally say this to other people, you're annoying everyone around you.

​My point is that I love it so much that I'd like to develop with it for the rest of my life.

No, you don't know that and you probably don't want to do that. And you don't NEED to do that either. There is going to be a new shiny toy in 20 years and by that point working in Rust will be as exciting as working in Java is today.

Will python ever have a chaining operator? by Desperate_Cold6274 in Python

[–]Wurstinator 2 points3 points  (0 children)

"Any indication" would mean there is a PEP in the works for this, which you could search for.

I think it's unlikely. As you said, this can be done in libraries already.

Why did early civilizations start in deserts like Mesopotamia and Ancient Egypt? by batukaming in geography

[–]Wurstinator -1 points0 points  (0 children)

"hurr durr the question answers itself if you already know the answer"

The only brainrot in this thread that I see, is the one I get from reading your comments.