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/)ST
Posts
0
Comments
637
Joined
2 yr. ago

Permanently Deleted

Jump
  • If you can cite a single source where the manufacturer gives a specification that would give battery life in Wh, and not in Ah, I will concede the entire argument and say that you were right the whole time in every comment make a note that you were right.

    Basically every Laptop manufacturer.

    Primary Battery

    3-cell, 54 Wh, ExpressCharge™ Capable, ExpressCharge™ Boost Capable

    https://www.dell.com/en-us/shop/dell-computer-laptops/latitude-5550-laptop/spd/latitude-15-5550-laptop/s0035l5550usvp?ref=variantstack

  • Permanently Deleted

    Jump
  • I am ONLY speaking from a consumer position and for those Wh is more useful.

    The consumer looks on device a and on device b and then determines how often he can recharge its device. With Ah you cannot do this unless you know the Voltage, with Wh you can make this decision without any further knowledge.

    Yes this does not include battery life or conversion of efficiency. But a cunsumer measures nothing he looks at the lable.

    It is fine if you don't understand electronics, but then don't spit out misinformation.

    Btw. no need to insult me. I have never put out misinformation, I may have not stated enough that I am viewing this as a consumer.

  • Then using something like fail2ban to block bad acting connections is far more effective and you even get a security benefit out of it.

    Also, when a few scripts try to connect via ssh DDOS your router then something is messed up. Either a shitty router from 20 years ago or you have a Bandwidth lower than 100kbps.

  • Getting "hit" is nothing to worry about by automated scripts. All it does is keep your logs a little bit cleaner. Any attack you should actually worry does not care if your ssh is running on 22 or 7389.

  • A port is not secure or insecure. The thing that can lead to security risks is the service that answers that port.

    Use strong authentication and encryption on those services and keep them up to date.

  • no. The default port is fine. Changing the default port does nothing for security. It only stops some basic crawler, when you are scared by crawler, then you should not host anything on the internet.

  • Thanks for that link.

    AI is the umbrella term for ML, neural networks, etc.

    ResNet152 seems to be used only to recognice objects in the image to help when comparing images. I was not aware of that and i am not sure if i would classify it as actuall tool for image deduplication, but i have not looked at the code to determine how much they are doing with it.

    As of now they still state that they want to use ML technologies in the future to help, so they either forgot to edit the readme or they do not use it.

  • Yes. But it removes some benefits. You again open some ports or use a VPS to host it. The benefit of not needing to have open ports on other servers and central auth and management still stands.

  • The benefits are obvious:

    • No port forwarding needed
    • Central Auth management
    • Easy integration of new devices

    Not saying you should do it or that it is better overall, but ignoring those is not fair.

    Personally i would never go for Tailscale since i give away the access control to my kingdom to a company. Exactly what i want to get away from through selfhosting.

  • You could've only posted less info if you hadn't posted at all...

    Edit: Anyone who downvotes me here: This comment I commented doesn't specifiy which UI of which software therefore it's a pretty useless comment.

    1. you are not entitled to an answer by anyone.
    2. you are already there. Your router does support that, you just need to select it in the UI.
  • The batteries should not degrade that fast. Get a name brand like Eaton or APC or something like that similar to a Power supply, cheap devices can do harm to your expensive devices. Have a couple of setups where the batteries (lead acid) are 5+ years old and they work ok.

  • The limitation of HDDs was never sequential Read/Write when it comes to day to day use on a PC.

    The huge difference to an SSD is when data is written or read not sequentially, often referred to random I/O.