• Battle Masker@lemmy.world
    link
    fedilink
    arrow-up
    49
    arrow-down
    1
    ·
    10 months ago

    12ft.io

    if you see an article online but it asks for a subscription before you can read it, you can put the webpage of that article in 12ft.io and it’ll give you a version you can read without such guards. The person who made it says there’s a special code in those sites that doesn’t block the article for search engines, as doing so would cause the google/bing/etc to block that result. So they just found that code and put it in a webpage for you

    • shadowSprite@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      10 months ago

      Wow, I’m in computer science 1 this semester and my instructor is not great at breaking things down. This may help save my semester!

        • shadowSprite@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          10 months ago

          I was too lazy to pull out my laptop last night, but I looked at it on my phone and it looks like it’s going to be such a helpful resource! I’m going to share with a few of my classmates who are also struggling with the lack of instruction. You’ve definitely helped at least one poor computer science student, thank you so much!

        • null@slrpnk.net
          link
          fedilink
          arrow-up
          5
          ·
          10 months ago

          Just dug in some more and saw it’s open-source too, and they teach you how to contribute. I’m in love.

          I’ve been planning to learn Javascript and Python – you just made my month!

    • maniacalmanicmania@aussie.zone
      link
      fedilink
      English
      arrow-up
      9
      ·
      10 months ago

      Crontab generator was my gateway to all things ‘generator’. Looking for a quick way to construct something? Google it + generator to see if someone has created a generator site for it.

      • burrito@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        arrow-down
        3
        ·
        10 months ago

        Just don’t be that guy that uses a website to generate passwords. If you’re going to generate passwords it needs to be a trusted utility that runs locally otherwise someone has your password.

        • brygphilomena@lemmy.world
          link
          fedilink
          arrow-up
          5
          arrow-down
          2
          ·
          10 months ago

          If the website generating the password a) doesn’t know the site/account and b) doesn’t know the username then it doesn’t matter. And c) with 2fa knowing a password doesn’t grant access by itself.

          If a site is decently coded, it would be run in client side scripting like JavaScript anyway. It wouldn’t require anything being sent to the site.

          • sirfancy@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            10 months ago

            If a site is decently coded

            This is the crux of the issue. The average internet user, the kind of user going to a random website to generate a password, would not be able to find this out. For all we know, even without the username, a randomly generated password could be saved to a wordlist after it’s generated. That would be pretty smart, since now you have a list of known used passwords that someone went through the effort to generate to secure something more valuable. (Which would refute your points A and B)

            And your point C, not always. By your same logic, you’d be comfortable using “password” as long as you have 2FA? There is always a possibility of 2FA being bypassed through some other vulnerability depending on its implementation. This is why it’s TWO (or multi) factor authentication. In case one factor is compromised, you have another layer of defense. If you use a compromised password (by either using “password” or a sketchy password generator), then you’ve effectively reverted yourself back to one factor authentication. Or zero, if you didn’t have MFA.

            Don’t listen to anyone suggesting otherwise. Don’t use random websites. Either stick to a password manager to generate them for you, or take it completely offline with a dice roll-based generation.

    • thericcer@reddthat.com
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      Oh how I wish I knew this existed years ago! My standard procedure is to go to systemd’s doc website and spend 10 minutes looking for the option I want.

  • Nastybutler@lemmy.world
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    edit-2
    10 months ago

    techdirt.com

    News and analysis (and some biting commentary) on mostly tech policy stuff. Run by the guy who coined the phrase " Streisand Effect" in a post on that site, Mike Masnick. Very insightful, apolitical, and a good way for me to keep up on topics I don’t normally follow too closely. Bonus: No annoying ads

  • Deepus@lemm.ee
    link
    fedilink
    arrow-up
    11
    ·
    10 months ago

    Not really underrated but one that most people probably dont know, hackaday.com. Its all about hardware hacking, which is primarily people making stuff with electronics or making them do things they werent designed to do but they also have a whole heap of non electronics stuff. If you can make it, and its clever, it belongs there!