HN user

nocivus

349 karma

[ my public key: https://keybase.io/noozo; my proof: https://keybase.io/noozo/sigs/f52Yx03D80l0IsxzHw8RyVu-LFpd7ydEqwtn7fz7RY8 ]

Posts86
Comments42
View on HN
github.com 5y ago

Phoenix Live View Trello Clone (Erlang/Elixir)

nocivus
3pts0
pedroassuncao.com 8y ago

Commonly used (and abused) Ruby Gems

nocivus
1pts0
pedroassuncao.com 8y ago

Commonly used and abused Ruby Gems

nocivus
1pts0
bitbucket.org 10y ago

Document management and OCR (or, going paperless with Ruby-On-Rails)

nocivus
1pts0
pedroassuncao.com 10y ago

OCR Using the New Open Google Cloud Vision API (Ruby)

nocivus
5pts1
pedroassuncao.com 10y ago

Lock/Unlock Ubuntu using your iPhone

nocivus
1pts0
medievalcode.com 12y ago

Internet speed test from the command line

nocivus
1pts0
medievalcode.com 12y ago

Dashlane - Great alternative to 1Password

nocivus
1pts0
medievalcode.com 12y ago

GPG Tools for OSX Mail on Mavericks (workaround)

nocivus
2pts0
pedroassuncao.com 12y ago

OSX Mavericks "You need a Java 6 runtime to run X" error dialog fix

nocivus
1pts0
pedroassuncao.com 12y ago

OSX Mavericks Developer Preview 4 boot stuck on wheel

nocivus
1pts0
pedroassuncao.com 13y ago

FISH Shell - Set tmux window/pane title based on current command and directory

nocivus
1pts0
pedroassuncao.com 13y ago

Ruby Bundle dependency tree image

nocivus
1pts0
news.ycombinator.com 13y ago

Ask HN: Resources for learning IOS programming

nocivus
5pts5
pedroassuncao.com 13y ago

Introducing DSeries : A torrent tvshow episode fetcher

nocivus
1pts0
pedroassuncao.com 13y ago

Found : a Quicksilver alternative for Mac OSX

nocivus
1pts0
pedroassuncao.com 13y ago

Nginx rewrite/redirect for blog url

nocivus
2pts0
pedroassuncao.com 13y ago

Automator service to resize image to several sizes

nocivus
1pts0
pedroassuncao.com 13y ago

Sets : Link collections made simple

nocivus
1pts0
pedroassuncao.com 13y ago

A collection of useful Ruby/Rails gems

nocivus
1pts0
bitbucket.org 13y ago

Simple Ruby-on-Rails blog

nocivus
2pts0
pedroassuncao.com 13y ago

Apple iPhone event 2012 in bullet points

nocivus
3pts0
jsf.inforviegas.pt 13y ago

Java appointment/event scheduling components

nocivus
2pts0
pedroassuncao.com 14y ago

Red Hot Chili Peppers lyrics generator

nocivus
4pts2
pedroassuncao.com 15y ago

My selection of top iPad 2 apps

nocivus
1pts0
pedroassuncao.com 15y ago

Earthquake information in Ruby

nocivus
1pts0
pedroassuncao.com 15y ago

Using Dropbox to automatically download torrents

nocivus
2pts0
pedroassuncao.com 15y ago

Guru meditation error

nocivus
1pts0
pedroassuncao.com 15y ago

OSX video streaming the easy way

nocivus
1pts0
pedroassuncao.com 15y ago

Dropbox plus Mercurial -driven development. Anyone tried that?

nocivus
1pts1

That is precisely my point in the post: A lot of times the problem itself changes. Not to mention the requirements that management sees as "details" but that, in reality, are complete game changers as far as the system architecture goes.

[dead] 16 years ago

Just because they say so, it does not make it false ;)

We will have to wait and see :)

Lol, I just noticed you also posted something on fabric. If I seen it I would not have submitted another entry.

One quick note. I think it's a good idea to explain that, since from the command line you are basically calling functions inside the fabfile.py, this allows you to define different environments. Something like:

def env1(): env.some_property = 'hehe'

def env2(): env.some_property = 'haha'

def deploy(): put('/%s/file.prop', '/somewhere_in_the_server/')

If you then run 'fab env1 deploy' you will copy the file under 'hehe' to the server. If you use env2 you will copy the other one. You are basically overriding the env variable. You can do the same to configure different paths for different target servers.

Really cool stuff :D

Thanks for the cool explanation. I never really dug into ssh that much, just posting a helper to connect without password ;)

So basically ssh-agent should be always running and you add your key to it (via ssh-add) and you never enter your password again, but the key still is generated with a passphrase? Correct?

Thanks

Well, my point was more like not having to think a lot about syntax. What about trying some work in the field of automatic tag generation? That would get rid of the problem, if successfully possible, right? ;)

I think it's a good idea. I wonder, however, if it could be implemented like this:

Send an email to post_tag1_tag2_tag2@posterous.com

I think the (Tags: tag1, tag2, tag3) syntax is a bit harder, though I have no idea if the other one would even be feasible (some clever virtual email address and parsing thing would have to be put in place, I guess).

Kill your blog 18 years ago

I totally disagree. I don't see the point in stopping to write web log entries just because twitter or facebook exist. I do not write on my web log in search of some form of hype. The reason I do write on it, is to serve two purposes: To keep track of stuff that I know I will eventually forget (and it will be extra fun to re-read it later :)), and to communicate some form of information to my friends and family.

Maybe, now that I think of it, it might be more interesting to start storing carrier pigeons or messages inside bottles, hmmmm...