49401
A channel with programming news and tips and tricks, for beginners but also for experienced programmers. 💻
Some basic tinkering around data structures:
http://seanmiddleditch.com/data-structures-for-game-developers-the-slot-map/
A nice game to learn assembly:
https://microcorruption.com/
Most straight-forward WinSock tutorial:
http://www.binarytides.com/winsock-socket-programming-tutorial/
Github talks about the changes made in Git 2.9
https://github.com/blog/2188-git-2-9-has-been-released
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
Introduction to UNIX signals:
http://jvns.ca/blog/2016/06/13/should-you-be-scared-of-signals/
Why not to read Head-First Design Patterns:
https://blog.codinghorror.com/head-first-design-patterns/
Why Rust could be used for low level Linux programming:
http://groveronline.com/2016/06/why-rust-for-low-level-linux-programming/
C++17 is coming to life!!
http://sdtimes.com/c17-taking-shape/
Interesting articles about OpenGL techniques:
http://rastergrid.com/blog/
VoidBee, a social network for game devs, open today!
http://www.voidbee.com
First tutorials about Vulkan appearing on YouTube:
http://www.youtube.com/playlist?list=PLUXvZMiAqNbK8jd7s52BIDtCbZnKNGp0P
“ There are two ways of constructing a software design: one way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.
Sir·Antony·Hoare¬
Have a look at some nice Sublime Text themes (Old but nice 😁):
https://scotch.io/bar-talk/the-best-sublime-text-3-themes-of-2014
An Article about a bad CRSF prevention method and how to test for it.
http://jumpespjump.blogspot.com/2016/06/csrf-referer-header-strip.html#comment-form
Git 2.9 Now available!
http://news.softpedia.com/news/git-2-9-source-code-management-system-is-a-major-release-with-many-new-features-505210.shtml
An hidden rendering tutorial... Can be a gem:
http://www.falloutsoftware.com
Samsung aquires Joyent, makers of Node.js and Triton
https://www.joyent.com/blog/samsung-acquires-joyent-a-ctos-perspective
Using ltrace to debug a memory leak
http://jvns.ca/blog/2016/06/15/using-ltrace-to-debug-a-memory-leak/
How to spy on a Ruby program:
http://jvns.ca/blog/2016/06/12/a-weird-system-call-process-vm-readv/
Master programming with some patterns:
https://m.prod.facebook.com/notes/kent-beck/mastering-programming/1184427814923414
Don't forget to join our groups!
@theprogrammingartgroup
Italian group:
@theprogrammingartgruppo
OT group:
@theofftopicingart
Italian OT group:
@programmalaganja
42 tips about C++ by PVS-Studio:
http://www.viva64.com/en/b/0391/
Why are we there? When did the universe generate? Are we controlled by a super computer like in The Matrix?
http://www.codeproject.com/Lounge.aspx?msg=5255581#xx5255581xx
A nice PDF about dithering in 3D graphics (GLSL):
http://loopit.dk/banding_in_games.pdf
Take the Developer Tools Benchmarking Survey!
http://s.developereconomics.com/
'There are only two hard things in Computer Science:
Cache invalidation and naming things'
- Phil Karlton