Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

olivia jack

@ojack@post.lurk.org
  • Open on post.lurk.org

internet synths

0 Followers
0 Following
22 Posts
Joined December 26, 2019
web:
https://ojack.xyz
<~>:
https://hydra.ojack.xyz
<~>:
https://ojack.xyz/PIXELSYNTH

Posts

Open post
ojack
olivia jack @ojack@post.lurk.org · May 03, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org
Replying to @serapath@mastodon.gamedev.place
@serapath@mastodon.gamedev.place The sequence values in quotes "blue orange" are keyframes of the animation of each parameter. The repeat() controls the number of total elements, as well as the staggering and difference in playback rate between the animations of each element.
1
0
0
0
Open post
ojack
olivia jack @ojack@post.lurk.org · May 03, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org
Replying to @serapath@mastodon.gamedev.place
@serapath@mastodon.gamedev.place the code gerates the the whole thing (Dom tree + animations)! each sequence in quotes is converted to a set of key frames and used in the web animations api
2
1
0
0
Open post
ojack
olivia jack @ojack@post.lurk.org · May 03, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

div(
div()
.blend("exclusion")
.backgroundColor(["purple orange blue", "green pink"])
.scale(["2.8 0.2", "0.3 2.8"])
.height("40px")
.width("40px")
.repeat(50, 0.01, 0.01),
).grid(10)

Your browser does not support the video tag.
34
4
12
0
Open post
ojack
olivia jack @ojack@post.lurk.org · May 02, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org
https://post.lurk.org/@ojack/116498293714986001
Your browser does not support the video tag.
10
1
1
0
Open post
ojack
olivia jack @ojack@post.lurk.org · May 01, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

Hello world!

???? trying out a dsl for html animations ???

h1('hello')
.color(['red', 'purple'])
.repeat(3)

Your browser does not support the video tag.
32
4
8
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Apr 27, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org
Replying to @ojack@post.lurk.org
@emptyflash @hydra code here! https://hydra.ojack.xyz/?sketch_id=ZyxyJXNWqGXtZuzC and more info at the bottom of the extensions window:
6
0
2
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Apr 26, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

The datamosh extension by @emptyflash@social.toplap.org is now added to hydra editor! @hydra@social.toplap.org

@emptyflash@social.toplap.org was a recipient of a hydra grant for 2024-2025

Your browser does not support the video tag.
91
10
36
1
Open post
ojack
olivia jack @ojack@post.lurk.org · Mar 26, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

I asked an LLM for some thoughts on live coding and why it feels contradictory to LLMs . I kinda don't hate what it said 😭

"A language model is the ultimate notation-from-above: a system trained on the outputs of mass practice, which then smooths and averages that practice into something that can be issued as a command. When you prompt an AI for code or visuals, you are not participating in the collective development of a practice — you are consuming its distillate. The errors are hidden, the negotiation is hidden, the labor that produced the training data is hidden. It is notation without masses, or rather notation that has extracted the masses and left them out.
Live coding, by contrast, keeps the friction visible. The code is on screen. The errors are on screen. The thinking is on screen. Anyone watching can learn, copy, fork, respond. The performance is also a form of publication — of technique, of process, of failure. That transparency is not just an aesthetic choice; it is a position on who gets to know how things are made."

19
5
4
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Feb 27, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org
Replying to @sunjir0@kolektiva.social
@sunjir0@kolektiva.social @rose_alibi@post.lurk.org aww hi @sunjir0@kolektiva.social ☀️
2
0
0
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Feb 27, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

@rose_alibi@post.lurk.org none that I can think of!

1
0
0
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Feb 27, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

@rose_alibi@post.lurk.org yes and from California

1
2
0
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Feb 21, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

I am excited for SHOW US YOUR SCREENs on Tuesday with @microresearch@post.lurk.org

See you there!

@paupowpow@post.lurk.org

10
0
5
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Jan 10, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org
Replying to @ojack@post.lurk.org
I also included a little script to paste in the browser console to be able to live edit the code of any website: https://wwwobble.org/develop/wobble-code/#guerilla-editing It is similar to editing a page via browser devtools, but more hacky and flexible :)
3
2
0
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Jan 10, 2026
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

wwwobble update: you can now add code editor elements from within the UI. The `` element makes it possible to live update any HTML within a webpage. It is also available outside of wwwobble as a web component & published on npm.
Documentation here: https://wwwobble.org/guides/code-editor/ and here https://wwwobble.org/develop/wobble-code/

42
2
20
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Dec 11, 2025
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org
Replying to @geikha@social.toplap.org
@geikha@social.toplap.org definitely exploring space https://hydra.ojack.xyz/?sketch_id=6sUVzYdLumHHDBdM
2
0
0
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Feb 10, 2024
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

I finally re-created the hydra sketch gallery on mastodon at: @hydra@botsin.space .

Go to https://hydra.ojack.xyz and press "Ctrl+shift+g" to share a sketch to the fedi-gallery <3

Clicking a link from the gallery opens an editable version of the sketch in the editor. You can then remix the sketch and share it again.

Sketch remixes show up as a 'reply' to the original sketch on mastodon.

look forward to seeing what ppl make :] :] !

32
4
26
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Nov 22, 2023
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

The updated documentation website for hydra is now live!
https://hydra.ojack.xyz/docs/

Including interactive code blocks thanks to Naoto, lots of guides written by @ritchse@mastodon.art && @flordefuego@post.lurk.org, search bar, and a new blog section including RSS feed

This is still a work in progress (and will probably always be a work in progress),.. edits and are very welcome!

thanks to the Clinic for Open Source Arts for supporting 🌱🌱🌱

24
0
13
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Nov 20, 2023
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

hydra meetup #8 is online tomorrow, November 20 at 15:00 UTC

Featuring talks by hydra grant recipients Aida El-Oweidy, David Matunda, and Vagne L.

** more info & signup: http://hydra-meetup-8.glitch.me/

see you there!

5
0
5
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Sep 19, 2023
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

BERLIN this saturday ~~~~~~

videohex: live code workshop
Led by olivia jack

Introduction to live coding using the open source, web-based video synthesiser hydra (http://hydra.ojack.xyz/). The workshop will cover the basics of writing code in real time to create glitchy video effects and generative graphics. We will also explore live camera inputs, and incorporating live visuals into audiovisual performances and DIY websites.

No coding experience necessary! Please bring a laptop and webcam if possible.

23.9.2023, 15:00-17:00
FAQ-Laden, Jonasstraße 40, 12053 Berlin
To register, please email ojack.xyz@proton.me, subject: videohex

Part of https://systerserver.net/360/brknhs/ . The organizers of 360 Degrees of Proximities are queer feminists of all genders. The program welcomes all members of the FLINTA* community.
@ooooo@systerserver.town @ai@systerserver.town @mara@systerserver.town @ezn@komuna.minadoraserver.art @ojack@post.lurk.org @malte@anticapitalist.party

0
0
14
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Mar 20, 2023
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

new toy arrived! Of course I had to try hydra first :)

30
4
5
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Jan 03, 2021
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org
Replying to @jine@todon.nl
@jine@todon.nl @flordefuego@todon.nl they will be online soon ..will let you know!
1
0
0
0
Open post
ojack
olivia jack @ojack@post.lurk.org · Dec 05, 2020
olivia jack
@ojack@post.lurk.org

internet synths

post.lurk.org

Coming soon!
Hydra meetup #3: code and language
Saturday, December 12th

+ with short talks from IllestPreacha (Kofi), Lupita Quispe, Canek Zapata, and Rodrigo Velasco (yecto)

+ more info: https://hydra-meetup-3.glitch.me/
+ sign up: https://docs.google.com/spreadsheets/d/15KyESYOB6dKK9g3aPE-7LSyTZl8ewVS_bmO1gKhtRYs/edit#gid=0

5
4
5
0

Remote instance

post.lurk.org
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 18:06:27 UTC