Я плачу на технологиях
129 subscribers
110 photos
14 videos
4 files
160 links
Сводки с полей меметической войны, прямая трансляция из мозга атакованного техно-капиталистской сингулярностью. Переодически комментарии с точки зрения нео-луддизма и левой критики технологий.
Download Telegram
Forwarded from AlexTCH
If you haven't been to Wikipedia recently, they're celebrating the 25th anniversary:
https://wikipedia25.org
I understand this is powerful and inherently risky. Continue?

Yes
Текущее состояние поиска Google
Another coin to "Always do backups" jar and a second to "AI computer use will not end well for you".
Это кстати был один из предложенных способов борьбы со спамом в ранние дни интернета, до того как гугл приватизировал почту через спам фильтрацию.
Forwarded from HN Best Comments
Re: Vouch

It should just be $1 to submit PR.

If PR is good, maintainer refunds you ;)

I noticed the same thing in communication. Communication is now so frictionless, that almost all the communication I receive is low quality. If it cost more to communicate, the quality would increase.

But the value of low quality communication is not zero: it is actively harmful, because it eats your time.

andai, 19 hours ago
Истории с полей, как пользуются локальными моделями.

Watching the OpenClaw/Molbot craze has been entertaining. I wouldn't use it - too much code, changing too quickly, with too little regard for security - but it has inspired me.
I often have ideas while cleaning around, cooking, etc. Claude Code (with Opus 4.5) is very capable. I've long wanted to get Claude Code working hands-free.
So I took an afternoon and rolled my own STT-TTS voice stack for Claude Code. The voice stack runs locally on my M4 Pro and is extremely fast.
For Speech to Text, Parakeet v3 TDT: https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3
For Text to Speech, Pocket TTS: https://github.com/kyutai-labs/pocket-tts
Custom MCP to hook this into Claude Code, with a little bit of hacking around to get my AirPods' stem click to be captured.
I'm having Claude narrate its thought process and everything it's doing in short, frequent messages, and I can interrupt it at any time with a stem click, which starts listening to me and sends the message once a sufficiently long pause is detected.
I stream the Claude Code session via AirPlay to my living room TV, so that I don't have to get close to the laptop if I need extra details about what it's doing.
Yesterday, I had it debug a custom WhatsApp integration (via [1]) hands-free while brushing my teeth. It can use
osascript for OS integration, browse the web via Claude Code's builtin tools...
My back is thankful. This is really fun.