Programming is terrible — Lessons learned from a life wasted
https://youtu.be/csyL9EC0S0c
#talk #humor
https://youtu.be/csyL9EC0S0c
#talk #humor
YouTube
Programming is terrible—Lessons learned from a life wasted. EMF2012
http://programmingisterrible.com/ https://mastodon.social/@tef
A bad programmer talks about bad programming, from EMF 2012 (http://twitter.com/emfcamp/)
Slides (PDF) — https://github.com/tef/emfcamp2012/raw/master/programming_is_terrible.pdf
Slides (keynote…
A bad programmer talks about bad programming, from EMF 2012 (http://twitter.com/emfcamp/)
Slides (PDF) — https://github.com/tef/emfcamp2012/raw/master/programming_is_terrible.pdf
Slides (keynote…
Forwarded from Syra's Techbinder
http://fredkschott.com/post/2014/06/require-and-the-module-system/
Almost any Node.js developer can tell you what the require() function does, but how many of us actually know how it works? We use it every day to load libraries and ...
Tags: #webdev #NodeJS
Almost any Node.js developer can tell you what the require() function does, but how many of us actually know how it works? We use it every day to load libraries and ...
Tags: #webdev #NodeJS
Think before you parallelize: a guide to parallelizing
https://jackmott.github.io/programming/2016/08/30/think-before-you-parallelize.html
#parallel
https://jackmott.github.io/programming/2016/08/30/think-before-you-parallelize.html
#parallel
jackmott.github.io
Think Before You Parallelize
In 2005 Intel release the Pentium D, which began the era of multi-core desktop CPUs. Today, even our phones have multiple cores. Making useof all of those c...
Forwarded from Rock Neurotiko
The Codeumentary
Demystifying The Regular Expression That Checks If A Number Is Prime
Ever wondered how the ^.?$|^(..+?)\1+$ regular expression can tell you if a number is not prime? In this blog post you'll learn how and why it works. Code examples in Java, JavaScript, Python and Perl are provided.
Differences between GPL, LGPL and BSD:
https://fosswire.com/post/2007/04/the-differences-between-the-gpl-lgpl-and-the-bsd/
#misc
https://fosswire.com/post/2007/04/the-differences-between-the-gpl-lgpl-and-the-bsd/
#misc
Don't forget we have #groups:
@theprogrammingartgroup
@letstalkprogramming
Italian groups:
@theprogrammingartgruppo
@programmalaganja
OT groups:
@theofftopicingart
@letstalkanything
@theprogrammingartgroup
@letstalkprogramming
Italian groups:
@theprogrammingartgruppo
@programmalaganja
OT groups:
@theofftopicingart
@letstalkanything
Forwarded from Syra's Techbinder
A Blogger who started out as an Electrical Engineered describes how he learned to program
danluu.com/learning-to-program/
danluu.com/learning-to-program/
Seagate sued by angry staff following phishing data breach:
http://www.zdnet.com/article/seagate-sued-by-angry-staff-following-phishing-data-breach/
http://www.zdnet.com/article/seagate-sued-by-angry-staff-following-phishing-data-breach/
ZDNET
Seagate sued by angry staff following phishing data breach
Seagate HR fell for a phishing scam and released sensitive employee data. The staff affected by the disaster want compensation.
Forwarded from Syra's Techbinder
http://samrowe.com/wordpress/advancing-in-the-bash-shell/
This tutorial shows some bash's amazing features "that will increase your productivity in the shell."
Tags: #programming #Bash #Linux
This tutorial shows some bash's amazing features "that will increase your productivity in the shell."
Tags: #programming #Bash #Linux
Forwarded from The Daily C++
Tags: #nullpointerexception #cpp #effect #differenceos #test
https://cristianadam.eu/20160914/nullpointerexception-in-c-plus-plus/
"For those familiar with languages like Java, and C#, something like NullPointerException shouldn’t come as a surprise. But what about C++? C++ also has exceptions, right?"
https://cristianadam.eu/20160914/nullpointerexception-in-c-plus-plus/
"For those familiar with languages like Java, and C#, something like NullPointerException shouldn’t come as a surprise. But what about C++? C++ also has exceptions, right?"
cristianadam.eu
NullPointerException in C++ - Cristian Adam
For those familiar with languages like Java, and C#, something like NullPointerException shouldn’t come as a surprise. But what about C++? C++ also …