Jim Darby
Jim Darby
@mathswithjim.bsky.social
Have you looked at second hand?
October 5, 2025 at 4:47 PM
Combined with the intelligence it's even worse. It's _planning_!
September 13, 2025 at 1:29 PM
The sheep isn't really a sheep anymore. What it is now is... Concerning.
September 13, 2025 at 7:23 AM
Well that's rather nice of you! But in that case, where did the table come from? I'm thinking this would be *great* to use as an example in GCSE statistics lessons. Or, indeed, in general…
September 1, 2025 at 8:26 AM
Looks like it needs 10 downloads, one for each maths grade. Then for each grade fill in a database column.
September 1, 2025 at 8:12 AM
Is there a way to get this data in a machine readable form? For example a spreadsheet...
September 1, 2025 at 6:50 AM
Anytime before midday should be good! 😀
August 29, 2025 at 2:29 PM
The cruelty is the point, as with many similar things.
August 24, 2025 at 6:31 PM
The use of various ad-blockers can help.
August 17, 2025 at 7:17 PM
If you're looking for light, fluffy entertainment then it's definitely not for you. It's very dystopian. However, I think it's very well written and looks really good.

This is probably just me, I'm not really a great comedy fan, but I do like high-concept scifi.
August 15, 2025 at 4:43 PM
I've been watching it and, yes, there are strong horror components to it. However, Alien: Earth is so much more than that. There's a humongous subplot (or is it the main plot?) about achieving immortality and it's set against a background of five megacorporations owning… everything.
August 15, 2025 at 4:35 PM
Meanwhile in Brighton...
August 2, 2025 at 11:47 AM
Ah! Now I have an explanation for why discovery learning worked for me but not for others (or in general). Many thanks for that!
July 20, 2025 at 10:38 AM
Try and copy *that* bad boy year 10! 😛
July 12, 2025 at 9:51 AM
Results:

15> c(coffee).
{ok,coffee}
16> coffee:testing().
[{espresso,medium,false,2.5},
{espresso,medium,true,3.5},
{espresso,large,false,3.5},
{espresso,large,true,4.5},
{espresso,xl,false,4.0},
{espresso,xl,true,5.0},
{americano,medium,false,3.0},
{americano,medium,true,4.0},
….
July 12, 2025 at 9:49 AM
And, of course, a testing bit:

testing () ->
[{Drink, Size, TakeAway, coffee:pricing (Drink, Size, TakeAway)} ||
Drink <- [espresso, americano, latte, cappuchino, mocha, flatWhite],
Size <- [medium, large, xl],
TakeAway <- [false, true]].
July 12, 2025 at 9:48 AM
Part 3:

costOfSize (medium) ->
0.00;
costOfSize (large) ->
1.00;
costOfSize (xl) ->
1.50.

costOfTakeaway (true) ->
1.00;
costOfTakeaway (false) ->
0.00.
July 12, 2025 at 9:48 AM
Part 2:

costOfDrink (espresso) ->
2.50;
costOfDrink (americano) ->
3.00;
costOfDrink (latte) ->
2.50;
costOfDrink (cappuchino) ->
3.00;
costOfDrink (mocha) ->
3.50;
costOfDrink (flatWhite) ->
2.50.
July 12, 2025 at 9:47 AM
Sir, Sir, SIR! You did say it was OK to write it in Erlang, didn't you? Yes? Great!

Part 1:

-module (coffee).
-export ([pricing/3, testing/0]).

pricing (Drink, Size, TakeAway) ->
costOfDrink (Drink) + costOfSize (Size) + costOfTakeaway (TakeAway).
July 12, 2025 at 9:47 AM
Massive thunder storm here last night.
June 14, 2025 at 11:38 AM
And do they still talk to him? I noticed the word "inadequate" in the article...
May 25, 2025 at 11:08 AM
I can hazard a guess...
May 25, 2025 at 10:58 AM
To me this entire concept that memorising and regurgitation constitutes some form of “learning” (let alone understanding) is absurd.

In the real world of industry I rapidly losing patience with those who just follow a script rather than being bothered to UNDERSTAND.
May 19, 2025 at 5:14 PM
Regurgitation without understanding is pointless. You'd be no better than an AI. In fact worse because AIs don't forget, are cheaper and have a broader knowledge base.
May 10, 2025 at 11:47 AM
Agree. At the secondary school I went to in the 70s if you disobeyed you got spanked by the very teacher who was (too) later convicted of sexual abuse. Yes Larner, we remember you!
May 3, 2025 at 2:03 PM