https://www.europesays.com/uk/277519/ Documentary on disgraced hurler DJ Carey in the pipeline from Belfast team behind Kneecap film #{name:DJCarey #brands:[independent.ie #Entertainment #isHidden:false #Movies #Slug:djCarey #UK #UnitedKingdom #Uuid:992990b0B5f047a59c8c4f1da7edbee7
Man who threatened to shoot garda and spat blood in patrol car has jail term overturned
Thomas McDonagh (23) had pleaded not guilty in the District Court to four charges Thomas McDonagh (23) with…
#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/7614/
The adventures continue!
I run a number of computers at home, almost entirely GNU/Linux-based. As the hardware continues to age, data integrity had become more and more of a concern. I am particularly worried about sudden disk failures, and with a combination of ddrescue and timeshift I have been setting up whole-partition/whole-disk and incremental backups on critical systems.
I have also […]
https://steve.cooleysekula.net/blog/2025/07/06/adventures-in-microsd-and-raspberry-pi-disk-cloning/
This is a particularly concerning issue in ramsey/uuid, though the severity is low, since the worst case scenario is that some UUIDs are out of sort order, but I’d still like to get to the bottom of it.
If you’re able to help debug the issue, please feel free to take a look.
The reports all say the symfony/uid library doesn’t have this problem, which is even more confusing, since I borrowed the monotonicity algorithm from it.
I just released ramsey/uuid 4.8.0 with some notable deprecations, especially for those who use the “ordered UUID” functionality in Laravel.
@Rusty oh I stay away from disk encryption unless a client wants it. Asking for trouble imo.
I mean I'm fairly certain:
❯ cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Wed Nov 30 09:52:38 2022
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
# Loading NTFS drives on boot this way crashes things!
#UUID=EA7ABE37-CA60-4C08-B246-A8C85BA19F42 /run/media/Kion/Archives ntfs defaults 0 2
UUID=5cc84ef9-a89c-4e3e-abc2-85786d7efa41 /run/media/Kion/Games\040Linux ext4 defaults 0 2
UUID=619c27e8-9454-437b-8cea-8739b2acc718 / btrfs subvol=root00,compress=zstd:1 0 0
UUID=531cf70d-977e-4e77-a7b7-5661d95de35d /boot ext4 defaults 1 2
UUID=FA93-7CEB /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=619c27e8-9454-437b-8cea-8739b2acc718 /home btrfs subvol=home00,compress=zstd:1 0 0
Eventually, I came with my own solution to handle `MIN` and `MAX` in #PostgreSQL with UUID columns (with UUID v7).
https://darkghosthunter.medium.com/postgresql-using-min-max-on-uuid-columns-51e52927e6a0
It's with my utter dissatisfaction to confirm y'all that PostgreSQL 18 doesn't support `MAX|MIN` aggregates over a UUID column.
This means, you will need to creates the functions I already described... or just plug in Microsoft SQL Server, MySQL or MariaDB as alternatives.
Guess you *can* hack your way up in PostgreSQL for using `MIN(uuid)` and `MAX(uuid)`.
This involves:
1. Creating a function to compare UUID as binary.
2. Create MIN and MAX aggregates uses the function.
3. Create a function to transform UUID into binary.
4. Create additional indexes that use the UUID as binary.
Or you can just install Microsoft SQL Server and invoke the antichrist.
Waiting for #PostgreSQL 18 – Add #UUID version 7 generation function. – select * from depesz; https://www.depesz.com/2024/12/31/waiting-for-postgresql-18-add-uuid-version-7-generation-function/
@confusedalex Pro mode: label each physical device with the #UUID of your #Orgmode heading for it.
Honestly: don't use #UUIDs for that. Please do use something human-readable like slugs: https://github.com/novoid/dot-emacs/blob/master/config.org#my-id-get-or-generate
I've made a thing! A new version of an UUID encoding I came up with 12+ years ago. There might even be one or two people here who remember me giving my first Tech Talk at work about this back then.
Next to the PostgreSQL version that I shared, I always had implementations in the languages I worked with, and I improved the encoding a bit further in the last years, and just published an implementation in Go:
Needed a UUID generator. Now I got one:
https://eklem.github.io/uuid/
Based on: crypto.randomUUID()
I just released the first major update for the ULID unique ID generation library in over 8 years! I’ve been following it as a user for years, having even forked it for ulidx when it wasn’t being maintained. It’s fulfilling to not only see it updated (as I use it a lot), but having done so myself.
If you’re building a new feature and are about to reach for an ID generator (like UUID), you might consider trying ULIDs instead: https://github.com/ulid/javascript
Here's a throwback! Learn all about UUIDs in this classic article by Starr Horne.
https://www.honeybadger.io/blog/uuids-and-ulids/?utm_source=mastodon&utm_medium=social
#Pipelight typescript issue fixed.
It was a nasty bug that slide in with #deno 2.2.
Fixed by replacing external #UUID library with bultins uuid library.
This type of heartful message is what keeps me sharing my best code with you.
Show HN: Generate Version 7 UUID's for a Timestamp
https://uuidv7.org/
#ycombinator #uuidv7 #uuid #generator #date_based_uuid #time_based_uuid #version7 #online_tools