Comment IPFS could save Wikipedia in Russia (Score 1) 61
Wikipedia has been distributed on IPFS. Here is a link: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fblog.ipfs.io%2F24-uncensorable-wikipedia%2F
Wikipedia has been distributed on IPFS. Here is a link: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fblog.ipfs.io%2F24-uncensorable-wikipedia%2F
I just picked up a F 122 IBM M keyboard last week. I've just order the USB adapter from Amazon. I am so excited to have a real keyboard again.
I have run into situations regularly where caching is too slow, or a bad idea. Take a backup application for example. The backup applications task is to enumerate the files and copy the file data to the destination location. To use the cache for this imposes a performance hit on other processes in the system, and slows down the IO path. Why waste cache on data that will NOT be accessed again? Why have the memory copy instructions when not needed?
Filesystems are designed to abstract file handling. Applications need not know if the FS is Etx4, Xfs, Btrfs, etc. They all have a standard POSIX interface to manipulate files. If this were not the case, we'd live in utter chaos. So that was a bogus point. As for apps like Photoshop, we already have better Linux equivalents; InkScape and GIMP for example. High-level applications like Dropbox need not worry about the FS, and should not worry about distribution so much. There are many development platforms that can help build distribution and platform agnostic applications. Take Microsoft Visual Code for example. And if the application has a web interface, then the OS and distribution make no difference. I can access my Google Drive with any web browser, or via apps. Google Drive has a native app for Windows, but not for Linux. However, I use my web browser to access my files in Drive under Linux every day. For Dropbox to drop Linux application support is really not such a big deal. There are already open source clients that can access Dropbox in Linux. From Dropboxes perspective, why not let the open source community create the applications?
A small hat made from aluminum foil and a roll of duct tape is what i use. So far I have had no problems.
It is not Google that puts the ads in front of you, it is other people who put the google ads in front of you so that they, the other people, can make money.
None of our websites put google ads in front of you; a choice we made, not Google.
Jamey
What! No ReiserFS support; sounds like discrimination against a convicted murderer to me.
Jamey
C++ is the best example of second-system effect since OS/360.