Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
really_operator
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
really_operator
7y ago
Thank you for the link. It sounds like they are talking about a TSA regulation, and not necessarily a law, though. Still very interesting, however, and I appreciate you following up.
2.
▲
by
really_operator
7y ago
Right, but you said it "was dismissed as the law was classified so could not be discussed in court", but I'm finding nothing that confirms that as true.
3.
▲
by
really_operator
7y ago
Do you have a source for this claim? I'm only finding sources saying the case was dismissed by the supreme without comment[1], and the 9th Circuit Court of Appeals did rule on it (in favor of Gonzales)[2]. [1] https://www.s
4.
▲
by
really_operator
8y ago
Go modules FTA: "Go modules are great, and probably the single best module system I’ve used in any programming language. Go 1.11 took my biggest complaint and turned it into one of my biggest compliments." https://githu
5.
▲
by
really_operator
8y ago
He says it in the next sentence. "...but with GOPATH its opinions extended beyond my Go work and into the rest of my system. [...] I already have opinions about how to use my computer."
6.
▲
by
really_operator
9y ago
I thought he said if money was no object...
7.
▲
by
really_operator
10y ago
I haven't tried Apricity, but I have tried Antergos, and you just described Antergos.
8.
▲
by
really_operator
10y ago
To reduce the need for ng-cloak, use ng-bind <p ng-bind="value"></p> instead of <p>{{value}}</p> It is preferable to use ngBind instead of {{ expression }} if a template is momentarily displayed b