Skip to content

Instantly share code, notes, and snippets.

View jocxfin's full-sized avatar
🏠
Working from home

jocxfin

🏠
Working from home
View GitHub Profile
@f1shy-dev
f1shy-dev / best_SAE_trick.md
Last active April 29, 2025 11:33
sneakyf1shy's apple intelligence tutorial

the sneakyf1shy apple intelligence tutorial v2.0

Warning

This is patched as of iOS/iPadOS 18.1 DevBeta 5. If you want to follow this, stay on Beta 4.

This actually downloads the models, and is NOT just new SiriUI. Hence, this process is complex and probably not worth it.

⚠️ Prepare to be disappointed and annoyed, and have your time wasted! ⚠️

  • What does not work: Writing Tools, Memories, Reduce Interruptions, Image Eraser and other tools that are within official Apple Intelligence on supported devices.
@rrazgriz
rrazgriz / VoicemeeterRestartOnAudioDeviceStateChangeTask.xml
Last active April 4, 2025 05:31
Windows Task: Restart Voicemeeter any time an audio device's state changes. Voicemeeter's "Auto Restart Audio Engine" is supposed to do this automatically but it doesn't work most of the time for me. Tested with VoiceMeeter Potato on Win10 22H2. Installation: Click raw, save as .xml file, Open Windows Task Scheduler, Click "Task Scheduler Librar…
<?xml version="1.0" encoding="UTF-16"?>
<!--
SPDX-License-Identifier: CC0-1.0
Download: Right click "Raw" (top right) -> Save As... (or Save Link As...)
Installation: Open Windows Task Scheduler, Click "Task Scheduler Library" on left, Menu Bar -> Action -> Import Task... -> Navigate to file
Change the path to VoiceMeeter in Actions if you installed it somewhere else.
-->
<Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
@taskylizard
taskylizard / fmhy.md
Last active April 30, 2025 03:29
/r/freemediaheckyeah, in one single file (view raw)
@hbcruoma
hbcruoma / AmicaPhp.php
Created February 12, 2018 10:23
Pikku PHP-pätkä Amican ruokalistan lukemiseen.
<?php
$dayname = array("", "Ma", "Ti", "Ke", "To", "Pe", "La", "Su");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>