nosir33 | 10 years ago | on: Don't copy paste from a website to a terminal
nosir33's comments
nosir33 | 11 years ago | on: Silon – Adders and Logic Gates in Pure CSS
nosir33 | 11 years ago | on: Show HN: This page exists only if someone is looking at it
http://jbt.github.io/markdown-editor/#bVPBTtwwEL37KwYt0u6W3a...
With source code: https://github.com/jbt/markdown-editor
nosir33 | 11 years ago | on: Show HN: This page exists only if someone is looking at it
nosir33 | 11 years ago | on: Grepping logs is terrible
nosir33 | 11 years ago | on: Grepping logs is terrible
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.
nosir33 | 11 years ago | on: Grepping logs is terrible
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.
nosir33 | 11 years ago | on: PyPy.js: A fast, compliant Python implementation for the web
import js
js.eval("console.log(\"hi!\")")nosir33 | 11 years ago | on: CSRF protection bypass due to Google analytics and weird server cookie parsing
nosir33 | 11 years ago | on: Dropbox moves to Ireland for all customers outside of North America
nosir33 | 11 years ago | on: Is Git a Block Chain?
nosir33 | 11 years ago | on: Critical Vulnerabilities in JSON Web Token Libraries