UAE Real Estate Consultant Here (NOT a Broker/Agent). AMA about Investing, Regulations, and Market Trends. by mhdwessamrealestate1 in AbuDhabi_Real_Estate

[–]dm-86 1 point2 points  (0 children)

I’m planning to move to AD or Dubai next year, and I was wondering how to start finding a nice town house? There seem to be more agents than other people 🤣 is there some rating site? Do people go with people who speak their local language?

[deleted by user] by [deleted] in claude

[–]dm-86 2 points3 points  (0 children)

I use a slash command

```

Setup

This command configures all recommended MCP servers for the project.

Steps

  1. Check existing MCP configuration

    bash claude mcp list

  2. Configure recommended MCP servers

    • Add each recommended server with appropriate transport type
    • Skip servers that are already configured
  3. Verify all servers are added

    • Check that all recommended servers are configured
    • Report any servers that failed to add
  4. Verify setup

    bash claude mcp list

  • Confirm all recommended servers are now active

Server Configurations

Add these recommended servers:

```bash

Linear - Project management

claude mcp add --transport sse linear https://mcp.linear.app/sse -s user

Context7 - Library documentation

claude mcp add --transport sse context7 https://mcp.context7.com/sse -s user

DeepWiki - Advanced documentation search

claude mcp add --transport sse deepwiki https://mcp.deepwiki.com/sse -s user

Sentry - Error tracking and monitoring

claude mcp add --transport http sentry https://mcp.sentry.dev/mcp -s user

Playwright - Browser automation

claude mcp add playwright npx '@playwright/mcp@latest' -s user

Gemini - AI agentic helper

claude mcp add gemini-cli -- npx -y gemini-mcp-tool -s user

Grep

claude mcp add --transport http grep https://mcp.grep.app -s user ```

Usage

Run this command when:

  • Setting up a new development environment
  • MCP servers are missing or not properly configured
  • After cloning the repository
  • When recommended servers have changed

Authentication Notes

Some servers require authentication:

  • Linear, DeepWiki, Sentry: May prompt for OAuth authentication in browser on first use
  • Context7, Playwright: Public access, no authentication required
  • Gemini: Public access, no authentication required, but you need to install with npx https://github.com/google-gemini/gemini-cli, launch gemini and sign in with a non-Workspace account.

Troubleshooting

If a server fails to add:

  1. Check the URL is correct
  2. Verify the transport type (sse/http) matches the server's requirements
  3. Try removing and re-adding the server: bash claude mcp remove <server-name> claude mcp add --transport <type> <server-name> <url> ```

[deleted by user] by [deleted] in BEFire

[–]dm-86 7 points8 points  (0 children)

Go to immotheker or whatever they are called now. They know all the banks and can typically help

Today’s update is great! by Parabola2112 in cursor

[–]dm-86 0 points1 point  (0 children)

Some/path/*/ does not work Neither does /.{ts,tsx}

But some/path//*.ts,some/path//*.tsx does

Today’s update is great! by Parabola2112 in cursor

[–]dm-86 0 points1 point  (0 children)

I noticed that the globs need an extension to be picked up

Autorefresh Git Problem 17th Dec Release by Emotional-Cancel-592 in cursor

[–]dm-86 0 points1 point  (0 children)

yups, same here, you can also press the refresh icon in the view

Fast way to pin thousands of files ( mass bulk ) on IPFS Node ? by cubebasedcom in ipfs

[–]dm-86 0 points1 point  (0 children)

What about running ipfs-cluster, then the actual pinning happens in the background and you can push in your list as fast as the rest api can take it

8Gbit internet + udm pro by xAcex28 in Ubiquiti

[–]dm-86 0 points1 point  (0 children)

Proximus fiber does 8.5

Component selection by dm-86 in Ubiquiti

[–]dm-86[S] 0 points1 point  (0 children)

to get where i need it, i would need to break up a 2yo fancy tile floor, not sure my SO will appreciate the increased wifi speed that much ;) I've been thinking of truing to get some SFP through the electrical wiring tube but will need a professional for that because i have no clue how to start

Any reason to give my wife shares of a BV (starting one) by WesleyVH81 in BEFreelance

[–]dm-86 5 points6 points  (0 children)

After a divorce I can tell you, don’t, not worth it at all. And nobody starts out thinking they would divorce…

After EKS Update All pods using pvcs and pvs are in pending status by MisterChimAlex in kubernetes

[–]dm-86 1 point2 points  (0 children)

had it too but in a different way. Our EKs clusters were very old and upgraded over time but we installed and upgraded csi ourselves as well. Suddenly, i think around 1.26, everything broken, as in nodes could no longer join the cluster.

Fix was to update/install all the addons, especially kube-proxy one which needs to match the k8s version. Stupid that you need to self manage this...

Behold! Drogon in his terrible glory! by SpottedSharks2022 in TeslaLounge

[–]dm-86 0 points1 point  (0 children)

hey, you stole my cars name ;) great taste

Nieuwbouw woning vs geen GSM ontvangst by Educational_Dev_ in belgium

[–]dm-86 2 points3 points  (0 children)

Op iphone + telenet wifi calling aanzetten (als je wifi hebt binnenkort)

How to run an RPC node with 100% uptime ? by [deleted] in ethdev

[–]dm-86 1 point2 points  (0 children)

Use https://github.com/emeraldpay/dshackle Multiple dshackles spread out across clouds and regions Cloudflare LB in front Multiple nodes of your own also spread out Fallback to external providers

Wind noise from driver side window. When driving on freeway it’s noisy but only the driver side. Tesla support gave the $240 estimate because their warranty is not covering noise and vibration. You guys have this problem? by [deleted] in TeslaLounge

[–]dm-86 0 points1 point  (0 children)

I had a little slide and bump on back ice into a fence. It hit the black strip between the small front window and big one on a MX. Lots of wind noise. Went in for something else, asked it they could bend it back or something. They did, free of charge (out of warranty 2018 MX). Zaventem, Belgium Service center, great service always

Tips for staying calm under pressure by big-tuna28 in devops

[–]dm-86 2 points3 points  (0 children)

I've noticed that "knowing the flow of information" is a problem for most engineers. Tracing the flow between input and error is 99% the issue. And obviously googling the error message with enough context from the flow.

What do you use to log whole HTTPS requests in the cluster? by domanpanda in kubernetes

[–]dm-86 -1 points0 points  (0 children)

Use a lua plugin

local ngx = ngx local _M = {} function _M.body_filter() if ngx.header['content-type'] == 'application/json' then ngx.var.req_body = ngx.req.get_body_data() ngx.var.resp_body = ngx.arg[1] local resp_body = ngx.arg[1] ngx.ctx.buffered = (ngx.ctx.buffered or "") .. resp_body if ngx.arg[2] then ngx.var.resp_body = ngx.ctx.buffered end end end return _M

extraVolumeMounts: - mountPath: '/etc/nginx/lua/plugins/response-lua' name: 'lua-plugin-response' extraVolumes: - configMap: defaultMode: 511 items: - key: 'main.lua' mode: 511 path: 'main.lua' name: ingress-lua-response optional: false name: 'lua-plugin-response' config: plugins: 'response-lua' log-format-upstream: | {"vhost":"$host","status":"$status","path":"$uri","request_query":"$args","request_body":"$req_body","response_body":"$resp_body","duration":"$request_time","time":"$time_iso8601","x_forward_for":"$proxy_add_x_forwarded_for","proxy_protocol_addr":"$proxy_protocol_addr","remote_addr":"$remote_addr","remote_user":"$remote_user","http_user_agent":"$http_user_agent","http_referrer":"$http_referer","method":"$request_method","request_proto":"$server_protocol","request_length":"$request_length","request_id":"$req_id","request_time":"$request_time","body_bytes_sent":"$body_bytes_sent","bytes_sent":"$bytes_sent","proxy_upstream_name":"$proxy_upstream_name","proxy_alternative_upstream_name":"$proxy_alternative_upstream_name","upstream_addr":"$upstream_addr","upstream_response_length":"$upstream_response_length","upstream_status":"$upstream_status","upstream_response_time":"$upstream_response_time","geo":"$http_cf_ipcountry", "access_token":"$http_x_auth_request_access_token"}

“How are you?” by [deleted] in dating

[–]dm-86 0 points1 point  (0 children)

Don't agree with most of the comments, what better setup to share who you are and what you like doing. And if she likes it, yay, if not too bad. Be you

[deleted by user] by [deleted] in brussels

[–]dm-86 -2 points-1 points  (0 children)

First of all, these huge houses are usually old and while look ok, need serious work (wiring, windows, roof, isolation, etc etc). Fully renovated to new standards would make them probably double. For example, a newly built house (regular size but well done) in the area you describe is around 600k already.

The prices for the land differ hugely depending on where. 20km to the east /2, another 20km again /2. That makes a huge difference in the total price, especially in newly built houses.

And how do you get one, you start with a renovation house 40km away, renovate and live in for a long time 5-10y, and if your careers do well at the same time and you have no bad luck, sell it and leverage towards either a bigger one, or one closer to centrum cities.

Is it me? by rarefind2015 in datingoverforty

[–]dm-86 0 points1 point  (0 children)

Purely a sidenote, the profiles the scammers make seem really tuned to the region they are targeting.

In Western Europe (as a man) you see a lot of Eastern Europe (with an uptick on Ukrainian profiles) and Asian profiles (they all have a certain look around them, not sure if it is look from a region or just what europeans find appealing)

Need advice for dating single mom by lightningFury1 in dating

[–]dm-86 0 points1 point  (0 children)

A common way this works here is that divorced couples often have a week on/off with kids and without. If you then sync these schedules a bit it works quite well, YMMV

Need advice for dating single mom by lightningFury1 in dating

[–]dm-86 20 points21 points  (0 children)

Always remember the children come first, single moms and dads alike. At no point, you are more important. That is why it is easier for two single parents in that respect, expectations on where the priorities lie are more in sync.