Viewing profile — lamerose
lamerose
HN member- Joined
- Fri, Dec 15, 2023, 1:06 AM UTC
- HN karma
- 23
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About lamerose
No profile information was provided.
Recent public activity
-
comment
Comment #38741079
[flagged]
-
comment
Comment #38734533
Those are inputs, ground truth, and outputs from various methods, not training data. Not sure what their training data is though lol.
-
comment
Comment #38724939
Where do they show that?
-
comment
Comment #38690895
Focus, hike, relax, focus, hike, relax, focus, hike...
-
comment
Comment #38675838
>fMRI-to-image Not so impressive compared to EEG.
-
comment
Comment #38675506
This is from a paper published back in September btw: https://arxiv.org/pdf/2309.14030.pdf
-
comment
Comment #38675289
Subvocal speech recognition has been going just as long.
-
comment
Comment #38675084
Seems like it could just be getting at some phonetic encoding, or even raw audio information. The grammatical and vocab transformations could be accounted for by an imperfect decod…
-
comment
Comment #38666942
Elm can do iterative recursion, which is a thinly disguised loop without side effects.
-
comment
Comment #38666913
Lol. IMO the difference between an C and Assembly (as between vacuum tubes and the abacus) is really a difference in power, since it allows the same program to be implemented on di…
-
comment
Comment #38662289
For a better reading experience, try the pdf: https://journalofillusion.net/index.php/joi/article/view/983...
-
comment
Comment #38661975
The article is presenting a Scheme interpreter running in Scheme, compiled to WASM, not a Scheme compiler, but your idea is also cool. The WASM API apparently doesn't need a pre-ma…
-
comment
Comment #38661051
I admit a scenario in which you have to communicate everything that the abstract communicates is kinda contrieved, though it could happen if the article is the main target of your …
-
comment
Comment #38660301
Nah, this has more symbolic NLP vibes. LLMs mess up in subtler, more uncanny ways.
-
comment
Comment #38660141
I think this can result from cases where paraphrase isn't useful but still culturally expected. For example, you often need to introduce the central point of another paper before y…
-
comment
Comment #38659394
Not a fan of Python, but it isn't too bad pedagogically speaking. JS on the other hand... I hope WASM can one day kill it, leave it obsolete, and have it forcefully deprecated like…
-
comment
Comment #38655535
Preferable to doing the Javascript edition of SICP.
-
comment
Comment #38655206
>I think there are almost literally no software systems today that don't have bugs in them. Programs that have been formally verified with something like Coq can be bug free. Autom…
-
comment
Comment #38655111
Yes, alignment is difficult in itself, but why would aligning a more advanced AI be any harder than what has already been done for current AI?
-
comment
Comment #38651469
The article makes this sound a bit like a lamer, English version of the Antikythera mechanism. In reality it's just a quadrant, i.e., a portable sundial relying on gravity for alig…
-
comment
Comment #38651060
Ok, those are some good points about what can go wrong. I still doubt that things are particularly more prone to going wrong in more intelligent systems. Wasn't it early, simplisti…
-
comment
Comment #38650919
Is your point that a more intelligent AI would develop a more entangled measure of what is good, requiring more specific alignment to be overcome; by way of analogy, are chefs hard…
-
comment
Comment #38650694
Is it fair to say that alignment is just the task of getting an AI to understand your intentions? It is an error to confuse the complexity of a specification of what kind of output…