Live data from Hacker News

Viewing profile — xpuente

xpuente

HN member
Joined
Mon, Feb 26, 2018, 5:25 PM UTC
HN karma
136
Public activity
89 items

About xpuente

No profile information was provided.

Recent public activity

  1. comment
    Comment #48735116

    But how can you verify that the processor's own software, which ultimately runs the application, has not been compromised?

  2. comment
    Comment #48734366

    How can you have a secure enclave without hardware attestation? Processor root-key is the source for all.

  3. comment
    Comment #46138041

    There are also many high-performance Chinese implementations that are open-source (e.g., XuanTie C910, XiangShan, etc.). While achieving an open-core design comparable to Zen 5 is …

  4. comment
    Comment #46137738

    No: RISC is open ARM is closed. I suspect that many projects—such as BOOM—have stalled as a consequence of this situation. If it continues, the long-term impact will be highly detr…

  5. comment
  6. comment
    Comment #45719761

    Desperate to run without even knowing how to walk.

  7. comment
    Comment #45524984

    This is going to end badly — and soon. It’s ironic that catastrophic forgetting (i.e., the inability to perform continuous learning) and hallucinations (i.e., the failure to recogn…

  8. comment
    Comment #45513712

    Konrad had the ideas; others received the glory. History has been unfair to him—he was simply on the wrong side of it.

  9. comment
    Comment #44386053

    Consciousness, once engineered, will make any biology redundant.

  10. comment
    Comment #44385034

    It won’t be us. It will be our descendants — the machines.

  11. comment
  12. comment
    Comment #43938146

    AGI may finally arrive — the long-awaited gold transmutation dreamt of by modern "linear algebra" alchemists.

  13. comment
    Comment #42297508

    As far as I know, pruning is related to age. At birth, we have a massive number of silent synapses. As we grow older, those that remain unused (i.e., inactive) tend to disappear. T…

  14. comment
    Comment #42295907

    The issue is that no one fully understands why synaptic pruning occurs in biology. Large language models have no direct connection to biological systems, and pruning in LLMs is no …

  15. comment
    Comment #41903024

    The usefulness of AST is not limited to biological systems. A hypothetical conscious electronic system might also need AST to: (1) stabilize internal states more quickly during lea…

  16. comment
    Comment #41870901

    Secure enclaves can solve the problem once for all. I don't understand why is not applied (given the support in current hardware).

  17. comment
    Comment #41706406

    "Heavier-than-air flying machines are impossible.", -- 1895, Lord Kelvin, president of the Royal Society

  18. comment
    Comment #41512928

    Proof of that this is wrong, is that our brains require <20W of power. Non-brute force AI will be very efficient. Simple operations (int add/cmp) and no float matrix multiplication…

  19. comment
    Comment #39791838

    My comment was not about the ISA implementation or specification, It's about the TCB (trusted compute base), which in Apple (like intel and AMD) is closed. In RiscV is open. I woul…

  20. comment
    Comment #39791762

    It has to with the secure processor. Although you seems to ignore what is the TCB.

  21. comment
    Comment #39789606

    Security through obscurity is really a bad idea, and Apple is no exception. In the long run, this will likely drive the adoption of RiscV as a better alternative.

  22. comment
    Comment #38722188

    I wonder what will happen if someone figures out that fused FP mult add is no longer needed (e.g. just count spikes and add subtract permanence). This could be a big problem for th…

  23. comment
  24. comment
    Comment #38361479

    Most likely related to this: https://www.searchenginejournal.com/openai-pauses-new-chatgp... The back-end cost does not scale. Hence, they have a big problem. AGI nonsense reasons …

  25. comment
    Comment #36140535

    We need RISCV hardware with Ztso extension to shine here. Enforcing Total store ordering (TSO) over a release consistency (RC) memory model is otherwise a pain. I don't know if Dyn…