Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Big questions (Score 1) 148

The impact of missing TRIM depends a lot on your usage. When the FS starts to reuse blocks from delete files, performance starts to go down because the SSD doesn't know that part of the block can be discarded and will have to do extra work to keep that unused part intact (as Bengie explained in more detail in his answer).

So if you mostly use big files, the impact will be negligible because the FS won't use partial blocks very often.
Or if you don't delete files often, the impact will be negligible because there isn't many blocks to partially reuse.

But think of it, if TRIM was added, it's not just for the fun of it, people saw the performance degradation first. Just read the comments on the web before TRIM was added. Just read the benchmarks when the first drives with TRIM came out. Yes some user will never notice it, but that doesn't mean that nobody does and that TRIM isn't useful.

Comment Re:Big questions (Score 2) 148

A good garbage collection can't replace TRIM. Overwritten blocks are not the only ones that can be GC'ed. There is also the blocks from deleted files. And unless the FS uses those blocks first (which any recent filesystem will avoid to do to prevent fragmentation on hard-drives), they will eventually use a significant amount of the SSD and kill the drive performance.

And worse, some modern filesystems use "copy-on-write", so no data is ever overwritten (from the SSD point of view) the SSD performance will drop even more quickly.

Comment Re:From personal experience (Score 2, Informative) 118

"I feel like saying something to her right now, I should say it." - Good.

"I want to have sex with you" - Yeah, I'm sure it will work out well.

Any present actions have future consequences. Not thinking of the future means you ignore the consequences. That can't be a good thin.
As in pretty much everything in life, moderation is key. Don't over-think things that you end up never doing anything. But you still need to think things a bit. ("There is a time for thinking, and there is a time of acting")

The other reason for over-thinking is negative target fixation where one focuses too much on the possible obstacles, ending up scaring oneself too much to act. Fix your mind on where you want to go, keeping a peripheral view on possible obstacles.

Comment "Direct rendering" != "Hardware acceleration" (Score 4, Informative) 320

"Direct rendering" != "Hardware acceleration".

Correct me if I'm wrong but:
- "Direct rendering" = decode the data directly to Video buffer. Otherwise the data needs to be decoded to a RAM buffer which then needs to be copied to the Video buffer to be actually displayed.
- "Hardware acceleration" = use the GPU for decoding (because a GPU is usually way faster than the CPU for this kind of work).

So you can have "direct rendering" without the "hardware acceleration" (and vice-versa though it's unlikely to happen in practice).

Comment Re:How can maintaining the status quo cause job lo (Score 2, Funny) 187

So how exactly would passing a law that basically codifies current practices cause job loss?

1. The legislation passes
2. People get angry at their ISP and set their HQ on fire
3. The ISPs build bigger meaner bunk^H^H^H^H HQs which requires manpower
=> more jobs

1. The legislation passes
2. The ISP demands their protection money
3. The CEOs and other members of the boards become richer
4. They buy bigger houses
5. They requires more maids and gardeners
=> more jobs

1. The legislation passes
2. The ISP demands their protection money
3. The customers become poorer and can't pay their bills
4. The customers are evicted
5. The customers now homeless lose their jobs
=> more jobs (for the others)
6. The customers get depressed and kill themselves
7. They are buried or cremated
8. Graveyards and crematoriums flourish
=> more jobs

Comment Re:Interesting, yet exaggerated... (Score 2, Insightful) 578

There's no difference in length between:

get the last item of line 2 of URL url

And:

open(url).readlines[1].split(",").last

I wonder what the code becomes if the URL contains a list separated by ':' or a more complex data structure.

With such an example, I can make an even better language. I'll call it dot. It has only one character: a period. Here is how it compares:

.

which in that verbose Revolution 4 language gives (approximately):

get the item 42 of the line 3465 of the structure 3 that contains "foo" in the record 6 counting from 3 of the 38990nd [...rest cut to avoid the slashdot lame filter...]

Now, my language does only one thing but it's unbeatable at it :)

Comment Re:Holy fagioli... (Score 1) 158

Are you trolling, or just being ignorant? If Apple censors one kind of political propaganda, but accepts other kinds, the accepting others makes things WORSE, not better.

To me, it makes rejecting others kinds more unacceptable. But accepting is always a good thing.

If one was to follow your principle and rejected a propaganda once and he would never be able to accept any propaganda ever after and would never be able to mend his way.

If they want to decide which propaganda is OK (or if they're getting paid to accept certain propaganda), that's the worst kind of censorship.

I agree with that. But the "worst" is in the rejection of the other propaganda, not in the acceptation of some.

So they should be congratulated for accepting CCTV. But next time they reject an app on the ground that it's propaganda, then we should howler more loudly than ever before.

Comment Re:Holy fagioli... (Score 1) 158

They're only doing this for the money, so it's not really something to applaud. Do you think the Chinese government allowed this to happen because they didn't want it to happen? This was intentional, and it's obvious people got paid to make it happen.

What ever the "why", they did the right thing by not censoring the app. I applaud that.

If they did it for the wrong reasons (very likely), then next time they may do the wrong thing (again). Then I'll boo them (and I'm sure it will happen sooner than later).

Comment Re:fanboyism much? (Score 1) 158

Wow. I remember Yahoo, Google and others getting flak from /. crowd for 'succumbing' to the chinese govt pressure and 'censuring' information. But here, Apple goes a step ahead and actually promotes Chinese propaganda and it's kudos to Apple??

First, I'm not responsible for what others people, being member of /. crowd or not, do or say. I'm happy to have my own opinions.

Second, propaganda is not censure. Yahoo and Google were flaked because they did the latter. They limited their content to what the Chinese government approved. Apple doesn't prevent people from getting other content, including CCTV. So the shame should be on the /. crowd to think it's OK for Apple to censure China but it's not OK when China censure other countries.

Way to go, fanbois, way to go.

Right, just because I agreed with them, I'm a fanboy. Way to go, yourself.

As a matter of fact, I dislike Apple in general because they do censure and control too much. And that's also why I'm glad the rare times they don't.

Slashdot Top Deals

Say "twenty-three-skiddoo" to logout.

Working...