Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Turskarama
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Turskarama
8d ago
Of course it does, if you start filtering people out at random then you have pointlessly introduced the possibility of randomly filtering out the best candidate.
2.
▲
by
Turskarama
24d ago
Libraries do a LOT more than that. Abstractions also make LLMs more efficient, and lets some problems be handed off to much cheaper algorithms. They also mean that the way data is handled can be standardized which means you don't have
3.
▲
by
Turskarama
2mo ago
People have been told for so long that private companies are more efficient than government that they have started to simply believe it, as if the problems of large scale organisation aren't universal.
4.
▲
by
Turskarama
2mo ago
Unlike the hacking one, this would be impossible to bullshit as long as the proofs are released. They can be verified independently, and the alternative is that they solved 10 major open mathematical questions without the AI, which seems le
5.
▲
by
Turskarama
2mo ago
The thing you're missing here is timelines. The reason renewables are expensive is because it requires a grid upgrade to make it work, whereas replacing the old coal generators with new ones wouldn't so much. The kicker is though
6.
▲
by
Turskarama
2mo ago
> We now have a fully developed app that we are testing but found several features missing. So not fully developed then.
7.
▲
by
Turskarama
2mo ago
Sure, but that apparently only costs $500. If you do that once a month then that's still basically free. Hell if you do it once a week it's still about as much as a single cheap employee.
8.
▲
by
Turskarama
3mo ago
Yes but all of those things are independent of the size of the country, which is the point.
9.
▲
by
Turskarama
3mo ago
Do you imagine an infrastructure project in ANY country is managed like a project in a small company?
10.
▲
by
Turskarama
3mo ago
> - The United States is 85 times larger than Switzerland. The entire country of Switzerland is the size of a small US state. Covering the US with broadband is much harder than Switzerland. I see this argument come up a lot with regards
11.
▲
by
Turskarama
3mo ago
The difference is that the US companies are using it as a means to an end, they need to make just enough profit that the investors don't all get cold feet before they get to AGI. The Chinese companies on the other hand are trying to be
12.
▲
by
Turskarama
4mo ago
Just because the users were already sick when they started using ChatGPT doesn't mean that ChatGPT isn't exacerbating the issue. Sickness isn't a boolean condition. A big problem with LLMs in general when it comes to people l
13.
▲
by
Turskarama
4mo ago
In my experience AI can write _something_ from scratch, but often edge cases won't be handled until I go through and read the results or test it. Usually when I'm writing by hand I will naturally find the majority of edge cases as
14.
▲
by
Turskarama
5mo ago
Agile cannot go over budget or scope because those are failures of planning. Agile is the methodology that was developed specifically to counteract those problems with planning. Projects that use Agile can go over budget and scope but they
15.
▲
by
Turskarama
5mo ago
Which is fine, the average bike thief is not going to expect to need them.
16.
▲
by
Turskarama
5mo ago
Yes, there's a reason it was abandoned as a KPI almost as soon as it was introduced. Just because AI is writing the code instead now doesn't magically make it a good metric.
17.
▲
by
Turskarama
5mo ago
You should have kept reading. For performance-sensitive scenarios where case types include value types, libraries can also implement the non-boxing access pattern by adding a HasValue property and TryGetValue methods. This lets the comp
18.
▲
by
Turskarama
6mo ago
If Windows update does something weird what do you do?
19.
▲
by
Turskarama
6mo ago
> In many ways the quality of care in the US is far better than what folks get elsewhere, which in part is probably why there isn’t a total patient rebellion How sure of this are we really? Other countries mostly have problems with emerg
20.
▲
by
Turskarama
6mo ago
Actually you're right, I was going by the source code which was in the link of the comment you replied to, but I missed that that was specifically for divExact and not just primitive division.
21.
▲
by
Turskarama
6mo ago
More specifically, Zig will return an error type from the division and if this isn't handled THEN it will panic, kind of like an exception except it can be handled with proper pattern matching.
22.
▲
by
Turskarama
8mo ago
Have you ever had a concept you wanted to express, known that there was a word for it, but struggled to remember what the word was? For human thought and speech to work that way it must be fundamentally different to what an LLM does. The co
23.
▲
by
Turskarama
8mo ago
I have seen people say something along these lines what feels like every month for the past year.
24.
▲
by
Turskarama
9mo ago
The point is that it's a litmus test for how well the models do with niche knowledge _in general_. The point isn't really to know how well the model works for that specific niche. Ideally of course you would use a few of them and
25.
▲
by
Turskarama
9mo ago
I think ideally you need to practice both slow AND fast. You need to practice slow so you can notice and work on small details that can be skipped over with speed, and you need to practice fast because some things are legitimately different
26.
▲
by
Turskarama
9mo ago
The problem with publicly disclosing these is that if lots of people adopt them they will become targeted to be in the model and will no longer be a good benchmark.
27.
▲
by
Turskarama
9mo ago
The problem with integrating a chat bot is that what you are effectively doing is the same thing as adding a single bookmark, except now it's taking up extra space. There IS no advantage here, it's unnecessary bloat.
28.
▲
by
Turskarama
9mo ago
The computer chips used for AI generate significantly more heat than the chips on the JWST. The JWST in total weighs 6.5 tons and uses a mere 2kw of power, which is the same as 3 H100 GPUs under load, each of which will weight what, 1kg? So
29.
▲
by
Turskarama
10mo ago
They didn't actually fix this until a couple of months after they publicly revealed that this was the reason the game was so big and a lot of people pointed out how dumb it is. I saw quite a few comments saying that people put it on th
30.
▲
by
Turskarama
10mo ago
It actually is somewhat a limit of the technology. LLMs can't go back and modify their own output, later tokens are always dependent on earlier tokens and they can't do anything out of order. "Thinking" helps somewhat by
More ›