Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _projects/sandblocks.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions _projects/semantictext.md
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 8 additions & 0 deletions _projects/tracedebugger.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added img/projects/sandblocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/semantictext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/tracedebugger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading