# Blog

## Blog

- [Projects](https://xenon-2.gitbook.io/projects/readme.md): Below are a list of both school and personal projects that I have done/contributed over the years.
- [Enterprise Security](https://xenon-2.gitbook.io/projects/readme/enterprise-security.md): My first experience with using Machine Learning in a cyber-security context
- [Domain-Adaptive Speech Transcription and Comprehension](https://xenon-2.gitbook.io/projects/readme/domain-adaptive-speech-transcription-and-comprehension.md): Automated Speech Recognition using Nvidia's Citrinet Model, deployed on Nvidia Riva
- [Certifications](https://xenon-2.gitbook.io/projects/certifications.md): Ramblings about certifications i have pursued
- [CAPE](https://xenon-2.gitbook.io/projects/certifications/cape.md): CPTS's big brother
- [CWEE](https://xenon-2.gitbook.io/projects/certifications/cwee.md): Webbin it
- [Research](https://xenon-2.gitbook.io/projects/research.md): i tinker with stuff and pray that i find something
- [Finding a new POP chain](https://xenon-2.gitbook.io/projects/research/finding-a-new-pop-chain.md)
- [Bugs in C2s](https://xenon-2.gitbook.io/projects/research/bugs-in-c2s.md): hehehaha
- [Reversing Claude CoWork](https://xenon-2.gitbook.io/projects/research/claude-cowork.md): hehehaha


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://xenon-2.gitbook.io/projects/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
