http://securityaffairs.co/wordpress/49783/malware/locky-embedded-scripts.html
Tags: #security #ransomware
The "Open Source Gardener"
http://words.steveklabnik.com/how-to-be-an-open-source-gardener
To the ~600 people that have joined since we last posted a link to our groups (thank you for joining, by the way):
We have several groups where you can discuss programming and development. We'd love to talk with you!
International:
@theprogrammingartgroup
Italian:
@theprogrammingartgruppo
http://www.gamasutra.com/view/feature/130848/how_to_prototype_a_game_in_under_7_.php
Читать полностью…We hear a lot about "Rockstar developers", but is it really what we want?
https://dev.to/developerscode/there-are-rockstars-and-there-are-bands
Things every CS major should know
http://matt.might.net/articles/what-cs-majors-should-know/
For the art of programming, might be interesting http://news.softpedia.com/news/xss-and-csrf-bugs-in-steam-dev-panel-lets-anyone-be-a-valve-admin-502394.shtml?utm_content=bufferde782&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
Читать полностью…A short intro to using the basic functions of Git/Github properly
https://stories.devacademy.la/how-to-use-github-like-a-proper-human-being-1a9c895c4e13
A short tutorial about Inline Assembly for GCC, a terribly hard topic but useful in CPU intensive code (restyled webpage by Matth).
http://upitasoft.com/link/GCC-Inline-Assembly-HOWTO.html
A Reddit clone in 666 lines of Assembly!
https://m.reddit.com/r/programming/comments/b0a2z/a_reddit_clone_in_two_evenings_and_666_lines_of/
In this 2013 talk at OHM, "Sprite_tm" hacks his hard drive controller and runs linux on it
http://bofh.nikhef.nl/events/OHM/video/d2-t1-13-20130801-2300-hard_disks_more_than_just_block_devices-sprite_tm.m4v
Top Ten Career Changing Programming Books
http://www.nomachetejuggling.com/2014/02/05/top-10-career-changing-programming-books/
Bad habits many programmers have, and how to fix them
http://www.yacoset.com/Home/signs-that-you-re-a-bad-programmer
Good habits many programmers have and how to get them
http://www.yacoset.com/Home/signs-that-you-re-a-good-programmer
Quake's Lighting Model: Surface Caching
https://www.bluesnews.com/abrash/chap68.shtml
A book-in-progress about the linux kernel and its insides.
https://github.com/0xAX/linux-insides
Was a CSS tutorial for centering things needed? Yep it was!
https://css-tricks.com/centering-css-complete-guide/
http://www.javaworld.com/article/2078623/core-java/jvm-performance-optimization-part-1-a-jvm-technology-primer.html
Tags: #Java #optimization #programming