Pretty horrendous consultation event: Highlights included being yelled at because 'we are providing public EV charging but also that no one will use it' and being told i have no professional integrity because I will not do traffic surveys that we don't need to do, out of my own personal pocket.
06.11.2025 22:22 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Even worse, I have to wear a shirt
06.11.2025 13:28 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Going to spend the rest of today at an event through 2000 tonight being yelled at by angry locals who 'aren't NIMBYs against housebuilding, but are just against building here'. The cognitive dissonance has already given me a headache.
06.11.2025 13:26 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Did my Amazon get hacked, or did I just get forcefully signed up for Prime without my consent?
04.11.2025 11:01 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Kill for a gingernut about now
02.11.2025 22:14 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
I unlocked a badge on YouTube music for being a world leading listener of Kylie
Feels millennial Friend of Dorothy coded
02.11.2025 19:11 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I left it too long to finish MasterChef Australia and now itโs full bore Christmas ads all the way through ๐ฎ
02.11.2025 12:21 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
All of Spartacus is on Netflix it transpires
30.10.2025 23:01 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
@martincostello.com yes but this is unrelated
30.10.2025 21:08 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I'm now under 80 for the first time since like 2010
30.10.2025 19:18 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
The bright side of having been ill all week is that I got two days off work and have dropped 3 kilos
30.10.2025 19:17 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Iโve started playing The Alters. If I canโt get two (or more) of these guys to fuck then I really donโt see what any of us are doing here
29.10.2025 17:19 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
@martincostello.com I would welcome the sweet release of owl-related death
27.10.2025 14:13 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
In a comical display of incompetency, porting all this code from C# to GDScript and I fail at being able to load a file successfully
27.10.2025 13:09 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Seems Iโve broken my 16mo not-being-ill streak ๐
27.10.2025 08:54 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
@repeattofade its what William Willett would have wanted
26.10.2025 09:55 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
@scifinch.bsky.social ๐ฅ๐ฅ๐ฅ
26.10.2025 09:41 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I used my extra hour this morning to watch TikTok in bed
26.10.2025 07:36 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Hybrid Theory was released 25 years ago today.
In other news, I am very old.
24.10.2025 17:46 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
@scifinch.bsky.social Teams does th same and it wonโt not >:-(
24.10.2025 13:43 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
@mildperil.bsky.social straights canonically have neither taste nor morals
22.10.2025 20:21 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
I slopped a lump of pasta water out of the saucepan last night onto my foot which burned and now is all blisters on the top, so thatโs ideal
22.10.2025 08:06 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Speak to the apiarist if need bee
20.10.2025 07:43 โ ๐ 2 ๐ 9 ๐ฌ 0 ๐ 0
Wah wah SMS is terrible. Ok but Signal apparently runs on AWS so here we are.
20.10.2025 09:13 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
@martincostello.com the default in gdscript for some reason, or at least, in the Godot script editor
19.10.2025 21:11 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
I hate that all this knowledge has rotted and for what? smh
19.10.2025 20:54 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Some code:
# protected void SetPixelState(ref Color[] pixel, bool state)
# {
# var c = state ? PIXEL_COLOUR_ON : PIXEL_COLOUR_OFF;
# for (int x = 0; x < PIXEL_DIMENSION; ++x)
# {
# for (int y = 0; y < PIXEL_DIMENSION; ++y)
# {
# if (!ChamferCornerItem(x, y, PIXEL_DIMENSION))
# {
# pixel[(y * PIXEL_DIMENSION) + x] = c;
# }
# }
# }
# }
@martincostello.com I only seem to be iterating and replacing things in it, but shouldn't that have not affected the main array reference?
19.10.2025 20:51 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Unrelated, another Twitch Rivals MCC and yet again they didn't bother making the stage step free.
19.10.2025 20:44 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I mean it was presumably important enough to have learned and deliberately used the ref keyword in possibly the one and only time I ever have, but why 8 year ago me, why?
19.10.2025 20:41 โ ๐ 0 ๐ 0 ๐ฌ 2 ๐ 0
I'm converting a pile of C# I wrote like 8y ago into GDScript and I deliberately passed an array with a ref keyword into a method but arrays (I thought) were passed by reference anyway so why would I have done that?
19.10.2025 20:39 โ ๐ 0 ๐ 0 ๐ฌ 4 ๐ 0