Yoplait370 alerted us that the humble bundle is offering a special on UNIX books this week.
The more you donate, the more books you receive. Depending on how much you donate, you could save more than 600$ and support a good cause!
https://www.humblebundle.com/books/unix-book-bundle
  
  The more you donate, the more books you receive. Depending on how much you donate, you could save more than 600$ and support a good cause!
https://www.humblebundle.com/books/unix-book-bundle
Humble Bundle
  
  Humble Book Bundle: Unix presented by O'Reilly
  Get a bundle of Unix ebooks and support charity!
  Forwarded from Syra's Techbinder
https://thehackernews.com/2016/11/facebook-locky-ransomware.html
And then, after the SVG malware, here's the JPG one.
Tags: #security #malware
  
  And then, after the SVG malware, here's the JPG one.
Tags: #security #malware
The Hacker News
  
  Beware! Malicious JPG Images on Facebook Messenger Spreading Locky Ransomware
  Hacker are spreading Malicious JPG Images on Facebook Messenger to infect computers with Locky Ransomware
  Reflections on Rusting Trust - In Pursuit of Laziness
https://manishearth.github.io/blog/2016/12/02/reflections-on-rusting-trust/
  
  https://manishearth.github.io/blog/2016/12/02/reflections-on-rusting-trust/
manishearth.github.io
  
  Reflections on Rusting Trust
  The Rust compiler is written in Rust. This is overall a pretty common practice in compiler
development. This usually means that the process of building the compiler involves downloading a
(typically …
  development. This usually means that the process of building the compiler involves downloading a
(typically …
Forwarded from The Daily C++
Tags: #cpp17 #tranformation #code #improve
"I've spent a bit of time today updating my own basic windowing library to use C++17 features. Some of the things have been simple transforms such as converting 'typedef' to 'using', others have been more OCD satisfying;"
https://www.gamedev.net/blog/42/entry-2262470-c-17-transformation/
  
  "I've spent a bit of time today updating my own basic windowing library to use C++17 features. Some of the things have been simple transforms such as converting 'typedef' to 'using', others have been more OCD satisfying;"
https://www.gamedev.net/blog/42/entry-2262470-c-17-transformation/
www.gamedev.net
  
  C++ 17 Transformation... - GameDev.net
  Im basically really bad at working on my own projects, but with the recent release of Visual Studio 2017 RC and its improved C++17 support I figured...
  Forwarded from Full Stack's Broadcast via @like
#DevToolset https://github.com/blog/2289-publishing-with-github-pages-now-as-easy-as-1-2-3?ref=webdesignernews.com
  
  The GitHub Blog
  
  Publishing with GitHub Pages, now as easy as 1, 2, 3
  Publishing a website or software documentation with GitHub Pages now requires far fewer steps — three to be exact: Create a repository (or navigate to an existing repository) Commit a Markdown file via the web interface, just like you would any other file…
  Why does calloc exist? — njs blog
https://vorpus.org/blog/why-does-calloc-exist/
  https://vorpus.org/blog/why-does-calloc-exist/
Jekyll, a simple static site generator for websites and blogs
https://jekyllrb.com/
  https://jekyllrb.com/
For those of you in parts of the World where Christmas is celebrated, QEMU made an advent calendar with an interesting VM image every day.
https://www.qemu-advent-calendar.org/2016/
  https://www.qemu-advent-calendar.org/2016/
Building Real Software: Feature Toggles are one of the worst kinds of Technical Debt
https://swreflections.blogspot.de/2014/08/feature-toggles-are-one-of-worst-kinds.html?m=1
  
  https://swreflections.blogspot.de/2014/08/feature-toggles-are-one-of-worst-kinds.html?m=1
swreflections.blogspot.de
  
  Feature Toggles are one of the worst kinds of Technical Debt
  Feature flags   or config flags   aka feature toggles  aka flippers   are an important part of Devops practices like  dark launching  (rel...