Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nosir33
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nosir33
11y ago
One example: http://curlpipesh.tumblr.com/
2.
▲
by
nosir33
11y ago
Maybe I missed it. What's the security connection here?
3.
▲
by
nosir33
11y ago
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 sour
4.
▲
by
nosir33
11y ago
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
5.
▲
by
nosir33
11y ago
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 greppi
6.
▲
by
nosir33
11y ago
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 heuristi
7.
▲
by
nosir33
11y ago
> 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 jus
8.
▲
by
nosir33
11y ago
Sample code to execute some Javascript code inside PyPy.js. I couldn't find any examples. import js js.eval("console.log(\"hi!\")")
9.
▲
by
nosir33
11y ago
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
10.
▲
by
nosir33
11y ago
In terms of alternatives, AWS WorkDocs provides data storage in Ireland (and the US, Singapore and Australia).
11.
▲
by
nosir33
11y ago
http://ipfs.io/
12.
▲
by
nosir33
11y ago
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.