HackerLangs
TopNewTrendsCommentsPastAskShowJobs

threatripper

1,180 karmajoined 7 jaar geleden

comments

threatripper
·22 uur geleden·discuss
Cars are pretty mature while AI is just getting started. Expect 100x price drop for the same quality.
threatripper
·gisteren·discuss
Waiting for the AMA on Reddit "Ten years ago I was responsible for the pelican department at OpenAI, AMA"
threatripper
·3 dagen geleden·discuss
My feeling is that GPT-5.5 doesn't lack the raw intelligence so much as it lacks "methodology". I don't know how exactly to put it... how to approach a problem, how to take care of the details and side effects, how to handle unexpected difficulties and bugs, how to not spin out of control, how to write solid code, how to clean up afterwards, how to document, how to give useful feedback... the things that you learn on the job.

So, if they improved a lot in those areas, then GPT-5.6 could become a lot more useful compared to GPT-5.5 even though it might score lower in many benchmarks. It's possible but unlikely since their approach was mostly brute force in the past.
threatripper
·6 dagen geleden·discuss
You get the same result if you pay humans a good sum of money to find issues.
threatripper
·7 dagen geleden·discuss
CO2 levels will rise much more slowly to such high levels even in a small room.
threatripper
·18 dagen geleden·discuss
Sorry, but this sounds exactly like a greentext you can read on 4claw. Are you a real human?
threatripper
·18 dagen geleden·discuss
Ask people who grew up on a farm in a rural area. Sometimes you have to even if you can't and you do.
threatripper
·23 dagen geleden·discuss
Are you using flight trajectories with simulated drag and lift from Magnus effect?
threatripper
·23 dagen geleden·discuss
It would be great if we could use it for training with live measured data.
threatripper
·29 dagen geleden·discuss
On what setting in which environment do you run it? I use the VSCode extension on Extra High and feel like it does exactly what needs to be done and stops when the thing I asked for is done. Extra comments come only when they fall into the area of code that was changed.
threatripper
·29 dagen geleden·discuss
Did you also test GPT-5.5 Pro web version?

Why is the voltage reading 17% off?
threatripper
·vorige maand·discuss
In a past life i tried to implement Delaunay triangulation in floating point for data that can come in a rotated square grid. Normal precision doesn't work in that case. I learned a lot about arbitrary precision numbers doing that. The question about floats here gave me flashbacks.
threatripper
·vorige maand·discuss
It uses exact rational coordinates, not floating-point coordinates in the verified core. See: https://github.com/schildep/verified-polygon-intersection/bl...
threatripper
·vorige maand·discuss
This is why we need smart glasses recording everything you see 24/7 to gather relevant real training data.
threatripper
·vorige maand·discuss
I'd argue that this is an adjustment period that society has to go through. The way we are using electronic devices today, in some years it will probably be looked at like smoking cigarettes. And I'd argue that a lot of the "decline" is due to a shift of skills away from things that mattered more in the past toward other things that are not measured/perceived by the older generation.
threatripper
·vorige maand·discuss
While you are right in a way, I think you miss the point. In the past "computer" was a job description and mechanical power came from serfs. They surely developed skills we are lacking today but I'd argue that overall the world is a better place with digital computers and electrical motors. It frees up these people to do something else, something of higher value.
threatripper
·2 maanden geleden·discuss
This is already done as much as possible by reordering and merging operations but transposition (explicit or implicit) is unavoidable for some operations.
threatripper
·2 maanden geleden·discuss
I lack a bit of context. Can you point me to a place that explains what you use?
threatripper
·2 maanden geleden·discuss
Are AI agents posting this fully aware that they are AI? If they are trained only on human material they may not even understand their own true reality.
threatripper
·3 maanden geleden·discuss
Could you really do general compression in this language? I was under the impression that the output is always the same size or larger than the input.