• 38 Posts
  • 476 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle


  • I don’t see how that is relevant? You’re already familiar with C, so writing about C does not influence whether you will be outdated in a few years. Learning and writing about Rust could be something that becomes useful, but not necessarily practically - it depends on what you will do in the future.

    If you feel you lost your passion, I would suggest learning and experimenting with Rust. It’s different, so may be interesting and thought provoking to learn.

    Writing down what you know about C may also be worthwhile, good, or produce a good resource, but I don’t see it as much or like as sparking lost interest and passion. If that is actually your goal (you only asked about future relevancy in the end).




  • Who has age authority? A state agency or service. Like the state issues an ID with age.

    Preferable, we want the user to interact with a website, that website request age authentication, but not the website to talk to the government, but through the user.

    Thus, something/somewhat like

    1. State agency issues a certificate to the user
    2. User assigns a password to encrypt the user certificate
    3. User connects to random website A
    4. Random website A creates an age verification request signed to only be resolveable by state agency but sends it to the user
    5. User sends the request to a state service with their user certificate for authentication
    6. State agency confirms-signs the response
    7. User passes the responds along to the random website A

    There may be alternative, simpler, or less verbose/complicated alternatives. But I’m sure it would be possible, and I think it lays out how “double-blind”(?) could work.

    The random website A does not know the identity or age of the user - only to the degree they requested to verify - and the state agency knows only of a request, not its origin or application - to the degree the request and user pass-along includes.


  • https://floss.fund/

    Who can apply?

    Individuals, projects, groups, communities, or organisations can apply. The application can be for a specific project or an entity representing many projects or FOSS efforts. The applicant or the legal entity must have a bank account and the necessary tax documents (which vary between jurisdictions) to receive funds.

    Currently, our focus is on supporting existing, widely used, and impactful projects to specifically contribute to their sustainability. Very new projects or projects with minimal usage are not considered for the time being.












  • From what I hear from my brother working in a bank, they should be using databases and data querying instead of excel. What excessive excel use leads to, at least in such cases, is awful flimsy practices, certainty and stability.

    The financial data and its accumulations run through multiple excel files referencing others. Traceability requirements that they have to guarantee by law are an issue; I wonder if they’ll be able to implement them with Excel at all.

    Businesses running on Excel is certainly factual. But I have to wonder whether it’s necessary of even a good solution for their work.

    If they’re deep and wide into Excel, I imagine other data tooling would be better. And if they’re not, other products like LibreOffice seem viable as direct replacements.