generated from sofia/eleventy-base
Identity weblog!
This commit is contained in:
parent
c92aa6de8a
commit
3dd5994ad4
2 changed files with 74 additions and 0 deletions
71
src/weblog/2025/03/whats-new-whats-next-identity.md
Normal file
71
src/weblog/2025/03/whats-new-whats-next-identity.md
Normal file
|
@ -0,0 +1,71 @@
|
|||
---
|
||||
layout: post.njk
|
||||
title: "Identity: What's new? What's next?"
|
||||
intro: It's been 9 months since the last Identity update, what's up?
|
||||
tags:
|
||||
- identity
|
||||
- post
|
||||
- en
|
||||
date: 2025-03-03
|
||||
---
|
||||
|
||||
**TLDR;**
|
||||
- The rewrite of Identity has resumed!
|
||||
- The original Identity repository has been archived. Further development will continue in a new repository: <https://codeberg.org/Identity/identity>.
|
||||
- You can share your thoughts and ideas on Identity: [_Identity: Ideas!_](https://cryptpad.fr/form/#/2/form/view/5jagE-jwyIueIHA0EHHXzEEIdSxyCJk4CT20kp8itVQ/)
|
||||
|
||||
## what's new?
|
||||
|
||||
From a technical standpoint? Nothing.
|
||||
|
||||
Even though technical development stalled 9 months ago, I've spoken about Identity with more than forty people since then. Everyone had a different background, a different story, a different reason for being interested in Identity... but most of them wanted to make Identity the best project possible.
|
||||
|
||||
Not all feedback was positive, some were challenging the idea and core beliefs of Identity, but all feedback has helped shape and improve what Identity will become.
|
||||
|
||||
That blury vision that I had a few months ago about _what_ Identity _should_ and _could_ become is much clearer now.
|
||||
|
||||
> _You can read more about Identity and the story behind it in the following interview: <https://fsfe.org/news/2025/news-20250107-01.en.html>_
|
||||
|
||||
## what's next?
|
||||
|
||||
I am happy to announce that thanks to all the feedback I've received, I'm ready to keep moving forward with the rewrite! This rewrite will bring the level of scalability, interoperability, and security that is expected from a project like this. This rewrite has been heavily influenced by all of these people who shared their thoughts and ideas with me during these past months.
|
||||
|
||||
I can't provide a specific timeline for when the rewrite will be ready for public release, but I’m hopeful it will be soon.
|
||||
|
||||
> I am still collecting ideas and feedback to help shape the future of Identity. Feel free to share your own here: [_Identity: Ideas!_](https://cryptpad.fr/form/#/2/form/view/5jagE-jwyIueIHA0EHHXzEEIdSxyCJk4CT20kp8itVQ/)
|
||||
|
||||
### Identity's _identity_
|
||||
|
||||
Lately, aside from the rewrite, I've been reflecting on the _identity_ of Identity. While I've grown fond of its current form, something about it feels a bit too basic — it's just a common English word with a purple theme.
|
||||
|
||||
I would like to create a website that I can easily share to tell people _what_ is Identity, _why_ is it relevant, and _how_ can they contribute. But that requires acquiring a domain, and there aren't many affordable _identity.tld_ out there!
|
||||
|
||||
I've done some brainstorming, but nothing has really stood out to me yet. If you have any ideas, feel free to share them through the form above!
|
||||
|
||||
### updating links
|
||||
|
||||
There's a few links that I have used to point people to different sites and documents related to Identity. As part of this update, most of them will point to <https://sofi.to/identity> instead.
|
||||
|
||||
<https://sofi.to/identity> will be updated to point to the new Codeberg organization (for now, until the aforementioned website and domain are ready). Most of the content from those various links will be publicly available there in the following weeks.
|
||||
|
||||
If you hold an Identity-related link (or any link that is related to any of my projects) and it breaks, let me know!
|
||||
|
||||
### core team? governance?
|
||||
|
||||
Now that more people are interested in Identity and in order to build trust in Identity, some kind of governance needs to be set-up to ensure that Identity is a sustainable and community-driven project.
|
||||
|
||||
Currently, there's around four people who are proactively and recurrently contributing to Identity. The background of these individuals vary a lot but are still quite related to the issues Identity tries to tackle. Having such a diverse background has proven useful when discussing design choices and potential features.
|
||||
|
||||
So far, they have efectively been Identity's _core team_. I still need to decide what are the obligations and expectations of core team members. Once this is done, I will establish a formal core team responsible for the development of Identity.
|
||||
|
||||
Aside from this, I would like to establish some kind of _group of experts_ (GoE). This group would be formed by people from various backgrounds (tech people, teachers, palliative care, psychology, dementia care, general medicine...) and would be part of the discussion when any change is proposed.
|
||||
|
||||
> Do you think that you would be a good fit for the Group of Experts? You can show your interest here: [_Group of Experts: Expression of Interest_](https://cryptpad.fr/form/#/2/form/view/TBBGrmNwIH4VB95l+ok4P2o9p3Neh+OlRETl8+r4q8I/)
|
||||
|
||||
## afterword
|
||||
|
||||
I would like to thank everyone who has supported me through this journey so far. Identity started as a small idea almost a year ago during a 3 A.M. talk with my mother. Identity is now becoming something that can change the world for the better!
|
||||
|
||||
Thank you to everyone who helped me design Identity, thank you to everyone who has listened to my talks, thank you to everyone who has gone out of their way to thank me for my work, thank you to everyone who has stopped by and told me their thoughts. Thank you all!
|
||||
|
||||
And last but not least, thank you for reading this update :)
|
|
@ -44,8 +44,11 @@ main {
|
|||
text-align: justify;
|
||||
|
||||
padding: 1rem;
|
||||
padding-bottom: 2rem;
|
||||
background-color: rgba(10, 10, 10, 0.35);
|
||||
border-radius: 5px;
|
||||
|
||||
margin-bottom: 10rem;
|
||||
}
|
||||
|
||||
.page-container {
|
||||
|
|
Loading…
Reference in a new issue