I just discovered Toreader PDF, open-source.
๐ Open 200MB PDFs in 1โ2s.
๐ Merge PDFs without losing bookmarks, split/extract/insert pages
๐ Translate PDF
โ๏ธ Sign PDFs
๐พ Safe editing
Look at https://t.co/ip1HG8wHBS
#PDFreader#opensource#MIT
๐ How to code from a browser and never lose a job?
- Editor: code-server, VS Code in the browser
- Reach it: Cloudflare Tunnel + Access, no ports
- Durable shells: tmux, detach and reattach
- Close the tab, the build keeps running
The wiring โ
#RemoteDev#DevTools#AI#LLMs
๐ณ API tokens or a flat coding plan, which is cheaper?
- API: pay per token, drains per call
- Plan: flat fee, billed by request quota
- Trap: a heavy model burns 2-3x quota
- Promo windows pull it back to 1x
- Off-plan model = $0 wallet stall
Pick by how you code โ
#AI#LLM
๐ณ API tokens or a flat coding plan, which is cheaper?
- API: pay per token, drains per call
- Plan: flat fee, billed by request quota
- Trap: a heavy model burns 2-3x quota
- Promo windows pull it back to 1x
- Off-plan model = $0 wallet stall
Pick by how you code โ
#AI#LLM
๐ How to run Codex CLI on a non-OpenAI model?
- Codex dropped chat API, Responses only now
- Your provider speaks only chat completions
- Bridge: LiteLLM proxy, port 4037
- Prefix zai/ not openai/ to translate
- Hook: drop tool type custom or 400
The wiring โ
#AI#DevTools
๐ How to run Codex CLI on a non-OpenAI model?
- Codex dropped chat API, Responses only now
- Your provider speaks only chat completions
- Bridge: LiteLLM proxy, port 4037
- Prefix zai/ not openai/ to translate
- Hook: drop tool type custom or 400
The wiring โ
#AI#DevTools
๐ How to build an all-free LLM inference stack?
- Main coder: DeepSeek V4
- Research: Gemini, 1500 req/day free
- Fast inference: Groq, Cerebras, NVIDIA
- Offline fallback: Ollama (qwen)
- Pay for one thing: the orchestrator brain
The stack โ
#AI#LLM
๐ How to self-host an API on a Raspberry Pi?
- App: FastAPI or Node, kept alive by PM2
- Expose it with a Cloudflare Tunnel
- No port-forward, DNS + TLS free at the edge
- Works behind CGNAT, survives reboots
The wiring โ
#SelfHosted#RaspberryPi
๐ How to build an all-free LLM inference stack?
- Main coder: DeepSeek V4
- Research: Gemini, 1500 req/day free
- Fast inference: Groq, Cerebras, NVIDIA
- Offline fallback: Ollama (qwen)
- Pay for one thing: the orchestrator brain
The stack โ
#AI#LLM
โ๏ธ How to digitally sign a PDF from code (PAdES)?
- Add a sig dict: adbe.pkcs7.detached
- Reserve a /ByteRange over the whole file
- Hash everything except the signature hole
- Sign it with OpenSSL CMS, then self-verify
The byte dance โ
#PDF#Crypto
๐ How to build an all-free LLM inference stack?
- Main coder: DeepSeek V4
- Research: Gemini, 1500 req/day free
- Fast inference: Groq, Cerebras, NVIDIA
- Offline fallback: Ollama (qwen)
- Pay for one thing: the orchestrator brain
The stack โ
#AI#LLM
๐ How to build an all-free LLM inference stack?
- Main coder: DeepSeek V4
- Research: Gemini, 1500 req/day free
- Fast inference: Groq, Cerebras, NVIDIA
- Offline fallback: Ollama (qwen)
- Pay for one thing: the orchestrator brain
The stack โ
#AI#LLM
๐ง How to run a full dev team solo with AI?
- You drive: an orchestrator model
- Coder: a cheap, strong model
- Reviewer: a DIFFERENT model, catches more
- Researcher: a search-grounded model
- Handyman: a free router for tiny edits
Steal the wiring โ
#AI#BuildInPublic
๐ง How to run a full dev team solo with AI?
- You drive: an orchestrator model
- Coder: a cheap, strong model
- Reviewer: a DIFFERENT model, catches more
- Researcher: a search-grounded model
- Handyman: a free router for tiny edits
Steal the wiring โ
#AI#BuildInPublic
๐ How to keep coding when your API quota runs out?
- Coder: OpenCode, runs DeepSeek V4
- Fast, cheap, writes most of the code
- Quota out? drops to a local Ollama model
- Offline, no credits, still shipping
The workhorse โ
#AI#DevTools
๐ง How to handle tiny edits without the full pipeline?
- Handyman: Aider, one shot, no review
- Jobs: typos, renames, 1-2 file fixes
- Free router: Gemma, Groq, Cerebras, Ollama
- Whichever model answers first
When to use โ
#AI#DevTools
๐ How to keep coding when your API quota runs out?
- Coder: OpenCode, runs DeepSeek V4
- Fast, cheap, writes most of the code
- Quota out? drops to a local Ollama model
- Offline, no credits, still shipping
The workhorse โ
#AI#DevTools