Posts tagged: Teaching
Student Project Results from Human-AI Interaction Course
I am pleased to share the results of individual student projects from our Human-AI Interaction (HAII) course at Hasselt University. The YouTube playlist showcases some of the work our students have done throughout the course.
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.
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:
- A Comparison between Threads, Fibers and Coroutines for Developing Concurrent Software in Blog Posts;
- Senne also released both his sample code and code used for the comparisons through his github page.
Contact Senne for more information.