Hacker Newsnew | past | comments | ask | show | jobs | submit | wampler's commentslogin


Just a note -- HN usually does a pretty decent job of catching reposts/duplicates when you submit the story... I've tried to submit stuff sometimes and been notified that it's been posted already.


Good luck reading localStorage server-side!


NO, they didn't.


Cool! Wish there would be a Django wrapper, but then realised it is designed for asyncio


Abusing locals() - learnt it from @jroller

def foo(): """ >>> foo() {'a': 1, 'c': 3, 'b': 2} """ a = 1 b = 2 c = 3 return locals()


Thanks for sharing!


"Not in the way you are probably thinking, but used for ground ops leading to spacewalks, checks and balances obv" - Collin Estes


There's a whole bunch of space system support software that isn't hard scientific code (which is handled by a totally different team), but rather for specific management-related tasks. This code is written in all the web technologies and frameworks one would expect.

Edit: I'm wondering about the downvotes, since I've actually written such software.


TODO: Hello World Exercise

#include <QCoreApplication>

int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); return app.exec(); }


So when can we use it?


I am about to start a project in Vue and I am so glad 1.0 is out


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: