wampler | 9 years ago | on: How to pay programmers less
wampler's comments
wampler | 9 years ago | on: HTTP2 Push: The details
wampler | 9 years ago | on: Did Amazon Just Kill Open Source?
wampler | 9 years ago | on: Show HN: 1M rows/s from Postgres to Python
wampler | 9 years ago | on: Ask HN: What's your favorite Python quirk?
def foo(): """ >>> foo() {'a': 1, 'c': 3, 'b': 2} """ a = 1 b = 2 c = 3 return locals()
wampler | 9 years ago | on: Ask HN: What's your favorite Python quirk?
wampler | 9 years ago | on: NASA Uses Node.js in Space Suits – Director of Software Engineering Confirms
wampler | 9 years ago | on: Qt 5.7 released
#include <QCoreApplication>
int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); return app.exec(); }
wampler | 10 years ago | on: Introducing Shadow DOM API
wampler | 10 years ago | on: Vue.js 1.0.0
wampler | 10 years ago | on: Show HN: JAWS – A JavaScript and AWS Stack
wampler | 11 years ago | on: Exploding Software-Engineering Myths (2009)
wampler | 11 years ago | on: Unreal Engine 4 is now available to everyone for free
wampler | 11 years ago | on: Scala.js no longer experimental