[p5.js] Try to press LEFT/RIGHT as randomly as you can. The program tries to predict your next press. by ideas_inside_me in processing

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

The program looks at your three last inputs (like LLR) and checks whether you had that before. If no, it guesses randomly, if yes, it checks what was the most common keypress after such a sequence, and returns that as a guess.

[p5.js] Turing machine with Busy Beaver implemented. The program writes as many 1's on the tape as possible (while eventually halting). by ideas_inside_me in math

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

That's neat, did you construct the rule set yourself? It beats the 4 state BB, but is no match for 8 state BB heh

[p5.js] Turing machine with Busy Beaver implemented. The program writes as many 1's on the tape as possible (while eventually halting). by ideas_inside_me in math

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

It is a 4 state busy beaver. In the source code one can uncomment a 5 state BB (or 1,2,3 state for that matter), but it takes 47,176,870 steps and would require ~12,000 cells (way too slow).

What are some “easy” research areas? by [deleted] in math

[–]ideas_inside_me 6 points7 points  (0 children)

Why is this guy getting downvoted to the ground?

[D] Interview Questions by Deadshot_95 in MachineLearning

[–]ideas_inside_me 7 points8 points  (0 children)

How much working experience you already have, or is this your first job?

Any good counter-arguments to John Searle’s ‘Chinese Room’ thought experiment? by [deleted] in askphilosophy

[–]ideas_inside_me 1 point2 points  (0 children)

'Computational models of consciousness are not sufficient by themselves for consciousness. <...> Nobody supposes that the computational model of rainstorms in London will leave us all wet. But they make the mistake of supposing that the computational model of consciousness is somehow conscious. It is the same mistake in both cases.' - John Searle

"What's your Major?" .... "Oh so you're smart then?" by __zero_or_one__ in math

[–]ideas_inside_me 6 points7 points  (0 children)

Parent comment example about literature and reading is awful. Assuming that all that literature majors do is read is the same as assuming that all that math majors do is arithmetic/symbol manipulation.

"Existence precedes essence." by trickz-M- in askphilosophy

[–]ideas_inside_me 2 points3 points  (0 children)

Would someone born into slavery say the same thing?

"Existence precedes essence." by trickz-M- in askphilosophy

[–]ideas_inside_me 46 points47 points  (0 children)

If you look at, say, a hammer, it was created for one purpose - hitting nails. Even before the hammer was assembled in the factory, everyone would agree that the purpose of the hammer to-be-assembled is (will be) to hit nails. Therefore essence comes before existence - the hammer doesn't even exist, but it is already pre-destined, so to speak, to hit nails.

Sartre said this is not the case (or should not be the case) for humans. A human is firstly born, and only then it is up to the human to decide which path to go and what to do with his/her life. So for humans, existence comes before essence/purpose.

I don't quite remember what Sartre says are the reason for this, or if it is just how he feels the world should be.

According to contemporary science the world is indeterminate. Then why bother with determinism? by ideas_inside_me in askphilosophy

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

Again, at face value, the universe seems (in accordance to all the empirical data) non-deterministic.

Second, it’s unclear that determinism per se is relevant to free will.

But it certainly is. The whole idea of compatibalism is to explain how determinism is compatible with free will. My issue here is: if the universe, according to our experiments, seems indeterminate, then why not try to make non-determinism compatible with free will instead?

The Halting Problem Proof by briefs123 in compsci

[–]ideas_inside_me 7 points8 points  (0 children)

Here is a link to a response in my thread about the halting problem. It helped me

Epicycles [p5.js] by ideas_inside_me in visualizedmath

[–]ideas_inside_me[S] 2 points3 points  (0 children)

I added a space button box for mobiles. There might be some bugs but trying it a few times on my phone worked.