The Art of Programming is part of the Silicon Network (@siliconnetwork), a network of tech and programming channels and groups.
To view all of our channels and groups, visit https://telegram.me/siliconnetwork
To view all of our channels and groups, visit https://telegram.me/siliconnetwork
What every developer should know about floating point:
http://0.020000000000000004.info/
A video about the same topic:
https://youtu.be/PZRI1IfStY0
http://0.020000000000000004.info/
A video about the same topic:
https://youtu.be/PZRI1IfStY0
YouTube
Floating Point Numbers - Computerphile
Why can't floating point do money? It's a brilliant solution for speed of calculations in the computer, but how and why does moving the decimal point (well, in this case binary or radix point) help and how does it get currency so wrong?
3D Graphics Playlist:β¦
3D Graphics Playlist:β¦
Did you get it?
anonymous poll
π β 568
πππππππ 61%
π β 360
ππππ 39%
π₯ 928 people voted so far.
anonymous poll
π β 568
πππππππ 61%
π β 360
ππππ 39%
π₯ 928 people voted so far.
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
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β¦