HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lostmyoldone

no profile record

comments

lostmyoldone
·hace 6 años·discuss
While hyperbolic regarding the biggest, certainly not the most serious and acknowledging the important distinction caused by the censor being a government, or some other actor as per how severe consequences the censorship are likely to be, the retort that what is published on Facebook can never be free speech can only be true if you redefine what free speech is, and seems to me to be hyperbolic that it diminishes an otherwise reasonable objection regarding severity.

Facebook has almost certainly already removed what would be considered free speech according to the UN declaration of human rights, it's unlikely that none of the thousands of government critical posts it removed in India alone at the behest of the government could be considered free speech in the human rights sense.

If you're referring to free speech in the US, while generally agreed that companies acting on their own volition can not be seen as suppressing free speech, it is not impossible they could be considered a state actor through several means, including their censorship rules considered as influenced by government policy.

Since it's not impossible to rule out that some speech on Facebook might at some point be free speech in the US legal sense, and that much of it is free speech in the human rights sense, it is not entirely incorrect to talk about free speech on Facebook, but entirely incorrect as far as I can tell to claim it can never be.

Personally I think it's ethically problematic to require companies to give voice to everyone equally, but it's also somewhat problematic to allow complete freedom of what or who to reject when companies and their services become large enough to be an integral part of society's fabric, and perhaps the political debate.

In some way companies like Facebook has a similar function as asphalt, it simplifies communication greatly, but it's not really whether or not a piece of land is covered in asphalt made by a private or government entity that determines what is public or private. It's not who made the asphalt, and in several countries it's not even who owns then area under the asphalt, but rather how the covered place is used as determined by interpretation of law.

Twitter is probably more similar to a public place as it is, but Facebook's marketplaces, events, and groups nevertheless implies character in a direction that can be interpreted similarly.
lostmyoldone
·hace 6 años·discuss
If you have an FPS or interactivity target that needs to be guaranteed to be better than about 0.1-1 second - depending on platform - you can't have any disk IO at all on the UI thread, or any thread that's supposed to react at interactive rates at all times.

It has generally become much better in the last decade or two, but one should still expect most OS's to sometimes pause for excessive amounts of time on disk IO unless the API is specifically guaranteed to never pause. Even then one would be wise to measure/log deviations if it's critical for the application. OS guarantees might also be contingent on driver/subsystem guarantees, and bad drivers might sometimes affect what seems completely unrelated upstream systems.