I'm not sure, but the code might do something with UUIDs.

#Programming #Golang #UUID

🥴 «iF yOu uSe UUID v7 tHen pEoPle wiLL KnOw wHeN tHe rEcOrD wAs cReAtEd» 🥴

Bitch, I've set the UUID factory to start from 1960.

#Programming #Coding #Code #UUID

Man rushed to hospital with stab wounds and slashed face after altercation at Wexford housing estate

COVERED IN BLOOD |  It is understood that an apparent person of interest is well-known to gardaí Wexford General…
#NewsBeep #News #Headlines #{name:LatestNewsTicker #brands:[independent.ie #IE #Ireland #isHidden:true #slug:latest-news-ticker #uuid:ec10736b-5a64-4120-bbf6-88154ac15f82
https://www.newsbeep.com/145856/

🚀 PostgreSQL 18.0 is out!

Major highlights: asynchronous I/O for faster scans, virtual generated columns (default), OAuth authentication, temporal constraints, uuidv7(), and pg_upgrade with stats preservation.

https://dropletdrift.com/postgresql-18-0-released-with-major-performance-security-and-usability-enhancements/

#PostgreSQL #Postgres18 #Database #OpenSource #SQL #RDBMS #Cloud #Data #AI #BigData #Analytics #DevOps #Security #OAuth #UUID #Performance #Scalability #Engineering #DBA #Tech

PostgreSQL 18.0 Released with Major Performance, Security, and Usability Enhancements - DropletDrift

The PostgreSQL Global Development Group today announced the release of PostgreSQL 18.0, the latest major version of the world’s most advanced open source relational database. This release introduces a new asynchronous I/O (AIO) subsystem, virtual generated columns, OAuth authentication, and improved upgrade tooling, along with a wide range of performance optimizations and SQL feature extensions. […]

DropletDrift
CORE Database Schema Design: Constraint-driven, Optimized, Responsive, and Efficient

Introduction In this post, we’ll cover some database design principles and package them up into a catchy mnemonic acronym.

Software Engineer, Author, High Performance PostgreSQL for Rails
🌕 UUIDv47:結合 UUIDv4 的隱私與 UUIDv7 的效能,並以 SipHash 遮蔽時間戳記
➤ 在資料庫中實現時間排序 UUIDv7,同時對外呈現 UUIDv4 介面
https://github.com/stateless-me/uuidv47
這是一個 C 語言函式庫,旨在解決 UUIDv7 在資料庫中的排序性與 UUIDv4 在 API 邊界的視覺化需求之間的衝突。它透過將 UUIDv7 的時間戳記欄位與一個基於 UUID 隨機位元並使用 SipHash-2-4 加密的金鑰進行 XOR 遮罩,從而在資料庫中儲存排序性良好的 UUIDv7,同時向 API 呈現外觀上類似 UUIDv4 的識別碼。此函式庫為 C89 標準、無外部依賴,支援雙向轉換、RFC 規範的版本/變體位元,並具備金鑰恢復抵抗性。
+ 太棒了!終於有一個解決方案可以兼顧 UUIDv7 的資料庫效能和 UUIDv4 的隨機性外觀。SipHash 的應用也很有趣。
+ 這個專案解決了我一直以來想到的問題!期待能有更廣泛的應用,尤其
#UUID #效能優化 #隱私保護 #C 語言 #SipHash
GitHub - stateless-me/uuidv47: ⚡ UUIDv47 = v4 privacy + v7 performance

⚡ UUIDv47 = v4 privacy + v7 performance. Contribute to stateless-me/uuidv47 development by creating an account on GitHub.

GitHub

Every time I generate a UUID I feel a little bit guilty about "using up" one of the 2^128 id's

like... oops... there goes another one... only infinitely more left...

#softwareEngineering #uuid #guid

Một API UUID toàn diện vừa được phát triển, cung cấp 17+ tính năng hoàn toàn miễn phí! API này hỗ trợ tất cả các phiên bản UUID (v1-v8), tạo mã QR, mã vạch, ID tiêu chuẩn công nghiệp, tạo hàng loạt, xác thực nâng cao và hoàn toàn miễn phí với việc sử dụng không giới hạn. Thích hợp cho các nền tảng thương mại điện tử, quản lý kho, ứng dụng di động, hệ thống cơ sở dữ liệu và bán vé.
#UUID #API #QRCode #Barcode #FreeAPI #laptrinh #developers

https://www.reddit.com/r/programming/comments/1nf2oh0/co

Clinton McCormack: Inquest into death of man gunned down on Wicklow building site is adjourned

Gardaí believe the shooting was ordered by a Bray-based crime gang which is considered the main supplier of…
#NewsBeep #News #Headlines #{name:LatestNewsTicker #brands:[independent.ie #IE #Ireland #isHidden:true #slug:latest-news-ticker #uuid:ec10736b-5a64-4120-bbf6-88154ac15f82
https://www.newsbeep.com/116909/

URL safeなそこそこ短くて衝突しないIDを生成したい - Qiita

背景 WEB上でURLを知っている人だけに情報を伝えるページを用意する際に、URL safeで短くて衝突しないIDを生成したい欲求に駆られた。 要件を整理 URLとして利用可能な文字列で構成されること 不可逆でよし 他ページのURLおよび同ロジックで生成される重複がお...

Qiita