Skip to content

Instantly share code, notes, and snippets.

View aledbf's full-sized avatar
🕸️

Manuel Alejandro de Brito Fontes aledbf

🕸️
View GitHub Profile
#!/bin/bash
echo "Installing ingress controller..."
echo '
apiVersion: v1
kind: Namespace
metadata:
name: ingress-nginx
labels:
app.kubernetes.io/name: ingress-nginx
@aledbf
aledbf / dev-containers-cloud-native.md
Created December 8, 2023 00:05 — forked from craiglpeters/dev-containers-cloud-native.md
Dev Containers in the Cloud Native Ecosystem

Dev Containers

https://containers.dev an open spec that extends container definition to also include dev environment configuration including:

  • packages
  • lifecycle automation
  • processes
  • IDE configurations
  • remote connection
  • port forwarding
curl -s https://raw.githubusercontent.com/grahampugh/erase-install/main/erase-install.sh | \
sudo bash /dev/stdin \
--reinstall \
--erase \
--very-insecure-mode \
--credentials=$(printf "%s:%s" "demo" "demo" | iconv -t ISO-8859-1 | base64 -i -) \
--os=13
@aledbf
aledbf / download-vs-code-server.sh
Created May 16, 2024 18:49 — forked from b01/download-vs-code-server.sh
Linux script to download latest VS Code Server, good for Docker (tested in Alpine).
#!/bin/sh
# Copyright 2023 Khalifah K. Shabazz
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the “Software”),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
@aledbf
aledbf / contemplative-llms.txt
Created January 10, 2025 15:47 — forked from Maharshi-Pandya/contemplative-llms.txt
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference