Skip to content

Instantly share code, notes, and snippets.

View Pierre-Thibault's full-sized avatar

Pierre Thibault Pierre-Thibault

View GitHub Profile
# Good logging practice to put at the beggining of a file:
import logging as _logging
_logger = _logging.getLogger(__name__)
_logger.addHandler(logging.NullHandler())
@Pierre-Thibault
Pierre-Thibault / nixos_ai_caddy_proxy.md
Last active June 24, 2026 16:08
NixOS AI Caddy proxy

| File | Description | | --------------------------------------------------------

@Pierre-Thibault
Pierre-Thibault / css-playground-en.html
Last active June 28, 2026 02:34
CSS HTML laboratory
<!--
MIT License
Copyright (c) 2026 Pierre Thibault
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is