shitpost, food Show more
@tixie@glitch.social don't know how to REACT to that
@f0x @tixie
```const halfPizza = Math.ceil(pizzaDOM.length / 2)
function throwToMeduz() { return pizzaDOM.slice(halfPizza)}
throwToMeduz().then(meduz => { meduz.say('Thanks!') })```
Small server part of the pixie.town infrastructure. Registration is closed.
shitpost, food
@f0x @tixie
```
const halfPizza = Math.ceil(pizzaDOM.length / 2)
function throwToMeduz() {
return pizzaDOM.slice(halfPizza)
}
throwToMeduz().then(meduz => { meduz.say('Thanks!') })
```