James Beith
jamesbeith.bsky.social
James Beith
@jamesbeith.bsky.social
🐙 Staff Software Engineer at Kraken Technologies 🎸 Co-founder of Glued to Music
Nice! I have a couple of helpers in mine to print objects and Django model instances.

www.jamesbeith.co.uk/til/2025-06-...
How to write a custom alias for the Python debugger
Recently shared at work was this TIL from Samuel, Custom alias for pretty printing in Python debugger with .pdbrc (including Django models!). Here’s my ever so slightly adapted version which also incl...
www.jamesbeith.co.uk
August 20, 2025 at 10:47 AM
🤨 My last renewal for a .com with them was £10.91 / ~US$14. I already use Cloudflare so I'll likely switch my domains to them now too. Thanks, glad I checked this.
June 23, 2025 at 3:56 AM
Take a look at www.gandi.net too, they've served me well.
June 23, 2025 at 2:26 AM
Very well, thanks. Hope you and yours are the same 🙏
May 7, 2025 at 6:01 AM
Made me think of "rubber duck debugging". Maybe this is "duck testing" 😄
May 7, 2025 at 2:39 AM
Great tip. Have blocked over 15,000 requests in the past 24 hours with a very similar rule I just setup.
April 26, 2025 at 2:40 AM
Nice article. For the "Non-obvious variables and values" example, what about considering different types that are more self describing? For example,

```python
SESSION_COOKIE_AGE = datetime.timedelta(weeks=2).total_seconds()
```
February 13, 2025 at 2:48 AM
Nice work. That's even more impressive when British me doesn't read that as 'three point one seven five' meters 😄
January 23, 2025 at 12:38 AM
This is a handy tool for generating importmaps, although it targets a CDN rather than local.
generator.jspm.io

There's a CLI tool too which might offer support for local packages?
jspm.org/docs/jspm-cl...
November 18, 2024 at 9:23 PM