📄 Rendered from the archive database (the original static capture of this page wasn't kept). Content is complete; styling is simplified.
^
Ok then it has its
own thread in the deep forum now!
I took the liberty of posting in quotes the replies if you guys don't mind...
(01-02-2017 04:12 AM)Zelcorpion Wrote: New Year's resolutions are meant to be broken:
![[Image: C1H8WctWIAIBJl3.jpg]](https://pbs.twimg.com/media/C1H8WctWIAIBJl3.jpg)
Note the explicit mention of "a" cock in my mouth - any cock really. Not my boyfriend's cock or my man's cock - no - just some random cock.
Sorry guys, but this article is almost certainly not true. It's from the
Sunday Sport, a newspaper which is notorious for made up stories.
Quote:Sunday Sport is a British tabloid newspaper, published by Sport Newspapers, which was established in 1986. It prints plainly ludicrous stories, such as "London Bus Found Frozen In Antarctic Ice", or "World War II Bomber Found On The Moon". Defenders of the paper pointed out that it was not intended to be taken seriously. Its controversial content also includes a high quotient of softcore female nudity and extensive advertising for sexual services.
You can see screenshots of the relevant issue
here. Take a look at some of the other pages to see the fairy tales in the newspaper.
I just returned to the US from the UK last night, and I had to switch planes in Washington DC. This is the first thing I saw when I got off the plane and entered the airport in DC:
I think this should be the first image a tourist sees when they enter America:
with this on loop on the TV screens as a background:
![[Image: KhN6BC.gif]](https://i.makeagif.com/media/6-14-2015/KhN6BC.gif)
---------------------------------------------------------------------------------------------
I saw this in a store in UK, I will never try it. I guess we all know what the slut's Soup of the Day is:
H1N1 · 2017-01-09 05:17:00 · #20579
The following came out of a discussion with one of my team, and some subsequent research we did when we should have been working - and I thought it was pretty cool. It may be of interest to some here.
The discussion was surrounding cryptography, and how long a password made up of random characters would need to be to be uncrackable.
Quote:"One of the consequences of the second law of thermodynamics is that a certain amount of energy is necessary to represent information. To record a single bit by changing the state of a system requires an amount of energy no less than kT, where T is the absolute temperature of the system and k is the Boltzman constant. (Stick with me; the physics lesson is almost over.)
Given that k = 1.38×10^-16 erg/°Kelvin, and that the ambient temperature of the universe is 3.2°Kelvin, an ideal computer running at 3.2°K would consume 4.4×10^-16 ergs every time it set or cleared a bit. To run a computer any colder than the cosmic background radiation would require extra energy to run a heat pump.
Now, the annual energy output of our sun is about 1.21×10^41 ergs. This is enough to power about 2.7×10^56 single bit changes on our ideal computer; enough state changes to put a 187-bit counter through all its values. If we built a Dyson sphere around the sun and captured all its energy for 32 years, without any loss, we could power a computer to count up to 2^192. Of course, it wouldn't have the energy left over to perform any useful calculations with this counter.
But that's just one star, and a measly one at that. A typical supernova releases something like 10^51 ergs. (About a hundred times as much energy would be released in the form of neutrinos, but let them go for now.) If all of this energy could be channeled into a single orgy of computation, a 219-bit counter could be cycled through all of its states.
These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space."
- Bruce Schneier in Applied Cryptography (pp. 157–8)
What this means is that a random password (matching /^[a-zA-Z0-9]+$/ - aka choose from 62 per position) would comprise a set of (just over) 2^184 arrangements at length 31, and (just over) 2^190 at length 32. This means that for a truly random 32 character password you would expect the ideal sun-powered computer to take 4 years to count to it (expectation over a uniform random distribution is halfway).
Bear in mind this is simply counting to it, not performing any of the calculations to actually test it against whatever data it is encrypting.
Comparatively, said computer would be expected to take about 12 seconds to count to a 28 character password, and 1.8x10^-35 seconds to count to an 8 character password.
Scaling this down to Earth (radius r=6371km, distance from sun R=149600000km) the maximal sun energy to fall on the earth can be calculated. A sun-centric sphere with a radius equal to that of earth has surface area 4*pi*(R^2) and can annually count to 2^187. The earth occupies just over 2*pi*(r^2) of that surface area and so can maximally count to ((2*pi*(r^2))/(4*pi*(R^2)))*(2^187)) with sun derived energy. That is pretty much 2^157.
With that number a 28 character password will be expected to take 842 years to count to, and an 8 character password 3.8x10^-26 seconds. 25 characters is the 1 year point here.
In the words of Biggie, 'If you don't know, now you know, nigga'.
(01-09-2017 05:17 AM)H1N1 Wrote: In the words of Tupac, 'If you don't know, now you know, nigga'.
![[Image: FshEcQ.gif]](https://i.sli.mg/FshEcQ.gif)
H1N1 · 2017-01-09 05:46:00 · #20581
(01-09-2017 05:21 AM)redbeard Wrote: (01-09-2017 05:17 AM)H1N1 Wrote: In the words of Tupac, 'If you don't know, now you know, nigga'.
![[Image: FshEcQ.gif]](https://i.sli.mg/FshEcQ.gif)
Mea culpa
Edit: it is extremely depressing to realise I am a better nerd than comedian or rapper. At least until someone comes along and checks my maths, and tells me I'm an order of magnitude out on the numbers too!
H1N1 your post took me back to my engineering days. I miss being a nerd, dude.
I already know the 32 character password.
It's "passwordpasswordpasswordpassword".
2017 is should be fun then.
(01-09-2017 05:17 AM)H1N1 Wrote: The following came out of a discussion with one of my team, and some subsequent research we did when we should have been working - and I thought it was pretty cool. It may be of interest to some here.
The discussion was surrounding cryptography, and how long a password made up of random characters would need to be to be uncrackable.
Quote:"One of the consequences of the second law of thermodynamics is that a certain amount of energy is necessary to represent information. To record a single bit by changing the state of a system requires an amount of energy no less than kT, where T is the absolute temperature of the system and k is the Boltzman constant. (Stick with me; the physics lesson is almost over.)
Given that k = 1.38×10^-16 erg/°Kelvin, and that the ambient temperature of the universe is 3.2°Kelvin, an ideal computer running at 3.2°K would consume 4.4×10^-16 ergs every time it set or cleared a bit. To run a computer any colder than the cosmic background radiation would require extra energy to run a heat pump.
Now, the annual energy output of our sun is about 1.21×10^41 ergs. This is enough to power about 2.7×10^56 single bit changes on our ideal computer; enough state changes to put a 187-bit counter through all its values. If we built a Dyson sphere around the sun and captured all its energy for 32 years, without any loss, we could power a computer to count up to 2^192. Of course, it wouldn't have the energy left over to perform any useful calculations with this counter.
But that's just one star, and a measly one at that. A typical supernova releases something like 10^51 ergs. (About a hundred times as much energy would be released in the form of neutrinos, but let them go for now.) If all of this energy could be channeled into a single orgy of computation, a 219-bit counter could be cycled through all of its states.
These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space."
- Bruce Schneier in Applied Cryptography (pp. 157–8)
What this means is that a random password (matching /^[a-zA-Z0-9]+$/ - aka choose from 62 per position) would comprise a set of (just over) 2^184 arrangements at length 31, and (just over) 2^190 at length 32. This means that for a truly random 32 character password you would expect the ideal sun-powered computer to take 4 years to count to it (expectation over a uniform random distribution is halfway).
Bear in mind this is simply counting to it, not performing any of the calculations to actually test it against whatever data it is encrypting.
Comparatively, said computer would be expected to take about 12 seconds to count to a 28 character password, and 1.8x10^-35 seconds to count to an 8 character password.
Scaling this down to Earth (radius r=6371km, distance from sun R=149600000km) the maximal sun energy to fall on the earth can be calculated. A sun-centric sphere with a radius equal to that of earth has surface area 4*pi*(R^2) and can annually count to 2^187. The earth occupies just over 2*pi*(r^2) of that surface area and so can maximally count to ((2*pi*(r^2))/(4*pi*(R^2)))*(2^187)) with sun derived energy. That is pretty much 2^157.
With that number a 28 character password will be expected to take 842 years to count to, and an 8 character password 3.8x10^-26 seconds. 25 characters is the 1 year point here.
In the words of Biggie, 'If you don't know, now you know, nigga'.
Could you explain what you said in plain junior school English, and without the big numbers? I'm struggling to follow what you're getting at, but it sounds interesting.
Hoser · 2017-01-09 16:58:00 · #20586
I was talking to a Jewish lawyer I know, who is pretty cool in most regards, and can't stand how obnoxious the typical NY Jew is (even though he is one, and he freely admits the irony).
In smalltalk one day, I brought up how I wished states were allowed to choose their own destinies more than they today can. He responded with some loud and incontinent retort, lambasting "States' Rights" proponents and how, if we give the states autonomy, it would result in Jews being strung from trees again, in mass numbers.
The "again" struck me. I'd heard of Blacks being lynched, but not Jews (except for one fellow accused of molesting multiple young teens).
Does anyone know of a non-biased source of information regarding this matter?
<
What is endemic among the Jews is rampant propaganda and indoctrination where they are brought up that everyone hates them and wants them all dead. There was certainly some aninomsity towards jews among some of the Christian protestants, but there were extremely few Jewish people in the US before the 1930s.
Most European and for example German Jews even in the 1920s would be astounded to hear of any kind of "Jews being strung on trees".
You have to realize that the Holocoust is used as an eternal paranoia indoctrination tool at the Jewish people first - it keeps this push towards liberal progressivism constantly afloat. It is as if a nationalistic patriotic Christian dominated nation is instantly going into genocidal mode just because they prefer to keep their nation as it was.
So you have to cut many of them some slack - their kind of indoctrination is equally strong - the Holocoust being called upon every time one is not 100% in agreement with globalists like George Soros. Their own lower rung people are usually paying the price for their elite - example the current migrant crisis - each year thousands of Jews leave France for Israel due to the migrant inflow that globalist Jewish organizations are pushing for. If that continues then in 30-40 years out of 500.000 Jews in France, 50.000 will remain. And this transition will not be peaceful, but written with blood.
There are numerous sources of Jewish folk researching things and finding out that their own elite are not their friend - don't remember the name - for example a book written by a Rabbi who tried to negotiate the purchase of European Jewry in the early 1940s from the Nazis by London/NY Jewish elite. Of course he was rebuffed since the top wanted the war just as it happened.
The non talmud jewish beliefs are for the most part principles that most everyone can get behind. It is the parts of their laws that encourage substandard treatment for non believers that makes everyone distrust them. Each religion has awful suggestions in it that different denominations weigh differently. In my opinion Christianity has fewer of these awful 'sweep under the rug' ideas than the other major religions but I could be biased form my upbringing.
A couple years ago some googling stumbled me upon this little wisdom pamphlet some Rabbi in NY wrote, I found it inspiring and saved a copy:
http://www.botton.com/files/Reflections_...Botton.pdfDoes anyone have photoshop skills? I have a very small project I need help on. For anyone who know's their shit it probably won't take but 20 minutes or so.
(01-09-2017 05:39 PM)Rhyme or Reason Wrote: Does anyone have photoshop skills? I have a very small project I need help on. For anyone who know's their shit it probably won't take but 20 minutes or so.
send me a pm.
I'm nowhere near advancec expert levels but do dabble a bit with it
This is what I mean by this rampant indoctrinated paranoia among the Jewish people:
I blame their elite and the media for all this bullshit. Guy feels threatened by a plumber who likely had voted for Trump. Jeez.....
glugger · 2017-01-10 10:24:00 · #20592
(01-09-2017 05:35 PM)Silver_Tube Wrote: The non talmud jewish beliefs are for the most part principles that most everyone can get behind. It is the parts of their laws that encourage substandard treatment for non believers that makes everyone distrust them. Each religion has awful suggestions in it that different denominations weigh differently. In my opinion Christianity has fewer of these awful 'sweep under the rug' ideas than the other major religions but I could be biased form my upbringing.
A couple years ago some googling stumbled me upon this little wisdom pamphlet some Rabbi in NY wrote, I found it inspiring and saved a copy:
http://www.botton.com/files/Reflections_...Botton.pdf
What do you think are the 'bad' ideas of christianity?
This would merit a seperate thread:
Are they out of their fucking mind????????????
There are beautiful black girls, but this one??????????????? I fucked prettier black girls than this Miss Helsinki:
![[Image: amissh2.jpg]](http://im.mtv.fi/image/6254238/landscape16_9/496/279/29cfea366c8a4e709cbf709eb1c4a8fd/Hr/amissh2.jpg)
2nd and 3rd placed girls are much hotter.
That is the 4th placed:
In case anyone is wondering - that is a 5.8-6.0 in my book.
That is a black 9:
![[Image: images?q=tbn:ANd9GcR9ZTJwqsxPxdctSrTRYJY...TttnlVD7tA]](https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcR9ZTJwqsxPxdctSrTRYJYU39pCM7gK0_b0_DFK3A4OTttnlVD7tA)
And she looks even hotter in moving pictures as she is a presenter of the African Top Model I saw.
But that Miss Helskinki?
![[Image: GIF-Come-on-Oh-come-one-Give-me-a-break-...ly-GIF.gif]](http://gifsec.com/wp-content/uploads/GIF/2014/08/GIF-Come-on-Oh-come-one-Give-me-a-break-FFS-Bitch-please-Oh-please-Please-Really-GIF.gif)
Phoenix · 2017-01-10 10:52:00 · #20594
^ That feeling when you're actually the hottest, but you know some orc is going to get the prize instead because of your country's politics
I choose the one on the bottom left.
H1N1 · 2017-01-10 10:56:00 · #20595
(01-10-2017 10:18 AM)Zelcorpion Wrote: This is what I mean by this rampant indoctrinated paranoia among the Jewish people:
![[Image: C1zxpRbWQAEfKtM.jpg]](https://pbs.twimg.com/media/C1zxpRbWQAEfKtM.jpg)
I blame their elite and the media for all this bullshit. Guy feels threatened by a plumber who likely had voted for Trump. Jeez.....
I'm not convinced that you need to be a Jew to be a pussy - this dude would be fag whatever his creed or colour.
behnam · 2017-01-10 12:21:00 · #20596
(01-09-2017 03:05 PM)Thomas the Rhymer Wrote: Could you explain what you said in plain junior school English, and without the big numbers? I'm struggling to follow what you're getting at, but it sounds interesting.
He wanted to know how long (in characters) a truly uncrackable password needed to be. So in order to find out he posed a what-if scenario of a computer system (using current technology) harnessing the power of the sun to generate every password combination. So using this sun energy to crack a password consisting of characters a to z, A to Z, and 0 to 9 that was 32 characters long it would take 4 years using current technology if it could harness the power of the sun.
Since no one can harness the entire power of the sun this is highly likely to never be crackable.
What would be interesting is the entire computing power for all the datacenters on earth (or even every computer on earth) what length would be needed to require them to dedicate 10 years to generating every password. Throw in special characters like !@#$%^&*()_{}:"<>? and the length probably isn't too long.
Malone · 2017-01-10 14:25:00 · #20598
This only applies if the only possible way to break the password is to brute force it.
This is never the case.
H1N1 · 2017-01-10 14:33:00 · #20599
Something invidious that was sent to me as part of an email from 'The Coalition for Marriage':
Quote:Dame Louise Casey has labelled church schools supportive of traditional marriage as ‘homophobic’. She even likened them to the extremism exposed by the Trojan Horse scandal in Birmingham.
The Government’s integration tsar told a House of Commons select committee that the issues raised by Trojan Horse were “not okay”.
She then added, “the same way it is not okay for Catholic schools to be homophobic and anti-gay marriage”.
Casey then went on to accuse those opponents of gay marriage of using ‘religious conservatism as a veil for anti-equality views’.
This is one of the clearest indications so far of how the extremism agenda could be hijacked to marginalise those who take a stand for traditional marriage.
Her astonishing remarks come hot on the heels of her recommendation that everyone who holds public office should take an ‘equality oath’.
They also fly in the face of official guidance that teachers and schools do not need to support or endorse same-sex marriage.
It's essential that we speak out when unelected advisers go beyond the law.
Believing that marriage is between one man and one woman doesn't make you homophobic or an extremist. It's Dame Louise Casey's comments which are extreme!
Sancho · 2017-01-10 14:52:00 · #20600
How do most of you feel about buying fake work experience?
I'm considering biting the bullet on it, considering that I left my previous job on bad terms.
I was inspired by a reddit post where someone ended up becoming the owner of a small company, all because he made a super resume with fake experience.
Now I don't think I could repeat what they did, but I'd at least like to get into more prestigious jobs easily.