Advertisement · 728 × 90

Posts by JJCasswell

Amen

2 months ago 0 0 0 0
Video

Rest in Peace Alex Jeffrey Pretti🙏🏾 The VA ICU Nurses send him off right 💔

2 months ago 17711 6824 315 1129
Preview
Learning LLM evals with Inspect AI and Ollama. In this article we’re going to look at starting LLM evaluations (‘evals’) using the Inspect AI package. We’ll end up running through a few…

It’s LLunchtiMe! This is an intro article I’ve written on using LLM evals with Inspect to format recipes.

generativeai.pub/learning-llm...

5 months ago 0 0 0 0
Screenshot of a flutter keyboard app

Screenshot of a flutter keyboard app

Screenshot of a flutter keyboard app

Screenshot of a flutter keyboard app

Feeling the flutter vibe? A one hour hackathon to vibe code a piano game in Flutter @flutterfriends.dev #FlutterVibesOnly

7 months ago 4 1 0 0
Post image

First overseas software conference - the excellent @flutterfriends.dev Check out the amazing e-ink badge! Looking forward to the badge hack sessions.

7 months ago 4 1 0 0

This is a new low @britishairwayteam.bsky.social - not letting us choose a seat at check-in? What does distinguish you from a budget airline these days? (It’s not price!)

7 months ago 1 0 1 0
Preview
London service station owners turn to tech as fuel theft rises One Shell garage owners tells BBC London how he has slashed his fuel drive-offs by 80%.

Good use of AI here to fight drive offs. More people should look at cheapestpetrol.uk for a better deal!

'I'm using technology to fight against drive-off fuel thefts' www.bbc.com/news/article...

7 months ago 2 0 0 0

I need to borrow an electric van from basically anywhere in the U.K. tomorrow (Tuesday 26th) and return it Sept 2nd.

Big ask, but rental companies messed me around after my e-van repairs got delayed.

It’s for Zero Carbon Adventures and @protect.earth and I can pay a few hundred quid.

7 months ago 4 14 0 0
CheapestPetrol.uk

UK inflation is up today! Could be a good time to check out some

cheapestpetrol.uk

8 months ago 0 0 0 0
Advertisement

They have a good selection of models in a variety of sizes so obtaining weights is as simple as a pull command.

8 months ago 0 0 0 0

Great article! I particularly liked the full derivation at the bottom!

8 months ago 1 0 1 0
Visualising the Suns track in the sky using python and three.js
Visualising the Suns track in the sky using python and three.js YouTube video by JC Tech 256

A little Sunday afternoon project mapping the movement of the sun - totally overkill but fun nevertheless!

youtu.be/QbSEylQXLCc

8 months ago 0 0 0 0

As always UAT is enlightening- getting my partner to test the scheduling app I created for her threw up a ton of issues and insights as she used it a different was to what I envisaged. Back to the desktop to make some changes!

8 months ago 0 0 0 0

Deploying a new project to dev today so my beta testers (ie friends and family) can get stuck in!

8 months ago 0 0 0 0
Preview
Future of Food | Science Museum A new, free exhibition about how food must change to protect the planet.

Great trip to the future of food exhibit at London’s science museum yesterday. Plent of food for thought (yes I went there) but my word it starts darkly before offering some hope!

www.sciencemuseum.org.uk/see-and-do/f...

8 months ago 0 0 0 0

Happy Yorkshire Day to those who celebrate and trouble at mill to those who don’t!

8 months ago 0 0 0 0

What a result! Back to back winners! Been a great journey to watch - congratulations Lionesses! #ENG

8 months ago 0 0 0 0
Advertisement
Preview
Creating a standalone, tool-operating agent using MCP. Creating an LLM agent to perform code reviews for critical data elements using Ollama and LlamaIndex.

Using LLM agents and MCP to examine code - here’s an article I wrote about a demo of this.

medium.com/@j-casswell/...

9 months ago 1 0 0 0

#insert into the migration operations list

class Migration(migrations.Migration):
dependencies = [
('your_app', 'previous_migration'),
]

operations = [
migrations.RunPython(clean_data),
migrations.AlterField(
#original migration code
),
]

10 months ago 1 0 0 0

#create your clean-up function

def clean_data(apps, schema_editor):
YourModel = apps.get_model('your_app', 'YourModel')
for obj in YourModel.objects.all():
if not obj.your_field.isdigit():
obj.your_field = 0 # Or any default integer value
obj.save()

10 months ago 0 0 1 0

Nice little django trick I've just discovered - custom code to perform data clean up as part of a migration:

10 months ago 1 0 1 0

This is a really scary article! I like the idea of having to supply your editing history though and the teacher who now has essays written in class gives me hope.

10 months ago 1 0 0 0

Nice! A pi 5?

10 months ago 1 0 1 0

Great news to start the weekend - there might be something in this science thing!

10 months ago 3 0 1 0

Nice! Think it was the radio stations that made this game! What hardware are you playing it on?

10 months ago 0 0 1 0

Great thread - will check out some of these later!

10 months ago 1 0 0 0
Advertisement

Have you looked into the open recipe format?

10 months ago 0 0 0 0
Video

Been playing with the Open Recipe Format - puts recipes in a format readable by humans and machines. Then you can manipulate easily like this simple viewer that lets you scroll independently the ingredients and method!

10 months ago 0 0 0 0
Preview
Creating a worldwide machine learning model when global is not an option? Can federated learning solve data sovereignty issues — a background and some demo results.

Wrote an article following my experiments with federated learning using flower ai and scikit learn. Check it out!

j-casswell.medium.com/creating-a-w...

11 months ago 0 0 0 0
Post image

Been writing an article. Have had worse temporary workspaces.

11 months ago 0 0 0 0