Viewing profile — sschmitt
sschmitt
HN member- Joined
- Mon, Mar 23, 2020, 5:14 PM UTC
- HN karma
- 32
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About sschmitt
No profile information was provided.
Recent public activity
- story
-
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.
-
comment
Comment #44980781
Can it document modular synthesizer patch configurations?
-
comment
Comment #44800105
How is this different from https://github.com/nextjournal/clerk ?
-
comment
Comment #44352151
https://polioeradication.org/about-polio/history-of-polio/
- story
-
comment
Comment #44306406
What's the best strategy for a full backup and recovery if updating to LTSC goes wrong?
-
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.
- story
-
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…
- story
- story
-
comment
Comment #44027423
How has this changed with the successful implementation of LLMs in the recent past?
- story
- story
- story
- story
-
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…
- story
-
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/
-
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…
- story
-
comment
Comment #41802191
There's also the BrainScaleS neuromorphic system that features wafer scale integration: https://arxiv.org/abs/2303.12359
- story
-
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…