I love vinyl and I know for sure that it gives a less accurate sound than CDs. What's great about vinyl is the euphonic distortion it adds to the sound.
There are loads of 1920x1200 monitors available. Looking at my local hardware shop's page, there about 30 different models with both TN and IPS screens from the usual suspects (Acer, ASUS, Dell, HP, NEC, Samsung, etc).
I prefer that extra bit of height and use a 2560x1440 27-inch Dell.
Chance of a collision between any two random files is the birthday problem, isn't it? That would be one in 2^64 for MD5 (square root of 2^128). That's a pretty low probability for a few TB of data. Anyway, just do a straight compare if the hashes collide.
I don't agree. As long as you have sufficient vertical resolution (1080 isn't enough, 1200 is ok, 1440 is great for me at the moment), then horizontal resolution is fine at either 16:9 or 16:10. In fact, at (say) 1200 vertical, 16:9 would give you a more useful monitor (won't ever exist, of course).
1920x1080 is, of course, an abomination for work and I think this is where the hatred of 16:9 comes from. Whereas 2560x1440 looks great from where I'm sitting.
It did stand out. I lived for a time in Windsor (about eight miles from Heathrow right under the flight path) in 1980 when all the planes you mention were flying.
The noise Concorde made (whether on approach or departure) was astonishing and significantly louder than any other plane.
I have about 30 Windows server machines (mix of 2003 and 2008) in a a server pool that I inherited. All are set to manual updates and I have never seen an unwanted restart that wasn't due to a hardware problem (some of the machines have been running for over five years). I call bullshit.
It's quite simple: if they have quantum computers then RSA (and DSA) are toast and symmetric algorithms are reduced to the square root. So if you're using AES256 (but without public keys to exchange session keys), you're fine. If you're using AES128, you can be decrypted by medium-sized resources in the near future (and certainly NSA resources now).
A port is not a protocol. It's trivial to monitor port 80 (or 443, etc) and detect if FTP or SCP headers are passing through.
You could, of course, come up with a completely encrypted customized protocol, but this can be flagged as well.
the point of not having physical feedback is to reduce strain on the pilots. this way, the stick is always centered, and when moving off center, the pilot knows he's issuing commands to the plane. if it was not so, the pilot wouldn't be sure in which state of the stick is it in a 'neutral' position.
Only the pilot in command should have his hand on the stick; so linking the two together wouldn't have any of the problems you raise. It would, though, give valuable visual (and tactile if both pilots are trying to control the stick) information to the co-pilot.
There is one reason and one reason alone Airbus didn't link the sticks - and that's cost (both in higher building costs and extra weight).
All three of you are idiots with your freetard moralizing. Are you so technically retarded that you can't even work out how to get free access to the site?
NYT has excellent journalism that (probably) can't be supported by an ad-based model. Sometimes you get what you pay for.
I'm going to (currently) ask you to (amongst other stuff):
1) Design a simple hash table implementation.
2) Show an understanding of complexity: the differences between lookup times of said hash table, linear lists, trees. Why and when you would use these different data structures.
3) Do fairly well in a pretty tough hour-long programming test involving chopping up a text file and data mining it which goes into what we talked about in (1) and (2).
4) Tell me roughly how a heat pipe works.
5) Tell me roughly how an MP3 works.
I don't care about qualifications and barely look at that on the CV. Experience and some sign of fascination with the engineering of IT is what I want to see. Having said that, I'm in a small company without an HR department...
There's no way they can crack AES-128 unless there's a hole in the algorithm or they have quantum computing.
Current best practices are:
1) AES-128 to AES-256 for symmetric keys (although AES-256 has its own problems which can sometimes collapse it to AES-128 - these are ameloriated by increasing the key rounds)
2) 2048-bit to 4092-bit for RSA keys (2048 may be breakable by 2030 with conventional computing, 4092-bit will take much longer).
If quantum computing becomes feasible then AES keys will effectively halve in complexity (i.e. AES-128 goes to 64-bit, AES-256 goes to AES-128) and RSA and DSA keys will be useless.
You have to share the initialization vector in the same way you have to share the session key.
Breaking either of these boils down to the same problem: breaking the asymmetric (e.g. RSA) keys.
This problem is doable for commonly-used 1024 bit RSA keys with absolutely massive amounts (the sort of thing a rich government may be able to come up with now) of CPU power; but not doable in the medium or long term for 2048 bit or greater keys, Of course, practical quantum computing will change this equation.
Why not just open a new instance and let the OS show the title in its task bar? This is essentially the same as vertical tabs.
Using Windows 7, I typically have 30 or more browser instances open and just hover over the task bar to see the title in each. I usually tab the browsers with related sites from the original (e.g. several slashdot items).
One would hope they do the compression first otherwise there's very little point.
It's actually 400 MB. You need to get this sort of thing right if you're planning a career in the tech industry when you finish school.
I love vinyl and I know for sure that it gives a less accurate sound than CDs. What's great about vinyl is the euphonic distortion it adds to the sound.
There are loads of 1920x1200 monitors available. Looking at my local hardware shop's page, there about 30 different models with both TN and IPS screens from the usual suspects (Acer, ASUS, Dell, HP, NEC, Samsung, etc).
I prefer that extra bit of height and use a 2560x1440 27-inch Dell.
Or they could just use a desktop PC with 64 VMs.
Chance of a collision between any two random files is the birthday problem, isn't it? That would be one in 2^64 for MD5 (square root of 2^128). That's a pretty low probability for a few TB of data. Anyway, just do a straight compare if the hashes collide.
I don't agree. As long as you have sufficient vertical resolution (1080 isn't enough, 1200 is ok, 1440 is great for me at the moment), then horizontal resolution is fine at either 16:9 or 16:10. In fact, at (say) 1200 vertical, 16:9 would give you a more useful monitor (won't ever exist, of course).
1920x1080 is, of course, an abomination for work and I think this is where the hatred of 16:9 comes from. Whereas 2560x1440 looks great from where I'm sitting.
How do I give one of them my interview coding test?
It did stand out. I lived for a time in Windsor (about eight miles from Heathrow right under the flight path) in 1980 when all the planes you mention were flying.
The noise Concorde made (whether on approach or departure) was astonishing and significantly louder than any other plane.
It's not the words that are memorable, but the picture it creates. The human brain is very good at remembering (especially odd) pictures.
The technique is well used by people that perform feats of memory. See http://en.wikipedia.org/wiki/Method_of_loci
I have about 30 Windows server machines (mix of 2003 and 2008) in a a server pool that I inherited. All are set to manual updates and I have never seen an unwanted restart that wasn't due to a hardware problem (some of the machines have been running for over five years). I call bullshit.
It's quite simple: if they have quantum computers then RSA (and DSA) are toast and symmetric algorithms are reduced to the square root. So if you're using AES256 (but without public keys to exchange session keys), you're fine. If you're using AES128, you can be decrypted by medium-sized resources in the near future (and certainly NSA resources now).
Surely they can that now: just tap and bill the upstream partner of each layer 1 connection. If no payment is made then they're disconnected.
It's "world-class" as a server OS.
A port is not a protocol. It's trivial to monitor port 80 (or 443, etc) and detect if FTP or SCP headers are passing through. You could, of course, come up with a completely encrypted customized protocol, but this can be flagged as well.
Wonderful example of a kook site. It's even got a marquee.
Only the pilot in command should have his hand on the stick; so linking the two together wouldn't have any of the problems you raise. It would, though, give valuable visual (and tactile if both pilots are trying to control the stick) information to the co-pilot.
There is one reason and one reason alone Airbus didn't link the sticks - and that's cost (both in higher building costs and extra weight).
All three of you are idiots with your freetard moralizing. Are you so technically retarded that you can't even work out how to get free access to the site? NYT has excellent journalism that (probably) can't be supported by an ad-based model. Sometimes you get what you pay for.
I'm going to (currently) ask you to (amongst other stuff):
1) Design a simple hash table implementation.
2) Show an understanding of complexity: the differences between lookup times of said hash table, linear lists, trees. Why and when you would use these different data structures.
3) Do fairly well in a pretty tough hour-long programming test involving chopping up a text file and data mining it which goes into what we talked about in (1) and (2).
4) Tell me roughly how a heat pipe works.
5) Tell me roughly how an MP3 works.
I don't care about qualifications and barely look at that on the CV. Experience and some sign of fascination with the engineering of IT is what I want to see. Having said that, I'm in a small company without an HR department...
If you believe they have QC, are you using any public key encryption?
There's no way they can crack AES-128 unless there's a hole in the algorithm or they have quantum computing.
Current best practices are:
1) AES-128 to AES-256 for symmetric keys (although AES-256 has its own problems which can sometimes collapse it to AES-128 - these are ameloriated by increasing the key rounds)
2) 2048-bit to 4092-bit for RSA keys (2048 may be breakable by 2030 with conventional computing, 4092-bit will take much longer).
If quantum computing becomes feasible then AES keys will effectively halve in complexity (i.e. AES-128 goes to 64-bit, AES-256 goes to AES-128) and RSA and DSA keys will be useless.
You have to share the initialization vector in the same way you have to share the session key.
Breaking either of these boils down to the same problem: breaking the asymmetric (e.g. RSA) keys.
This problem is doable for commonly-used 1024 bit RSA keys with absolutely massive amounts (the sort of thing a rich government may be able to come up with now) of CPU power; but not doable in the medium or long term for 2048 bit or greater keys, Of course, practical quantum computing will change this equation.
At least non sequitur hasn't changed its meaning...
Yes, coal. That well-known zero-carbon fuel...
Why not just open a new instance and let the OS show the title in its task bar? This is essentially the same as vertical tabs.
Using Windows 7, I typically have 30 or more browser instances open and just hover over the task bar to see the title in each. I usually tab the browsers with related sites from the original (e.g. several slashdot items).