VirtualTam's bookmarks
63 bookmarks found
-
Heterogeneous memory management [LWN.net]
2017-09-26 - https://www.phoronix.com/scan.php?page=search&q=Heterogeneous+Memory+Management
- https://www.phoronix.com/scan.php?page=news_item&px=Nouveau-Compote
- https://cgit.freedesktop.org/~glisse/compote/
- https://www.infoworld.com/article/3196884/machine-learning/faster-machine-learning-is-coming-to-the-linux-kernel.html
-
-
- http://www.rbcs-us.com/documents/Why-Most-Unit-Testing-is-Waste.pdf
- http://www.rbcs-us.com/documents/Segue.pdf
- https://news.ycombinator.com/item?id=7353767
- https://www.reddit.com/r/programming/comments/1zqjk8/why_most_unit_testing_is_waste/
- https://henrikwarne.com/2014/09/04/a-response-to-why-most-unit-testing-is-waste/
-
SHAttered
2017-02-24 - https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html
- https://arstechnica.com/security/2017/02/at-deaths-door-for-years-widely-used-sha1-function-is-now-dead/
- https://news.ycombinator.com/item?id=13719368
- https://github.com/peff/git/commits/jk/sha1dc
- https://plus.google.com/+LinusTorvalds/posts/7tp2gYWQugL
-
An interview with Simon Roth, the developer of space colony simulator 'Maia' | GamingOnLinux
2017-02-02 "Currently I am coding love and relationships into the game, and am having to deal with some colonists who are getting a bit polyamorous with the non-sentient furniture items. I am yet to decide as to whether this is a bug."
-
-
item = Jenkins.instance.getItemByFullName("your-job-name-here") // THIS WILL REMOVE ALL BUILD HISTORY item.builds.each() { build -> build.delete() } item.updateNextBuildNumber(1)