Aditya Patil’s Blog

CS, Linux and Programming

  • Google researchers find that Machine Learning could be better for Indexing

    Current Techniques Currently, we use techniques such as B Tree index to index data for fast searching. This is very important for various applications, mainly databases. Data warehouses can contain Petabytes or even Exabytes of data, and indexing them efficiently, both in terms of time and space, is very crucial.

    Read more…
  • Fixing rtl8723be Wifi and Bluetooth issues in Linux

    The problems rtl8723be is an Wifi + Bluetooth card provided by Realtek. As goes with many devices, the support for this device in Linux has not been very good. On many devices, either or both of WiFi and Bluetooth don’t work properly, or in the worst case, don’t work at all.

    Read more…