When you first `sudo`, it says:
```
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
```...
Thread
Stories related to "We trust you have received the usual lecture from the local System Administrator" across the full archive.
When you first `sudo`, it says:
```
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
```...
Hey HN! Braden here, creator of Whispering, an open-source speech-to-text app.<p>I really like dictation. For years, I relied on transcription tools that were <i>almost</i> good, but they were all closed-source. Even a lot of them that claimed to be “local” or “on-device” were still black boxes that...
Most AI notetakers have a 300 minute limit. This is not enough for uni students like me, or people who do remote work.<p>So, I made a notetaker that runs the ASR model on-device.<p>- Free with local ASR & LLM models<p>- No transcription time limit<p>- High accuracy for non-english speech, suppor...
Repo: <a href="https://github.com/CalvinSturm/LocalAgent" rel="nofollow">https://github.com/CalvinSturm/LocalAgent</a><p>What it does:<p>- Runs against local providers (LM Studio / llama.cpp server / Ollama)
- Tool calling with explicit hard gates (-...