Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
csullivannet
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
csullivannet
23d ago
Oh, so forced labour then?
2.
▲
by
csullivannet
24d ago
API calls get more expensive, not less, as you've loaded more context. This is exactly when you want to switch to cheaper models.
3.
▲
by
csullivannet
5mo ago
Maybe they're putting out a weather balloon to test sentiment. That way when they're caught they can just point at the other page to say it was just a mistake.
4.
▲
by
csullivannet
6mo ago
I think with power tools on Windows 11 at least it forces the privilege escalation window to pop under.
5.
▲
by
csullivannet
6mo ago
What do you do with the hydrogen once you're back
6.
▲
by
csullivannet
7mo ago
Yes
7.
▲
by
csullivannet
7mo ago
For me it's mostly just that the SSH performance on a large monorepo is much worse than HTTPS.
8.
▲
by
csullivannet
7mo ago
> Trusted emergency contacts must be existing Bitwarden users While the motivation is similar this basically kills the feature. It requires that your friends not only use but continue to maintain their accounts. From my understanding of
9.
▲
by
csullivannet
10mo ago
> when GitHub goes down once every 2 years Uhh ... More like every two weeks there's some kind of incident.
10.
▲
by
csullivannet
10mo ago
I don't see a reason not to be loyal to Steam. I probably spend just as much if not more than console gamers but in return I get so much more value.
11.
▲
by
csullivannet
10mo ago
If AI really generates the value it claims to cutting jobs is short sighted. If existing human knowledge is commoditized, then we should be able to invest in generating new knowledge, and creating new kinds of products that were not even po
12.
▲
by
csullivannet
10mo ago
$45/hr is low for GTA. I was making about that in Toronto in 2017 with two years experience, one year vocational degree, and a bachelor's in a completely unrelated field.
13.
▲
by
csullivannet
1y ago
Maybe this is my Golang dev leaking, but I intuitively thought that `try: / except:` in Python is essentially the same thing as `if err != nil`, just my IDE doesn't scream at me if I don't catch them.