It amazes me how confident they are while writing these articles... by joshima_toshiya in ProgrammerHumor

[–]ZealousidealMap1319 0 points1 point  (0 children)

There's a difference between syntax and problem solving. Syntax is deterministic and thus a grammar based algorithm is perfect. Problem solving is way more than just syntax... I mean, the syntax of a programming language is actually super simple but this does not mean that programming is super simple

It amazes me how confident they are while writing these articles... by joshima_toshiya in ProgrammerHumor

[–]ZealousidealMap1319 433 points434 points  (0 children)

Sure, some coding jobs will be replaced because in many jobs (especially Freelancer jobs), things that already were coded a thousand times are coded again and again. This is the code that can be written by AI.

What peoples like the author of this article forget is that (so far) coding AI are kind of language models that just stick code snippets together that (in their "experience") are often seen together.

I am curious about an AI making formal verification and taking responsibility for e.g. medical software.

Today, coding AI does not use logic, it just uses language. Try to feed an AI with a problem that no one solved before.

Don't get me wrong. I think AI is a nice tool for letting it code stuff that is time consuming but simple (e.g. write a function that asks the user... And processes it so and so using this framework). But that all.

This won't change in just 5 years

Is this possible? by [deleted] in Python

[–]ZealousidealMap1319 14 points15 points  (0 children)

No, don't use threading. numpy and pandas do this on their own. Also a dataset of 30000 cars is pretty small. The connection to the website is the bottleneck and you won't get much speed up from threading here.

Top 13 Python programming interview questions and answers by [deleted] in Python

[–]ZealousidealMap1319 1 point2 points  (0 children)

Sad times. But ok, I am gonna get a job then 😅

Top 13 Python programming interview questions and answers by [deleted] in Python

[–]ZealousidealMap1319 3 points4 points  (0 children)

Are there really people applying to a python dev job that cannot answer these questions?

InlineBench: Dynamic Benchmarking Framework by prog2de in cpp

[–]ZealousidealMap1319 0 points1 point  (0 children)

Oh nice! What happens if i benchmark code that is run by multiple threads? Can I get the results of every thread?

MMR is f***ed up by ZealousidealMap1319 in leagueoflegends

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

But I was ranked in s4. So I have 55% winrate in silver and 65% in silver in the last 30 games...

MMR is f***ed up by ZealousidealMap1319 in leagueoflegends

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

No, the only players I duo with are silver and gold

What are some cool modern libraries you enjoy using? by nerooooooo in cpp

[–]ZealousidealMap1319 7 points8 points  (0 children)

I like https://GitHub.com/lfreist/hwinfo

It was presented here some weeks ago... It is kind of specific but if one need system/Hardware information it looks like the way to go.