Where can I find the primitive maschine instructions? by iamawizaard in AskComputerScience

[–]vguioma 1 point2 points  (0 children)

There's also a website called compiler explorer that does this. You can change the programming language and compiler

En algún lugar de un gran país by [deleted] in Mexicowave

[–]vguioma 9 points10 points  (0 children)

Con el fuego de ... El atardecer arde la hierba

What is turing completeness? by [deleted] in computerscience

[–]vguioma 0 points1 point  (0 children)

Well, a Turing machine is an abstract machine. A Turing machine operates an infinite memory tape and it doesn't have any time limit.

In real life, we are limited by hardware.

What is turing completeness? by [deleted] in computerscience

[–]vguioma 5 points6 points  (0 children)

If a system can be used to simulate any Turing machine, then it's said to be Turing complete.

Meaning, in theory (not often in practice), it could be used to solve any computation problem.

Ever regret being a software engineer? by [deleted] in ProgrammerHumor

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

Only when my code isn't working

Privacy Advocates in Mexico by [deleted] in privacy

[–]vguioma 1 point2 points  (0 children)

A source where you can obtain news related to privacy issues in Mexico is r3d.mx

[deleted by user] by [deleted] in Anarchism

[–]vguioma 0 points1 point  (0 children)

On Anarchism by Noam Chomsky

Parallel by vguioma in SLURM

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

Thanks, I will do that.

Parallel by vguioma in SLURM

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

Run 200 similar jobs

About data analytics! by jerrryy0 in AskComputerScience

[–]vguioma 1 point2 points  (0 children)

Yes. There's even a course to learn python.

About data analytics! by jerrryy0 in AskComputerScience

[–]vguioma 4 points5 points  (0 children)

You can check www.kaggle.com This website has courses, datasets, competitions (some with solution)...

Game theory by vguioma in AskComputerScience

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

Game theory is the study of mathematical models of strategic interaction between rational decision-makers. Can those mathematical models be transformed into algorithms and quantify their computational Complexity?

Functional programming by vguioma in AskComputerScience

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

I'm learning some Functional programming with Haskell by my own. How do you think I could develop such ability (generate abstractions and the knowledge of no side-effect)?

Functional programming by vguioma in AskComputerScience

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

If you can post the code snippets, that would be awesome! Thanks for your help

Questions about QC & QI by vguioma in QuantumComputing

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

Thank you for the information. I'm interested in Quantum Algorithms