Skip to content

Instantly share code, notes, and snippets.

View DieracDelta's full-sized avatar
💭
2565 7B91 AD2D 02C6 1B7F 9819 E682 81EB 2ABC E9B8

Justin Restivo DieracDelta

💭
2565 7B91 AD2D 02C6 1B7F 9819 E682 81EB 2ABC E9B8
View GitHub Profile
@DieracDelta
DieracDelta / gist:e078167b2fbdff2d64ec9391ca2051ff
Created December 31, 2025 15:01
version diff pub-balanced_text-0.0.3
.gitattributes --- Text
No changes.
LICENSE --- Text
No changes.
CHANGELOG.md --- Text
No changes.
README.md --- Text
CHANGELOG.md --- Text
No changes.
README.md --- Text
No changes.
LICENSE --- Text
No changes.
.gitattributes --- Text
@DieracDelta
DieracDelta / mop.goModules.log
Created December 28, 2025 23:41
srcbot results for PR #472797
/nix/store/r8s97qgkc96p2qsiydjz90a0pdpj1bac-mop-0-unstable-2025-12-20-go-modules
this derivation will be built:
/nix/store/hf02kqn3vf5pky1jmrl7wxbbcxanwm5j-mop-0-unstable-2025-12-20-go-modules.drv
building '/nix/store/hf02kqn3vf5pky1jmrl7wxbbcxanwm5j-mop-0-unstable-2025-12-20-go-modules.drv'...
Running phase: unpackPhase
unpacking source archive /nix/store/gyfc139y6lrq0s5jp22y9lld2nr32k6a-source
source root is source
Running phase: patchPhase
Running phase: updateAutotoolsGnuConfigScriptsPhase
@DieracDelta
DieracDelta / mop.goModules.log
Created December 28, 2025 23:33
srcbot results for PR #472797
/nix/store/r8s97qgkc96p2qsiydjz90a0pdpj1bac-mop-0-unstable-2025-12-20-go-modules
Privacy Policy for WRhythm
Last Updated: December 27, 2025
WRhythm is a third-party streaming client designed to connect to user-provided Subsonic-compatible servers. Your privacy is a priority, and this policy outlines how your data is handled.
1. Data Collection and Usage
No Personal Data Collection: WRhythm does not collect, store, or transmit any personal information, usage statistics, or telemetry data to its developers or any third-party analytics services.
Server Credentials: Your server URL, username, and password are stored locally on your Apple Watch using secure system storage. This information is only used to authenticate with your designated Subsonic server and is never shared.
.gitignore --- Text
No changes.
pyops.mli.405 --- Text
No changes.
dune-project --- 1/2 --- Text
4 4
5 (license BSD-2-Clause) 5 (license BSD-2-Clause)
6 6
Running phase: qtPreHook
@nix { "action": "setPhase", "phase": "qtPreHook" }
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/kp708rl5ygn75s6w1sy53jh5jyv4i3i9-VTK-9.5.2.tar.gz
source root is VTK-9.5.2
setting SOURCE_DATE_EPOCH to timestamp 1758139347 of file "VTK-9.5.2/vtkLogo.ico"
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: updateAutotoolsGnuConfigScriptsPhase
LICENSE --- Text
File permissions changed from 100444 to 100644.
No changes.
.gitignore --- Text
File permissions changed from 100444 to 100644.
No changes.
shavee-bin/LICENSE --- Text
1 MIT License
pyops.ml.405 --- Text
File permissions changed from 100444 to 100644.
No changes.
.merlin --- Text
File permissions changed from 100444 to 100644.
No changes.
README --- Text
File permissions changed from 100444 to 100644.
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/master";
};
outputs =
{ self, nixpkgs }:
let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
hp = pkgs.haskell.packages.ghc98.override {