> For the complete documentation index, see [llms.txt](https://documentation.tjhsst.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.tjhsst.edu/machines/other/asm.md).

# ASM

**ASM** is a machine residing in the CSL pit, right outside the machine room. It was previously used by 2019jduvall to conduct senior research. Older brother of [Duke](/machines/other/duke.md)

## Technical specifications

| Field           | Value                                     |
| --------------- | ----------------------------------------- |
| **Server Type** | Desktop                                   |
| **CPU**         | Unknown Currently                         |
| **RAM**         | 16 GB                                     |
| **GPU**         | 2x NVIDIA GeForce TITAN                   |
| **Hard Disks**  | 1TB Samsung 860 EVO (+ an unused 1TB HDD) |
| **OS**          | Arch Linux 😎                             |

## History

ASM was originally part of the i7 cluster, made up of other machines named after other programming languages. At the beginning of the 2017-2018 school year, ASM was repurposed by 2018wzhang to be his personal workstation (at school). By the end of the 2017-2018, only ASM remained in the CSL as all the other gutted motherboards of the i7 cluster had been taken home by other sysadmins.

During the [Cephpocalypse](/machines/history/2018-cephpocalypse.md), ASM was used as a place to put exported Ceph images, largely due to its fast (\~10MB/s) uplink, ease of logging in as root, and large hard drive size. People were outraged when 2019jduvall accidentally cut ssh access to it in the middle of the crisis (I'm sorry, ok?).

## Trivia

* ASM is currently the only computer in the CSL running Arch Linux (besides a majority of Sysadmin personal laptops)
* Despite having two GPUs, the pioneer workstations can occasionally outperform it simply due to having newer GPUs
* It is completely and utterly wrong to write ASM's name in lowercase text


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.tjhsst.edu/machines/other/asm.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.
