Ⓐ☮☭

  • 0 posts
  • 19 comments
Joined 3 years ago
Cake day: July 20th, 2023
  • A king who traveled incognito in medieval times was once captured, discovered because he casually ordered a roasted chicken at an inn

    Peasants owning a chicken was not uncommon, steady supply of eggs. But chicken meat after it dies is too valuable not to sell to some local lord.

    Anyway just a cool story about how Chicken isn’t peasant food. Dish looks tasty though.

  • My library is still lending cd dvd and blueray…

    And i am still ripping them all to use on a digital consumer device thanks to a specific local law that ruled people who own an mp3 player can rip cds from libraries to listen on the go.

  • Duckduckgo -> selfhosted searxng… startpage has also not yet been involved in any controversy for a non selfhosted option.

    Copy paste of why duck duck go is a problem:

    https://www.bleepingcomputer.com/news/security/duckduckgo-browser-allows-microsoft-trackers-due-to-search-agreement/

    Now I little after this came out they do claim they removed them (odd how that suddenly changes after it was no longer secret) But then much more recent as listed on wikipedia, verifying they still have some long term deals with microsoft in **2025**… microsoft is not going to make a deal with a perceived competitor for nothing in return.

    By August 2025, Bing planned to cut off access to its search APIs in a push to sell more AI-related APIs, though **DuckDuckGo believed that larger companies like it with long-term deals would not be affected** 62 Bing had dramatically raised rates for its search API in 2022 after ChatGPT debuted. 62

    There is also more general proof that while duck may technically use other sources also. It really is mostly bing:

    During a Bing API outage in 2024, DuckDuckGo stopped showing results, indicating that Bing provided a substantial portion of DuckDuckGo’s results.69 70

    I literally do not understand how they managed to take such foothold in real privacy communities. I used to love brave till the i was repeatedly pointed to the scandals that many people are aware of and informing others about… but considering ddg i rarely see anyone pointing this out. It actually smells like a huge successful marketing adventure to sell bing to privacy enthusiasts, but for that i obvio do not have proof. I often imagine this meme with bing instead of google and a cute duck go as mr incognito

  • What if you don’t have a webcam?

    “For users with accessibility needs who cannot use hand gestures to complete the challenge, reCAPTCHA continues to provide visual and audio challenges, and develop more accessible and secure alternatives,”

    Security is as good as the weakest link, either bots will exploit the accessibility feature making the webcam step for humans unnecessary… or its just as secure… making the webcam step unnecessary.

    Blatent attempt to extract data from you and nothing more if you ask me.

  • I actually looked this up earlier today because i didn’t understand part of it.

    An ssh key is, as i understand it, a way to encrypt the connection so only a device that has they key can unlock it.

    There are 2 parts, a private key which should never be shared and a public one which can freely be shared.

    You usually generate both keys on the device that connects to the ssh, keep the private key on there with the public key going on the server. Thats the part that confused me. (Why is the secret one not on the server i don’t want people to access)

    But the way it works is that the public key is used to encrypt/lock something.And only the private key can unlock it.

    Any other device that tries to connect just gets an encrypted connection they don’t have the key for. Because these keys are so long no current day tool can guess or crack them. So it is the absolute safest way to establish an ssh connection.

    Quantum computers might in the future be able to break them but solutions for this are being worked on.

    There are also some systems where you have 2 key pairs where the server also has a private key, to authenticate both ways.