all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Can general compute and packaging be more formally merged into a single case?
@ 2019-12-03 16:27 Josh Marshall
  2019-12-03 21:21 ` zimoun
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Marshall @ 2019-12-03 16:27 UTC (permalink / raw)
  To: help-guix

At the airport, thinking on the fundamental differences between gwl and
guix.  It seems like these can be articulated as the same case when
considering a tracked and linked compute history.

How I see this, when packaging you take checksums off of inputs not for
your own assurance that they are correct (though you could) but to ensure
that under different circumstances another user can be sure that they have
the right starting points.  Then as a matter of storing results and
ensuring the integrity of our results for later we take more checksums.
What we can do is to create a unit computational step of sorts whereby a
user enters a monitored shell whereby they install packages, perform their
work, and produce changes which can be taken to be outputs.  All downloads,
uploads, and files changes tracked.  Then perform a basic minimization
algorithm to reduce the inputs so long as the outputs do not differ.  This
optimized unit computational step can then be tracked with the input
checksums and outputs.  This merges general compute and packaging, then
adding compute power only needs to scale here.

From these, computational chains may also be produced to know a full graph
of what is happening.  Thoughts?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-06 15:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-03 16:27 Can general compute and packaging be more formally merged into a single case? Josh Marshall
2019-12-03 21:21 ` zimoun
2019-12-04  0:16   ` Josh Marshall
2019-12-06 15:31     ` Josh Marshall

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.