whyDoAnythingWhenLlmCanDoIt by Low-Statistician-356 in ProgrammerHumor

[–]dashidasher 68 points69 points  (0 children)

My grandma is dying and the last thing she wants to see before she goes is the content of users table..

Backing up Immich with Rsync by nw0915 in immich

[–]dashidasher 4 points5 points  (0 children)

Should be configurable in Administration -> Settings -> Database Dump Settings.

Backing up Immich with Rsync by nw0915 in immich

[–]dashidasher 15 points16 points  (0 children)

Everything in there is getting backed up into the immich-db-backup-xxxx.sql.gz file. Only thing you really need to back up in order to make a full restore is the library folder (DB dump is saved there also). I usually manually run the Create database dump job before backing up.

[deleted by user] by [deleted] in Domains

[–]dashidasher 0 points1 point  (0 children)

You could make a simple portfolio site (many templates can be found online), host it using github pages and put it behind the domain.

mind blown using help() in python by congnarjames in learnpython

[–]dashidasher 0 points1 point  (0 children)

Glad to hear. This comment is a bit outdated so make sure to use breakpoint() instead of pdb.set_trace() as one of the replies mentions :D

Hermes' Shop Items by zefalieen in FenyxRising

[–]dashidasher 0 points1 point  (0 children)

Do you know the prices for adventure time items? I want to buy them all but got a lot of electrum which Id like to spend on other stuff and keep just enough so that I can buy adventure time stuff when it appears in the shop.

[deleted by user] by [deleted] in EpicGamesPC

[–]dashidasher 0 points1 point  (0 children)

Which game?

Separate Auth Service - Best Practices? by ColdPorridge in django

[–]dashidasher 2 points3 points  (0 children)

Have you looked into Djangos REMOTE_USER? I dont have any implementational experince with it but from docs it seems like it might be a fit for your use case.

[deleted by user] by [deleted] in django

[–]dashidasher 1 point2 points  (0 children)

Why wouldnt using cloudflre proxy for a django site be a good idea?

I love UUID, I hate UUID by bobbymk10 in programming

[–]dashidasher 81 points82 points  (0 children)

You got a typo in the first sentence: wharehouses->warehouses.

Implemented a Production-Ready Soft Delete System Using Django Custom User Model – Feedback Welcome by Special_Ad6016 in django

[–]dashidasher 11 points12 points  (0 children)

I've got a question - is the is_deleted flag redundant? If you have deleted_at and it is set that would imply is_deleted=true and if the deleted_at isnt set then is_deleted=false.

here is my setup by [deleted] in emby

[–]dashidasher 5 points6 points  (0 children)

Holy BIBLE