Giter Club home page Giter Club logo

sroberts.github.io's Introduction

  • πŸ‘‹ Hi, I’m @sroberts
  • πŸ‘€ I’m interested in cyber security, national security, intelligence analysis... just a lot of security.
  • 🌱 I’m currently learning Swift app development.
  • πŸ’žοΈ I’m looking to collaborate on Swift security apps.
  • πŸ“« How to reach me ...

sroberts.github.io's People

Contributors

girasquid avatar kcreyts avatar krmaxwell avatar sroberts avatar telling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sroberts.github.io's Issues

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.

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.

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...

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).

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.