Posts tagged: Teaching

LLMQuery for Slidev: Integration of on-the-fly LLM Queries during your Presentation

I wanted to show my students appropriate ways of using LLMs for and during coding, so I started building (with some LLM help) a Slidev component, LLMQuery.vue, that adds LLM interactions to slides. It feels important to actively show students how these tools can amplify human knowledge and skill building rather than replace it altogether, even if I’m far from an expert. So with a bit of LLM help , I put together a sli.dev component in Vue that integrates LLMQuery right into my Slidev presentation. Maybe it’s useful for others too, so I’m sharing it here for download and further tinkering—people who are much better at web dev (there are many!) can probably turn it into something truly polished.

Read more →

A Comparison between Threads, Fibers and Coroutines for Developing Concurrent Software by Senne Bergmans

Senne Bergmans made an extensive comparison of Threads, Fibers anc Coroutines for developing concurrent software as part of his Bachelor thesis, and made his comparison and code available for everyone to use. If you start creating concurrent software and aren’t sure what is the best solution for your specific context, these resources can help:

Contact Senne for more information.

Read more →

All Posts by Category or Tags.