@BoxSystem how should I sign the quote?
Notices by Una, the moon minus two (unascribed@sleeping.town), page 6
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Wednesday, 27-Nov-2019 14:54:51 EST Una, the moon minus two
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Wednesday, 27-Nov-2019 14:48:48 EST Una, the moon minus two
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Tuesday, 26-Nov-2019 00:00:50 EST Una, the moon minus two
*KABOOM*
*sad synth sting*
*sad synth sting*
*sad synth sting*
*sad synth sting*
*sad synth sting*
*sad synth sting*
*sad synth sting*
*sad synth sting*
*sad synth sting*
*sad synth sting*In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Tuesday, 26-Nov-2019 00:00:31 EST Una, the moon minus two
I have never felt so much shame as I just did losing a life and hearing the "lost multiplier" sound play 10 times in a row
😭
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Tuesday, 26-Nov-2019 00:00:15 EST Una, the moon minus two
NOOO I LOST IT
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 23:58:21 EST Una, the moon minus two
MOM GET THE CAMERA
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 23:24:35 EST Una, the moon minus two
the way it lightly (or not so lightly) bonks into everything and the way it lurches over the edge of the stairs but then backs up at the perfect time is just endearing for some reason
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 22:37:57 EST Una, the moon minus two
I'm sorry everyone but it's official:
roomba cute
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 21:42:38 EST Una, the moon minus two
@masklayer they have really big wheels
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 19:21:53 EST Una, the moon minus two
basically when you close the drain it shoves plastic blades through the grate and decimates any hair caught in it
pump it a few times and tada your drain's clear
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 19:21:21 EST Una, the moon minus two
i got a new drain stopper with a hair grate and a shredder mechanism in it
pretty neat idea
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 19:11:47 EST Una, the moon minus two
@zoe all this is easy because minecraft has a simple save format, but that save format also kind of sucks
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 19:11:33 EST Una, the moon minus two
@zoe mcedit is python
invedit is C#
nbtexplorer is C#
prismarine is in JavaScriptIn conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 19:09:11 EST Una, the moon minus two
@zoe this implies i'd be willing to port mvstore to python etc
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 19:08:50 EST Una, the moon minus two
@zoe SSDS is defined in terms of SWDS, it's just another representation using a directory structure and JSON files instead of a multiversion concurrency log structured key value database
once it's implemented it's no further work to keep it working
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 19:07:27 EST Una, the moon minus two
@zoe SWDS is a full-on database that's hard for others to use
SSDS isn't directly usable by the game because it doesn't support random access and uses a bunch of flat plaintext files that are inefficient to work with
i don't like the idea of having complex save files and no compromise to make them easy to edit
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 19:05:10 EST Una, the moon minus two
@zoe we'd have a program you could run that would convert the formats
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 19:04:39 EST Una, the moon minus two
@zoe you'd be listing save files so you could let them pick a SWDS-format save and then convert it on the fly to SSDS for you to manipulate
SSDS is a simple interchange format that has all the same data and can be losslessly converted to and from SWDS
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 19:01:30 EST Una, the moon minus two
@zoe mvstore is a very complex format, and we offer an interchange format, SSDS
if you for example have a UI listing the user's save files, you'd want to be able to read their names out of the file, so the header contains the name instead of it being in the sea of mvstore data
then you can pass these files off to the SSDS converter
In conversation from sleeping.town permalink -
Una, the moon minus two (unascribed@sleeping.town)'s status on Monday, 25-Nov-2019 18:59:49 EST Una, the moon minus two
@zoe documented but custom
there's not really any standardized headers i could use
In conversation from sleeping.town permalink