nosir33
No user record in our sample, but nosir33 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but nosir33 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
One example: http://curlpipesh.tumblr.com/
Maybe I missed it. What's the security connection here?
This one has a WYSIWYG editor and renders the markdown using only javascript. All content is in the URL and isn't even sent to the server. http://jbt.github.io/markdown-editor/#bVPBTtwwEL37KwYt0u6W3a... With source…
I think this is great. The page is basically a markdown viewer and the link has markdown encoded in it. If you pass the URL through a URL shortener, then the URL shortener is effectively hosting the content of your…
One of the initial challenges I see from an OPS perspective is that the most recent logs are often the most interesting. The latency of the logs being ingested into a DB would prevent me from using the DB. Generally, I…
I don't know of any systems that do this. As an software developer, I generally use log levels to indicate severity in my logs. So grepping for ERROR should catch anything I had the foresight to log at the ERROR level.…
> That's a lot more information than you could get from a binary log without any tools. The environment I work in I am frequently looking at logs that other teams generate. If I needed to ramp up on their custom logging…
Sample code to execute some Javascript code inside PyPy.js. I couldn't find any examples. import js js.eval("console.log(\"hi!\")")
You are visiting this page because we detected an unsupported browser. Your browser does not support security features that we require. We highly recommend that you update your browser. If you believe you have arrived…
In terms of alternatives, AWS WorkDocs provides data storage in Ireland (and the US, Singapore and Australia).
http://ipfs.io/
Can you expand? JWT are a good way to remove state from the service and the HMAC lets you trust it. This looks like an implementation bug, which is unfortunate, but not a reason to avoid the technology.