HackerTrans
TopNewTrendsCommentsPastAskShowJobs

prolyxis

no profile record

comments

prolyxis
·hace 6 meses·discuss
I suppose the problem in multiplayer is that everyone has the same wall clock time, so you couldn't easily have consistent time dilation and related effects such as the twin paradox.
prolyxis
·hace 7 meses·discuss
Arb Research and Renaissance Philanthropy made an excellent list this year! https://frontier.renaissancephilanthropy.org/
prolyxis
·hace 7 meses·discuss
Except that as far as I understand, one of the inspirations for the Turing machine is to explain precisely the computations a human computer could perform with (potentially a lot of) pen and paper.
prolyxis
·hace 8 meses·discuss
Note that the $15.99 is for the 64 GB version. The 1 TB version sells for above $100.
prolyxis
·el año pasado·discuss
Or a person could have the program either critique their flashcards as they write them, or suggest new sorts of flashcards to create without doing the work for them by automatically generating them.
prolyxis
·hace 2 años·discuss
I think one should be somewhat skeptical of the claim that schizophrenia is completely absent in blind people; it might merely be more difficult to diagnose. Combined with the population of congenitally blind people being sufficiently small, the cases that might exist could escape notice. There was an informative post on Less Wrong about this https://www.lesswrong.com/posts/z9Syf3pGffpvHwfr4/i-m-mildly...
prolyxis
·hace 2 años·discuss
It seems like it stems from a 2019 philosophy article written by Perry Zurn, titled "Busybody, Hunter, Dancer: Three Historical Modes of Curiosity."

Zurn does write "At their most basic level, a busybody is someone who is curious about other people's business," but develops the concept a bit further. Zurn says "The busybody's ideational sphere, for example, is characterized by quick associations, discrete pieces of information, and loose knowledge webs. They are interested in conceptual rarities: whatever lies outside of their knowledge grids."

Whereas the research article Zhou et al. (2024) states "Hunters build tight, constrained networks whereas busybodies build loose, broad networks." So it seems their conception of busybody roughly matches Zurn's description.

See the methods section https://www.science.org/doi/10.1126/sciadv.adn3268#sec-4 , for a description of how Zhou et al. (2014) aggregate graph theoretic metrics to define "busybody" and "hunter" styles of navigating Wikipedia.
prolyxis
·hace 2 años·discuss
The human brain, the authors argue, in fact uses multiple networks when interpreting and producing language. These include:

- the language network, which delivers formal linguistic competence - the multiple demand network, which provides reasoning ability - the default network, which tracks narratives above the clause level - the theory of mind network, which infers the mental state of another entity

This leads to their argument that a modular structure would lead to enhanced ability for an LLM to be both formally and functionally competent. (While LLMs currently exhibit human-level formal linguistic competence, their functional competence--the ability to navigate the real world through language--has room for improvement.)

Transformer models, they note, have degree of emergent modularity through "allowing different attention heads to attend to different input features."

I was wondering, is it possible to characterize the degree of emergent modularity in current systems?
prolyxis
·hace 2 años·discuss
Yes. This was a big part of the GPT-4o demos. But likely they've specifically fine-tune it not to show negative emotions in a serious fashion.
prolyxis
·hace 2 años·discuss
I don't think neural correlates of consciousness have been identified, so clearly there remains research to be done. I'm not in touch with the neuroscience literature, but acknowledging the hard problem of consciousness means one should accept there is a lot of work remaining. That being said, I believe the hard problem is surmountable. In my mind the situation is similar to computer science before Turing's description of the Turing machine: there were imprecise notions abound about what computation meant that needed to be clarified through a concrete model. My view is simply that finer control over conscious experience would aid understanding enormously. But you're right, I should probably skim the real research more.
prolyxis
·hace 2 años·discuss
I am hopeful that advances in brain-computer interfaces will start to provide a partial answer to the question of "what's there" and why it's there. It seems to me the ability to controllably augment one's own consciousness with precision will tremendously clarify the necessary ingredients for consciousness.
prolyxis
·hace 4 años·discuss
The physical act of comparing two objects or testing one object against another would typically involve some physical contact or proximity, so even in the case of testing some code on something, it is natural in English to by analogy use the word "against." But I think you are right in this case that "against" has significant adversarial meaning in the act of testing something: often, one introduces stress scenarios or edge cases that could cause some software to fail. Tests are in large part adversarial to the object under test.