How to pay programmers less 10 years agoDuplicate? https://news.ycombinator.com/item?id=13116991 0ThreadHN
Show HN: 1M rows/s from Postgres to Python 10 years agoCool! Wish there would be a Django wrapper, but then realised it is designed for asyncio 0ThreadHN
Ask HN: What's your favorite Python quirk? 10 years agoAbusing locals() - learnt it from @jrollerdef foo(): """ >>> foo() {'a': 1, 'c': 3, 'b': 2} """ a = 1 b = 2 c = 3 return locals() 0ThreadHN
NASA Uses Node.js in Space Suits – Director of Software Engineering Confirms 10 years ago"Not in the way you are probably thinking, but used for ground ops leading to spacewalks, checks and balances obv" - Collin Estes 0ThreadHN
Qt 5.7 released 10 years agoTODO: Hello World Exercise#include <QCoreApplication>int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); return app.exec(); } 0ThreadHN
Show HN: JAWS – A JavaScript and AWS Stack 11 years agoThere's a server here -- it's just that it is not yours. 0ThreadHN
Exploding Software-Engineering Myths (2009) 11 years agoThe Mythical Man Month is damn correct. 0ThreadHN
Unreal Engine 4 is now available to everyone for free 11 years agoCurrent subscribers get a $30 refund and store credit. Good times! 0ThreadHN
Scala.js no longer experimental 11 years agoIs Scala.js recommended for small apps? Say something like Hello World? 0ThreadHN