Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #29917
| From | Aleksandro <aleksandro@gmx.com> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: Wait on keyboard |
| Date | 2016-03-11 17:25 -0300 |
| Organization | A noiseless patient Spider |
| Message-ID | <nbv9eg$457$1@dont-email.me> (permalink) |
| References | (2 earlier) <nbuqnf$h5u$1@news.albasani.net> <ec9a24dc-6b47-441f-85c3-bb868695c2f1@googlegroups.com> <nbv66u$ko5$1@dont-email.me> <b4240f95-40ec-4bee-ad9a-1cc4fe15273f@googlegroups.com> <167d4204-d421-4852-ab16-b6659b83cfac@googlegroups.com> |
On 11/03/16 17:22, jonas.thornvall@gmail.com wrote:
> Den fredag 11 mars 2016 kl. 20:46:31 UTC+1 skrev jonas.t...@gmail.com:
>> Den fredag 11 mars 2016 kl. 20:30:40 UTC+1 skrev Aleksandro:
>>> On 11/03/16 13:55, jonas.thornvall@gmail.com wrote:
>>>> Den fredag 11 mars 2016 kl. 17:11:34 UTC+1 skrev Stefan Weiss:
>>>>> On 03/11/2016 17:00, Stefan Weiss wrote:
>>>>>> sleepyFun.waitMouse = function (btn = 0) {
>>>>>> listen("click", (evt) => evt.button === btn);
>>>>>> };
>>>>>
>>>>> Whoops, default parameters aren't well supported yet... use this instead:
>>>>>
>>>>> sleepyFun.waitMouse = function (btn) {
>>>>> listen("click", (evt) => evt.button === btn || 0);
>>>>> };
>>>>>
>>>>> - stefan
>>>>
>>>> Sadly i think that Javascript is probably quite beautiful under the hood. Some where deep down there it is based upon sound principles, otherwise it would not have such rich functionality upon strings and arrays.
>>>>
>>>> But sadly how weak and convoluted it ends up, when you put idiots to program the user interface, the actual program language.
>>>
>>> If you knew what you were talking about, you would know the UI events
>>> have little do do with the actual language; they are merely an
>>> implementation for a particular stack.
>>
>> Well just as i told you, the idiots that implemented the eventhandler and listeners are not the same people that deigned the core language.
>
> What actually happens is that some real bright people design a programming language programming languages by shape form and use mostly attract anal people who will celebrate its efficiensy, so after a couple of years "mostly one ot two" a comittee of idiots is appointed to develop the programming language, because lets face fact talented people do not have the attention spann to mull over simplistic matters for decades, they go on to solve nest problem after giving guidelines.
>
> So instead a committe of idiots is annnotated to do the bright man/mens work and it a month or two the idiots changed the guidelines into their own petty lifemission of linguistic pedantries transforming the language into an anal profession of hogwash that refuse to perform a command withoug at least 30 lines of code.
>
> Preferably the shit they produce should at least need a week or two to learn the API for howto take care of event handling, the first fucking week you spend try to catch the event and which button you actually pressed the second weekend should be spent finding out howto prepare the listener so when you press the damn key there is something actually there to catch the event.
>
> I can recommend anyony to spend an extra week on finding out howto actually access the eventhandler. Because a simple keyPress will not do, no you should spend it to find out how the actual eventhandler will be accesed and howto awake the listener.
>
> No these are anal people they can't fucking go for wait until (keypress=="32!) then do "what the fuck ever".
>
> No these people want you to spend a week or two contemplaiting that you actually know what you want to do using a keypress becaus now it is ****their precikous programming language*****
>
> Well you retarded, anal *MOTHERFUCKERS* are in for a wakeup call.
Frustration speaking here.
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 02:30 -0800
Re: Wait on keyboard Tim Streater <timstreater@greenbee.net> - 2016-03-11 10:37 +0000
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 02:50 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 03:13 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 03:23 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 03:32 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 03:39 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 04:41 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 05:00 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 05:43 -0800
Re: Wait on keyboard Tim Streater <timstreater@greenbee.net> - 2016-03-11 12:13 +0000
Re: Wait on keyboard "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2016-03-11 21:52 +0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 07:29 -0800
Re: Wait on keyboard Stefan Weiss <krewecherl@gmail.com> - 2016-03-11 17:00 +0100
Re: Wait on keyboard Stefan Weiss <krewecherl@gmail.com> - 2016-03-11 17:11 +0100
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 08:32 -0800
Re: Wait on keyboard Stefan Weiss <krewecherl@gmail.com> - 2016-03-11 20:20 +0100
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 08:55 -0800
Re: Wait on keyboard Aleksandro <aleksandro@gmx.com> - 2016-03-11 16:30 -0300
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 11:46 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 12:22 -0800
Re: Wait on keyboard Aleksandro <aleksandro@gmx.com> - 2016-03-11 17:25 -0300
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 12:32 -0800
Re: Wait on keyboard Aleksandro <aleksandro@gmx.com> - 2016-03-11 17:42 -0300
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 12:52 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-11 12:47 -0800
Re: Wait on keyboard "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-03-11 18:39 -0800
Re: Wait on keyboard "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-03-11 18:37 -0800
Re: Wait on keyboard John Harris <niam@jghnorth.org.uk.invalid> - 2016-03-12 13:16 +0000
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-12 05:57 -0800
Re: Wait on keyboard John Harris <niam@jghnorth.org.uk.invalid> - 2016-03-13 10:31 +0000
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-13 05:55 -0700
Re: Wait on keyboard "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-13 17:19 +0100
Re: Wait on keyboard Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-13 13:01 -0700
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-13 15:19 -0700
Re: Wait on keyboard Aleksandro <aleksandro@gmx.com> - 2016-03-13 20:08 -0300
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-13 21:45 -0700
Re: Wait on keyboard Aleksandro <aleksandro@gmx.com> - 2016-03-14 01:50 -0300
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-13 22:39 -0700
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-13 22:46 -0700
Re: Wait on keyboard Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-14 11:54 -0700
Re: Wait on keyboard Tim Streater <timstreater@greenbee.net> - 2016-03-14 08:31 +0000
Re: Wait on keyboard John Harris <niam@jghnorth.org.uk.invalid> - 2016-03-14 10:43 +0000
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-12 06:04 -0800
Re: Wait on keyboard "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-12 15:22 +0100
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-12 07:46 -0800
Re: Wait on keyboard Tim Streater <timstreater@greenbee.net> - 2016-03-12 15:52 +0000
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-12 09:25 -0800
Re: Wait on keyboard Aleksandro <aleksandro@gmx.com> - 2016-03-12 20:16 -0300
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-12 15:57 -0800
Re: Wait on keyboard Aleksandro <aleksandro@gmx.com> - 2016-03-12 21:07 -0300
Re: Wait on keyboard Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-12 21:27 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-13 03:08 -0700
Re: Wait on keyboard "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-12 23:30 +0100
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-12 06:15 -0800
Re: Wait on keyboard "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-03-11 18:33 -0800
Re: Wait on keyboard jonas.thornvall@gmail.com - 2016-03-12 03:01 -0800
Re: Wait on keyboard "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-03-11 18:30 -0800
Re: Wait on keyboard Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-12 04:44 +0100
Re: Wait on keyboard Stefan Weiss <krewecherl@gmail.com> - 2016-03-12 11:21 +0100
Re: Wait on keyboard Stefan Weiss <krewecherl@gmail.com> - 2016-03-12 11:27 +0100
Re: Wait on keyboard Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-12 14:44 +0100
Re: Wait on keyboard "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2016-03-14 18:58 +0800
csiph-web