HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cbcoutinho

no profile record

Submissions

One Person, 34 Services: How AI Tooling Changed the Economics of Running Homelab

blog.coutinho.io
2 points·by cbcoutinho·5 tháng trước·0 comments

Show HN: Astrolabe – Navigate Your Data Universe in Nextcloud

blog.coutinho.io
2 points·by cbcoutinho·5 tháng trước·0 comments

Databricks raiese Series K investment valuing the company at >$100B

databricks.com
3 points·by cbcoutinho·11 tháng trước·0 comments

Jq Release 1.8.0

github.com
7 points·by cbcoutinho·năm ngoái·0 comments

comments

cbcoutinho
·30 ngày trước·discuss
I'm working on a semantic layer for Nextcloud: https://astrolabecloud.com

The service is composed of two open-source services, namely a Nextcloud app (Astrolabe) and backend (nextcloud-mcp-server). I use the service as an MCP server across a number of apps, and others use it primarily for semantic search over large numbers of documents.

Both are open source, and I'm working on a managed offering, completely based in the EU, for individuals/teams that already use Nextcloud and want to be able to use semantic search across some or all of their documents.

Essentially your data stays in Nextcloud, and the MCP server backend keeps a vectordb in sync to enable semantic queries over your content. The number of supported apps is growing, including:

- notes

- deck cards

- files

- news items (RSS feeds)

- cookbook recipes

- contacts & calendar

And I'm adding support for other apps as I go.
cbcoutinho
·4 tháng trước·discuss
https://archive.ph/LwhOj
cbcoutinho
·4 tháng trước·discuss
MCP Servers are not simple wrappers around REST APIs, they can do much more and we will see more advanced use-cases surrounding MCP as MCP clients continually improve their conformance to the spec. Just wrapping REST APIs may be what MCP Servers are now, but that's just because MCP clients still need to catch up in supporting these more advanced features.

MCP Sampling (with tool calling) is one such example, where MCP servers will be able to generate responses using the MCP client's LLM - not requiring an API key themselves - including calling other MCP tools within the "sampling loop", and without corrupting the primary agent's context. This will generate an explosion in advanced MCP servers, although neither Claude Code, Gemini CLI, nor Opencode support this feature (yet).

Once MCP sampling becomes widely supported the pendulum will swing back and we'll see the boundary between MCP tools, async workflows, and generative responses begin to blur.
cbcoutinho
·6 tháng trước·discuss
The Nextcloud MCP Server [0] supports Qdrant as a vectordb to store embeddings and provide semantic search across your personal documents. This enables any LLM & MCP client (e.g. claude code) into a RAG system that you can use to chat with your files.

For local deployments, Qdrant supports storing embeddings in memory as well as in a local directory (similar to sqlite) - for larger deployments Qdrant supports running as a standalone service/sidecar and can be made available over the network.

[0] https://github.com/cbcoutinho/nextcloud-mcp-server
cbcoutinho
·6 tháng trước·discuss
Great points. I had at least three of your example scenarios occur between my parents and I within the last couple days.

The more time I spend online the more I'm convinced I have never had a unique experience.
cbcoutinho
·6 tháng trước·discuss
Thanks for bringing up the point about power-of-attorney, I'll have to dive into that as well.

I dread the day I have to get more involved in their healthcare from afar, precisely because of the technology gap. The money grab from big-pharma is going to unrelenting
cbcoutinho
·6 tháng trước·discuss
I've been running openSUSE tumbleweed myself for years, and recommend Linux to like-minded power users. OP is preaching to the choir.

How do you all deal with (extended) family? This Christmas I spent time with my parents and the topic of Windows 11 came up again with all of its associated dark patterns.

What do you all do to help them out of this madness? Is Ubuntu/Fedora/etc the best option for seniors? My dad's entire career was in Silicon Valley 1.0 where Excel/Outlook was his bread and butter and feels married to Windows, but ever since leaving the workforce those skills are more of a hindrance than an asset.

Now that he's retired, he still uses Excel to plan vacations for example, but Windows is riddled with this BS and I am powerless to help him navigate this anti-consumer behavior. It's incredible that Microsoft is shooting their most loyal customers in the foot with this BS.

Do you all help your parents remotely? What kind of issues do you run into being your parents IT support?
cbcoutinho
·8 tháng trước·discuss
This is why I built the Nextcloud MCP server, so that you can talk with your own data. Obviously this is Nextcloud-specific, but if you're using it already then this is possible now.

https://github.com/cbcoutinho/nextcloud-mcp-server

The default MCP server deployment supports simple CRUD operations on your data, but if you enable vector search the MCP server will begin embedding docs/notes/etc. Currently ollama and openai are supporting embeddings providers.

The MCP server then exposes tools you can use to search your docs based on semantic search and/or bm25 (via qdrant fusion) as well as generate responses using MCP sampling.

Importantly, rather than generating responses itself, the server relies on MCP sampling so that you can use any LLM/MCP client. This MCP sampling/RAG pattern is extremely powerful and it wouldn't surprise me if there was something open source that generalizes this across other data sources.
cbcoutinho
·11 tháng trước·discuss
This is related to the removal of 'de minimis' rule that exempts parcels under $800 to ship duty free. This has caused some European postal services to stop/delay shipping some packages to the US [0]. The Dutch postal service for instance has stopped shipping to the US [1]

[0]: https://apnews.com/article/us-tariffs-goods-services-suspens...

[1]: https://www.postnl.nl/campagnes/online-frankeren-vs/
cbcoutinho
·11 tháng trước·discuss
From the paper:

> Most language models face a fundamental tradeoff where powerful capabilities require substantial computational resources. We shatter this constraint with Jan-nano, a 4B parameter language model that redefines efficiency through radical specialization: instead of trying to know everything, it masters the art of finding anything instantly. Fine-tuned from Qwen3-4B using our novel multi-stage Reinforcement Learning with Verifiable Rewards (RLVR) system that completely eliminates reliance on next token prediction training (SFT), Jan-nano achieves 83.2% on SimpleQA benchmark with MCP integration while running on consumer hardware. With 128K context length, Jan-nano proves that intelligence isn't about scale, it's about strategy.

> For our MCP evaluation, we used mcp-server-serper which provides google search and scrape tools

https://arxiv.org/abs/2506.22760
cbcoutinho
·năm ngoái·discuss
At some point, we have to admit we're asking too much from our tools.

I know nothing about your context, but in what context would a single model need to support so many permutations of a data structure? Just because software can, doesn't mean it should.
cbcoutinho
·năm ngoái·discuss
I dove into using LLMs together with MCP servers for the first time this weekend. Absolutely incredible.

In addition to the code assistant, I configured a Grafana's MCP server with Cline, so that I can chat with an LLM while having real-time metrics and logs.

For context, I self host grafana in addition to a bunch of services on a raspberry pi. Simple prompts such as "why has CPU been increasing this week?" resulted in a deep analysis of logs/metrics that uncovered correlations I had never been aware of.

Incredible. I can only imagine what this will all look like in a few years
cbcoutinho
·7 năm trước·discuss
What do you do when you want to edit a document or compose an email offline?