James Chaldecott
swythan.co.uk
James Chaldecott
@swythan.co.uk
Parent, C# developer, ex-skydiver; Previously at Mercedes F1, now at G-Research
What a title song, too.
June 28, 2025 at 4:14 PM
That’s incredibly cool.
March 30, 2025 at 5:04 PM
First time I’d seen it (or anything) recorded live. Lovely atmosphere. Felt like a cliche but “it’s smaller than it looks on TV!”

I guess we’re the happy few to ever see the celebrity ad at the end of the “lost episode”.
February 25, 2025 at 3:50 PM
They even *literally* got the band back together!
February 24, 2025 at 11:43 PM
Scott’s post got me interested, but this has really attracted my attention. “Dad RPG” sounds right up my street!
👴🏻🎮💪🏻
February 23, 2025 at 10:11 AM
That seems like the best way! Maybe we’ll do the same.
February 19, 2025 at 6:44 AM
Hopefully the sound mixer woke up, at least! I doubt it though.
It was like they got Bane to read out a dramatic script and then put loud music over the top.
February 19, 2025 at 6:40 AM
We turned on just as Jack Whitehall was finishing his intro. The 75 years montage was “fine” in a corporate sort of way, but most of what I said above was inspired by the Kick Sauber intro/reveal.

Switched off and watched Shetland S01E01.
February 19, 2025 at 6:37 AM
Having played through this “back in the day”, stepping into the VR version on the Quest was amazing. Being “inside the game” with the added nostalgia factor was truly something else.

It’s a properly good port of the game, too. Played it all the way through.
January 11, 2025 at 12:45 PM
It’s apparently been around for ages, and newspapers have been doing (and avoiding) it for > 100 years.

en.m.wikipedia.org/wiki/Betteri...
Betteridge's law of headlines - Wikipedia
en.m.wikipedia.org
January 3, 2025 at 7:23 AM
Hi Andy! I’ll definitely have to find a way to play this. Great that you’ve found your way back to your baby.

Those afternoons in Caltec playing TW were a blast!

You: “Should the computer players hold grudges BETWEEN rounds?”
Everyone: “YES!!”
December 24, 2024 at 3:54 PM
Good luck!
December 17, 2024 at 7:51 AM
Maybe ChatGPT models have enough prior art to give you a decent answer if you ask them the high end problem. Maybe start with something like “I want to synchronise a list of items and the item selections between my code and the UI”.

I’ve been away from it a few years, so I’m a bit rusty.
December 17, 2024 at 7:43 AM
Yeah, I don’t really know the JS works you’re coming from well enough to smooth your transition that much, I’m afraid.

What I will say is that the XAML frameworks are heavily biased toward data binding rather than manipulating the controls directly. IIRC list selection binding was a bit painful.
December 17, 2024 at 7:40 AM
That would be great! My company has gone all-in on Linux (Ubuntu) as a dev environment and I’ve been disappointed about potentially missing this sort of thing.

In case it matters: Our dev environments are not internet connected, so you’d not see telemetry even though we have 100s of devs.
December 17, 2024 at 7:25 AM
Sorry… I should also say that slnx support coming to the SDK is great news!
December 16, 2024 at 10:53 PM
Is it still the case that only the 1xx series will have Ubuntu packages?
December 16, 2024 at 10:52 PM
When I had to work in JS-land and it was all “just keep creating new derived collections every time anything changes” I was horrified!
December 16, 2024 at 10:48 PM
When I was working with WPF I fell in love with a library called DynamicData. It lets you create collections derived from other collections with LINQ-style filters, projections, etc. Changes in the source magically ripple all the way through data binding to the UI.

github.com/reactivemarb...
GitHub - reactivemarbles/DynamicData: Reactive collections based on Rx.Net
Reactive collections based on Rx.Net. Contribute to reactivemarbles/DynamicData development by creating an account on GitHub.
github.com
December 16, 2024 at 10:47 PM