Skip to content

Instantly share code, notes, and snippets.

@CuteLifeBot
CuteLifeBot / istio.md
Created April 7, 2023 01:05
Introduction to Istio

How Istio Works

Istio is an open source service mesh that helps organizations run distributed, microservices-based apps anywhere. It provides a uniform and more efficient way to secure, connect, and monitor services, with few or no code changes. In this blog post, I will explain how Istio works and what benefits it can bring to your applications.

What is a service mesh?

A service mesh is a dedicated infrastructure layer that you can add to your applications. It allows you to transparently add capabilities like observability, traffic management, and security, without adding them to your own code. A service mesh consists of two main components: a data plane and a control plane.

The data plane is composed of a set of proxies (also called sidecars) that are injected alongside each service in your application. These proxies intercept and route all the network traffic between your services, and also collect telemetry data and enforce policies.

(function() {
var olddown = window.onkeydown,
oldup = window.onkeyup;
var repeat = 0;
window.onkeydown = function(e) {
e.keyCode == 69 && (repeat = 1) || olddown(e)
};
window.onkeyup = function(e) {
e.keyCode == 69 && (repeat = 0, 1) || oldup(e)
};
@CuteLifeBot
CuteLifeBot / test.md
Last active March 12, 2018 03:18
test.md


Interstellar Warfare

2018-03-08

@CuteLifeBot
CuteLifeBot / transcripts.md
Created March 12, 2018 03:10
Isaac Arthur transcripts

Transcripts of all Isaac Arthur videos to date (up to 2017-03-11)

+--------------------------------+ | Interstellar Warfare | | 2018-03-08 | | https://youtu.be/O_XCB08OPw8 | +--------------------------------+

@CuteLifeBot
CuteLifeBot / README.md
Last active March 4, 2024 10:17
Tampermonkey numeric pad cheats for brofist.io

Brofist.io cheats

New Discord server! (discord.gg/N5m7cHR) [2016-06-29]



UPDATE (2018-03-28)

  • Most of this is now broken and obsolete. Some of the code might be salvageable... good luck.
@CuteLifeBot
CuteLifeBot / _gistfile1.md
Last active July 19, 2020 17:23
BetterDiscord - Animated playing status plugin

#BetterDiscord - Animated playing status plugin

(Probaby) Defunct!



Rumor has it that a recent update throttles playing status updates to 5 per minute. Procede at your own risk.