DevRadar

General

Auto-aggregated global tech articles · 137 posts

General

Should I use my dead name in the website?

Hi, im working at a restaurant as a man, and recently they needed an updated website. I have the website, but I have <meta name="developer" content="First Last"> (not actually First Last)in the head to show I made it for the future, but I am a trans woman and go by a different name. If i use m

Reddit r/webdev
General

👀

TinyML on a Raspberry Pi 3: LesionIQ Scans Skin Lesions Offline circuitrocks circuitrocks

Dev.to (EN Zone)
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
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
General

Decode and encode JSON in Haskell like an Elm developer

If you're an Elm developer writing Haskell and you like elm/json, you might like dwayne/hs-json-codec. hs-json-codec provides JSON decoders and encoders for Haskell in the style of elm/json. It's built on dwayne/hs-json-parser, a general-purpose JSON parser and printer that I also wrote. I built b

Dev.to (EN Zone)
General

The Part Of Your RAG Pipeline That Decides Everything

Most teams debugging a disappointing RAG system start at the end of the pipeline. They swap the model, tune the prompt, raise top k. The answer quality barely moves, because the problem arrived long before the query did. A retrieval system can only return what it indexed. Everything downstream inhe

DEV Community