Don't forget to join our groups!
@theprogrammingartgroup
Italian group:
@theprogrammingartgruppo
OT group:
@theofftopicingart
Italian OT group:
@programmalaganja
@theprogrammingartgroup
Italian group:
@theprogrammingartgruppo
OT group:
@theofftopicingart
Italian OT group:
@programmalaganja
Master programming with some patterns:
https://m.prod.facebook.com/notes/kent-beck/mastering-programming/1184427814923414
https://m.prod.facebook.com/notes/kent-beck/mastering-programming/1184427814923414
Why Rust could be used for low level Linux programming:
http://groveronline.com/2016/06/why-rust-for-low-level-linux-programming/
http://groveronline.com/2016/06/why-rust-for-low-level-linux-programming/
Why not to read Head-First Design Patterns:
https://blog.codinghorror.com/head-first-design-patterns/
https://blog.codinghorror.com/head-first-design-patterns/
Using ltrace to debug a memory leak
http://jvns.ca/blog/2016/06/15/using-ltrace-to-debug-a-memory-leak/
http://jvns.ca/blog/2016/06/15/using-ltrace-to-debug-a-memory-leak/
Julia Evans
Using ltrace to debug a memory leak
GitHub Hits Password Reset Button After 3rd Party Breach
https://packetstormsecurity.com/news/view/26715/GitHub-Hits-Password-Reset-Button-After-3rd-Party-Breach.html
https://packetstormsecurity.com/news/view/26715/GitHub-Hits-Password-Reset-Button-After-3rd-Party-Breach.html
www.theregister.co.uk
GitHub presses big red password reset button after third-party breach
Mystery hackers look to harness password reuse and take control of accounts
Samsung aquires Joyent, makers of Node.js and Triton
https://www.joyent.com/blog/samsung-acquires-joyent-a-ctos-perspective
https://www.joyent.com/blog/samsung-acquires-joyent-a-ctos-perspective
Joyent
Samsung acquires Joyent: A CTO’s perspective
Let me not bury the lede: Samsung is acquiring Joyent, and Scott’s blog entry explains why we feel that this is such a good fit. As Joyent’s CTO, I wanted to offer my perspective and couch this acquisition in its broader historical context: the world’s largest…
Github talks about the changes made in Git 2.9
https://github.com/blog/2188-git-2-9-has-been-released
https://github.com/blog/2188-git-2-9-has-been-released
The GitHub Blog
Git 2.9 has been released
The open source Git project has just released Git 2.9.0, with a variety of features and bug fixes. Here’s our look at some of the most interesting new features: Faster and more flexible submodules In
Most straight-forward WinSock tutorial:
http://www.binarytides.com/winsock-socket-programming-tutorial/
http://www.binarytides.com/winsock-socket-programming-tutorial/
BinaryTides
Winsock tutorial – Socket programming in C on windows
Socket programming with winsock This is a quick guide/tutorial to learning socket programming in C language on Windows. "Windows" because the code snippets shown over here will work only on Windows. The windows api to socket programming is called winsock.…