Viewing profile — jbay808
jbay808
HN member- Joined
- Mon, Oct 22, 2018, 6:02 AM UTC
- HN karma
- 7,338
- Public activity
- 2,006 items
- HN profile
- View on Hacker News ↗
About jbay808
https://thesearesystems.substack.com/
Recent public activity
-
comment
Comment #49267038
Yes, exactly. And it's the compression that makes this happen. If it was just curve-fitting then the LLM really would act like a stochastic parrot, and it wouldn't generalize; also…
-
comment
Comment #49264432
Imagine you're curve-fitting a bunch of data points on, say, the orbital motion of planets and asteroids. You get tons and tons of data on these orbital motions, and then put it in…
-
comment
Comment #47645889
If the proof of concept takes an hour to code up, or proving the market exists just takes a bit of googling, then sure, you can prepare that before the first meeting where you sugg…
-
comment
Comment #47645848
You must have very different kinds of meetings than I do. Unless you're going into that meeting with a rehearsed PowerPoint presentation, or there's a strict agenda that doesn't al…
-
comment
Comment #47645833
You can fire the shot and then patch the hole at the same time, proposing solutions to the same problem you pointed out, rather than just shooting and letting one person handle def…
-
comment
Comment #46361135
Definitely impressive as a proof of concept. A lot of the other problems can be solved with iteration. There are some IP67-rated drone motors meant to both fly and run underwater (…
-
comment
Comment #45433572
You can do a lot with chaos. One of the things it lets you do is find an unforced trajectory from the vicinity of any state to the vicinity of any other (accessible) state. Sensiti…
-
comment
Comment #45393021
You have to account for the energy required to break the bonds of the CH4, though. This means if you burn methane the usual way you get (CH4 + 2O2 --> CO2 + 2H2O + 803 kJ/mol); if …
-
comment
Comment #45392209
Interesting to see this on the HN front page. On the subject of methane pyrolysis, it turns out if you look at the Gibbs free energy calculation, about half of the energy of methan…
-
comment
Comment #45323451
It's mainly the laser itself that is the expensive part. If you only care about resolution it's easy, you just need a single-mode laser. But if you care about accuracy it's very di…
-
comment
Comment #45234529
Thanks, it should be fixed now!
-
comment
Comment #45233970
This one still keeps me up at night, especially the figure on the 6th page. https://web.archive.org/web/20180513182952/http://burro.case... The short summary of this hypothesis is …
-
comment
Comment #44173442
I disagree with the assertion that "VLMs don't actually see - they rely on memorized knowledge instead of visual analysis". If that were really true, there's no way they would have…
-
comment
Comment #44173381
If I were given five seconds to glance at the picture of a lion and then asked if there was anything unusual about it, I doubt I would notice that it had a fifth leg. If I were ask…
-
comment
Comment #43817772
This might be a great alternative to beryllium copper for the spring contact element in high-current electrical connectors.
- story
-
comment
Comment #42986947
Can you say more precisely what you mean?
-
comment
Comment #42986943
I mean that needing to scan the full context of tokens before the nth is inherent to the problem of sorting. Transformers do scan that input, which is good; it's not surprising tha…
-
comment
Comment #42986666
> I don’t really understand what you’re testing for? For this hypothesis: The intelligence illusion is in the mind of the user and not in the LLM itself. And yes, the notion was pr…
-
comment
Comment #42986254
It might seem like you could sort with just pairwise correlations, but on closer analysis, you cannot. Generating the next correct token requires correctly weighing the entire cont…
-
comment
Comment #42985515
I was interested in this question so I trained NanoGPT from scratch to sort lists of random numbers. It didn't take long to succeed with arbitrary reliability, even given only an i…
-
comment
Comment #42740935
Yes, this is how frequency-doubled lasers work (eg. 532 nm green laser pointers, which are generated as a harmonic from a 1064 nm Nd:YVO4 laser by a nonlinear KTP crystal).
-
comment
Comment #42361916
That's a great question! I have no idea. At low frequencies it should be very easy, because the sound is just a pressure measurement, so you can compare against a calibrated pressu…
-
comment
Comment #42354557
This project might be exactly what you're looking for: https://github.com/peterdsharpe/AeroSandbox
-
comment
Comment #42209458
This is correct, although in my experience the distribution is often more like a lognormal than a Gaussian: https://thesearesystems.substack.com/p/task-estimation-conqu...