The Art of Programming
52.3K subscribers
148 photos
2 files
680 links
A channel with programming news and tips and tricks, nice for beginners but also for experienced programmers. 💻
Download Telegram
"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
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
A Mind Is Born, a 256 byte Commodore 64 demo.

https://linusakesson.net/scene/a-mind-is-born/
The Art of Programming
https://stackoverflow.com/questions/11227809/why-is-it-faster-to-process-a-sorted-array-than-an-unsorted-array Tags: #programming #architecture
@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.
Quick-sort with Hungarian (Küküllőmenti legényes) folk dance

https://youtu.be/ywWBy6J5gz8
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