Linkstream
172 subscribers
36 photos
3 videos
2 files
956 links
Various links I find interesting. Mostly hardcore tech :) // by @oleksandr_now. See @notatky for the personal stuff
Download Telegram
NIPS2016: Generating Videos with Scene Dynamics
looks so psychedelic %)
http://web.mit.edu/vondrick/tinyvideo/
Using this tool, you can freeze a running application (or part of it) and checkpoint it as a collection of files on disk. You can then use the files to restore the application and run it exactly as it was during the time of freeze. With this feature, application live migration, snapshots, remote debugging, and many other things are possible.
http://criu.org/Main_Page
Disclosure of the nine-year-old vulnerability came the same week that Google researcher Kees Cook published research showing that the average lifetime of a Linux bug is five years.

"The systems using a Linux kernel are right now running with security flaws," Cook wrote. "Those flaws are just not known to the developers yet, but they’re likely known to attackers."
http://arstechnica.com/security/2016/10/most-serious-linux-privilege-escalation-bug-ever-is-under-active-exploit/#p3
http://web.engr.illinois.edu/~maplant2/gc.html
Writing a Simple Garbage Collector in C
http://dl.acm.org/citation.cfm?doid=2787622.2787721
Using Commutative Assessments to Compare Conceptual Understanding in Blocks-based and Text-based Programs
TLDR: Blocks help avoid some misconceptions
http://www.farbrausch.com/~fg/seminars/workcompression_download.pdf
generic & demoscene-specific compression techniques, oldie but goodie
http://compilers.cs.uni-saarland.de/papers/lkh15_cgo.pdf
Thorin: A Graph-based higher order intermediate representation
http://compilers.cs.uni-saarland.de/papers/gpce15.pdf
Impala: Shallow Embedding of DSLs via Online Partial Evaluation