A channel with programming news and tips and tricks, for beginners but also for experienced programmers. 💻
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 Windows parody emulator:
http://www.windows93.net/
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
How bad is the Windows command line really?
http://blog.nullspace.io/batch.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
http://news.softpedia.com/news/trojan-in-155-google-play-android-apps-affects-2-8-million-users-506849.shtml
Tags: #android #security
https://www.youtube.com/watch?v=dYBZMRWcEBk
Читать полностью…Steamworks vulnerabilities (suggested by Till):
http://news.softpedia.com/news/xss-and-csrf-bugs-in-steam-dev-panel-lets-anyone-be-a-valve-admin-502394.shtml
Criticism of Java-style Object Orientation, wrapped nicely into a story about Javaland, the kingdom of nouns
http://steve-yegge.blogspot.de/2006/03/execution-in-kingdom-of-nouns.html
Free WiFi from hotspot:
https://flippylosaurus.eu/index.php/2016/07/22/hotspot-security-for-dummies/
by @Flippylosaurus
The Birth and death of JavaScript:
https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript
Note: this Talk is not serious
You can submit images and links to @matthu, @notafile, @dukeastar and @m_tte63
Читать полностью…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/
https://blog.codeship.com/an-introduction-to-crystal-fast-as-c-slick-as-ruby/
Читать полностью…Most languages suck!
https://wiki.theory.org/YourLanguageSucks
http://www.javaworld.com/article/2078623/core-java/jvm-performance-optimization-part-1-a-jvm-technology-primer.html
Tags: #Java #optimization #programming
https://www.quora.com/If-there-was-a-war-of-programming-languages-which-would-you-support-and-why
Читать полностью…https://dzone.com/articles/why-do-so-many-programmers-hate-agile
Читать полностью…If programming languages were vehicles (suggested by Edgar):
http://crashworks.org/if_programming_languages_were_vehicles/
http://preshing.com/20120612/an-introduction-to-lock-free-programming/
Tags: #programming
https://www.onthewire.io/making-money-by-abusing-phone-based-two-step-verification/
Читать полностью…C Memory management techniques used in "NetHack" (a popular terminal-based roguelike)
http://nethack4.org/blog/memory.html