# 2020 Q3

## Paper with Code

* Spying coversation by watching the bulb lamp movement: [Lamphone](https://www.nassiben.com/lamphone)

## Kuliah

### Sistem Avionik Pesawat

Sistem avionik pesawat merujuk pada berbagai piranti elektronika di dalam pesawat.

1. Piranti Komunikasi
   1. VHF Radio 30-300 MHz modulasi AM
   2. HF Radio 3-30 MHz modulasi AM
   3. UHF Radio
   4. ICS (Komunikasi Intra Pesawat)
   5. ELT (Emergency Locketter Transmitter, Pemancar Lokasi Pesawat saat Darurat)
2. Piranti Navigasi
   1. ADF (Penentu arah pesawat otomatik)
   2. RALT (Pengukur ketinggian pesawat)
   3. VOR (Penentu azimuth dan bearing pesawat)
   4. ILS (Informasi Pendaratan)
   5. TACAN (untuk Militer)
   6. GPS (Posisi pesawat)
   7. DME (Pengukur jarak pesawat)
3. Piranti Instrumentasi
   1. EFIS (Informasi tampilan status penerbangan)
   2. FMS (Manajemen sistem penerbangan)
   3. Standby Attitude Instrument (Sistem Cadanga Independen)
   4. Engine and Fuel Instrument (Monitor mesin dan bahan bakar)
   5. ADC (Pengolahan data)
   6. FDR (Flight Recorder)
   7. CDR (Cockpit Recorder)
   8. AHRS (Penentu arah (heading), attitude dan simpangan (yaw))
   9. Weather Radar (Cuaca)
4. Piranti advisory
   1. TCAS (Traffic Collision Avoidance System, peringatan penghindaran tabrakan antar pesawat)
   2. Mode-S Transponder (identifikasi dan penentuan posisi pesawat
   3. TAWS (Terrain Awareness and Warning Ssytem, peringatan dan penghindaran terhadap permukaan)

AHRS terdiri dari

* 3 sensor gyro (angular: roll, pitch, yaw)
* 3 sensor akselerometer (linear)
* 3 sensor magnetometer (flux magnet bumi)

Heading pesawat

* yaw (putar terhadap sumbu z, vertikal)
* pitch (putar terhadap sumbu y, lateral)
* roll (putar terhadap sumbu x, longitudinal)

### Canary Tokens

Suppose you have a situation like this. You want to be warned if someone access your file, your folder, your email, your image, etc.\
So you put a token, transparent in your file/folder/email/image, which will warn you if someone open it. That is how [Canary Tokens](https://canarytokens.org/) work

## AI in Industries

* Metron: contact Martin WA +628557902668 email <pmte@pmte.id> atau <sarran.manivannan@metronlab.com>.
* [Smart Grid Indonesia](https://www.smartgridindonesia.com)

## Google Meet Video Edit

* [Mercator](https://x-ing.space/mercator/)

## Information is Beautiful

* [Information is Beautiful](https://informationisbeautiful.net/)

## Curveboard

* [Breadboard but curved](https://hcie.csail.mit.edu/research/curveboard/curveboard.html)

## Pyimagesearch

* [Tutorial Pyimagesearch](https://www.pyimagesearch.com/)

## Online Tables

* [Rapid Tables](https://www.rapidtables.com/) A collection of tables

## Batik

* [iwarebatik](https://www.iwarebatik.org/) all about Batik, including AI for Batik

## WhatsApp

* [Polls for Whatsapp](https://polls.fr/)


---

# Agent Instructions: 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://irosyadi.gitbook.io/irosyadi/random/2020q3.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.
