diff --git a/_projects/sandblocks.md b/_projects/sandblocks.md new file mode 100644 index 0000000..3fdab6f --- /dev/null +++ b/_projects/sandblocks.md @@ -0,0 +1,6 @@ +--- +title: Sandblocks +img-src: projects/sandblocks.png +href: https://github.com/hpi-swa/sandblocks +--- +A block-based editor and programming environment for Squeak. It supports visual augmentations of source code, example-driven (Babylonian) programming, and experimental integration of over 20 additional languages. diff --git a/_projects/semantictext.md b/_projects/semantictext.md new file mode 100644 index 0000000..6a9991c --- /dev/null +++ b/_projects/semantictext.md @@ -0,0 +1,6 @@ +--- +title: SemanticText +img-src: projects/semantictext.png +href: https://github.com/hpi-swa-lab/Squeak-SemanticText +--- +A framework and playground for generative AI. It integrates OpenAI models to build chatbots that can process and create text, images, and speech. SemanticText also augments various Squeak tools such as help browsers and Squeak Inbox Talk with semantic search and smart summaries. diff --git a/_projects/tracedebugger.md b/_projects/tracedebugger.md new file mode 100644 index 0000000..28d09a8 --- /dev/null +++ b/_projects/tracedebugger.md @@ -0,0 +1,8 @@ +--- +title: TraceDebugger +img-src: projects/tracedebugger.png +href: https://github.com/hpi-swa-lab/squeak-tracedebugger +--- +A lightweight back-in-time debugger to trace and retrace method invocations and state changes. +It also supports [visualizing](https://dl.acm.org/doi/epdf/10.1145/3594671.3594678) the evolution of objects. +TraceDebugger is built on the [SimulationStudio](https://github.com/LinqLover/SimulationStudio) framework, which modifies code interpretation without changing individual methods or the virtual machine. diff --git a/img/projects/sandblocks.png b/img/projects/sandblocks.png new file mode 100644 index 0000000..43c0938 Binary files /dev/null and b/img/projects/sandblocks.png differ diff --git a/img/projects/semantictext.png b/img/projects/semantictext.png new file mode 100644 index 0000000..35dc596 Binary files /dev/null and b/img/projects/semantictext.png differ diff --git a/img/projects/tracedebugger.png b/img/projects/tracedebugger.png new file mode 100644 index 0000000..3001280 Binary files /dev/null and b/img/projects/tracedebugger.png differ