Viewing profile — faulteh
faulteh
HN member- Joined
- Fri, Aug 29, 2014, 1:57 AM UTC
- HN karma
- 1
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About faulteh
SysAdmin (mainly Linux) and Developer (mainly Python). Needs more cloud.
Recent public activity
-
comment
Comment #8240981
Try implementing something that has a real world use case. It may not matter that your use case doesn't have much of an audience. My first Python web app was a syslog search/filter…
-
comment
Comment #8240961
Damn for a minute I thought it might have been over the 80% price increase for Civ5: Beyond Earth for Australian residents... but it's the 'oh no refund!' thing instead. Valve real…
-
comment
Comment #8240936
wget as a service...?
-
comment
Comment #8240887
Immediately ^'d this post for it's usefulness, but I put this in my .bashrc instead: function body_alias() { sed -n $1,$2p $3 } alias body=body_alias I used to have little scripts …