Skip to content
View in the app

A better way to browse. Learn more.

Thailand News and Discussion Forum | ASEANNOW

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

They Say You Should Never

Featured Replies

The article talks about Bangkok. Maybe they should change the name of the capital to Lopkok?

  • Replies 3.2k
  • Views 359.8k
  • Created
  • Last Reply

Top Posters In This Topic

Posted Images

Nice one, PING, want to start a petition towards renaming BKK, to LKK?

No my wifes loving mine to much

to do something like that , but anyway

if you were a woman would the idea to shift your

occupation from hairdresser to professional cockcutter

be interesting ?

Dunno about cockcutters, cocksucker make lotsa baht.

Have you tried it?

Whats the shocker Alex ?

What it mean, wot the shocker?

Please forgive me, I am not a native English speaker so I am not familiar with those kind of expressions.

Can you please explain?

Whats the shocker Alex ?

What it mean, wot the shocker?

Please forgive me, I am not a native English speaker so I am not familiar with those kind of expressions.

Can you please explain?

Yeah, rite ALEX, we believe in ya innocence, sum wouldn't.

How many of you believe Alex?

Whats the shocker Alex ?

What it mean, wot the shocker?

Please forgive me, I am not a native English speaker so I am not familiar with those kind of expressions.

Can you please explain?

Yeah, rite ALEX, we believe in ya innocence, sum wouldn't.

How many of you believe Alex?

does it mean sticking your tongue in the electric socket ?

Is the electric socket switched on?

better still, is power connected?

Why don't you believe us?

Sign up? I was born with it... :o

Don't you have it already?

Yer, right, 150 a day! What are they trying to sell (apart from a bridge or two)? :o

Why don't you believe us?

Cos ya still alive, and posting unintelligable twaddle.

Zpete, I think you are very rude to me.

Yes I am still alive thanks to my skills.

I have provided you all with great links, see for example the Banana war, you would never believe this is happening when I told you.

Zpete, whot is it that you like to see here posted?

Does anyone have a random question?

Do I take that as a 'No'?

A random question about wot?

A random question about wot?

What is a random?

Do you mean, A ransom question?

By the way Zpete go here: www.skins.be, for your JA

I just wanted to ask, "wot is a random?"

That site, or similar has long been bookmarked in my pooter, Alex. hehehe

Does anyone have a random question?

Almost all module functions depend on the basic function random(), which generates a random float uniformly in the semi-open range [0.0, 1.0). Python uses the Mersenne Twister as the core generator. It produces 53-bit precision floats and has a period of 2**19937-1. The underlying implementation in C is both fast and threadsafe. The Mersenne Twister is one of the most extensively tested random number generators in existence. However, being completely deterministic, it is not suitable for all purposes, and is completely unsuitable for cryptographic purposes.

The functions supplied by this module are actually bound methods of a hidden instance of the random.Random class. You can instantiate your own instances of Random to get generators that don't share state. This is especially useful for multi-threaded programs, creating a different instance of Random for each thread, and using the jumpahead() method to make it likely that the generated sequences seen by each thread don't overlap.

Class Random can also be subclassed if you want to use a different basic generator of your own devising: in that case, override the random(), seed(), getstate(), setstate() and jumpahead() methods. Optionally, a new generator can supply a getrandombits() method -- this allows randrange() to produce selections over an arbitrarily large range. New in version 2.4: the getrandombits() method.

As an example of subclassing, the random module provides the WichmannHill class that implements an alternative generator in pure Python. The class provides a backward compatible way to reproduce results from earlier versions of Python, which used the Wichmann-Hill algorithm as the core generator. Note that this Wichmann-Hill generator can no longer be recommended: its period is too short by contemporary standards, and the sequence generated is known to fail some stringent randomness tests. See the references below for a recent variant that repairs these flaws. Changed in version 2.3: Substituted MersenneTwister for Wichmann-Hill.

Is this an answer to your "Random" question Ping?

Hi Ping, just wot ya mite expect from Alex and his cohorts.

True, but sheeeeeeeeeesh.

I am bored, that is why I inhabit these strange places.......... PMPL

Wot ya honest opinion of these posts?

I get laffs a million, do you?

I am seriously trying to help.

Ping is asking something about random, so I try to provide an answer.

Wot is wrong with zat?

:o

expecting 5 words answer no? :o

3 words, 50 words, see Alex, so long as der izza ? at the end.

Dat rite, innit?

Ok Here we go, A simple explanation.

Open-ended questions tend to be perceived as open-ended time sinks. Those people most likely to be able to give useful answers are also the busiest (if only because they take on the most work themselves). People like that are allergic to open-ended time sinks; thus, they tend to be allergic to open-ended questions.

You're more likely to get a useful response if you're explicit about what you want respondents to do (provide pointers, send code, check your patch, whatever). This will focus their effort, and implicitly put an upper bound on the time and energy a respondent must allocate for helping you. This is good.

To understand the world experts live in, think of expertise as an abundant resource, and time to respond as a scarce one. The less time commitment you implicitly request, the more likely you are to get an answer from someone really good and really busy.

So, it's useful to frame your question to minimise the time commitment required for an expert to field it — but this is often not the same thing as simplifying the question. Thus, for example, "Would you give me a pointer to a good explanation of X?" is usually a smarter question than "Would you explain X, please?". If you have some malfunctioning code, it's usually smarter to ask what's wrong with it than to request someone to fix it.

Am I clear?

Ok Here we go, A simple explanation.

Open-ended questions tend to be perceived as open-ended time sinks. Those people most likely to be able to give useful answers are also the busiest (if only because they take on the most work themselves). People like that are allergic to open-ended time sinks; thus, they tend to be allergic to open-ended questions.

You're more likely to get a useful response if you're explicit about what you want respondents to do (provide pointers, send code, check your patch, whatever). This will focus their effort, and implicitly put an upper bound on the time and energy a respondent must allocate for helping you. This is good.

To understand the world experts live in, think of expertise as an abundant resource, and time to respond as a scarce one. The less time commitment you implicitly request, the more likely you are to get an answer from someone really good and really busy.

So, it's useful to frame your question to minimise the time commitment required for an expert to field it — but this is often not the same thing as simplifying the question. Thus, for example, "Would you give me a pointer to a good explanation of X?" is usually a smarter question than "Would you explain X, please?". If you have some malfunctioning code, it's usually smarter to ask what's wrong with it than to request someone to fix it.

Am I clear?

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ?

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.