How to change the UUID of an EFI partition #grubefi #uuid

https://askubuntu.com/q/1564692/612

How to change the UUID of an EFI partition

I cloned a bootable volume which has resulted in the EFI partitions having the same UUID. This is causing confusion in FSTAB so I want to change one of them. The recommended way is to use tune2fs but

Ask Ubuntu

Online Unique ID Generator — 20+ Formats

Generate UUID, ULID, KSUID, Nano ID, CUID2, Snowflake, and more. Free developer tools with specs, code snippets, and side-by-side comparisons.

🆔 https://ksuid.net

#cuid2 #nanoid #scru128 #timeflake #tsid #ulid #ulidx #uuidv7 #ksuid #pushid #id #snowflake #sqids #uuid #xid #cuid #objectid #shortid #slugid #shortuuid #uniqid #coding #code #programming

Online ID Generator — UUID, ULID, KSUID, Nano ID & 20+ Formats | ksuid.net

Generate and understand unique identifiers including UUID, ULID, KSUID, Nano ID, CUID, and 20+ formats. Free online tools for developers with specs, code examples, and comparisons.

ksuid.net
🚀 Wow, breaking news! #Go is finally adding the #UUID #package to its standard library—because who needs #innovation when you can just reinvent wheels? 🛞 Next up: Go discovers fire. 🔥
https://github.com/golang/go/issues/62026 #breakingnews #reinventingwheels #techhumor #HackerNews #ngated
proposal: uuid: add API to generate and parse UUID · Issue #62026 · golang/go

I would like to suggest the addition to the standard library of a package to generate and parse UUID identifiers, specifically versions 3, 4 and 5. The main reason I see to include it is that the m...

GitHub
proposal: uuid: add API to generate and parse UUID · Issue #62026 · golang/go

I would like to suggest the addition to the standard library of a package to generate and parse UUID identifiers, specifically versions 3, 4 and 5. The main reason I see to include it is that the m...

GitHub

Falls ihr mal wieder eine #uuid für eure Projekte braucht, hier kann man sich frei bedienen:

https://everyuuid.com

#development #friday

Every UUID

A searchable list of every UUID v4 - scroll till you find a new favorite.

Hah, forgot I built a site to check if anyone is using a particular #UUID or not 😉

https://isanybodyusingthisuuid.com/

#Satire

Is Anybody Using This UUID?

[Show GN: idt: 다양한 id 포맷을 다루는 cli 도구

IDT는 다양한 ID 포맷(UUID, ULID, Snowflake 등)을 생성, 분석, 변환하는 CLI 도구로, 개발자들이 터미널에서 쉽게 ID를 관리할 수 있도록 지원합니다. 주요 기능으로는 ID 생성, 타입 추론 및 내부 구조 분석, 다양한 인코딩 변환, 파이프 지원 등이 있습니다.

https://news.hada.io/topic?id=26571

#cli #id #uuid #ulid #snowflake

idt: 다양한 id 포맷을 다루는 cli 도구

<p>개발을 하다 보면 UUID, ULID, Snowflake 등 다양한 ID 포맷을 사용하는 경우가 많은데요, 이때 매번 온라인 변환기를 찾거나 변환 등을 위한 ...

GeekNews

Checked Python UUID versions, found eight, so I used it.

#python #uuid #coding

#PostgreSQL 18 supporte désormais nativement les UUID v7, vos Index vous diront merci !

L'un de nos #DBA consultants, Alain, nous explique pourquoi => https://dali.bo/202602_uuid

#SGBD #uuid
#opensource

Кастомные uuid на базе дженерика

Уже более 6 лет я использую кастомные идентификаторы - одна из классных штук, за которые обожаю go. Они незаменимы в описании бизнес-логики - невозможно перепутать порядок идентификаторов. Все вызовы становятся типобезопасными и самодокументируемыми. И писать такой легкочитаемый код очень приятно. Применяю кастомные id очень широко - от парсинга http-запроса до слоя данных. В статье подробно рассказываю: • «как было» раньше (и осталось для кадастровых номеров, например), • переход от кастомизации строк к скрепным uuid.UUID и варианты типизации, • немного запутаемся в важных условиях кастомизации, • скопипастим компактное и готовое решение • и бонусом посмотрим лаконичный синоним в коде.

https://habr.com/ru/articles/992396/

#Go #uuid #generics

Кастомные uuid на базе дженерика

Уже более 6 лет я использую кастомные идентификаторы - одна из классных штук, за которые обожаю go. Они незаменимы в описании бизнес-логики - невозможно перепутать порядок идентификаторов. Все вызовы...

Хабр