…cogito, ergo sum…

  • 1 Post
  • 6 Comments
Joined 3 months ago
cake
Cake day: December 3rd, 2025

help-circle

  • There are numerous options to choose from already existing… Yet, some should just consider that the recent “age verification” were initiated for another purpose than a general age verification process. Have you checked out the recent Persona source code exposed?

    Regardless, some civilian approaches to be mentioned is how the verification is handled in Baltic countries, that is Lithuania, Latvia, and Estonia, for example:

    Smart-ID is the easiest, safest and fastest way to authenticate yourself online, register in e-services and sign documents…
    Smart-ID can be used to log in to e-services, for online banking and for signing documents.

    Source: https://www.smart-id.com/

    -–

    Smart-ID itself has no age restrictions for its users – but age limits have been set by identity providers and depend on the Smart-ID account type and authentication method chosen…

    Creating a Smart-ID account for a minor requires a parent/legal guardian to authenticate their account…

    Don’t just click “continue”: read the instructions on the screen carefully and double check that all the information you enter is correct, and the whole process will be easy and stress-free… The child cannot continue with their registration until we’ve got one parent approval…

    Source

    For the API, for instance:

    # Where can I find users date of birth?

    Birth of date is encoded into personal identity code. Latvian new personal identity code format is exception though. Special birth of date field will be added to Smart-ID certificates in stages and only for Qualified accounts.

    For convinience smart-id-java-client and smart-id-php-client have special function getDateOfBirth… for that. For getting that info directly from certificate see getDateOfBirthCertificateAttribute and getDateOfBirthFromCertificateField.

    Source

    Similar to Latvia, the number of Estonia and Lithuania has the date of infinitely magnificent event as someone’s date of birth, too!

    The ways in which such a system is implemented vary among countries, but in most cases citizens are issued an identification number upon reaching legal age, or when they are born…

    In Estonia, a Personal Identification Code (Estonian: isikukood, abbreviated as IK) is formed on the basis of the sex and date of birth of a person…

    In Lithuania the Personal Code (Lithuanian: asmens kodas) consists of 11 digits, and currently is in the form G YYMMDD NNN C, where G is gender & birth century, YYMMDD is the birthday, NNN is a serial number, C is a checksum digit…
    /* ... */ C = lt_nin_checksum("3840915201");

    Source

    Therefore, there should be an option to verify the age without the personal identification code. And if not, just a personal number got within the age verification scope, transferred within secure government session channel, should be enough. The government, in turn, won’t share such information with untrusted services - access to the API.

    Related: Age verification online (…can be done safely and privately. Here’s how…)


  • The origins of my 20-year art career were not that different from many other artists. I started learning the craft by seeking out inspirational artworks, and it is something I continue to do…

    Inaccurate reproductions of art can betray the intentions that artists had for their works. Inaccurate reproductions of art can betray the intentions that artists had for their works. Artists use their passions to create original art, with the intention of offering the viewer a unique vision and experience.
    As an artist, I spend a good deal of time determining the best way to approach my work. Coming up with the original idea is just the first step. I also have to consider which medium would be best to explore the idea, materials to use with it, and the size of the work. Imagine how insignificant a landscape would be on a postcard, or how ridiculously terrifying a wall-sized closeup of a single human eye would be. I also consider if I want to paint in a lot of detail, or leave the brush strokes more open.
    All of these thoughts, and many more, are planned in an effort to get a reaction emotionally from the viewer…

    A reproduction can show the general idea of art, but it can not offer the unique experience of reflecting on the full story that an original piece offers. Original artworks feature textures, lighting differences, and environments evoking the emotions that the artist intended.

    Seeing an original piece of art in a museum is a unique, transcendent experience, substantially better than any reproduction could possibly be. With reproductions being produced with the wrong resolution, terrible and inaccurate colors, and of bad quality, the experience of seeing reproduced art betrays the emotion and intent that the artist wanted to create.
    The original artwork can educate about techniques, colors, and even movements within art history. Original pieces offer admiration of the artist, and reflection for the viewer, in unique and environmental ways that simply are not possible online or with printed reproductions.

    To truly see artwork, to find the experience that the artist wanted the viewer to have, finding the original piece of art is the best way to live through artwork.

    Source (Original art is always better than a reproduction…)

    Related:
    - The Problem with Gaming’s Remake Culture
    - My first video game experiences
    - My First Video Game Memories



  • Holy smokes! Thank you very much for mentioning it, dear @slazer2au@lemmy.world ! Since, I try not installing addons that are not published open-sourced, but this one is! ✨

    This add-on is built and maintained by workers at Aarhus University in Denmark. We are privacy researchers that got tired of seeing how companies violate the EU’s General Data Protection Regulation (GDPR). Because the organisations that enforce the GDPR do not have enough resources, we built this add-on to help them out.

    We looked at 680 pop-ups and combined their data processing purposes into 5 categories that you can toggle on or off. Sometimes our categories don’t perfectly match those on the website, so then we will choose the more privacy preserving option.

    The first version of this add-on works with 4 popular pop-ups: Cookiebot, OneTrust, QuantCast, and TrustArc. The add-on is open source, so anyone can add additional pop-ups through our template system: https://github.com/cavi-au/Consent-O-Matic.
    Source


  • Of course, thank you, and I do realize that, but:

    1. I tried selecting sections that where not associated with othe vendors - same result;

    2. Shouldn’t it still be allowed to store cookies for the same vendor/domain, without any consent, by default.

    3. There are other means/API than cookies to store consent state in common browsers, including: LocalStorage, IndexedDB, SessionStorage, CacheStorage etc.