THTim Hiltonintechblog.timhilton.xyz·Jun 3 · 2 min readTIL capitalising letters with regexBackground My regex skills have improved since I wrote Just enough regex to get going, though I still think it's a good starting point for a developer who is new to regex. In that article I wrote thi10
THTim Hiltonintechblog.timhilton.xyz·Jun 1 · 4 min readMonth in review: May 2026Things I learnt A HashSet is for storing unique elements. The point is that it has O(1) lookups like a Dictionary does. It uses the same basic mechanism as a Dictionary does (hashing objects then usi00
THTim Hiltonintechblog.timhilton.xyz·May 7 · 2 min readTIL how to find latitude and longitude of a geolocation stored in SQL ServerI was recently working with an EF Core entity which contained a C# Point property representing a geolocation. This was stored in a single column in a SQL Server database. (I think this uses NetTopolog10
THTim Hiltonintechblog.timhilton.xyz·May 1 · 2 min readMonths in review: March & April 2026I've really not done much reading or thinking about tech in recent months, so this will be very brief! Things that happened I've tasked Claude with writing explanation of a few codebases I work with.00
THTim Hiltonintechblog.timhilton.xyz·Mar 3 · 4 min readMonth in review: February 2026Things that happened I've installed https://github.com/johncmunson/claude-code-transcripts which is handy for copying formatted content from Claude Code into Obsidian. (I installed this rather than S00