DevRadar

Tech Blog

Auto-aggregated global tech articles · 815 posts

General

Tool for managing claude code sessions through web

Lets say I have a claude session running on a server. Is there a (prefferably web) tool that would allow me to manage it (write prompts, make choices, switch between sessions) from my phone or any other device within network? Thanks submitted by /u/TheShalty [link] [留言]

Reddit r/selfhosted
Industry

Icons as a Service

Article URL: https://nravic.com/blog/images/ Comments URL: https://news.ycombinator.com/item?id=49570597 Points: 7 # Comments: 0

Hacker News
Industry

GPT-6 Astra on OpenRouter

Article URL: https://openrouter.ai/openai/gpt-6-astra Comments URL: https://news.ycombinator.com/item?id=49570545 Points: 54 # Comments: 21

Hacker News
Frontend

I built a distributed web directory for exploring the open web

Recently I had an idea for a research tool, I realized I'd need to be able to find websites programmatically and the webs data is behind the largest corporations, not something we reliably have access to for being able to develop around. So it got me thinking, how lightweight could you first build

Reddit r/webdev
General

What are current best practices around feed length and pagination?

Consider the home page of a blog -- a list of posts in reverse chronological order, stretching down the page. How long does this list need to be before you decide not to list display the entire thing? File/payload size isn't much of an issue. The page compresses well -- right now, it only transfers

Reddit r/webdev