Viewing profile — archycockroach
archycockroach
HN member- Joined
- Tue, May 13, 2014, 3:37 PM UTC
- HN karma
- 11
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About archycockroach
No profile information was provided.
Recent public activity
-
comment
Comment #13110814
My method is DIY and dirty: Git project folders generally sorted by language, in Dropbox for availability across computers. It's not perfect when I have projects that span more tha…
-
comment
Comment #11999916
I've been mulling on this for a day now. I have some concerns. I am not trying to be rude by asking this, but I think it bears consideration: Do you think that exposing an API to y…
-
comment
Comment #11436889
Parcimonie's SSL cert is 760+ days expired... Do we trust it either?
-
comment
Comment #10183679
"Ultimately, this latest car hacking is yet another signal that industries usually disassociated from data security now need to start taking it seriously." Garbage.
-
comment
Comment #10155205
I'd say it falls into "geometric sans-serif" because of its adherence to primitive shapes and near-lack of adornment.
-
comment
Comment #9774635
#!/bin/bash # # 'High Performance' Server Statistics for Ubuntu LINEONE=$(landscape-sysinfo | grep Memory | awk 'BEGIN { FS = " " } ; { print $1 }' | tr ' ' '-') LINETWO=$(landscap…
- comment
-
comment
Comment #7738660
while true; do echo "I'll have a life in $(expr 1400000000 - $(date +"%s")) seconds" && sleep 1; done