# Page Not Found

The URL `proud-memories/honours-degree-from-education-minister` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Honours degree from the Kerala Education Minister](https://til.aldrinjenson.com/talks-and-recognition/honours-degree-from-education-minister.md)
- [Adding drag-drop from terminal in macOS](https://til.aldrinjenson.com/tools-and-workflow/adding-drag-drop-from-terminal-in-mac-os.md)
- [Super fast voice-based translation system](https://til.aldrinjenson.com/experiments-and-side-projects/super-fast-voice-based-translation-system.md)
- [YouTube transcript formatter](https://til.aldrinjenson.com/experiments-and-side-projects/youtube-transcript-formatter.md)
- [Clone any website to local using HTTrack](https://til.aldrinjenson.com/tools-and-workflow/clone-any-website-to-local-using-httrack.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://til.aldrinjenson.com/talks-and-recognition/honours-degree-from-education-minister.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.

### Option 2 — Browse the documentation index

Full index: https://til.aldrinjenson.com/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://til.aldrinjenson.com/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/talks-and-recognition/honours-degree-from-education-minister.md`).

You may also use `Accept: text/markdown` header for content negotiation.
