Forwarded from Syra's Techbinder
http://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
http://manishearth.github.io/blog/2016/12/02/reflections-on-rusting-trust/
http://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;"
http://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;"
http://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.
http://www.qemu-advent-calendar.org/2016/
http://www.qemu-advent-calendar.org/2016/
Building Real Software: Feature Toggles are one of the worst kinds of Technical Debt
http://swreflections.blogspot.de/2014/08/feature-toggles-are-one-of-worst-kinds.html?m=1
http://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...