Skip to content

Instantly share code, notes, and snippets.

@Porco-Rosso
Porco-Rosso / keepEnebyAwake.md
Last active August 5, 2025 18:46
How to stop the IKEA Eneby from going to sleep while on AUX

How to stop the IKEA Eneby from going to sleep while on AUX

for a raspberry pi, or debian-based device connected by 3.5mm jack.

tested on dietpi distro running on Rpi B gen 1 with shairplay-sync

Download quiet low tone file, rename to 15tone.wav

From the root user home folder (~/ when logged in to root)

wget https://s.put.re/w8s9Lk5A.wav -O /root/15tone.wav

@raphaelschaad
raphaelschaad / RSTimingFunction.h
Last active June 10, 2024 11:47
All the cool animation curves from `CAMediaTimingFunction` but not limited to use with CoreAnimation. See what you can do with cubic Bezier curves here: http://netcetera.org/camtf-playground.html To get started just "Download Gist", throw the .h and .m files into your Xcode project and you're good to go!
//
// RSTimingFunction.h
//
// Created by Raphael Schaad on 2013-09-28.
// This is free and unencumbered software released into the public domain.
//
#import <UIKit/UIKit.h>