Click here to Skip to main content
15,916,949 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: CCCWNSO Pin
Abbas A. Ali3-Jul-19 22:02
professionalAbbas A. Ali3-Jul-19 22:02 
GeneralRe: CCCWNSO Pin
pkfox3-Jul-19 22:45
professionalpkfox3-Jul-19 22:45 
GeneralRe: CCCWNSO Pin
OriginalGriff3-Jul-19 22:08
mveOriginalGriff3-Jul-19 22:08 
GeneralRe: CCCWNSO Pin
pkfox3-Jul-19 22:45
professionalpkfox3-Jul-19 22:45 
GeneralRe: CCCWNSO Pin
Tim Deveaux3-Jul-19 22:49
Tim Deveaux3-Jul-19 22:49 
GeneralRe: CCCWNSO Pin
OriginalGriff3-Jul-19 23:04
mveOriginalGriff3-Jul-19 23:04 
GeneralRe: CCCWNSO Pin
pkfox3-Jul-19 23:33
professionalpkfox3-Jul-19 23:33 
GeneralNew form of logic. Need help. This is not theory, I have working models Pin
John Phantom3-Jul-19 19:19
John Phantom3-Jul-19 19:19 
I created a calculator only using the scripting commands in the video game Counter-Strike, bind (for input) echo (for output) and alias (for the logic). Bind is to connect keys to a command or string of specified commands, echo is to output text to the console, and alias is a command that allows you to create a new command out of a string of specified commands. Basically, I can do math without using math. This is pure connectionism, where there are no values, no logic operators and no measurements in the logic. It is purely making, breaking and using connections and nothing else.

The first few paragraphs from my paper that I am working on:

How To Compute Without Variables, Logic Operators or Measurements

Work in progress

I have come up with what I believe is a new type of logic, it is mechanical in nature, but because I could maybe see it done on the quantum level it could be far more complex than any mechanical machine has ever been, in ways not seen in physical mechanical devices.

This logic is pure connectionism, only using connections and nothing else. I look at it as a geometry of logic. My system performs the logic only using one command without numeric variables, without logic operators, and without measurements. This is neither digital nor analog logic.

This is not theory, I have built a working model using this logic that demonstrates if-then, do-while, a randomizer, a relational database and other logic, including a rudimentary calculator that adds/subtracts/multiplies/divides. In the working model I only use one command for hooking in the input, a few commands for output, but all the logic in between is one command that does nothing but link commands together.

The logic demonstrated in this model uses the command “alias”, which is used in a FPS video game called Counter-Strike, which is a modification for a video game made by Valve called Half-Life, which is based on id Software's QuakeWorld engine. This command is used to link various commands together creating a new command that executes a command string, to provide a way for customizing the interface of the game. This logic requires input and output provided in the game - which, no doubt, uses Boolean logic to perform, but the logic itself is contained to using the one command “alias” and does not use Boolean logic.

A readable-online version of the paper (no download, unless you want a Word copy) https://app.box.com/s/4plplfbrhwr9qflosp8tir00r0pf1467

You can also find the paper here, but you have to download it to read it: https://github.com/johnvlilley/Stateless-Computer

I suggest you start with the simple version of the calculator that does just add and subtract: https://github.com/johnvlilley/Stateless-Computer/blob/master/calculator_simple.cfg

And the complex calculator has much better inline commenting: https://github.com/johnvlilley/Stateless-Computer/blob/master/calculator_complex.cfg

I am interested in taking some of the logic, perhaps the most complicated part - the grenade throwing script, and visually re-creating it in Minecraft. This part of the logic performs the permutations of a math question I came up with and was answered by using the ancient Chinese Pascal's Triangle in a new way. It is similar to the question of how many combinations of 4 hats on 4 pegs you can have, and I just had to count the pegs as part of the permutation where they did not.

Here is the question:

"You have a combination padlock with four dials on it. Each dial has the numbers 0 through 4 on them. The lock can have as many 0s as dials, and is set to 0000 by default. The lock does not allow you to use any number between 1 and 4 two or more times in the combination. The following combinations are valid: 0123 1234 0103 0010 4031. The following combinations are invalid: 0113 4014 0202 4444. How many possible combinations are there?"

The solution to this word problem is here, notice that it is a new use for Pascal’s Triangle, because it values nothing as something:

http://answers.yahoo.com/question/index;_ylt=Aicrr4ngCQthePBgy063rmrsy6IX?qid=20060710103458AAVr9ih

More formulas can be found here:

http://mathhelpforum.com/discrete-math/17147-combination-lock.html

I also desperately need help writing the paper, it is obvious I never have written one before. I can't offer any money, because I plan to put this in the public domain. I will certainly give credit where credit is due, though. Please contact me at [DELETED]@hotmail.com or the more reliable [DELETED]@gmail.com
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
OriginalGriff3-Jul-19 19:22
mveOriginalGriff3-Jul-19 19:22 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
The pompey3-Jul-19 19:53
The pompey3-Jul-19 19:53 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
OriginalGriff3-Jul-19 20:05
mveOriginalGriff3-Jul-19 20:05 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
John Phantom3-Jul-19 20:01
John Phantom3-Jul-19 20:01 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
OriginalGriff3-Jul-19 20:03
mveOriginalGriff3-Jul-19 20:03 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
John Phantom3-Jul-19 20:53
John Phantom3-Jul-19 20:53 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
Mark_Wallace4-Jul-19 8:59
Mark_Wallace4-Jul-19 8:59 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
musefan3-Jul-19 20:53
musefan3-Jul-19 20:53 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
John Phantom3-Jul-19 21:52
John Phantom3-Jul-19 21:52 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
musefan4-Jul-19 2:22
musefan4-Jul-19 2:22 
AnswerRe: New form of logic. Need help. This is not theory, I have working models Pin
the goat in your machine3-Jul-19 21:40
the goat in your machine3-Jul-19 21:40 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
John Phantom3-Jul-19 21:55
John Phantom3-Jul-19 21:55 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
F-ES Sitecore3-Jul-19 22:08
professionalF-ES Sitecore3-Jul-19 22:08 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
Munchies_Matt3-Jul-19 22:58
Munchies_Matt3-Jul-19 22:58 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
musefan4-Jul-19 2:29
musefan4-Jul-19 2:29 
GeneralRe: New form of logic. Need help. This is not theory, I have working models Pin
BillWoodruff4-Jul-19 21:26
professionalBillWoodruff4-Jul-19 21:26 
GeneralCongratulations to OriginalGriff Pin
Kent Sharkey3-Jul-19 10:13
staffKent Sharkey3-Jul-19 10:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.