HN user

pauloxnet

1,620 karma

https://www.paulox.net

- Python developer

- Django contributor

- Conference speaker

- Remote worker

- GNU/Linux user

- Free Software advocate

--

Posts131
Comments82
View on HN
getpelican.com 3mo ago

Pelican 4.12 Released

pauloxnet
2pts0
www.paulox.net 4mo ago

Django ORM Standalone⁽¹⁾: Querying an existing database

pauloxnet
2pts0
www.paulox.net 5mo ago

Django ORM Standalone⁽¹⁾: Querying an existing database

pauloxnet
1pts0
www.djangoproject.com 5mo ago

Django security releases issued: 6.0.2, 5.2.11, and 4.2.28

pauloxnet
2pts0
kushaldas.in 6mo ago

EktuPy

pauloxnet
2pts0
www.paulox.net 6mo ago

Looking Back at Python Pescara 2025

pauloxnet
1pts0
www.paulox.net 6mo ago

Django on the Med: A Contributor Sprint Retrospective

pauloxnet
4pts1
blogs.gnome.org 7mo ago

AI and Gnome Shell Extensions

pauloxnet
1pts0
www.paulox.net 8mo ago

How to Use UUIDv7 in Python, Django and PostgreSQL

pauloxnet
12pts7
www.paulox.net 8mo ago

Install PostgreSQL 18 on Ubuntu 25.10

pauloxnet
1pts0
hugovk.dev 9mo ago

Free-Threaded Python on GitHub Actions

pauloxnet
1pts0
jmduke.com 9mo ago

Django Forever · Applied Cartography

pauloxnet
9pts0
www.paulox.net 9mo ago

My Django on the Med 2025

pauloxnet
2pts0
www.paulox.net 9mo ago

Django: One ORM to rule all databases

pauloxnet
65pts82
www.paulox.net 9mo ago

My DjangoCon US 2025

pauloxnet
3pts1
www.paulox.net 1y ago

My DjangoCon Europe 2025

pauloxnet
1pts0
www.paulox.net 1y ago

Maps with Django⁽³⁾: GeoDjango, Pillow and GPS

pauloxnet
30pts0
adamj.eu 1y ago

Django: What's New in 5.2

pauloxnet
5pts1
antocuni.eu 1y ago

Over the Clouds: CPython, Pyodide and Spy

pauloxnet
1pts0
xiph.org 1y ago

FLAC 1.5.0 Released

pauloxnet
4pts0
opensource.org 1y ago

Meta's Llama 2 license is not Open Source

pauloxnet
4pts1
www.paulox.net 1y ago

My 2024 in Review

pauloxnet
1pts0
www.paulox.net 1y ago

My first DSF board meeting

pauloxnet
1pts0
arxiv.org 1y ago

PyPIM: Integrating Digital Processing-in-Memory from Microarchitectural Design

pauloxnet
2pts1
fedoramagazine.org 1y ago

Fedora Moves Towards Forgejo

pauloxnet
3pts2
www.phoronix.com 1y ago

Linus Torvalds lands a 2.6% performance improvement with minor Linux kernel patc

pauloxnet
8pts4
www.djangoproject.com 1y ago

2025 DSF Board Candidates

pauloxnet
1pts0
discourse.ubuntu.com 1y ago

Ubuntu – Oracular Oriole Release Notes

pauloxnet
2pts1
www.paulox.net 1y ago

Paolo Melchiorre – So long, and thanks for all the tabs

pauloxnet
3pts0
lp.jetbrains.com 1y ago

Python Developers Survey 2023 Results

pauloxnet
5pts0

A personal retrospective on organizing a small, standalone Django contributor sprint.

This is a follow-up written three months later, reflecting on what worked, what didn’t, and what kind of value emerged beyond pull requests and GitHub activity.

It’s about keeping things small, human-scale, and focused on being together, rather than optimizing for conference-style output.

Thanks for the comment. In the article I actually show both approaches: Python 3.14’s uuid.uuid7() first, mostly for completeness, and then the recommended one where PostgreSQL 18 generates the UUIDv7 itself using the native uuidv7() function. The DB-side version is already the default path I suggest for anything beyond a simple local setup.

Regarding the timestamp, a dedicated column generated by the database from uuid_extract_timestamp() can be very practical in Django. It is written at insert time by PostgreSQL, defined declaratively in the model with GeneratedField, and handled entirely by the ORM without relying on triggers. It also makes filtering, ordering or using the Django admin faster and simpler, since querying on a proper datetime field avoids extra annotations or computation on the UUID expression.

If you have a reference for UUIDv7 support in MSSQL I’d really appreciate it, ideally from the official documentation. I’m also curious to know from which version it is available and whether the current Django MSSQL backend exposes it already.

My DjangoCon US 2025 10 months ago

I’ve added a list of DjangoCon US 2025 recap articles at the end of my post — but I’m sure I’ve missed some! If you’ve written or seen other recaps, please share the links so I can add them.

I’d also love your feedback on my article

Standard Ebooks 3 years ago

In addition to the Newsletter and Feeds, it would be nice to have a Blog or News section where you can publish news every now and then, for example an article for the public domain day would have been very useful for making new publications known, simplifying sharing and attracting new volunteers or donors.

Standard Ebooks 3 years ago

Hi Alex, I shared the SE link here to help with donations and I hope it's working.

Thank you for your beautiful project.

For a few years, every January 1st, for public domain day, I have been promoting SE on social media, the thread on Mastodon is the one with the most involvement. https://fosstodon.org/@paulox/111680544393923401

It would be nice to have an SE account on Mastodon that posts about every new book published, since IMHO it's the social network more aligned with the spirit of SE.

Gnome 45 3 years ago

Good catch. Reported to the Gnome mastodon account.

Non-English-speaking kids can also start to learn programming at any arbitrary age. What they need to learn for that is a programming language, not English.

I agree with that, but what I've explained in the article is that if you don't know English is harder to access English-only documentation, resources, etc...

This can be changed by the community to be more inclusive, especially for newcomers, kids, ...

I'm totally aware that the only way to become part of the community is to learn English, because it's exactly what I've done and I've written in the article, but I wrote also that this is not inclusive and the community can change this status quo.

Thanks a lot for sharing this Canadian point of view, it's something that I didn't know., and I really appreciate the time you dedicate to send a feedback about this subject. I think it's also important to think to other billions of people that don't know English at all, don't live in a bilingual country where learning English is easy and maybe they don't use the same alphabet. I think start using a simpler English in every text and encourage translation of documentation, website, etc ... will improve language diversity in the whole world and not only in few countries.

open source projects tend to actually have better translations, since they are more often than not done by developers and users of the software, who have far more context than the random translator with the lowest hourly rate that most companies go for.

Thanks for sharing this. I totally agree with you.