Sci-hub!
Chasing Convex Bodies Optimally (Sel21)
Chasing Convex Bodies with Linear Competitive Ratio (AGGT21)
BKL+18 (Tau)
Choosing Steiner for each $K_t$
$O(min(d, \sqrt{d\log T}))$
wp @ nasa2021
Updates after the recording
Q/A: https://app.sli.do/event/5vdt0vwg/live/questions
05-24 11:40
Please get the basic image instead of the cloudimg one.
05-24 11:55
If you are having trouble with VM IP addresses, please refer to https://unix.stackexchange.com/a/419322.
WillyPillow changed 4 years agoSlide mode Like Bookmark
Teams
https://cool.ntu.edu.tw/courses/3364/discussion_topics/25887
https://docs.google.com/forms/u/4/d/e/1FAIpQLSfuuO5dwrbcvKYVCYZ6hb0gtjfWnOCzEh64Y5BPVmr-kcRqJg/viewform?usp=sf_link
Background
The NTU CSIE NASA Workstation Team is thinking of developing an algorithm to schedule tasks on the GPU servers.
(Disclaimer: The scenario is purely hypothetical and does not reflect real-world decisions.)
WillyPillow changed 4 years agoView mode Like 2 Bookmark
Introduction
This is a project intended to improve template handling in Qubes OS. Currently, images of template VMs are distributed by RPM packages and managed by yum/dnf. However, tracking inherently dynamic VM images with a package manager that is suited for tracking static files creates some challenges. For example, users may accidentally update the images, overriding local changes (#996, #1647). (Or in the case of #2061, want to specifically override the changes.) Other operations that work well on non-RPM template VMs are also somewhat inconsistent on RPM-managed templates, such as renaming (#839), removing (#5509) and backup/restore (#1385, #1453, 1, 2), creating inconvenience and confusion for users (#1403, #4518).
In addition to the distribution mechanism, users may also wish to have an integrated template management application for better UX (#2062, #2064, #2534, #3040), as opposed to the current situation where multiple programs are required for different purposes, e.g., qubes-dom0-update, dnf, qvm-remove, qubes-manager.
To tackle these issues, I propose i) designing a better mechanism for handling template installation, and ii) creating a user-facing application to deal with the aforementioned mechanism and other template-related configuration, consolidating the management of templates.
Project goals
Design a template distribution/handling mechanism