Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @[email protected]

  • 4 Posts
  • 1.08K Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle










  • Gmail can be easily replaced, by like Proton mail or something

    Except for the fact that you’ll need to update your email address in so many places.

    If you do move to a different provider, make sure you use your own domain. It’s way more professional, and it lets you move to a different provider in the future without having to change your email address again. I’ve had one of my email addresses for a bit over 20 years across a bunch of different providers.

    The paid version of Protonmail lets you have up to 3 custom domains. MXRoute and FastMail let you use your own domain too. MXRoute supports unlimited domains and addresses; you’re just limited by total disk space.

    If the email address is important to you, it’s better to use a paid service since it’ll usually give you proper support and an SLA.


  • That really depends on the company. At big tech companies, it’s common for the levels and salary bands to be the same for both generalists (or full stack or whatever you want to call them) and specialists.

    It also changes depending on market conditions. For example, frontend engineers used to be in higher demand than backend and full-stack.


  • dan@upvote.autoTechnology@lemmy.worldBe careful.
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 days ago

    would there be any difference if the webpage has a JS button to put something in the clipboard, or it having code running in the background that puts things into the clipboard at page load?

    Clicking a button shows user intent, whereas a page load doesn’t. No user expects loading a page to overwrite their clipboard, but every user that clicks a “Copy to Clipboard” button does expect it.





  • dan@upvote.autoSelfhosted@lemmy.worldSoftware for manga/book reader
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    3 days ago

    Which OS?

    On Android, Moon+ Reader is pretty good.

    My wife uses the Amazon Kindle app on her Android tablet. You can use it for non-Kindle books by sending an email to a special email address for your Kindle account: https://www.amazon.com/sendtokindle/email.

    Calibre is useful for this. It shows an easy to use “send to Kindle” button, and can convert books in ePub, mobi, etc formats to the format that works best in the Kindle app (AZW3).

    If you want a web interface for Calibre (eg to run on a home server and download books when you’re away from your computer), Calibre-web works well.



  • dan@upvote.autoSelfhosted@lemmy.worldDNS?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    4 days ago

    A recursive DNS server and a local DNS cache/forwarder/are two different things with two different purposes. You will always need both.

    Why do you need two separate ones though? Recursive DNS servers also cache responses. Usually the only reason you’d run a local forwarder/cache is if you’re not running a local recursive server.