Django Weblog: DSF member of the month - Akio Ogasahara
Link: https://www.djangoproject.com/weblog/2025/nov/21/dsf-member-of-the-month-akio-ogasahara/
For November 2025, we welcome Akio Ogasahara as our DSF member of the month! ⭐
Akio is a technical writer and systems engineer. He contributed to the Japanese translation for many years. He has been a
Link: https://www.djangoproject.com/weblog/2025/nov/21/dsf-member-of-the-month-akio-ogasahara/
For November 2025, we welcome Akio Ogasahara as our DSF member of the month! ⭐
Akio is a technical writer and systems engineer. He contributed to the Japanese translation for many years. He has been a
Django Project
DSF member of the month - Akio Ogasahara
Posted by Sarah Abderemane on Nov. 21, 2025
Tryton News: Security Release for issue #14354
Link: https://discuss.tryton.org/t/security-release-for-issue-14354/8950
Mahdi Afshar and Abdulfatah Abdillahi have found that trytond sends the trace-back to the clients for unexpected errors. This trace-back may leak information about the server setup.
Impact
CVSS v3.0 B
Link: https://discuss.tryton.org/t/security-release-for-issue-14354/8950
Mahdi Afshar and Abdulfatah Abdillahi have found that trytond sends the trace-back to the clients for unexpected errors. This trace-back may leak information about the server setup.
Impact
CVSS v3.0 B
Tryton Discussion
Security Release for issue #14354
Mahdi Afshar and Abdulfatah Abdillahi have found that trytond sends the trace-back to the clients for unexpected errors. This trace-back may leak information about the server setup. Impact CVSS v3.0 Base Score: 4.3 Attack Vector: Network Attack Complexity:…
Tryton News: Security Release for issue #14364
Link: https://discuss.tryton.org/t/security-release-for-issue-14364/8952
Mahdi Afshar has found that trytond does not enforce access rights for the route of the HTML editor (since version 6.0).
Impact
CVSS v3.0 Base Score: 7.1
Attack Vector: Network
Attack Complexity: Low
Link: https://discuss.tryton.org/t/security-release-for-issue-14364/8952
Mahdi Afshar has found that trytond does not enforce access rights for the route of the HTML editor (since version 6.0).
Impact
CVSS v3.0 Base Score: 7.1
Attack Vector: Network
Attack Complexity: Low
Tryton Discussion
Security Release for issue #14364
Mahdi Afshar has found that trytond does not enforce access rights for the route of the HTML editor (since version 6.0). Impact CVSS v3.0 Base Score: 7.1 Attack Vector: Network Attack Complexity: Low Privileges Required: Low User Interaction: None Scope:…
Tryton News: Security Release for issue #14363
Link: https://discuss.tryton.org/t/security-release-for-issue-14363/8951
Abdulfatah Abdillahi has found that sao does not escape the completion values. The content of completion is generally the record name which may be edited in many ways depending on the model. The conte
Link: https://discuss.tryton.org/t/security-release-for-issue-14363/8951
Abdulfatah Abdillahi has found that sao does not escape the completion values. The content of completion is generally the record name which may be edited in many ways depending on the model. The conte
Tryton Discussion
Security Release for issue #14363
Abdulfatah Abdillahi has found that sao does not escape the completion values. The content of completion is generally the record name which may be edited in many ways depending on the model. The content may include some JavaScript which is executed in the…
Tryton News: Security Release for issue #14366
Link: https://discuss.tryton.org/t/security-release-for-issue-14366/8953
Cédric Krier has found that trytond does not enforce access rights for data export (since version 6.0).
Impact
CVSS v3.0 Base Score: 6.5
Attack Vector: Network
Attack Complexity: Low
Privileges Requi
Link: https://discuss.tryton.org/t/security-release-for-issue-14366/8953
Cédric Krier has found that trytond does not enforce access rights for data export (since version 6.0).
Impact
CVSS v3.0 Base Score: 6.5
Attack Vector: Network
Attack Complexity: Low
Privileges Requi
Tryton Discussion
Security Release for issue #14366
Cédric Krier has found that trytond does not enforce access rights for data export (since version 6.0). Impact CVSS v3.0 Base Score: 6.5 Attack Vector: Network Attack Complexity: Low Privileges Required: Low User Interaction: None Scope: Unchanged Confidentiality:…
Armin Ronacher: Agent Design Is Still Hard
Link: https://lucumr.pocoo.org/2025/11/21/agents-are-hard/
I felt like it might be a good time to write about some new things I’ve
learned. Most of this is going to be about building agents, with a little bit
about using agentic coding tools.
TL;DR: Building
Link: https://lucumr.pocoo.org/2025/11/21/agents-are-hard/
I felt like it might be a good time to write about some new things I’ve
learned. Most of this is going to be about building agents, with a little bit
about using agentic coding tools.
TL;DR: Building
Armin Ronacher's Thoughts and Writings
Agent Design Is Still Hard
My Agent abstractions keep breaking somewhere I don’t expect.
Trey Hunner: Python Morsels Lifetime Access Sale
Link: https://treyhunner.com/2025/11/lifetime-access-sale-2025/
If you code in Python regularly, you’re already learning new things everyday.
You hit a wall, or something breaks. Then you search around, spend some hours on Stack Overflow, and eventually, you figur
Link: https://treyhunner.com/2025/11/lifetime-access-sale-2025/
If you code in Python regularly, you’re already learning new things everyday.
You hit a wall, or something breaks. Then you search around, spend some hours on Stack Overflow, and eventually, you figur
Treyhunner
Python Morsels Lifetime Access Sale
If you code in Python regularly, you’re already learning new things everyday. You hit a wall, or something breaks. Then you search around, …
Brett Cannon: Should I rewrite the Python Launcher for Unix in Python?
Link: https://snarky.ca/should-i-rewrite-the-python-launcher-for-unix-in-python/
I want to be upfront that this blog post is for me to write down some thoughts that I have on the idea of rewriting the Python Launcher for Unix from Rust to pure Python. This blog post is not meant t
Link: https://snarky.ca/should-i-rewrite-the-python-launcher-for-unix-in-python/
I want to be upfront that this blog post is for me to write down some thoughts that I have on the idea of rewriting the Python Launcher for Unix from Rust to pure Python. This blog post is not meant t
Tall, Snarky Canadian
Should I rewrite the Python Launcher for Unix in Python?
I want to be upfront that this blog post is for me to write down some thoughts that I have on the idea of rewriting the Python Launcher for Unix from Rust to pure Python. This blog post is not meant to explicitly be educational or enlightening for others…
Armin Ronacher: LLM APIs are a Synchronization Problem
Link: https://lucumr.pocoo.org/2025/11/22/llm-apis/
The more I work with large language models through provider-exposed APIs, the
more I feel like we have built ourselves into quite an unfortunate API surface
area. It might not actually be the right a
Link: https://lucumr.pocoo.org/2025/11/22/llm-apis/
The more I work with large language models through provider-exposed APIs, the
more I feel like we have built ourselves into quite an unfortunate API surface
area. It might not actually be the right a
Armin Ronacher's Thoughts and Writings
LLM APIs are a Synchronization Problem
Maybe the LLM message APIs should be rethought as a synchronization problem.
Daniel Roy Greenfeld: TIL: Default code block languages for mkdocs
Link: https://daniel.feldroy.com/posts/til-2025-11-default-code-block-languages-for-mkdocs
When using Mkdocs with Material, you can set default languages for code blocks in your mkdocs.yml configuration file. This is particularly useful for inline code examples that may not have explicit la
Link: https://daniel.feldroy.com/posts/til-2025-11-default-code-block-languages-for-mkdocs
When using Mkdocs with Material, you can set default languages for code blocks in your mkdocs.yml configuration file. This is particularly useful for inline code examples that may not have explicit la
https://daniel.feldroy.com
TIL: Default code block languages for mkdocs
Really useful for making inline code examples have code highlighting.
Bruno Ponne / Coding The Past: Data Science Quiz For Humanities
Link: https://www.codingthepast.com/2025/11/22/Data-Science-Quiz.html
Test your skills with this interactive data science quiz covering statistics, Python, R, and data analysis.
.quiz-container { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto,
Link: https://www.codingthepast.com/2025/11/22/Data-Science-Quiz.html
Test your skills with this interactive data science quiz covering statistics, Python, R, and data analysis.
.quiz-container { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto,
Codingthepast
Data Science Quiz For Humanities
Test your skills with this interactive data science quiz covering statistics, Python, R, and data analysis. Perfect for beginners and advanced learners.
Stéphane Wirtel: Claude Code : comment un assistant IA m'a fait gagner des jours de développement
Link: https://wirtel.be/post/2025/11/22/claude-code-retour-experience-pycon-ireland/
TL;DR
Après une semaine d’utilisation intensive de Claude Code1 pendant PyCon Ireland et sur mes projets personnels, je suis complètement bluffé par les gains de productivité. L’outil m’a permis de mi
Link: https://wirtel.be/post/2025/11/22/claude-code-retour-experience-pycon-ireland/
TL;DR
Après une semaine d’utilisation intensive de Claude Code1 pendant PyCon Ireland et sur mes projets personnels, je suis complètement bluffé par les gains de productivité. L’outil m’a permis de mi
Stéphane's Blog
Claude Code : comment un assistant IA m'a fait gagner des jours de développement
Retour d'expérience sur l'utilisation de Claude Code pendant PyCon Ireland : automatisation de migrations Django/Wagtail, conversion de contenu scanné, et gain de productivité spectaculaire.