HN user

petters

2,769 karma

I work with computer vision and machine learning.

Posts20
Comments934
View on HN
github.com 6mo ago

Anything: Import anything into Python (generated by LLM)

petters
4pts0
discuss.python.org 1y ago

Free-threaded build is not experimental in Python 3.14

petters
2pts1
arxiv.org 1y ago

Optimality of Gerver's Sofa

petters
131pts36
www.cnbc.com 4y ago

Klarna to lay off 10% of its workforce as souring economy hits

petters
1pts0
www.linkedin.com 5y ago

Tesla confuses waving flags for red lights

petters
1pts2
news.ycombinator.com 6y ago

Show HN: Two-hour project: Quick directory switching with fuzzy matching

petters
1pts1
www.spacejam.com 6y ago

Space Jam (1996)

petters
2pts1
openai.com 6y ago

Deep Double Descent

petters
3pts0
github.com 7y ago

Show HN: Webassembly with only clang/LLVM 8

petters
7pts3
daniel.haxx.se 7y ago

QUIC and missing APIs

petters
2pts0
arstechnica.com 7y ago

Quantum observers with knowledge of quantum mechanics break reality

petters
126pts154
github.com 8y ago

Show HN: Real-time Chess

petters
3pts1
www.strandmark.net 8y ago

Show HN: Prediction Game – Try to Generate Random Bits

petters
1pts0
strandmark.wordpress.com 9y ago

The Vector from Japanese to Western Movies

petters
1pts0
preshing.com 9y ago

Can Reordering of Release/Acquire Operations Introduce Deadlock?

petters
1pts0
www.strandmark.net 9y ago

Show HN: Integer Programming in the Browser

petters
52pts5
research.googleblog.com 9y ago

Announcing Guetzli: A New Open Source JPEG Encoder

petters
14pts3
badcyber.com 9y ago

Dropbox surprise – deleted files magically reappear after several years

petters
6pts3
medium.com 9y ago

A blind person rode a Google car alone in 2015

petters
1pts0
www.newscientist.com 9y ago

Synthetic supermicrobe will be resistant to all known viruses

petters
1pts1

If we give an LLM a prompt that reads “The following is a conversation between Julius Caesar and Genghis Khan,” it will generate a coherent dialogue between the two historical figures. But no matter how detailed the responses are, no matter how vividly they recount their respective historical accomplishments, we would never conclude that the LLM has conjured up digital re-creations of Julius Caesar and Genghis Khan, nor would we suggest that the historical figures are conscious

They might be in principle. It could be that the best way to generate a plausible dialogue is to bring up re-creations of the characters and have them act it out. LLMs definitely have been demonstrated to have world models in some cases. That helps generating text.

Dungeon Crawler Carl is not science fiction. At least I would not recommend it to someone looking for science fiction with “interesting ideas.” It’s a comedy about an RPG with magic.

But if that’s what you’re looking for, it’s pretty good

On a 34" ultrawide monitor, it was too easy to put YouTube running on the left side, and whatever else on the right.

Yes, if you were doing that, almost any change to your environment that stops that will be good. I don't think you'd have to give up your monitor.

That challenge was pretty stupid. I could read the question and I’m not even a native speaker. We can of course easily come up with much better challenges

As a TA, I've seen adults try to pass initial college calculus many times (and failing - you were allowed to try several times) with enormous effort. It's not a small multiplier

And this was still people selected from the small subset of the population choosing an engineering major. Human are much, much more different than you seem to think

ai;dr 5 months ago

I think that bias is not due to the proportion of books and more due to how they are fine-tuned after the pretraining.

Going from 220 to 450 ms would be a disaster in my project. It has many thousands of files. Recompilation of almost everything happens from time to time.

If those made-up numbers were true, they would be very significant and an argument in favor of keeping the code in C

C++ doesn't take longer to compile if you don't abuse templates.

Surprisingly, this is not true. I've written a C++ file only to realize at the end that I did not use any C++ features. Renaming the file to .c halved the compilation time.

Claude Opus 4.6 6 months ago

We build Claude with Claude.

Yes and it shows. Gemini CLI often hangs and enters infinite loops. I bet the engineers at Google use something else internally.