Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uluyol
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
uluyol
1mo ago
The water use comes from evaporative cooling, not liquid cooling. Liquid cooling pulls heat away from the chips. Evaporative cooling takes it out of the building. There are alternatives, but evaporative cooling is very energy efficient.
2.
▲
by
uluyol
2mo ago
> quadratic time in N! I read this as O( (N!)^2 ).
3.
▲
by
uluyol
4mo ago
What makes you think there was no competition?
4.
▲
by
uluyol
6mo ago
Electricity? It's probably one of the best places in the world to have a solar+battery installation?
5.
▲
by
uluyol
7mo ago
It just needs to be anything that will force OpenAI to IPO.
6.
▲
by
uluyol
8mo ago
They count as a different type of failure. We knew what to do but screwed up hard is a operational failure and we didn't plan for it is a design/planning failure. The people who are hurt might not care, but understanding the root
7.
▲
by
uluyol
9mo ago
Are these the current prices or the prices at the time the models were released?
8.
▲
Benchmarking LLMs on open source Vulkan
(airlied.blogspot.com)
2 points
by
uluyol
1y ago
|
0 comments
9.
▲
by
uluyol
1y ago
They had contracts which forced them to buy Global Foundries even lasting into Zen 2 (I believe they used it with the IO die).
10.
▲
by
uluyol
2y ago
Layoffs might have to with what a person is working (project is no longer business priority, just cutting based on performance might lead to delays) or what team a person is working on (whole org gets the axe).
11.
▲
by
uluyol
2y ago
How is 1 false? Log improvement means for 10x the cost the model is 2x as good. For 100x the cost, the model is 3x as good. Not a curve to be happy about TBH. You need to simultaneously find big efficiency wins and drive up costs substantia
12.
▲
by
uluyol
2y ago
AMD is not ready to have a full announcement for their new consumer GPUs: https://morethanmoore.substack.com/p/where-was-rdna4-at-amds...
13.
▲
by
uluyol
2y ago
Go stacks are dynamically copied and resized. Stack overflow is not a concern.
14.
▲
by
uluyol
2y ago
I think the discussions in these threads show how accurate the framing of this article is. You have some people celebrating Google and friends (slowly) leaving the C++ ecosystem and those that continue to emphasize the flaws that have drive
15.
▲
by
uluyol
2y ago
You might be interested in this talk: https://go.dev/blog/ismmkeynote
16.
▲
by
uluyol
2y ago
Around the time the CoC was being established, Linus went to therapy. If I recall correctly, some people had spoke to him about his behaviors and he decided to do something about it. I think it was done in private so it's unclear how m
17.
▲
by
uluyol
2y ago
Go very much is memory safe in the absence of data races. Data races cause issues in all languages, though it's fair to say that Go is affected slightly more than languages like Java. Rust is a bit special by making data races hard to
18.
▲
by
uluyol
2y ago
ICEs have a lot of advantages that make them much better suited than EVs to certain tasks (extreme climates and remote locations, for example). They will likely stick around for niche use cases (at least) for quite a long time. As for why P
19.
▲
New Unique Package
(go.dev)
3 points
by
uluyol
2y ago
|
0 comments
20.
▲
by
uluyol
2y ago
This idea was explored over a decade ago, in the context of cloud computing: https://www.cs.cmu.edu/~fawnproj/
21.
▲
by
uluyol
2y ago
Google most certainly uses TPUs for training.
22.
▲
by
uluyol
2y ago
> Is it any more horrifying or unethical to decide without AI? It is harder to get 1000 people to participate in an unethical military campaign than it is to get 10 people. So if you can make those 10 people 100x as efficient...
23.
▲
by
uluyol
2y ago
There are efforts from industry to try to secure open source, e.g., https://cloud.google.com/security/products/assured-open-sour... I suspect some variant of this will grow so that some companies, MS/GitHub f
24.
▲
by
uluyol
2y ago
The chances of getting Nouveau working well on older Nvidia hardware are essentially zero. There are legal issues with firmware redistribution. > Little hope of reclocking becoming available for GM20x, GP10x and GV100 as firmware now nee
25.
▲
by
uluyol
2y ago
Which regressions for Nvidia hardware are you talking about? Nouveau supports seriously ancient Nvidia hardware. It's perfectly reasonable to make a clean break once in a while (both AMD and Intel have done it in their open source driv
26.
▲
by
uluyol
2y ago
The kernel driver manages things like display setup, memory management (isolation between processes), and funneling of commands from user space to the hardware. This is more a replacement for Nouveau than NVK. NVK generates the commands to
27.
▲
by
uluyol
2y ago
The problem with Nouveau was that Nvidia hardware could not be reclocked (the cores were basically always in low power mode) without a signed firmware blob. That blob couldn't be legally distributed except by Nvidia, so the open source
28.
▲
by
uluyol
3y ago
Ah yes, guilty until proven innocent. Yes, the assumption upon which all civilized societies are founded. /s
29.
▲
by
uluyol
3y ago
I'm sure this depends on engineering culture, but at Google, where Go was born, there is "one way to write C++" and that is dictated by the style guide. You have to learn many restrictions, a number of which feel arbitrary&#x
30.
▲
by
uluyol
3y ago
Not sure early versions of rust is the best example of refcounting overhead. There are a bunch of tricks you can use to decrease that, and it usually doesn't make sense to invest too much time into that type of thing while there is so
More ›