Skip to content

Instantly share code, notes, and snippets.

View MaxLaumeister's full-sized avatar
📈
currently arbitraging information asymmetries

Maximillian Laumeister MaxLaumeister

📈
currently arbitraging information asymmetries
View GitHub Profile
@MaxLaumeister
MaxLaumeister / ipfs.service
Created September 22, 2018 01:57
systemd script for ipfs-daemon run-on-boot
[Unit]
Description=IPFS daemon
After=network.target
[Service]
### Uncomment the following line for custom ipfs datastore location
# Environment=IPFS_PATH=/path/to/your/ipfs/datastore
ExecStart=/usr/local/bin/ipfs daemon
Restart=on-failure

Keybase proof

I hereby claim:

  • I am maxlaumeister on github.
  • I am maxlaumeister (https://keybase.io/maxlaumeister) on keybase.
  • I have a public key whose fingerprint is 9476 EFF4 D105 74EA FC71 26AB 7BB6 8D95 2F09 7238

To claim this, I am signing this object:

@MaxLaumeister
MaxLaumeister / Grub_Powerup.md
Last active February 17, 2024 15:46
Grub Init Tune: Mario Bros. Mushroom Powerup

Grub Init Tune - Mario Bros. Mushroom Powerup

This Grub Init Tune will make your computer sound like a Super Mushroom every time you turn it on! This only works for the Grub bootloader - this generally means you need to have Linux (or other Grub-based OS) installed.

Here's the code, which goes in your /etc/default/grub file:

GRUB_INIT_TUNE="1750 523 1 392 1 523 1 659 1 784 1 1047 1 784 1 415 1 523 1 622 1 831 1 622 1 831 1 1046 1 1244 1 1661 1 1244 1 466 1 587 1 698 1 932 1 1195 1 1397 1 1865 1 1397 1"

Installation Instructions

@MaxLaumeister
MaxLaumeister / ascman.cpp
Created June 10, 2014 22:29
C++ Ascii Mandelbrot Fractal Renderer
// USAGE: ascman [WIDTH]
// Where WIDTH is the output width in characters.
// Default width is 60.
/* Sample output of width 30:
..................:-%.........
.................:-@-.........
................:-@@#:........
..............:--=@@+-::......