One example: http://curlpipesh.tumblr.com/
HN user
nosir33
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 code: https://github.com/jbt/markdown-editor
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 page. It would be cool if this was static HTML and the markdown was rendered in JS.
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 find my self grepping logs on the prod servers.
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.
Simple heuristics like the number of WARN level logs a minute may be useful.
Beyond that it sounds interesting. It may be hard to do in a general way, so focusing on Apache logs or something common may be a simpler task.
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 toolset just to perform simple queries I am going to give up and waste the the teams time by getting them to perform the queries for me.
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 here in error, please contact us. Be sure to include your browser version.
In terms of alternatives, AWS WorkDocs provides data storage in Ireland (and the US, Singapore and Australia).
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.