Feed aggregator
Open Source Devs Say AI Crawlers Dominate Traffic, Forcing Blocks On Entire Countries
Tesla drops 'FSD' from name of its driver-assist tech in China
Article URL: https://electrek.co/2025/03/25/tesla-drops-fsd-from-name-of-its-driver-assist-tech-in-china/
Comments URL: https://news.ycombinator.com/item?id=43478781
Points: 3
# Comments: 0
Quantum Annealing in a Proof of Technology
Voice assistant is profiling you, just not in the way you expect
Article URL: https://news.northeastern.edu/2025/03/17/voice-assistant-profiling-research/
Comments URL: https://news.ycombinator.com/item?id=43478743
Points: 1
# Comments: 0
Deploy Nuxt Application to Cloudflare
Article URL: https://chrisding.xyz/posts/deploy-nuxt-application-to-cloudflare
Comments URL: https://news.ycombinator.com/item?id=43478723
Points: 1
# Comments: 0
How much sawdust can you put in rice krispy treats before people notice? [video]
Article URL: https://www.youtube.com/watch?v=AKDal51f5LU
Comments URL: https://news.ycombinator.com/item?id=43478717
Points: 1
# Comments: 0
Univariate Distribution Relationships
Article URL: https://www.math.wm.edu/~leemis/chart/UDR/UDR.html
Comments URL: https://news.ycombinator.com/item?id=43478670
Points: 2
# Comments: 0
Game Informer Is Back
Article URL: https://www.gameinformer.com/letter-from-the-editor/2025/03/25/game-informer-is-back
Comments URL: https://news.ycombinator.com/item?id=43478654
Points: 2
# Comments: 0
Confirmed Black Death Case in England
From PHP to Osprey: Unexpected Lessons in Modern Language Design
Article URL: https://tristanisham.com/p/from-php-to-osprey-unexpected-lessons-in-modern-language-design
Comments URL: https://news.ycombinator.com/item?id=43478633
Points: 1
# Comments: 0
People Barely Care About Relative Income: Some Empirics
Article URL: https://www.betonit.ai/p/people-barely-care-about-relative
Comments URL: https://news.ycombinator.com/item?id=43478616
Points: 2
# Comments: 0
Steering into the Fiscal Crisis
Article URL: https://gideons.substack.com/p/steering-into-the-fiscal-crisis
Comments URL: https://news.ycombinator.com/item?id=43478612
Points: 2
# Comments: 0
Best Internet Providers in Providence, Rhode Island
Show HN: I made a MCP Server too (sort of)
The past week or so there's been quite a few posts about some new MCP Server (Model Context Protocol). I want to join in on the fun and show a mcp server that I made.
It really started last Wednesday. During the day I realized that I really needed a webdav server on my slightly over-engineered home setup. I'm pretty sure it was to store Homeassistant backups.
I hadn't heard about Webdav for ages - but how hard can it be to spin up a server. Adding a config, restarting nginx and it worked. I could upload files from my phone and so on.
I connected HA to the server - worked too - ran a backup - but it didn't upload? After an hour+ of circling around, I found that nginx's webdav module only supports a subset of the protocol.
Of course Homeassistant used some of that other part of the protocol too. Down the hole again. I found a golang project with Dockerfile. Less than ~30 min later it was all running.
It had only taken 2 hours-ish in total. What else to do.. Webdav is actually kind of cool, fileshare, port 443, extension of http.
The night before I had been reading about "codename goose" and remembered something, model-context-protocol from anthropic months ago. I read more repos and docs until 2am while my girlfriend slept on the couch.
An idea came to mind, what about a mcp webdav server so models can do CRUD through webdav, potentially even auto-create websites. I remembered Claude Desktop had built-in mcp servers that just needed enabling.
A few months ago I subscribed to Claude Pro - hadn't used it much, but kept the subscription. It was better at coding than alternatives when I needed to write in unfamiliar languages.
I've been writing code for 25+ years. Every time I've asked for code from AI models - no joy - like an over-confident junior dev repeating the same mistakes.
I enabled dev settings, added filesystem, sequential thinking, and fetch mcp's to Claude Desktop.
Then I created a project, mcp-webdav-server. Brief description, short prompt: Fetch mcp docs, analyze and suggest architecture for a mcp webdav server.
After a few permission prompts, Claude wrote a readme, then code and scripts.
It was done in minutes - with code, docs and all. I skimmed through, ran npm install, then npm run build. 5 build errors. I pasted errors back. Files updated. It built.
In that moment I felt something - I listed things to improve. Claude refactored and made a changelog. A few iterations and done.
I added the server to claude config - it worked. Claude could create, update, download and delete files. I fixed some name clashes with the filesystem mcp.
I packaged the code, tested again with basic authentication. It authenticated each request, so I asked for a fix. In minutes it implemented a connection pool.
Pushed the package. Updated claude config to use npx, it worked.
Since then I've changed how I work. I do things every day that would have taken me ages just over a week ago.
Yesterday, full ntopng setup, a mitm proxy for Tuya devices - no luck - they're secure now. I was disappointed to jump down that rabbit hole without warning. But I had asked Claude to hold my hand while jumping.
Learning has become really fast. Claude might soon jump down rabbit holes without wanting to hold hands. I wonder if I'll be left standing or if I'll find something else to do.
Check out "my" mcp webdav server on Github that I sort of made - it works and is really well documented.
Comments URL: https://news.ycombinator.com/item?id=43478600
Points: 1
# Comments: 0
Playing to Win by David Sirlin
Article URL: https://robertheaton.com/2014/11/03/why-you-should-read-playing-to-win-by-david-sirlin/
Comments URL: https://news.ycombinator.com/item?id=43478569
Points: 1
# Comments: 0
2 in 5 techies quit over inflexible workplace policies
Article URL: https://www.theregister.com/2025/03/24/2_in_5_techies_quit/
Comments URL: https://news.ycombinator.com/item?id=43478525
Points: 12
# Comments: 0
The Birthing of a New (Distribution) Technology: The Discount Store
Article URL: https://americanbusinesshistory.org/the-birthing-of-a-new-distribution-technology-the-discount-store/
Comments URL: https://news.ycombinator.com/item?id=43478504
Points: 1
# Comments: 0
Ask HN: Has the Landscape of the Internet Plateaued?
Not by any means saying there haven’t been increasingly impressive technical achievements in the last decade or so, but most of it feels like it's built to serve the Web 2.0/5G tech landscape rather than redefine it. With phones capable of streaming high-quality video, it kind of seems like both the phone and the web are in their final forms. For how fast-paced the growth of the internet and tech was from the turn of the millennium to the mid-2010s, it feels like we’re stuck with what we’ve got for the foreseeable future. Am I off base here?
Comments URL: https://news.ycombinator.com/item?id=43478496
Points: 1
# Comments: 1
Window cleaner in quest to confirm priceless Shakespeare portrait
Article URL: https://www.bbc.com/news/articles/c5yr37nlzv8o
Comments URL: https://news.ycombinator.com/item?id=43478480
Points: 2
# Comments: 0
Might Be Time for Me to Collect Being Right Points for My Bluesky Prediction
Article URL: https://daringfireball.net/2025/03/bluesky_being_right_points
Comments URL: https://news.ycombinator.com/item?id=43478456
Points: 4
# Comments: 0