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

If you already know C++, https://overexact.com/rust-for-professionals/ might be for you (disclaimer: I wrote this)


I prefer your guide if it is any consolation. Thanks for writing it


I've created a similar project a while back: https://github.com/autoapply/autoapply


Not immune, no. But the majority of work was figuring out the authentication logic and reading/writing the tokens in a way that is compatible with Azure CLI. The parsing of the REST API response is comparatively easy.

Azure is still changing a lot, but they also have an OK policy with their API changes, IMO. Old API versions are kept alive for some time, so there's always some time to migrate.


Nice service! +1

>Error from server (Forbidden): configmaps is forbidden: User "system:serviceaccount:pascalgn:pascalgn-user" cannot list resource "configmaps" in API group "" in the namespace "pascalgn"

Is that intended? Because I can get secrets, but not configmaps

Also, currently (?) there is no way to create services, so for now we can create Pods, but they cannot serve any data (or I did something wrong)


Yes! Config maps are coming very soon, just doing a bit of testing to ensure they're safely isolated. This is the next feature we'll add for sure!

As for services, that gets tricky due to our shared cluster design, and for now services can only be created thru the interface. Were working on tools that show users what their service yaml ought to be, but we're mostly focusing on demoing and educating users about the Deployment object. Via the interface you can expose an HTTP service (and we'll handle HTTPS termination), and TCP <-> internet is coming soon!

Thanks for giving it a test run!!


You're correct of course! Sorry, my bad! :(


Good point! Unfortunately, for most statements it's very difficult to find a source (hence this writeup in the first place). Where possible, I linked directly to the primary source (e.g. published paper)


Without proper source mentioned it's hard for people to believe anything.

By the way, article is good


I added some more references where possible!


I wanted to have a clear and concise page I could send to people spreading FUD that "facebook is hacking all our data!"

Any comments and feedback are very welcome!


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

Search: