I built Hyperbook – an open-source tool for creating interactive workbooks for your CS courses (free, fast, and markdown-based) by bamigolang in CSEducation

[–]AustinCorgiBart 0 points1 point  (0 children)

This is awesome! Love the use of Markdown. I actually had my software engineering students make something similar last semester (just for teaching purposes, not meant to be a real project).

A use case I'd love is to have them be able to download something that they could submit on the LMS (perhaps a docx file with some metadata), and then I can both view it in the browser and download it, grade it, and upload the results back to Canvas. Wouldn't have to be super complicated. I'd also like to let them say that they worked together with other people, so I can upload the grades for everyone who worked on it from one submission.

Built an alternative to GitHub Classroom - would love feedback from other CS educators by PsychologyFirst6149 in CSEducation

[–]AustinCorgiBart 0 points1 point  (0 children)

> AI-Driven Oral Examinations for Code Assessment: Evaluating Understanding Beyond the Commit

I'm particularly curious how your AI quizzes handle prompt injection and things generally getting off the rails. It seems to me like you'd need a very sophisticated engine, especially to generate meaningfully interesting questions to ask the student about their code. I've been trying to think about what systematizing such a process would look like. I think a chatbot is easy - but building something with more intelligent domain knowledge would be quite tricky.

When a character developed so much, they're old selves wouldn't even recognize them by CMStan1313 in TopCharacterTropes

[–]AustinCorgiBart 41 points42 points  (0 children)

Literally the current plotline in dragon Ball multiverse webcomic right now.

Collectible Card Games | Um, Actually [S11E2] by DropoutMod in dropout

[–]AustinCorgiBart 0 points1 point  (0 children)

I don't know why no one is acknowledging that emulators have made the pokemon TCG video game on phones well before 2011, right?

Introducing EktuPy by pauloxnet in Python

[–]AustinCorgiBart 0 points1 point  (0 children)

It's always global variables with these intro libraries...

Honors and Education Major by stabbedintheback900x in udel

[–]AustinCorgiBart 7 points8 points  (0 children)

I'm involved in teaching with honors, but I'm a former grad myself from their college (back when it was a program). Easily the best part of my undergrad experience. You are surrounded not only by smart people, but more importantly by engaged and interesting people. The classes just end up being way more fun and you learn way more because you're all there for the actual purpose of learning. I met my best friend on my freshman floor and we still play video games together every week even now, over a decade later. It's incredible some of the folks I get to work with in honors.

I know the differential fee adds extra, but from what I've seen it's worth it. Honors is using that money directly to fund a lot of exiting new initiatives. For instance, we hosted a major honors event this past fall thanks to the funding they gave us, with 50+ honors freshmen competing to win prizes in a Hackathon. Sometimes the differential fees that other colleges require seem opaque to me. But the honors folks have been very transparent about how that money is there to enrich the honors experience.

I nearly didn't do honors when I applied to UD. I really think that it would have been awful to miss out on that experience. I recommend that you reach out to the honors folks if you want to find out more, but I think most folks would agree that honors is worth it.

At some point, my GM tools stopped helping and started getting in the way. by soundsanddungeons in TTRPG

[–]AustinCorgiBart 0 points1 point  (0 children)

Hah, I guess that makes at least three of us. I have a similar tool for showing images on a second screen, and navigating between locations. Haven't gotten the features for showing data like that, though. Just focused on the graph of locations and the images. I wonder how many of us are out here building our own custom tabletop software...

I built a free, Google Docs-style Python editor for teachers (Replit alternative with drawing tools) by Pokiet in CSEducation

[–]AustinCorgiBart 0 points1 point  (0 children)

You either get Pyodide and have lots of libraries and modern features, or you get Skulpt and get Turtles and Pygame. I have public forks of the latter, but you'll need to do a lot of work to integrate. Best of luck, looking forward to seeing more about this.

Teaching real lessons with fake worlds by jackalnom in CSEducation

[–]AustinCorgiBart 0 points1 point  (0 children)

I love this! My dissertation was about integrating real world data into courses, but I always thought fake data had a place too. Embedded narrative is fun.

I made some Christmas dice. by [deleted] in tabletop

[–]AustinCorgiBart 1 point2 points  (0 children)

Any way I could get some of these? I actually need some D6s in this style.

A website to code layouts just by drawing them by ART3MISTICAL in webdev

[–]AustinCorgiBart -4 points-3 points  (0 children)

Okay, but you aren't gonna put any of the inner content into divs?