Skip to content

Instantly share code, notes, and snippets.

View ricbermo's full-sized avatar

Ricardo Berdejo ricbermo

  • Fullstack Labs
  • Barranquilla, Colombia
  • 07:22 (UTC -05:00)
  • X @ricbermo
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ricbermo on github.
  • I am ricbermo (https://keybase.io/ricbermo) on keybase.
  • I have a public key ASBPOmPtU4NGltJPgPv2jjvmVB-d-p0GhPR-eJhciqEW1Qo

To claim this, I am signing this object:

@ricbermo
ricbermo / auth_repository.dart
Created March 5, 2021 00:30
Flutter Code Review
final authRepositoryProvider = StateNotifierProvider<AuthNotifier>(
(ref) => AuthNotifier(ref.read),
);
class AuthNotifier extends StateNotifier<AuthState> {
final Reader _read;
AuthNotifier(this._read) : super(const AuthState()) {
loadUser();
}
@ricbermo
ricbermo / controller.dart
Created August 18, 2021 23:04
Repository-Provider-Controller Patter
// custom provider to improve lists performance
final currentModel = ScopedProvider<Category>(
(_) => throw UnimplementedError(),
);
// used to display snackbars
final exceptionProvider = StateProvider<CustomException>(
(_) => null,
);
@ricbermo
ricbermo / a320-checklist.md
Last active July 18, 2024 20:43
A320 "checklist"

Check List

Check this first

  • Landing gear down
  • breaks
  • Whispers off
  • Engine siwtches OFF
  • selector Normal
  • Batery vtg > 25.5

Pre Chequeo

  • bomba de combustible
  • revisar parking break
  • mixture full
  • encender master (bateria + alternador)
    • revisar combisble
    • indicadores de aceite a la izq ya que el avion esta frio y sin presion
    • descarga de bateria en amperimitro => linea hacia la izq. y luz roja encendida
  • transponder en stand by

UI

image
  • Modos, de izq-der
    • ROLE: Nos dice hacia donde nos dirigimos, ya sea usando GPS o VORs
    • AP o FD
      • FD: Muestra las lineas magenta. Nos indica hacia donde ir basandose en las direcciones que se dieron.
      • AP: Controla completamente el pitch and role. Rudder y Throthle deben ser ajustados manualmente
    • Pitch: VS, Altitud
  • Green: Active

Mixture and Power

Takeoff

  • activar yaw damper mode
  • verificar engine cowl flaps open (adentro)

Climb Settings

Recommended by the manual: 120kts, 35in manifold, 25K RMP. 155pph (combustible).