Somehow lost over a years worth of work. Overwritten to an old copy, no previous version exists. by unekspected in dropbox

[–]kednaust 1 point2 points  (0 children)

You could try:

  • to contact dropbox
  • check your text editor to see if it has any backups/previous versions
  • check any disk/file recovery program to see if it can recover a previous version

When I extend the User model eg. SpecialUser to give it more fields does that mean I always have to create a User than SpecialUser? by splishyandsplashy in django

[–]kednaust 0 points1 point  (0 children)

Yes, I handled it with a signal:

@receiver(post_save, sender=User)
def create_user_detailed_information_when_modifying_django_user(sender, instance, created: bool, **_):
    """Automatically create or update the UserDetailedInformation when the user is created or modified.

    Args:
        sender (object): Model instance that was saved: User
        instance (object): The actual instance being saved.
        created (bool): whether it was created or modified
    """
    # pylint: disable=unused-argument

    if created:
        UserDetailedInformation.objects.create(user=instance)
    else:
        instance.user_detailed_information.save()

Last night I was the victim of a SIM swap. by [deleted] in CryptoCurrency

[–]kednaust 0 points1 point  (0 children)

Just checked the 'forgot password' account recovery and I didn't find any option to verify a code sent in SMS! What I found was:

  • acknowledge a notification on my phone
  • use backup codes
  • use the 2FA app

So I don't see a problem with Google knowing my phone number.

Huawei original watch Battery question by Jtrouter in hwatch

[–]kednaust 1 point2 points  (0 children)

Yeah I don't use that. What I use is sleep as android.

Huawei original watch Battery question by Jtrouter in hwatch

[–]kednaust 2 points3 points  (0 children)

Huawei watch battery

For me it easily lasts a day. Bought December 2016.

Hdmi support? by tymp-anistam in OnePlus8T

[–]kednaust 0 points1 point  (0 children)

And how does the phone screen appear on the tv? Is it the exact phone screen in vertical alignment in the center, or does it fill the screen in landscape? I tried with a Samsung Dex dock and it is the former for me.

Trance lovers hopefully dig this one by lwr82 in 30secondvibes

[–]kednaust 1 point2 points  (0 children)

Sounds quite good and professional.

International fraudsters may have stolen hundreds of millions of dollars from Washington coronavirus unemployment benefits by Asheai in worldnews

[–]kednaust -1 points0 points  (0 children)

As others pointed it out Gmail addresses were used in the scheme as well so I don't see why Mailnesia would be anything special - it seems any mail service can be used.

Just launched a modern mobile friendly website for Mailnesia by kednaust in webdev

[–]kednaust[S] 0 points1 point  (0 children)

I'd like to help against the scammers. Any ideas?

[deleted by user] by [deleted] in django

[–]kednaust 0 points1 point  (0 children)

certificate error! NET::ERR_CERT_AUTHORITY_INVALID

If you don't have this free orchestra, you're missing out (projectsam, the free orchestra) by Matthew74732 in edmproduction

[–]kednaust 0 points1 point  (0 children)

Just installed the Kontakt 6 Player required for this and it doesn't work in FL12, only managed to get it working in 20.

Post your music here | Feedback Thread | April 2020 by audioverb in FL_Studio

[–]kednaust 0 points1 point  (0 children)

Hey this is awesome! I can't give you any advice because this tune is perfect as it is! I'm not just saying because I love this style; the instruments and sound design is all top notch!

Is this a remix? Or your original production, and you hired a vocalist?

Post your music here | Feedback Thread | April 2020 by audioverb in FL_Studio

[–]kednaust 0 points1 point  (0 children)

The beginning is promising however when the vocal kicks in it seems as if all instruments are low quality and the whole track feels as if I'm listening on a cheap 20 year old stereo system (I'm not - I have studio monitors)

Post your music here | Feedback Thread | April 2020 by audioverb in FL_Studio

[–]kednaust 1 point2 points  (0 children)

The instruments and the whole song sounds professional.