Live data from Hacker News

Viewing profile — sschmitt

sschmitt

HN member
Joined
Mon, Mar 23, 2020, 5:14 PM UTC
HN karma
32
Public activity
37 items

About sschmitt

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #45668270

    Pretty good! Translation by AI? First lessons quite well, but first quiz in German "Welche dieser Noten ist... ganze Tonoberhalb?" makes no sense.

  3. comment
    Comment #44980781

    Can it document modular synthesizer patch configurations?

  4. comment
    Comment #44800105

    How is this different from https://github.com/nextjournal/clerk ?

  5. comment
    Comment #44352151

    https://polioeradication.org/about-polio/history-of-polio/

  6. story
  7. comment
    Comment #44306406

    What's the best strategy for a full backup and recovery if updating to LTSC goes wrong?

  8. story
    My Definition of Consciousness

    Do you like my definition of consciousness? while True: context += LLM(context) Using the idea of consciousness as the interface to oneself as proposed by Daniel Dennett.

  9. story
  10. story
    Ask HN: Is reasoning just some iterative context refinement?

    context = "you are a useful model. you evaluate your own output for N steps after the initial user input" prompt = "here comes a prompt by the user" context += prompt for _ in rang…

  11. story
  12. story
  13. comment
    Comment #44027423

    How has this changed with the successful implementation of LLMs in the recent past?

  14. story
  15. story
  16. story
  17. story
  18. story
    Ask HN: Does this estimate for GPT-4's 128k token window make sense?

    GPT-4 supports a 128,000-token context window (per OpenAI). I'm trying to understand how much text that really is. Here's my rough estimate: 1 token ≈ ¾ word ≈ 4 characters A singl…

  19. story
  20. comment
    Comment #42633559

    Cool! Will be interesting to compare to https://github.com/mit-pdos/xv6-riscv ! Shameless plug for my html version of the xv6 book: https://xv6-guide.github.io/xv6-riscv-book/

  21. comment
    Comment #42150827

    HTML conversion https://xv6-guide.github.io/xv6-riscv-book/ and cmake build https://github.com/xv6-guide/xv6-riscv/blob/cmake/CMakeLists... for xv6: a simple, Unix-like teaching op…

  22. story
  23. comment
    Comment #41802191

    There's also the BrainScaleS neuromorphic system that features wafer scale integration: https://arxiv.org/abs/2303.12359

  24. story
  25. comment
    Comment #37929081

    Jeffrey Snover, inventor of PowerShell, wrote in 2007: "It was a mistake to think that GUIs ever would, could, or even should, eliminate CLIs." 16 years later. Has the situation ch…