Live data from Hacker News

Viewing profile — swid

swid

HN member
Joined
Thu, Jul 26, 2018, 7:21 PM UTC
HN karma
416
Public activity
197 items

About swid

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #48733785

    If our own brains were insufficient to demonstrate the fallacy of the Chinese Room; the particles, molecules, cells, synapses, and so forth of our bodies cannot be believed to have…

  3. comment
    Comment #48599801

    It’s funny you defend your independence by giving explanations of how you changed your peanut butter buying habits. The point was we don’t care what kind of peanut butter you buy; …

  4. comment
    Comment #48491383

    Because there is so much money for kindergarten teachers, paying an extra salary for a software dev for every kindergarten will certainly lead to better outcomes. The computer prog…

  5. comment
    Comment #47531373

    This is very short sighted, and ignores the lethal trifecta insight. The LLM doesn’t need to know what it is actually doing (it might think it is searching the web, installing a de…

  6. comment
    Comment #47403865

    > I see no problem with betting on who will win a sports match... I do wonder - what if the sports teams or politician loses intentionally; which could either be to profit off the …

  7. comment
    Comment #47388394

    This argument is also explored by the “Quantum Computing for the Very Curious” series that uses spaced repetition to teach an advanced topic. The series has been posted to HN more …

  8. comment
    Comment #47198215

    There is no real such thing as a read only GET request if we are talking about security issues here. Payloads with secrets can still be exfiltrated, and a server you don’t control …

  9. comment
    Comment #47158504

    Is the customer actually a chat bot though? That brand is renamed, but maybe after the training cutoff date.

  10. comment
    Comment #46937051

    I personally have jested many times I picked my career because the logical soundness of programming is comforting to me. A one is always a one; you don’t measure it and find it off…

  11. comment
    Comment #46879368

    Being 100% uncertain is not the same as either option being equally likely. More like the probability of either option is undefined.

  12. comment
    Comment #46634853

    If you had infinite compute and time could you not just simulate all of “earth” itself? I think the compute needed for that would be absurd and unreasonable to build, but such a si…

  13. comment
    Comment #46634342

    You don’t need consciousness to produce it though. The universe is not conscious, but the rules of how it works allows for them. I believe the universe is essentially computable, a…

  14. comment
    Comment #46628519

    I think you are just misinterpreting my use of the word simulation… I mean the computer is performing math which produces a simulation, but the consciousness still feels alive to i…

  15. comment
    Comment #46628168

    This is a tired argument that is not worthy of all the long written articles about the impossibility of creating conscious machines. The universe itself appears to me to be some ty…

  16. comment
    Comment #46627945

    If you know you will be pruning or otherwise reusing the context across multiple threads, the best place for context that will be retained is at the beginning due to prompt caching…

  17. comment
    Comment #46597482

    I think the answer is that it would obviously be possible. For one, humans do it. And also AI shows a willingness to role play as any persona, so why wouldn’t it do such things whe…

  18. comment
    Comment #46542289

    Every model update would be a breaking change, an honest application of SemVer has no place in AI model versions. Not saying using major.minor depending on architecture is a bad th…

  19. comment
    Comment #46376984

    Go Proverb: A little copying is better than a big dependency.

  20. comment
    Comment #46251967

    The real problem is just managing identities for millions of people. Some of those people will voluntarily use their credentials for someone under 18. Some will sell their identiti…

  21. comment
    Comment #46248567

    This has no bearing on my comment

  22. comment
    Comment #46245368

    He’s talking about zero knowledge proofs - it’s a neat use of graph coloring where you send an encrypted proof that a graph can be colored with three colors and no neighbors with t…

  23. comment
    Comment #46245284

    Not really. There are ways to prove ownership of one of several hundred million tokens. If you give out this many tokens, the odds that some will be stolen or sold must be fairly c…

  24. comment
    Comment #46241319

    It surely is different. If you set the temp to 0 and do the test with slightly different wording, there is no guarantee at all the scores would be consistent. And if an LLM is cons…

  25. comment
    Comment #46226449

    This isn't true in practice because you won't be able to control where allocations are made in the dependencies you use, including inside the Go standard library itself. You could …