Skip to content

Instantly share code, notes, and snippets.

View mishamyrt's full-sized avatar
🐼
Working from home

Mikhael Khrustik mishamyrt

🐼
Working from home
View GitHub Profile
const tolerance = 14
const tasks = 8
const cores = 8
const hz_min = 1
const hz_max = 2000
const inc = 20
const cycles = tasks / cores

Keybase proof

I hereby claim:

  • I am mishamyrt on github.
  • I am mishamyrt (https://keybase.io/mishamyrt) on keybase.
  • I have a public key whose fingerprint is 1068 2A0B 050D 9D04 7EF7 F26C B509 C054 90E0 1523

To claim this, I am signing this object:

namespace: tektosoft
hosts:
chewie:
user: ansible
host: "10.10.0.4"
port: "2224"
r2d2new:
user: ansible
port: "2223"
from random import randrange
wheels = 55
cycles_count = 20
def count_wheels(bicycle, tricycle):
return (tricycle * 3) + (bicycle * 2)
wheels_result = 0
while wheels_result != wheels:
namespace: mishamyrt
hosts:
myrt:
user: roo
host: myrt.co
pi:
user: mishamyrt
host: 192.168.0.199
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mishamyrt
mishamyrt / changelog.md
Last active May 11, 2020 11:32
🥞Pancake Kernel beta

3.3.0-beta3

  • Linux 4.14.179.
  • Upstreamed audio and wlan kernels.
  • Forced DCI-P3 (enabled by default).
  • Fixed MIUI network speed indicator.
  • Improved battery calibration.
@mishamyrt
mishamyrt / changelog.md
Last active April 7, 2020 11:29
🥞Pancake Kernel stable

3.2.0

  • Sync with Linux Stable (4.14.175).
  • Polyhedral optimizations.
  • Increased zRAM size to 3 GB.
  • Inlining optimizations.
  • Force BPF JIT.
  • DC Dimming.
  • SchedTune Assist 3.
  • Decreased background audio power usage.
@mishamyrt
mishamyrt / changelog.md
Last active March 14, 2020 21:23
🥛Milk Kernel stable

1.0.0

This kernel is designed to give the same benefits as the Pancake Kernel, but with MIUI.

@mishamyrt
mishamyrt / changelog.md
Last active April 20, 2020 20:56
🥛Milk Kernel beta

1.2.0-beta1

  • Removed unnecessary modules.
  • Removed old–style boosts.
  • Increased zRAM size to 3 GB.
  • SchedTune Assist 3.
  • A lot of optimizations.