In the proposed trials they've been suggesting prices of $2 / GB, which Conroy has been referring to as effectively free. And they wonder why take up rates are so low... The money to pay for the NBN has to come from somewhere, and the amount we're paying for it is completely ridiculous. The Liberals' plan offered them same speeds, rolled out over a longer period, at a fraction of the cost.
You missed the point - what matters isn't the potential the OS has, but rather what capabilities it has in practice. Android should be designed in a such a way that being locked down like that is impossible to maintain, either through legal or technical measures. You cannot rely on the free market to solve issues like this, because the majority of people don't understand why openness is important. Openness should be more than an option/possibility - it needs to be a guarantee.
It's not Android that is locked down. It's the phone manufacturers that abuse the openness of Android to lock their phones down.
So what you're saying is that for the majority of people, Android is in effect locked down. My standard for open is being able to root the device (if you have to at all) in under 30 sec by simply installing an app. If you have to fight the manufacturer/telecom to root it, it's not really open. Replacing the firmware/kernel on the N900 is similarly easy - it has no need to be connected to a computer because it is one in its own right. Let's see you do that with an Android.
Then why does it take 4-10 times longer on Ubuntu compared to Windows? Windows can continuously copy files at ~8 MB/sec as you would expect, but Ubuntu slows down exponentially? Even a relatively small 124 MB file is copied only at ~1 MB/sec, and the average speed decreases as the file size increases.
This is a simple, commonly performed task (copying files to a USB), yet Ubuntu's performance is orders of magnitude worse than Windows'. This is exactly the sort of thing that can prevent Linux of achieving widespread adoption.
Yes. Here there is another problem at play: cp reads in the whole (big) file and then writes it out. This brings the whole file into the Linux pagecache (file cache).
Since you seem to know what you're talking about, I'll post this here in the hope that you at least have a general idea of how to answer my question. Does anyone know if this is related to the atrocious write performance on USBs? The performance seems to asymptote to 0 when copying files with either Nautilus or cp, regardless of filesystem. Using dd with a large (100M) blocksize seems to resolve it, so I'm thinking it has something to do with lots of small, frequent writes to the USB.
After the last debacle with EXT4* I just switched to XFS. No problems, and the performance seems better too.
*When EXT4 was first included in Ubuntu, it turned out there was a problem where deleting many small files could freeze the system. This was most commonly invoked by attempting to empty the trash folder, and had to be remedied by booting into the recovery mode(i.e. a root shell) and manually recursing through the folders and deleting their contents.
At the same time, I take the stance that as an IT professional it useful to at least have a basic understanding of IPv6, just so any TCP/IP applications I may be developing support it already.
I've heard it mentioned several times recently how the/. demographic is changing - from geeks/enthusiasts to professionals. Articles with technical depth are increasingly rare these days, since there aren't as many people around who actually understand them or even find them interesting. A natural consequence of all the people moving into the IT industry just before the dot com crash, I suppose. I suppose this is another one of the signs of that.
IIRC,/. is actually designed not to store the details of which user made the post. It got mentioned when they took down a post because the CoS threatened to sue.
That's a darned good point; even those "properly" trained will still lock up in their first emergency. The real issue is you never know just who's going to freeze and who won't.
The other side of those signs, I suspect, is an attempt to limit the building owner's perceived liability in case of injuries.
It might be hard to determine whether other people are going to freeze, but it shouldn't be too hard to determine how you would respond if you have a decent level of self-awareness. (If you can relate to this, you probably already have a plan to put into action) Unfortunately, self-awareness is incredibly rare these days...
I was under the impression that mobile telecoms NATed mobiles. Most people wouldn't noticed since they don't even know what their IP address is, but I do know that mine (Virgin) does.
Nothing, for the simple reason that it isn't necessary yet. The larger your network is, the longer it will take to transition over, so as a result you have to start earlier. But this means that very small networks (e.g. those owned by individuals) can be transferred over in a very short period of time (probably a weekend, a week tops). And that's for some kind of tunnelling; if your ISP supports IPv6 natively most people wouldn't even notice the transition. The only people who need to be worry about the transition are those in charge of large networks or designing new ones. Everyone on the smaller end of the scale has plenty of time.
Something tells me that the configuration used for desktops (which pretty much anyone can use in most cases and can be taken as always connected) and laptops (which typically are used by a single person and not always connected) will differ.
But if you want to write a 300 page Ph.D. thesis or work with an array of more than 65K points, you'll need to explore other options... unless you like the M in S&M.
If you're writing a 300 page PhD thesis, I'm fairly certain that LaTeX is a given.
The opposition's (poorly marketed) alternative was fibre for 99% of the population and wireless (satellite) for the remaining 1%, at a fraction of the cost. Besides, if it were true that the economy would obviously benefit from the NBN as claimed, then wouldn't a CBA be a mere formality? The fact that the government has been so reluctant to have one done speaks volumes about what the most probable outcome of a CBA would be.
For those who missed the joke: (traditional) Japanese has no punctuation.
In the proposed trials they've been suggesting prices of $2 / GB, which Conroy has been referring to as effectively free. And they wonder why take up rates are so low...
The money to pay for the NBN has to come from somewhere, and the amount we're paying for it is completely ridiculous. The Liberals' plan offered them same speeds, rolled out over a longer period, at a fraction of the cost.
You missed the point - what matters isn't the potential the OS has, but rather what capabilities it has in practice. Android should be designed in a such a way that being locked down like that is impossible to maintain, either through legal or technical measures.
You cannot rely on the free market to solve issues like this, because the majority of people don't understand why openness is important. Openness should be more than an option/possibility - it needs to be a guarantee.
It's not Android that is locked down. It's the phone manufacturers that abuse the openness of Android to lock their phones down.
So what you're saying is that for the majority of people, Android is in effect locked down.
My standard for open is being able to root the device (if you have to at all) in under 30 sec by simply installing an app. If you have to fight the manufacturer/telecom to root it, it's not really open. Replacing the firmware/kernel on the N900 is similarly easy - it has no need to be connected to a computer because it is one in its own right. Let's see you do that with an Android.
Then why does it take 4-10 times longer on Ubuntu compared to Windows? Windows can continuously copy files at ~8 MB/sec as you would expect, but Ubuntu slows down exponentially? Even a relatively small 124 MB file is copied only at ~1 MB/sec, and the average speed decreases as the file size increases.
This is a simple, commonly performed task (copying files to a USB), yet Ubuntu's performance is orders of magnitude worse than Windows'. This is exactly the sort of thing that can prevent Linux of achieving widespread adoption.
Yes. Here there is another problem at play: cp reads in the whole (big) file and then writes it out. This brings the whole file into the Linux pagecache (file cache).
Since you seem to know what you're talking about, I'll post this here in the hope that you at least have a general idea of how to answer my question.
Does anyone know if this is related to the atrocious write performance on USBs? The performance seems to asymptote to 0 when copying files with either Nautilus or cp, regardless of filesystem. Using dd with a large (100M) blocksize seems to resolve it, so I'm thinking it has something to do with lots of small, frequent writes to the USB.
After the last debacle with EXT4* I just switched to XFS. No problems, and the performance seems better too.
*When EXT4 was first included in Ubuntu, it turned out there was a problem where deleting many small files could freeze the system. This was most commonly invoked by attempting to empty the trash folder, and had to be remedied by booting into the recovery mode(i.e. a root shell) and manually recursing through the folders and deleting their contents.
...and I just realised that your UID is an order of magnitude less than mine.
Forget everything I said.
At the same time, I take the stance that as an IT professional it useful to at least have a basic understanding of IPv6, just so any TCP/IP applications I may be developing support it already.
I've heard it mentioned several times recently how the /. demographic is changing - from geeks/enthusiasts to professionals. Articles with technical depth are increasingly rare these days, since there aren't as many people around who actually understand them or even find them interesting. A natural consequence of all the people moving into the IT industry just before the dot com crash, I suppose.
I suppose this is another one of the signs of that.
Citation needed. Preferably to the actual judgment or at least an article citing it.
IIRC, /. is actually designed not to store the details of which user made the post. It got mentioned when they took down a post because the CoS threatened to sue.
One (w/ a gun) vs. Many (w/ guns) is a losing proposition to start with and soon criminals and the criminally-insane would realize it and not bother.
I think you may have missed something...
That's a darned good point; even those "properly" trained will still lock up in their first emergency. The real issue is you never know just who's going to freeze and who won't.
The other side of those signs, I suspect, is an attempt to limit the building owner's perceived liability in case of injuries.
It might be hard to determine whether other people are going to freeze, but it shouldn't be too hard to determine how you would respond if you have a decent level of self-awareness. (If you can relate to this, you probably already have a plan to put into action)
Unfortunately, self-awareness is incredibly rare these days...
The author was probably thinking of the sailor uniform, which slightly more than half Japan's population will wear at one point or another.
I was under the impression that mobile telecoms NATed mobiles. Most people wouldn't noticed since they don't even know what their IP address is, but I do know that mine (Virgin) does.
http://www.icanhasmotivation.com/wp-content/uploads/2009/05/rape-03-520x416.jpg
(Ironically, the anime that picture is from and the anime the song the guy in the video was playing are from the same studio, Kyoto Animation. Although, that link might be just a bit too tenuous...)
A list is best suited to textual content.
A slideshow is better suited to videos/pictures.
Guess which the presentation contains.
What are you doing to get on the IPv6 train?
Nothing, for the simple reason that it isn't necessary yet. The larger your network is, the longer it will take to transition over, so as a result you have to start earlier. But this means that very small networks (e.g. those owned by individuals) can be transferred over in a very short period of time (probably a weekend, a week tops). And that's for some kind of tunnelling; if your ISP supports IPv6 natively most people wouldn't even notice the transition.
The only people who need to be worry about the transition are those in charge of large networks or designing new ones. Everyone on the smaller end of the scale has plenty of time.
If the grading info requires SSNs, you have bigger problems.
Something tells me that the configuration used for desktops (which pretty much anyone can use in most cases and can be taken as always connected) and laptops (which typically are used by a single person and not always connected) will differ.
Obviously they compare the kinetic energies because they're both particle colliders, the only difference being the size of the particle...
In some parts of the world, even lawyers avoid using legalese these days.
--A (rather grateful) Australian law student
I read the patent, all 270 pages of it, most of which is repetitive photographs of text or drawings with slight word change
Somebody give the guy a medal!
But if you want to write a 300 page Ph.D. thesis or work with an array of more than 65K points, you'll need to explore other options... unless you like the M in S&M.
If you're writing a 300 page PhD thesis, I'm fairly certain that LaTeX is a given.
The opposition's (poorly marketed) alternative was fibre for 99% of the population and wireless (satellite) for the remaining 1%, at a fraction of the cost.
Besides, if it were true that the economy would obviously benefit from the NBN as claimed, then wouldn't a CBA be a mere formality? The fact that the government has been so reluctant to have one done speaks volumes about what the most probable outcome of a CBA would be.