DevRadar

General

Auto-aggregated global tech articles · 161 posts

F
General

First Timer - Storage Question

Hey! I’m setting up my first home server, I am trying to use a lot of things I already had at home. I am using an old thinkpad and have got the docking station and drives for a Raid 1 set up. I ordered some 1 TB drives on eBay. very small I know, but I have a good little collection that’s been taki

Reddit r/selfhosted
M
General

MY FIRST IDEA

PAWS CONNECT is a comprehensive social platform tailored specifically for pets and their humans. You can check out the live site here: pawsconnect.altervista.org Key Features Pet Profiles: Users can create detailed p

DEV Community
L
General

Looking for some opinions on SparkyFitness

I just found out SparkyFitness (haven't tried it yet). I'm looking for some reviews on it from those who've used it? Currently using an Apple Watch, so looking for users along that use case. How's it been? Can it replace Health + Strava? Any functionality comments, etc, are welcome! submitted by

Reddit r/selfhosted
H
General

How to parametrize an input to be evaluated

Hi! I'm writing a little program to generate images of the Mandelbrot set and other sets. The thing is i would like to have something like ./Mandelbrot -function z*z*z + c But i have no idea on how to make this parametrizable and detect the formulas. I would write a little helper function to detect

Reddit r/golang
B
General

Building an SPL Token: Creating the Mint

Now that we have a mental model of how Solana works, it’s time to actually use it. We’ve talked about accounts holding state, programs containing the logic, instructions telling those programs what to do, and transactions bringing those instructions together. Creating an SPL Token Mint is a good pl

Dev.to (EN Zone)
T
General

Test post and some ray casting

This GIF shows what happens if you slightly stretch the data texture storing the BVH and triangle data. Child nodes storing triangles got misaligned addresses first, while AABB nodes lose them later.

Dev.to (EN Zone)
O
General

OAuth 2.1 for MCP servers, done properly

Authorization is formally optional in MCP. That wording misleads people. It means you may run an unprotected server; it does not mean you get to half-implement a protected one. The moment you do protect an HTTP transport, the spec fills up with MUSTs, and most teams meet maybe half of them: pull in

DEV Community