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/)SN
snakedrake @lemmy.world
Posts 0
Comments 8
Plex for books?
  • So not a solution you’re asking for but the remarkable e-ink tablet has a great set of apps for mobile devices and computers. It hosts your books in the cloud so you’ll always have access to stuff anywhere with internet. Automatically syncs across devices. Pretty slick.

  • Can I build a NAS out of a desktop? [Request]
  • Yep. Just install Linux, plug it into your router, set a static ip, and install the nas software ya want.

    There are plenty of approaches. ChatGPT is great at debugging issues and helping ya through the setup. I did this with a raspberry pi and external usb drive the other week.

  • *Permanently Deleted*
  • Be more optimistic friend.

    Government will continue to do surveillance but they can be constrained by the legal system. Corpos will build ai to sell you bullshit off whatever data they can get on you but you can block their ads and leave their platforms. Encryption is math and can’t be stopped by a law. UK law makers won’t be able to enforce their law even if it’s passed.

    It’s cheaper than ever to run your own server, and will continue to get cheaper. Manage your own digital footprint and work towards decentralizing the web. Don’t worry so much about other people, they’ll come around eventually.

  • Does somone knows a good sql web interface, that i could run in a container?
  • Why do you want to use a web sql interface? Imo even the fancy proprietary offerings of companies like snowflake and databricks aren’t that great.

    Better to use a regular database query tool like dbeaver https://dbeaver.io or datagrip https://www.jetbrains.com/datagrip/

    But you can run PostgreSQL in docker https://hub.docker.com/_/postgres/. Looks like there’s a web ui tool also but never used it https://postgresqlstudio.org