Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
archycockroach
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
archycockroach
10y ago
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 than one language, so I'm open to new ideas! Do symbo
2.
▲
by
archycockroach
10y ago
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 your practice is the means by which "technical peop
3.
▲
by
archycockroach
10y ago
Parcimonie's SSL cert is 760+ days expired... Do we trust it either?
4.
▲
by
archycockroach
11y ago
"Ultimately, this latest car hacking is yet another signal that industries usually disassociated from data security now need to start taking it seriously." Garbage.
5.
▲
by
archycockroach
11y ago
I'd say it falls into "geometric sans-serif" because of its adherence to primitive shapes and near-lack of adornment.
6.
▲
by
archycockroach
11y ago
#!/bin/bash # # 'High Performance' Server Statistics for Ubuntu LINEONE=$(landscape-sysinfo | grep Memory | awk 'BEGIN { FS = " " } ; { print $1 }' | tr ' ' '-') L
7.
▲
by
archycockroach
12y ago
while true; do echo "I'll have a life in $(expr 1400000000 - $(date +"%s")) seconds" && sleep 1; done