Rodolfo Wilhelmy

Results 24 issues of Rodolfo Wilhelmy

Just a simple addition to make the tool point to a different dictionary file. Defaults to the original source: `dicts/rockyou.txt`. Usage: ``` DICT_FILE=./another-wordlist.txt ./naive-hashcat.sh ```

**Problem**: I couldn't find a way to request a change to an open data portal reference in https://www.data.gov/open-gov **Suggestion**: Add [the CSV containing the list of open data sites](https://www.data.gov/media/2013/11/opendatasites1.csv) to...

content
public feedback
open gov

Initial discussion https://github.com/osmlab/to-fix/issues/152 TL;DR we are adding projects to allow the community to use the platform for planning their own tasks. TODO - [ ] Add a view similar to...

icebox

Notify user and a sec group, if my account signs in far away from my last login (e.g. different country, city, 500KM away from home). This could be a sign...

rule

It's a industry-wide practice to send an email to a user when a login is made from a unknown device. A PoC would consist of a lambda function that parses...

rule

See the discussion in #79 TODO - [x] Add a new rule for the ConsoleLogin event - [x] Add s3 permissions - [x] Generate device ids - [x] Persist ids...

The Sunlight Foundation tiene una arquitectura bastante buena de su "Congress API": http://sunlightlabs.github.com/congress/ Creo que poder pasar lat, lng de parámetros sería muy útil `/legislators/locate?latitude=42.96&longitude=-108.09` pues quitaríamos toda la magia...

[looks like link in zsh-theme installation is broken](https://github.com/zhm/geobox/blob/master/cookbooks/core/recipes/default.rb#L184), which makes the provisioning to hang for a while ``` bash ➜ ~ curl https://raw.githubusercontent.com/gist/1e701eb696d8804fa19c/c729347309a79f6820f4ad6feb7b517242755510/hackbox.zsh-theme 400: Invalid request ➜ ~ ```

I noticed that postgres users where not being setup, as expected in https://github.com/zhm/geobox/blob/master/cookbooks/core/recipes/default.rb#L86, so I did a `vagrant provision` and catched this: ``` bash ==> default: Error executing action `run`...

I'm passing template0 to create a virgin database (http://www.postgresql.org/docs/8.1/static/manage-ag-templatedbs.html), thus fixing the issue with LATIN1 encoding. I'm also adding the locale param to match the encoding and default language. Some...