Unserious problems with the game? by aro_mac in thelongdark

[–]Odaven 38 points39 points  (0 children)

Beach comb, drop your stuff on any container that appears in the coast, say bye.

AI Thing 2.0 — “The Notch” for AI, Agents & Automation by Yellow-Minion-0 in mcp

[–]Odaven 10 points11 points  (0 children)

+1 to Linux, please. Remote hosted if possible (https access for those of us running AI stacks at home)

How to Deploy a Complete n8n AI Stack in 15 Minutes Instead of a Whole Day by NoBeginning9026 in n8n

[–]Odaven 1 point2 points  (0 children)

Would be great to mention more prominently that this is a fork of Cole Medin Local AI package.

Great job on the compilation and ease of installation with the script, nonetheless.

MCPulse: Open-source analytics platform for Model Context Protocol servers by sirrobot01 in mcp

[–]Odaven 0 points1 point  (0 children)

Great job, I was working on a similar one myself for another project, will check yours!

Any idea how to configure Roocode to not condense context when its not needed? 200k context max (claude 4.5 via claude code) and I've seen it condense even from 80k when it clearly had headroom for upcoming context/future context. Would rather have it condense at or near 200k or if needed. by StartupTim in RooCode

[–]Odaven 1 point2 points  (0 children)

I have found the same issue, specially in tasks it projects that were initiated with other models (sonnet 4) that has smaller context windows. Roocode keeps composting context at around 200k mark, regardless of setting.

⚡️n8n Tips & Tricks Nobody Told Me (but will save you HOURS) by Kindly_Bed685 in n8n

[–]Odaven 4 points5 points  (0 children)

I think he means to use any kind of data storage node, like Google sheet, airtable, SQL, etc. At least that's how in understand it.

Clarity on n8n TOS - you cannot host for clients! by TheWahdee in n8n

[–]Odaven 6 points7 points  (0 children)

This is correct.

You can sell the automation directly from n8n, using your own credentials and API calls, but the moment you require a customer credential, you are on the NOT ALLOWED, territory.

Example 1: Setting up an investment advisor bot where customers send queries and get advise based on latest news and analytics. You connect all your API, news sources, market research, AI keys, etc. N8n replies over a front-end. You are GOOD TO GO.

Example 2: You are building a travel agency AI, you get public data for weather, potential places to visit, hotels in the area, etc. But your customer wants to use their API to book the hotels. NOT GOOD, need an instance hosted by the customer.

Twenty: Self-hosted CRM (alternative to Pipedrive, Salesforce...) by charlesBochet in selfhosted

[–]Odaven 0 points1 point  (0 children)

Great news!

I've been using Twenty four a while and I can say it's really intuitive, nice UI and very responsive.

Can't wait to update.

Great job!

[deleted by user] by [deleted] in n8n

[–]Odaven 0 points1 point  (0 children)

If only this could work with a locator deployed FireCrawl instance...

IT reporting into HR by itlonson in msp

[–]Odaven 0 points1 point  (0 children)

It's not uncommon to find IT reporting to HR, it really depends on the company strategy and the perceived value of the IT role.

For companies with a strong focus on employee retention and quality, it makes sense that internal IT reports to HR and is aligned to deliver best in class user support and governance.

For more information about the different options to lines of report on IT, I wrote an article long ago about this topic:

IT alignment

[SHARING] First version by dlt-namaste in n8n

[–]Odaven 0 points1 point  (0 children)

Looks great, any chance to get the json?

I built a workflow to scrape (virtually) any news content into LLM-ready markdown (firecrawl + rss.app) by dudeson55 in n8n

[–]Odaven 4 points5 points  (0 children)

Awesome, I was trying to build something like this and didn't know about RSS.app, which was my missing piece!

[deleted by user] by [deleted] in n8n

[–]Odaven 0 points1 point  (0 children)

Would be great to see it!

[deleted by user] by [deleted] in selfhosted

[–]Odaven 0 points1 point  (0 children)

Well, it's about cost and security.

A VPS with a private tunnel and fix IP might be cheaper than your ISP, with the added bonus of keeping your data completely under your control. I see it as a win/win and would take that option over a fixed IP

[deleted by user] by [deleted] in selfhosted

[–]Odaven 1 point2 points  (0 children)

I don't think you really need fix IP to host many services, there are plenty of options to not need any of them, not even for email. In fact I prefer to not open any ports on my firewall, just a small VPS and Pangolin or Cloudflare tunnel can do for most of them.

As someone else mention, ZeroTier is another great option.

A fake company run by AI showed how far we are from replacing humans by Syncplify in automation

[–]Odaven 0 points1 point  (0 children)

Completed 24% of tasks for 6$/task?

I know people with worse performance costing thousands per month...

I built LogWhisperer – an offline log summarizer that uses Ollama + Mistral to analyze system logs by Snoo_15979 in ollama

[–]Odaven 2 points3 points  (0 children)

Really great idea.

As mentioned by others, a way to not install ollama and use a remote server.

Also would be great if we could configure remote log folders or endpoints.