Tom Hicks's Avatar

Tom Hicks

@hicksyfern.bsky.social

Full stack TypeScript dev working on making web maps. Also: F1, rugby, cricket, music

221 Followers  |  272 Following  |  996 Posts  |  Joined: 31.10.2024  |  1.5822

Latest posts by hicksyfern.bsky.social on Bluesky

Wow that does not look like any nappy I have ever seen and I’ve seen I guess literally thousands.

06.08.2025 21:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ˜₯ πŸ”« 😑 β€œCUDDLE THE ROBOT!”

06.08.2025 21:38 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I had my first and only one about a month ago. It said β€œthe risk of flash floods has subsided”

I did not receive one about the risk of flash floods in the first place 😬

06.08.2025 21:34 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If that means you have to use it in a narrower scope then it can still be useful I suppose.

06.08.2025 20:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I’m not entirely sure what constitutes β€œdomain-specific” here but I would just add that the domain of software development isn’t really β€œsoftware” it’s β€œwhatever your software happens to model” which could be anything.

06.08.2025 20:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Social sobbing

06.08.2025 19:29 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I asked GitHub copilot thingy something like β€œhelp me find a good starting place for this PR as it’s quite big”.

It suggested I start with the PR description.

I died.

06.08.2025 19:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Please tell me it has a feature like β€œ34,662 people crying right now”

06.08.2025 19:09 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Which year?

05.08.2025 19:33 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

It’s this kind of practical advice like this that I follow you for!

05.08.2025 09:49 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

And I love pushing things in corridors! We should be mates!

05.08.2025 07:06 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

When a job interviewer asks one of those β€œtell me about a time when…” questions:

03.08.2025 21:47 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Renewing every year and never doing anything with it?

02.08.2025 19:18 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I can’t even believe you would write this on an electronic device. Some of us are dealing with electrohypersensitivity and the OWW trouble this causes AARGH due to our devices high voltage output, FUCK magnetism and OUCH light emission.

I truly hope SHIT you never have to EEEARGH go through this

02.08.2025 09:57 β€” πŸ‘ 67    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Speaker: β€œIt depends”

Host: β€œon what?”

Speaker: β€œoh boy…”

31.07.2025 16:02 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I cannot stop reading MCP as Most Contentful Paint

29.07.2025 11:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
From SVG to Canvas – part 1: making Felt faster This is the first part of a two part series explaining Felt’s switch from SVGs to Canvas. Part 1 focuses on the rendering and performance improvements.

Found the first part of the post

Second part is linked at the bottom

felt.com/blog/from-sv...

28.07.2025 20:40 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

We used to use SVGs to render map annotations, but the DOM just isn’t good beyond a certain point.

We now render even more stuff with canvas like comment bubbles and various other UI bits as our framework for rendering has matured and become easier to use.

Ask me anything about perf optimisations!

28.07.2025 20:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Felt | The only cloud-native GIS platform Build maps, apps, and dashboards in seconds. Felt is the first and only cloud-native GIS platform, empowering everyone in your organization with GIS superpowers.

Over at felt.com we use canvas 2d for a subset of our map and interactions rendering.

If you go look in the blog there’s some stuff about it that I wrote.

There’s also a ton of optimisations that I didn’t write about!

28.07.2025 20:34 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Royals using β€œhow to behave like a normal human” lesson almost daily during sports tournaments

28.07.2025 18:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Roy Orbison – The Official Website of The Soul of Rock and Roll

Was gonna build a website where you could upload a photo and it would tell you if it was someone called Roy or just some buffalo.

I wanted royorbison.com but it's taken because someone else has obviously had the same idea.

28.07.2025 16:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If you have a bug and fix it, and you decide you need to try to prevent it from happening again, at no point is "we will have to remember to do/not to do X" an acceptable approach to that.

You absolutely **will** forget to do/not to do that thing.

28.07.2025 14:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Who manages the IManagerFactoryBuilderProviderStrategyManager?

28.07.2025 14:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I’m not so sure β€œmost famous things” that you can quote from film and TV are happy accidents! That’s doing a huge disservice to writers and their process.

28.07.2025 11:05 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Catalan style is insane and I still haven’t worked it out. It’s something like this:

Let’s have a picnic β€” said Frog
Is this still the frog speaking? Who knows until you get to the end of this. And what if there’s a sentence break? This could still be frog or narrator β€” said Toad

28.07.2025 07:25 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I was challenged to use comic sans as my IDE font so I found a monospaced version of it and I’ve kept it ever since.

28.07.2025 07:21 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Wow that sounds exactly like Remix I’m not at all surprised.

28.07.2025 06:26 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What are the real issues?

Besides JavaScript’s behaviour when asked to do String({})!

28.07.2025 06:25 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I thought Farrell did alright today. A few nice, flat passes that inject a lot of pace into the receiver when Russell can sometimes be a bit delicate and floaty.

26.07.2025 13:04 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Just when you thought MAGA couldn’t get any more ridiculous they’re now claiming batteries don’t exist??

26.07.2025 13:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@hicksyfern is following 20 prominent accounts