Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
Posts
6
Comments
442
Joined
2 yr. ago

  • Other databases have the same issue, try having multiple database containers (without massive speed losses). If application is bound by the performance of the front end, this is a problem, but those really are not what SQLite was intended for.

    In the case of database bound applications, SQLite is just as good as any other database, which despite having a client server model can typically only handle a single operation at once.

  • Still the same situation, high demand, low production capacity, part shortages. Try finding an alternative SBC.

    Personally I really like the BeagleBone black (https://beagleboard.org/black), because it has integrated flash (no more rummaging for a micro SD card), and lets you ssh over USB. (no more debugging network connectivity, or searching for a unused monitor). It still can boot from a micro SD or USB drive, so if the flash breaks (or gets bricked) it's easy fixable. The best part is no USB Mini-B connectors that break after ten uses. (Those things are cancer, they are absolutely awful and everywhere)

    One thing to be aware of with them is the lack of on board WiFi, so if you need that make sure to get a USB WiFi radio.

    /soapbox>

  • Generally open source has very good support, with fantastic documentation, and nearly every possible issue described either in the documentation or bug trackers. If you find something new, reporting it to the bug tracker will quickly get you help from someone very knowledgeable on the software. But you have to remember these people are unpaid volunteers, and if you waste their time, they will not help you. Read the documentation and search the bug tracker before bothering someone. The devs have no obligation to put up with your bullshit.