Boss mode?
This is probably an OMFGNOOBSUKZORZ question, but what is boss mode? All that comes up is a completely blank level. No ceiling, no walls, no floor, nada.
Eh?
Eh?
- Spoil-Sport
- Posts: 659
- Joined: 2008.11.02 (23:40)
- NUMA Profile: http://nmaps.net/user/eganic
- MBTI Type: ENFP
from what i heard:
boss mode is a special key you press when you're at your work computer. it hides the game screen so that your boss will think you are doing work. to continue slacking, press boss key again once your boss has left.
you can set a panic key as well (mine is 'q') to exit the entire game if, say, your boss walks over to your computer.
thats just what i've heard.
boss mode is a special key you press when you're at your work computer. it hides the game screen so that your boss will think you are doing work. to continue slacking, press boss key again once your boss has left.
you can set a panic key as well (mine is 'q') to exit the entire game if, say, your boss walks over to your computer.
thats just what i've heard.
and so it goes, and so it goes, and so will you soon i suppose.
- Billy Joel
-
- The 700 Club
- Posts: 732
- Joined: 2008.11.19 (00:59)
- NUMA Profile: http://nmaps.net/user/greenblack
- Location: In the land of the jabberwocky
exactly. also good use when your parents come to look at your computer. easy short way to close n
- Retrofuturist
- Posts: 3131
- Joined: 2008.09.19 (06:55)
- MBTI Type: ENTP
- Location: California, USA
- Contact:
Aye, boss mode is the mode you set the game to when your boss comes around the corner.
You'll also find that it significantly reduces CPU consumption, so it's actually a good "pause" key in general if you need to focus your attention on another window.
You'll also find that it significantly reduces CPU consumption, so it's actually a good "pause" key in general if you need to focus your attention on another window.
[spoiler="you know i always joked that it would be scary as hell to run into DMX in a dark ally, but secretly when i say 'DMX' i really mean 'Tsukatu'." -kai]"... and when i say 'scary as hell' i really mean 'tight pink shirt'." -kai[/spoiler][/i]


- Gross
- Posts: 147
- Joined: 2008.11.02 (23:14)
- NUMA Profile: http://nmaps.net/user/everythingfromatoz
- MBTI Type: INTJ
- Location: In your keyboard. (Between the 'n' and the 'm' ALSO: Theres secret writing in my sig! PM me for info
Boss mode would be better if it shows a text document instead.
Something like this:
The Alphabets, Words, and Languages of Finite State Machines
The idea of a finite state machine comes from an interdisciplinary branch of mathematics called formal language theory. Its roots are also in computer science and linguistics.
Looking at the structure of our own written English language, we can describe it as being made up of building blocks called words. Words, when they are written down, are made up sequences or strings of the 26 letters in the alphabet. Not every sequence or string of letters that we put together forms a word that we recognize or accept as part of the English language.
The finite state machine can be used to check strings of letters (or any symbols) and determine whether they belong to a language or not. English, like all other natural languages that people speak, is very complex. Some other languages are simpler to think about.
When we sit at a computer keyboard and type strings of letters such as "copy"or "save", the reason that the computer complies with these requests is not because the computer recognizes what you want to do and is trying to help you out. The computer has been programmed to recognize certain strings of letters as part of its language, and to perform certain electronic functions on the basis of which string was typed in. If we misspell "save" and type "saev" or type in "keep" instead, the computer cannot guess what we mean. Instead it puts out a sometimes frustrating message to the effect of, "That word is not in my language."
Languages that are made of "words" which are "strings" of "letters" from an "alphabet" are found in many areas of science. Biologists, for example, know that proteins are made up of discrete building blocks called amino acids that can only occur in certain combinations. A DNA molecule is a long chain made up of only four building blocks, but the patterns and ordering of the elements of this alphabet is used to write out the "words" that describe the genetic material of all living things.
Whenever pattern recognition is vital to scientific inquiry, finite state machines may play an important role. Although a finite state machine cannot identify and recognize all types of patterns, it is still very powerful. It is the simplest and most basic pattern-recognizer and pattern-describer that computer scientists use.
The input to a finite state machine is always a string of symbols from the alphabet that the machine recognizes. We usually represent these symbols by a, b, c, etc, although any other symbols could be used.
The finite state machine has a finite number of states . The states are represented by the circles in many pictures of finite state machines.
The lines with arrows are called transitions . They show how the next letter of input will cause the state to change. Or, if you were an ant walking on the lines of the finite state machine, the letters would tell you which line to take as you left one state to head to another.
In the picture of Machine 1, the states or circles marked with a large dot are accept states. If this is the final state that the machine is in after all the letters of the input have been read, then the input has been accepted. When a the input is accepted, that particular string of symbols is said to be a word in the language that this particular machine recognizes.
Computer scientists team up with scientists from other disciplines and design ways to use the computer to analyze their data to recognize and identify patterns. The diagrams that depict the finite state machine are mathematical models that the scientists use to figure out how to design a system that will tell them what they need to know. Then these systems are turned into computer programs that analyze the data for the scientists.
The best way to experience the workings and power of finite state machines is to experiment with them, trying a variety of inputs on a variety of machines and seeing what happens. When the finite state machine is drawn on the floor large enough so children walk around on it, they can experience the abstract concept of transitions from state to state as moving from circle to circle.
After experimenting for a while, it will become evident that for any finite state machine, the symbols of the alphabet , the number of states, and the possible transitions are fixed and finite. Even so, an infinite number of words can be tried as input. Not only that, for some finite state machines, of the infinite number of input words you can try, an infinite number of those will be accepted, and an infinite number of them won't! This is one aspect of the power and versatility of finite state machines, as well as one of the paradoxes associated with infinity.
Article from the Los Alamos National Laboratory MegaMath Site.
Something like this:
The Alphabets, Words, and Languages of Finite State Machines
The idea of a finite state machine comes from an interdisciplinary branch of mathematics called formal language theory. Its roots are also in computer science and linguistics.
Looking at the structure of our own written English language, we can describe it as being made up of building blocks called words. Words, when they are written down, are made up sequences or strings of the 26 letters in the alphabet. Not every sequence or string of letters that we put together forms a word that we recognize or accept as part of the English language.
The finite state machine can be used to check strings of letters (or any symbols) and determine whether they belong to a language or not. English, like all other natural languages that people speak, is very complex. Some other languages are simpler to think about.
When we sit at a computer keyboard and type strings of letters such as "copy"or "save", the reason that the computer complies with these requests is not because the computer recognizes what you want to do and is trying to help you out. The computer has been programmed to recognize certain strings of letters as part of its language, and to perform certain electronic functions on the basis of which string was typed in. If we misspell "save" and type "saev" or type in "keep" instead, the computer cannot guess what we mean. Instead it puts out a sometimes frustrating message to the effect of, "That word is not in my language."
Languages that are made of "words" which are "strings" of "letters" from an "alphabet" are found in many areas of science. Biologists, for example, know that proteins are made up of discrete building blocks called amino acids that can only occur in certain combinations. A DNA molecule is a long chain made up of only four building blocks, but the patterns and ordering of the elements of this alphabet is used to write out the "words" that describe the genetic material of all living things.
Whenever pattern recognition is vital to scientific inquiry, finite state machines may play an important role. Although a finite state machine cannot identify and recognize all types of patterns, it is still very powerful. It is the simplest and most basic pattern-recognizer and pattern-describer that computer scientists use.
The input to a finite state machine is always a string of symbols from the alphabet that the machine recognizes. We usually represent these symbols by a, b, c, etc, although any other symbols could be used.
The finite state machine has a finite number of states . The states are represented by the circles in many pictures of finite state machines.
The lines with arrows are called transitions . They show how the next letter of input will cause the state to change. Or, if you were an ant walking on the lines of the finite state machine, the letters would tell you which line to take as you left one state to head to another.
In the picture of Machine 1, the states or circles marked with a large dot are accept states. If this is the final state that the machine is in after all the letters of the input have been read, then the input has been accepted. When a the input is accepted, that particular string of symbols is said to be a word in the language that this particular machine recognizes.
Computer scientists team up with scientists from other disciplines and design ways to use the computer to analyze their data to recognize and identify patterns. The diagrams that depict the finite state machine are mathematical models that the scientists use to figure out how to design a system that will tell them what they need to know. Then these systems are turned into computer programs that analyze the data for the scientists.
The best way to experience the workings and power of finite state machines is to experiment with them, trying a variety of inputs on a variety of machines and seeing what happens. When the finite state machine is drawn on the floor large enough so children walk around on it, they can experience the abstract concept of transitions from state to state as moving from circle to circle.
After experimenting for a while, it will become evident that for any finite state machine, the symbols of the alphabet , the number of states, and the possible transitions are fixed and finite. Even so, an infinite number of words can be tried as input. Not only that, for some finite state machines, of the infinite number of input words you can try, an infinite number of those will be accepted, and an infinite number of them won't! This is one aspect of the power and versatility of finite state machines, as well as one of the paradoxes associated with infinity.
Article from the Los Alamos National Laboratory MegaMath Site.
-
- Life Time Achievement Award
- Posts: 253
- Joined: 2008.11.11 (23:53)
- NUMA Profile: http://nmaps.net/browse?q=author:Brainwasher
- MBTI Type: INTP
- Location: Around the usual places.
haha funny article on the alphabet
Now back from life.


- Dance Dance Revolution Android
- Posts: 881
- Joined: 2008.09.28 (02:06)
- NUMA Profile: http://nmaps.net/user/TribulatioN
- MBTI Type: ESFP
- Location: Canada
and secret narcissism too!Brainwasher wrote:haha funny article on the alphabet
[ispoiler=http://i31.tinypic.com/111p9bo.png]gloomp : gloomp : Why Me : toasters : SkyRay : Slurpee@fpsbanana : KaMikA@Haklabs[/ispoiler]
[spoiler=Neditor Nation]Currently Challenging: lord_day
[/spoiler][spoiler=Puzzle of the Exuberant!]





[/spoiler]










-
- The 700 Club
- Posts: 732
- Joined: 2008.11.19 (00:59)
- NUMA Profile: http://nmaps.net/user/greenblack
- Location: In the land of the jabberwocky
why show a text document?
obvious. if you want cool yetisports bossmode
obvious. if you want cool yetisports bossmode
- Intel 80486
- Posts: 488
- Joined: 2008.09.29 (04:14)
- NUMA Profile: http://nmaps.net/user/epigone
- Location: Iowa
You could also use similar keystrokes, such as Alt-F4, or Ctrl-Q, but then you lose what you're working on (like a great map or run).
-
- The 700 Club
- Posts: 732
- Joined: 2008.11.19 (00:59)
- NUMA Profile: http://nmaps.net/user/greenblack
- Location: In the land of the jabberwocky
that is so annoying. i keep making levels only to forget to save when i use boss mode to quit
- It Must've Been Love
- Posts: 333
- Joined: 2008.09.27 (16:09)
- NUMA Profile: http://nmaps.net/user/wumbla
yes, since the defualt boss mode key is tab, whenever I am messing with tiles I accendentally hit tab q and lose all my work, but you can go to conigure to change the boss mode key.blackbelmoral wrote:that is so annoying. i keep making levels only to forget to save when i use boss mode to quit

eganic wrote:I WUMBLA
YOU WUMBLA
HE SHE ME
WUMBLA
- The number of Electoral College votes needed to be President of the US.
- Posts: 283
- Joined: 2008.09.29 (23:36)
- NUMA Profile: http://nmaps.net/user/santa_hat_crusader
seriously, all it does really is lower CPU usage, which is great, but the blank screen wouldn't fool me for half a second if i was your boss...i mean seriously "press tab to continue slacking"? its pathetic
and the flash player kinda gives it away
and the flash player kinda gives it away
Signature Bars
- Didn't get a name change in the middle of the TF2 thread.
- Posts: 514
- Joined: 2008.09.28 (04:50)
- NUMA Profile: http://nmaps.net/user/heatwave21
- MBTI Type: INFJ
- Location: Visconsin
- Contact:
But if your boss is just walking by, a grey screen is much better than a ninja dodging laser and chaingun fire.Superpok wrote:seriously, all it does really is lower CPU usage, which is great, but the blank screen wouldn't fool me for half a second if i was your boss...i mean seriously "press tab to continue slacking"? its pathetic
and the flash player kinda gives it away

Part of this community since 2007. — Play Subvein
- The number of Electoral College votes needed to be President of the US.
- Posts: 283
- Joined: 2008.09.29 (23:36)
- NUMA Profile: http://nmaps.net/user/santa_hat_crusader
true...true...didn't think of that...
Signature Bars
-
- The 700 Club
- Posts: 732
- Joined: 2008.11.19 (00:59)
- NUMA Profile: http://nmaps.net/user/greenblack
- Location: In the land of the jabberwocky
i like the pause part. anyway, you can run a clock sometimes in a flash app so when s/he moves away, quit the clock and use n.
- The number of Electoral College votes needed to be President of the US.
- Posts: 283
- Joined: 2008.09.29 (23:36)
- NUMA Profile: http://nmaps.net/user/santa_hat_crusader
yeah, i just wish there was a convenient hotkey for minimize
Signature Bars
- The 700 Club
- Posts: 705
- Joined: 2008.09.20 (11:26)
- NUMA Profile: http://nmaps.net/user/mc_george
- MBTI Type: INTP
- Location: Melbourne, Australia
Minimizing N? Just learn to hit Alt + Tab really quickly. Or you can minimize all opened windows with Windows + M.Superpok wrote:yeah, i just wish there was a convenient hotkey for minimize
Convenient enough?

-
- dreams slip through our fingers like hott slut sexxx
- Posts: 3896
- Joined: 2009.01.14 (15:41)
- NUMA Profile: http://nmaps.net/user/Tunco123
- MBTI Type: INTJ
- Location: Istanbul
İf you can set the text that comes when you go to boss mode,it'll be good.[Changing is goooooooodand [border=]we all know that....[/border]

-
- dreams slip through our fingers like hott slut sexxx
- Posts: 3896
- Joined: 2009.01.14 (15:41)
- NUMA Profile: http://nmaps.net/user/Tunco123
- MBTI Type: INTJ
- Location: Istanbul
Minimizing N?George wrote:Superpok wrote:yeah, i just wish there was a convenient hotkey for minimize
Yeaah..That will be cool...

-
- Global Mod
- Posts: 1596
- Joined: 2008.09.26 (13:10)
- NUMA Profile: http://nmaps.net/user/gloomp
- MBTI Type: INTP
- Location: Troy, New York
- Contact:
Hey, Tunco, part of the idea of a thread is that you can read what other people have said before replying.
Just a fun fact to brighten your day! ;)
Just a fun fact to brighten your day! ;)
- The 700 Club
- Posts: 705
- Joined: 2008.09.20 (11:26)
- NUMA Profile: http://nmaps.net/user/mc_george
- MBTI Type: INTP
- Location: Melbourne, Australia
I love how he quoted me, but somehow lost the actual text along the way.gloomp wrote:Hey, Tunco, part of the idea of a thread is that you can read what other people have said before replying.
Just a fun fact to brighten your day! ;)

- ABC
- Posts: 132
- Joined: 2008.10.18 (22:39)
- NUMA Profile: http://nmaps.net/user/Empire
- Location: Canada
You would have to be really unlucky to have your boss walk by while playing N and your boss is a N addict who finished the game in like 2 days and who knows what boss mode is.
But I'd bet it happened.
But I'd bet it happened.




Thx Maestro!
- The number of Electoral College votes needed to be President of the US.
- Posts: 283
- Joined: 2008.09.29 (23:36)
- NUMA Profile: http://nmaps.net/user/santa_hat_crusader
wow...i'm stupid...Minimizing N? Just learn to hit Alt + Tab really quickly. Or you can minimize all opened windows with Windows + M.
Convenient enough?
Signature Bars
- Depressing
- Posts: 1989
- Joined: 2008.09.28 (01:10)
- NUMA Profile: http://nmaps.net/user/UniverseZero
- Steam: www.steamcommunity.com/id/universezero/
- MBTI Type: ENTJ
- Location: The City of Sails, The Land of the Long White Cloud
- Contact:
-
- The Dreamster Teamster
- Posts: 77
- Joined: 2008.12.03 (16:35)
- NUMA Profile: http://nmaps.net/user/
I think BOSS mode is good for when your parents come around the corner checking on you. It helps to let them think your doing you school.

Who is online
Users browsing this forum: No registered users and 12 guests