The UNIX system has been in wide use for over 20 years, and has helped to define many areas of computing.
god fuck i refuse to implement TLS. ok i'm gonna keep reading about data
"wow, the internet is amazing! i learn so many things!"
reality: in order to see your friends, you must accept the existence of TLS 1.3
thinking about the IETF reminds me that this insane vaporware idea to build a safe kernel is not terrible
the partitioning paper throwing the deepest shade on xerox parc lmao:
Disk Toting: In this approach, employed at Xerox Parc and other installations where very intelligent terminals are linked via a network
oh wow i was about to criticize the idea of "version history" of a shared resource but this is very obviously a fascinating case study for a version control system. they're calling it a "version conflict" for mutually inconsistent changes. @SRAZKVT https://www.cs.purdue.edu/homes/bb/cs542-11Spr/Parker_TSE83.pdf
example given of a bank account balance being simultaneously withdrawn, and if the result runs below 0 we have a conflict. i have no clue how to characterize correctness for a file conflict outside of heuristics (and i'm curious if we can say something meaningful without them)
YESSSSSS WE GOT A GRAPH THEORIST OVER HERE!!!!!
easily the least understandable definition of a graph i've ever read. deciding to move on
i do not believe anyone would decide not to label the edges with the specific change each edge induced and instead stuff it into "node labels" but whatever i'm over it
oh and there's just more info not written in the graph and then the author says the graph doesn't actually represent conflicts correctly. ok stop wasting my time? anyway now we get to version vectors
wtf first off why does he keep mentioning timestamps second off he raised a strawman about update logs for some reason. he dies if this vector thing isn't good
oh that's it ok waste of time
the LOCUS paper likes it but i don't rly care about version history in this case. i'm glad i remembered version control systems are cool though because that's another way i can defeat linus
OOOH WOW OMG
The LOCUS recovery and merge philosophy is
hierarchically organized. The basic system is responsible for detecting all conflicts.
this is kind of why i like the idea of making data scoped by default, because i don't think most files need to know about each other or consider a generic conflict system. all of these seem to be solutions to a problem of "how can we ensure global coherence" when a computer generally isn't about global coherence? not the way i use it
For those data types that it manages, including internal system data as well as file system directories, automatic merge is done by the system.
i do absolutely fuck with having semantic understanding of the structures the filesystem/vcs manages
If the system is not responsible for a given file type, it reflects the problem up to a higher level; to a recovery/merge manager if one exists for the given file type.
a recovery manager, maybe? but knowledge of merging seems like an ahierarchical property. i still like the idea of "merge manager"
To develop a merge procedure for any data type,
including directories, it is necessary to evaluate the
operations which can be applied to that data type.
yes! this is why i'm infatuated with my fractal zip!