Comment Re:Range of electric vehicles? (Score 3, Funny) 161
No, but you missed an important part of the story, I'll let you find the mistake yourself.
Hint: You're about one half of a large rotating thing wrong.
No, but you missed an important part of the story, I'll let you find the mistake yourself.
Hint: You're about one half of a large rotating thing wrong.
I disagree. "Writing software properly" apparently means taking on a huge burden for simple operations.
And the point is, it's a burden you can't avoid, and never could
The magical fairy god mother file system that handles everyting for you doesn't exist, and never did.
If you want database like data integrity, use a database, and take the performance hit.
[...] do what application developers actually want. fsync here asks for something entirely different and imposes a stupefying performance penalty.
Do you realise that what you want is equivalent to having the FS do the fsync for you? If it is "stupefyingly slow" when you do the fsync, why should the fsync that the FS does be any faster?
Any programming language is at its best before it is implemented and used.