Giter Club home page Giter Club logo

sroberts.github.io's Issues

Post: Threat Intel vs Hunt

This is a half formed idea, but the thought is that "Threat Intel" is a vendor function. Most organizations really want an intel driven IR team (Hunt team).

Python vs Ruby

I keep struggling with developing in Ruby or Python. Some other people might be interested. Or not. But I'd love to have the thought process documented.

Post: Overbranding in Security

  • Malware has names (one for each vendor)
  • Vulnerabilities have names (Shellshock, heart bleed, etc)
  • Actors have names (Enigmatic Penguin)

Being able to refer to things by name is great... but we're overdoing it.

Site: Implement Readin Time

Add reading time to posts.

{% assign ert = page.content | strip_html | number_of_words | divided_by:180 %}
{% assign ertremainder = page.content | strip_html | number_of_words | modulo:180 %}
{% if ertremainder >= 90 %}
    {% assign readtime = ert | plus:1 %}
{% else %}
    {% assign readtime = ert %}
{% endif %}

Based on HMFAYSAL's Blog.

XML Feed Errors Out

Apparently http://sroberts.github.io/atom.xml isn't working:

screen shot 2014-12-02 at 20 45 25

Drat and other things...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.