mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2024-11-28 20:03:50 +01:00
Compare commits
2 commits
d81d504ab0
...
bdef121a2c
Author | SHA1 | Date | |
---|---|---|---|
Nox Sluijtman | bdef121a2c | ||
Nox Sluijtman | 1f40a448c1 |
12
flake.lock
12
flake.lock
|
@ -20,11 +20,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1727122398,
|
||||
"narHash": "sha256-o8VBeCWHBxGd4kVMceIayf5GApqTavJbTa44Xcg5Rrk=",
|
||||
"lastModified": 1727348695,
|
||||
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
|
||||
"owner": "NixOs",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "30439d93eb8b19861ccbe3e581abf97bdc91b093",
|
||||
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -59,11 +59,11 @@
|
|||
"themes": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1727424359,
|
||||
"narHash": "sha256-KFQm2wb8EbeRr2R6WKmDE/b9G0XWb7Wk8FzqPk9oLOk=",
|
||||
"lastModified": 1727624103,
|
||||
"narHash": "sha256-w81hO99Z80qNE6eK9Qgau5D70H7Q5I7AKJ2qWkWdENM=",
|
||||
"owner": "EternalWanderer",
|
||||
"repo": "themes",
|
||||
"rev": "11b7a363dd47bfa418c97b82aa3d7a9951e9eb1c",
|
||||
"rev": "36c3aabcca2888fa7db8e002bd4d8a48509d8458",
|
||||
"type": "gitlab"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -83,7 +83,7 @@ magick -font Iosevka -pointsize 300 -fill cyan -background transparent label:"Gl
|
|||
> has a pixel count not divisible by 2. 300 works with Iosevka, if it doesn't
|
||||
> work with your font of choice, try a few sizes until you find one that does.
|
||||
|
||||
### With glitch0r and some
|
||||
### With glitch0r
|
||||
|
||||
```sh
|
||||
ffmpeg -loop 1 -i glitch.png -vf 'frei0r=filter_name=glitch0r:filter_params=0.05|0.8|.02|1' -t 10 glitch.gif
|
||||
|
|
|
@ -35,7 +35,7 @@ can lead to some really interesting patterns and rhythms.
|
|||
|
||||
Here's an example of when I wrapped my head around it for the first time:
|
||||
|
||||
{{< audio src=/audio/orca/plinkinator.flac audio=flac >}}
|
||||
{{< audio src="/audio/orca/plinkinator.flac" audio=flac >}}
|
||||
|
||||
And the Orca code:
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 11b7a363dd47bfa418c97b82aa3d7a9951e9eb1c
|
||||
Subproject commit 36c3aabcca2888fa7db8e002bd4d8a48509d8458
|
Loading…
Reference in a new issue