A channel with programming news and tips and tricks, for beginners but also for experienced programmers. 💻
http://thehackernews.com/2017/05/windows-rce-exploit.html
Tags: #security #exploit #Google #Windows
H.264 is magic: a technical walkthrough of a remarkable technology.
https://sidbala.com/h-264-is-magic/
"A QA Tester walks into a bar..."
https://www.sempf.net/post/On-Testing1
Visualizing Concurrency in Go
http://divan.github.io/posts/go_concurrency_visualize/
Quick-sort with Hungarian (Küküllőmenti legényes) folk dance
https://youtu.be/ywWBy6J5gz8
@techbinder posted this famous Stackoverflow question that explains in detail what branch prediction is and how you can radically speed up code by knowing about it.
Читать полностью…Tags: #cpp vs #c
davidtstrauss/choosing-some-c-over-c-f5acb3dce4f5" rel="nofollow">https://medium.com/@davidtstrauss/choosing-some-c-over-c-f5acb3dce4f5
Rust language server hits nightlies
This project allows IDEs and editors to integrate with the rust compiler directly and provides code completion etc.
http://www.jonathanturner.org/2017/04/rls-now-in-nightly.md.html
The Little Book of Python Anti-Patterns
https://docs.quantifiedcode.com/python-anti-patterns/index.html
Dale: an experimental C-like language with Lisp syntax
https://github.com/tomhrr/dale
Changes between C++14 and C++17
https://isocpp.org/files/papers/p0636r0.html
The ultimate SO_LINGER page, or: why is my tcp not reliable
https://blog.netherlabs.nl/articles/2009/01/18/the-ultimate-so_linger-page-or-why-is-my-tcp-not-reliable
Rerere Your Boat... — a very useful but unknown git command
https://git-scm.com/blog/2010/03/08/rerere.html
Does static typing really prevent bugs?
https://goo.gl/IxNzo8
Web Application Security: Browsers Fight Back!
https://youtu.be/WJLVLd3Zy1Q
Why does Google prepend while(1); to their JSON responses? - Stack Overflow
http://stackoverflow.com/questions/2669690/why-does-google-prepend-while1-to-their-json-responses
How GUI Architecture has evolved over the years
https://martinfowler.com/eaaDev/uiArchs.html
GCC 7 released with:
- experimental support for the full C++17 spec
- improved diagnostics
- improved optimisation
- OpenMP support for NVidia PTX
- support for RISC-V
https://gcc.gnu.org/gcc-7/changes.html
Write Fast Apps Using Async Python 3.6 and Redis
https://eng.paxos.com/write-fast-apps-using-async-python-3.6-and-redis
All about java.util.Date
https://codeblog.jonskeet.uk/2017/04/23/all-about-java-util-date/
https://stackoverflow.com/questions/11227809/why-is-it-faster-to-process-a-sorted-array-than-an-unsorted-array
Tags: #programming #architecture
A Mind Is Born, a 256 byte Commodore 64 demo.
https://linusakesson.net/scene/a-mind-is-born/
"A great disturbance in the force..."
A fantastical tale of how the author built the recently shut down IMDB forums.
https://www.beatworm.co.uk/blog/internet/imdb-boards-no-more
http://gameprogrammingpatterns.com/data-locality.html
An interesting article which aims to "accelerate memory access by arranging data to take advantage of CPU caching."
Tags: #programming #Cpp #gamedev #optimization
Why .NET Core Made C# Your Next Programming Language to Learn
https://dzone.com/articles/why-net-core-made-c-your-next-programming-language
Thirteen Years of Bad Game Code · Evan Todd
http://etodd.io/2017/03/29/thirteen-years-of-bad-game-code/
The Fall Of Perl, The Web’s Most Promising Language
(written in 2014)
https://www.fastcompany.com/3026446/the-fall-of-perl-the-webs-most-promising-language
Modern JavaScript for Ancient Web Developers
https://trackchanges.postlight.com/modern-javascript-for-ancient-web-developers-58e7cae050f9#.t28xz06gi
Sarabander's beautiful online edition of the famous "Structure and Interpretation of Computer Programs" book.
http://sarabander.github.io/sicp/