The Art of Programming
53.2K subscribers
148 photos
2 files
677 links
A channel with programming news and tips and tricks, nice for beginners but also for experienced programmers. 💻
Download Telegram
PulseAudio under the hood

A very interesting read for anyone interested in audio or systems programming!

https://gavv.github.io/blog/pulseaudio-under-the-hood/
Forwarded from Top devRants
"Give someone a program, you frustrate them for a day; teach them how to program, you frustrate them for a lifetime." - David Leinweber

--------------------
#quotes
devrant.io/rants/863341
The Art of Programming
https://medium.com/cryptomuse/how-the-nsa-caught-satoshi-nakamoto-868affcef595
Note: This article contains no actual evidence. The author just states that "someone at the NSA" gave him this information.

It might be true or not, but either way it is interesting.
Forwarded from Vivian's dev rants.
More on CSV Injection and the potential threats:

http://georgemauer.net/2017/10/07/csv-injection.html
Forwarded from IT Security Alerts
⚠️‼️ WPA2 (which most personal and cooperate wi-fi use) has several protocol-level flaws. Be adviced that no details are known yet, security researchers will release them later today. (No severity rating from our side until we have more information)
More info: http://yt.gl/krackattack (this will be released later today)
http://yt.gl/krcm7 (Arstechnica with all current info)
#alert #prenotification #exploit #zeroday #wifi #wireless #wpa2

Please feel free to discuss this in our @itsectalk group & forward 📬 to your net- and sysadmins!
C++ templates: Creating a compile-time higher-order meta-programming language
http://matt.might.net/articles/c++-template-meta-programming-with-lambda-calculus/