Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cbarrick
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cbarrick
6d ago
I think people are focusing on the training data issue too much. If the data was contaminated, I can still blame that on negligence. But, at least with the Navier-Stokes solution, it's clear [^1] that they learned that Alpöge and Buckm
2.
▲
by
cbarrick
7d ago
> it was a whole team at OpenAI working on the problem Well, a whole team plus $15 million in compute spend. (That's what OAI would have charged for the same number of tokens.)
3.
▲
by
cbarrick
14d ago
For sure. But I can definitely produce something good enough to get the job done in a much shorter time by bootstrapping myself from an LLM output and editing from there. (I do edit. Raw LLM output is such a drag to read. Too low signal.)
4.
▲
by
cbarrick
14d ago
I don't care if anyone else cares that my code has my voice. My voice doesn't add value to the code. But what other people think of my code is entirely beside the point that I'm trying to make. To me, code is a creative endea
5.
▲
by
cbarrick
14d ago
I am using LLMs more and more to help me write docs at work, simply because I do not have time to start these docs from scratch. And it pains me so much that my writing no longer sounds like me. This is fine at work, I guess. I'm not b
6.
▲
by
cbarrick
16d ago
I know I'm in the minority, but WFO works great for me. My office is in walking distance of my home. I get great office perks (lunch, coffee, quality meeting rooms, good desk and workspace). And having a second space for work that is n
7.
▲
by
cbarrick
1mo ago
That shell snippet will expand shell variables in double-quote strings. And apparently the entire reason for this fork is to not do that. Which is dumb. The canonical spec for .env should just be "whatever POSIX sh does."
8.
▲
by
cbarrick
1mo ago
One of eight color choices. Last one in the list. If anything, the argument works better as a reason to remove gray from the list.
9.
▲
by
cbarrick
1mo ago
The use of grayscale is a bit disingenuous. Gray is not the default color theme on macOS. The default is blue. So the criticism about using right/left to distinguish on/off doesn't really apply. In reality, the use of color d
10.
▲
by
cbarrick
1mo ago
TK has the formal title of CEO of Cloud. CEO of <thing> is a layer above SVP. Google has many layers of management.
11.
▲
by
cbarrick
2mo ago
The organicness of the original was really fun. Dunno if coordinating here really fits the HN vibe, but also go where the people are.
12.
▲
by
cbarrick
2mo ago
Are we coordinating factions here, like the original r/place? The social aspect was such a big part of the original. I'll start: # PURPLE FRAME # Our mission is to draw a purple frame around the canvas. 2 rows of blank space betwe
13.
▲
by
cbarrick
2mo ago
I can't see my cursor if it is placed on top of a cell that has already been colored.
14.
▲
by
cbarrick
2mo ago
There is a separate manual for dashes: https://type.today/en/journal/dash
15.
▲
by
cbarrick
2mo ago
The Turis Omnia runs a derivative of OpenWrt. They provide a custom UI with an option to switch to LuCI. It's easy to flash it to upstream OpenWRT, which is what I do.
16.
▲
by
cbarrick
3mo ago
Explain xkcd has links to the Wikipedia articles for each hole. https://www.explainxkcd.com/wiki/index.php/3266:_Holes
17.
▲
by
cbarrick
3mo ago
And for those that aren't aware, a PKGBUILD file is just a bash script.
18.
▲
by
cbarrick
3mo ago
Please adjust the color contrast. I can hardly see the cannon balls.
19.
▲
by
cbarrick
3mo ago
The journal regularly includes commentaries and editorials on political and economic topics [1][2]. Political talks regularly occur at the conference [3]. In fact, the trigger to all of this was a scheduled talk by Jay Bhattacharya, Directo
20.
▲
by
cbarrick
3mo ago
So you're concerned about my use of the word "paper." That's fair I guess. But the editorial in question was in fact published in a peer-reviewed scientific journal. Just so that we're all clear on the facts: - The
21.
▲
by
cbarrick
3mo ago
The editor-in-chief of a journal handing out a paper that was published in that journal at a conference for that journal... is quite different from ranting about space lizards in a public square. Your argument is a strawman: you are refutin
22.
▲
by
cbarrick
3mo ago
> $5,000 per violation if the violation is intentional or reckless.
23.
▲
by
cbarrick
4mo ago
Well now I gotta ask. What's up with CyberChron? The only thing I can find on Google is a website straight out of 1999 and lawsuit from 1995. They're obviously a US military contractor, but that's all I can tell.
24.
▲
by
cbarrick
4mo ago
www.metalevel.at is run by Prolog legend Markus Triska, author of CLP(FD)/CLP(Z). So it's not that they "discovered" anything about Prolog; they already knew the language inside out. This article explains how to appropri
25.
▲
by
cbarrick
4mo ago
I say it's the "standard" because all new public APIs must conform to the latest AIPs. But yes, Google has plenty of legacy APIs. And yes, GCE in particular is a HUGE pain.
26.
▲
by
cbarrick
4mo ago
This is a fork of Google's AIPs (API Improvement Proposals) [1], which is the standard for all of Google's public APIs. More context at [2]. [1]: https://aip.dev [2]: https://aep.dev/blog/history-o
27.
▲
by
cbarrick
5mo ago
Have I got a Wikipedia article for you! https://en.wikipedia.org/wiki/Qualia
28.
▲
by
cbarrick
5mo ago
Google has a similar clause in their employee contracts. I assume most tech companies do. That doesn't mean it is enforceable, though.
29.
▲
by
cbarrick
5mo ago
Well, it depends on the language. In Javascript, promises are eager and start executing immediately. They return control back to the caller when they need to wait. So in practice, all of your promises are running concurrently as soon as you
30.
▲
by
cbarrick
5mo ago
IIUC, this crate has similar restrictions to the std Mutex. So it depends on what you mean by "work with async code." First, lock acquisition seems to be a blocking method. And I don't see a `try_lock` method, so the naive pa
More ›