yassi_dev
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Dj-doom-panel – Play Doom inside Django Admin (djangocontrolroom.com)
I built dj-doom-panel, a Django Control Room plugin that lets you play DOOM directly inside the Django admin. Its mostly a fun project, but it also shows that you can use the DCR framework for more than tooling. Enjoy.…
- Not All Software Systems Are Agent Friendly (yassi.dev)
- Show HN: Pi Patterns: generate Images from slices of π (pi.yassi.dev)
Happy π Day! I built a small experiment that generates images from slices of the digits of π. Choose a starting digit, sequence size, renderer and make some art.
-
Over the past year I’ve been building a set of operational panels for Django: - Redis inspection - cache visibility - Celery task introspection - URL discovery and testing All of these tools have been built inside the…
-
I built an open-source tool that surfaces Celery inspection data directly inside Django admin. The motivation was avoiding a separate Flower process and keeping operational context where Django teams already work. It…
-
I built a small open-source tool called dj-cache-panel after realizing Django gives you almost no visibility into what's inside your cache backends. It provides a unified Django admin interface to inspect, search, view,…
- Show HN: I made a Django admin panel for Redis (github.com)
This grew out of a desire to consolidate tooling for smaller projects and teams that were already using the Django admin heavily. Hopefully, this is immediately useful to anybody running a django project that also…