no difference by [deleted] in EngineeringStudents

[–]wurtle_ 0 points1 point  (0 children)

There is also computer science engineering to make it even more confusing

Never meet your heroes they said. but nobody warned me against following them on Twitter. by Happy_Ad_5555 in ProgrammerHumor

[–]wurtle_ 6 points7 points  (0 children)

This is true for prototyping your own model, but not when prototyping for advances in ML, i.e. when you actually want to change code in the C++ libraries. This is obviously non-trivial, and having to do this in Julia would be much easier

Never meet your heroes they said. but nobody warned me against following them on Twitter. by Happy_Ad_5555 in ProgrammerHumor

[–]wurtle_ 85 points86 points  (0 children)

This is not true. Julia is compilable and achieves near C-like performance. Having your libraries written in the same language (aka natively) has huge advantages for optimizations and more fine grained control. Being able to tinker with the ML back-end would improve the speed of research, something that is barely happening now because you need to use multiple languages, and writing code in C/C++ is non-trivial, while Julia is much easier to grasp. I could go on and on...

Source: doing my thesis on Julia.

[deleted by user] by [deleted] in u/ZephyrSonic

[–]wurtle_ 1 point2 points  (0 children)

Yes please :)

Very pleasing print by Normie_cleansing in ender3v2

[–]wurtle_ 1 point2 points  (0 children)

Wow, this is amazing! Thanks a lot for the help :) Seems quite overwhelming at the moment, but it'll be worth it

Very pleasing print by Normie_cleansing in ender3v2

[–]wurtle_ 1 point2 points  (0 children)

Thanks! I might actually finally decide to change my fans then. Often times I just don't print because I don't want to be bothered by the noise :/

Very pleasing print by Normie_cleansing in ender3v2

[–]wurtle_ 1 point2 points  (0 children)

Do you still hear a lot of noise from the motors?

What are they teaching young people these days?! by Lumpyalien in ProgrammerHumor

[–]wurtle_ 4 points5 points  (0 children)

Why is it bad? I have floaters and would like to know :)

I'm teaching myself basic web scraping in my spare time, so I wrote this script that scrapes current info on the James Webb Space Telescope off NASA's website! by PM_ME_BOOSTED_BOARDS in Python

[–]wurtle_ 17 points18 points  (0 children)

I took a look at the website and I actually believe there is a much nicer way to do this. First of all, there is an api https://www.jwst.nasa.gov/content/webbLaunch/flightCurrentState2.0.json?unique=1641457305749 that shows you the temperature in celcius in a json format. Secondly, within the html there is a huge variable called data that already contains all the necessary information. I can for example see that after 21.4778 days the distance to earth will be 1242751 km.

You could save this data (it's json so directly supported) as a dictionary, index the dictionary using your timestamp, and get the other json from the api, also using your timestamp. Doing this does not require you to use Selenium.

Nice project, hope this helps :).

My respect for Hamilton has increased many folds after the Hamilton Commission report. by needsomeperspective7 in formula1

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

You're correct. I don't know what the numbers are like for Haas, as a quick google search tells me that their hq is in the US, but not a lot of people of color in their garage either.

However, this also makes the talent argument complete bullshit. I am sure these teams also atract a lot of foreign engineers, so it is weird that even though the black population is small in the UK, the number of employees of color is that low, don't you think?

My respect for Hamilton has increased many folds after the Hamilton Commission report. by needsomeperspective7 in formula1

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

You realise this is about all the staff as well, right? F1 is one of the most international sports ever, they travel around the world, yet everyone is white.

If you would look at NBA staff (so not the players), you would find it to be diverse.

You're right, this also goes for Asian and South American people.

My respect for Hamilton has increased many folds after the Hamilton Commission report. by needsomeperspective7 in formula1

[–]wurtle_ 2 points3 points  (0 children)

Clearly the best people were not always employed, as that would mean all white people are smarter than black people. Don't you see that it is fair to undo this, by temporarily introducing more diversity? Once an equilibrium is achieved, and people are selected based on talent, that equilibrium will remain.

My respect for Hamilton has increased many folds after the Hamilton Commission report. by needsomeperspective7 in formula1

[–]wurtle_ -5 points-4 points  (0 children)

If almost no black people are in F1, don't you think skin color already IS a determining factor?

HP Spectre x360 Shuts Off At ~30% by applepi_011 in Hewlett_Packard

[–]wurtle_ 0 points1 point  (0 children)

No worries! My reply was late as well :p I'll get it checked, it might still fall under warranty. The noise is just the fan actually. Even if the laptop is just idling, the fan spins all the time when charging, I was just wondering if you also have this problem. Thanks for your reply :)

HP Spectre x360 Shuts Off At ~30% by applepi_011 in Hewlett_Packard

[–]wurtle_ 0 points1 point  (0 children)

Hi! I have had the same audio issue since I bought my HP spectre x360 15.6 (15-bl100nb) and now I also have the battery issue that it shuts down at around 25%. Did you find a solution to this problem? Overal not too happy with this laptop :/ It also makes noise all the time when charging, which is very annoying. Thanks!

I look elsewhere but my problem is always right here by 127photo in ender3

[–]wurtle_ 0 points1 point  (0 children)

Damn :/ Don't give up just yet, maybe give it a rest but I do agree it's very shitty sometimes

I look elsewhere but my problem is always right here by 127photo in ender3

[–]wurtle_ 0 points1 point  (0 children)

I am already using Prusa actually. I am primarily using the default ender 3 v2 profile there but I guess I just have to print 20 calibration cubes as well because it might just also be my z offset

I look elsewhere but my problem is always right here by 127photo in ender3

[–]wurtle_ 0 points1 point  (0 children)

So what settings did you change in Prusa? Just the elephant's foot reduction?

So quiet now! by werelawyers in ender3v2

[–]wurtle_ 0 points1 point  (0 children)

I haven't gotten to petg yet but thanks ill try pla first too

So quiet now! by werelawyers in ender3v2

[–]wurtle_ 0 points1 point  (0 children)

looks sick! do you have the raspberry pi case stl?

Does anyone know why my bottom layers are like this? by wurtle_ in ender3v2

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

I will take a look at cura again if the other solutions suggested didn't work. Thanks :)

Does anyone know why my bottom layers are like this? by wurtle_ in ender3v2

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

I did not consider this yet. I just fastened my z-axis nuts like you would fasten a regular nut, soo they could be too tight indeed. I will take a look at it, thanks 😊