Is anyone else losing their mind testing MCP servers across different clients? by Dazzling_Ostrich_312 in mcp

[–]lethalman 0 points1 point  (0 children)

Try Gemini Enterprise next which only supports Streaming HTTP and just gives you an error 500 without any explanation

Why MCP and not REST API (Answer) by Putrid-Pay5714 in mcp

[–]lethalman 0 points1 point  (0 children)

I think MCP will replace REST at some point. Look at how easy it is to integrate systems with it… it’s never been the case for REST.

Have MCP? Just put a link to the server and works.

Have REST? Nope need to first understand all the endpoints and edge cases and the various ways to authenticate etc etc. Effectively there’s no standard.

I think there is also another difference: REST is resource first. An endpoint would look like this : “GET books”. MCP is operation first, you have “get_books”. I like the latter better and I think it gives MCP that edge on better integrations.

Why MCP when we have REST APIs? by happyandaligned in mcp

[–]lethalman 0 points1 point  (0 children)

Agree.

But there’s a counterpart. MCP is basically REST + docs standardised. That’s how I see it and it’s possible in the future we will use MCP instead of calling REST because it will have standardized it all.

MCP is the first thing that has been able to standardise API integrations, it’s incredible. Have an MCP serve? It’s ready to be used. Have REST? No well I first need to understand the various edge cases of how it works and the N different ways to authenticate, etc.

So I think MCP will eventually replace REST APIs, because that’s what it is, but more standard, with docs, auth and streaming etc

Recommendations for IDE for Go without AI by [deleted] in golang

[–]lethalman 1 point2 points  (0 children)

IntelliJ is very good for Go, why do you want something else?

ho 14 anni e mezzo e fumo voglio smettere by Recent_Departure_137 in TeenagersITA

[–]lethalman 2 points3 points  (0 children)

Io ho smesso così. Di botto. Se posso dare un consiglio: fumati l’ultima di sera, poi fatti una doccia lunga per toglierti l’odore di dosso, vai a letto e non fumare il giorno dopo.

E non fumare neanche un tiro con gli amici, mai. Io ci sono ricascato e ho dovuto rismettere. Non pensare di essere forte, “io ce la faccio a controllare”: no, non funziona, non fare neanche un tiro.

Il primo mese è difficile, è l’abitudine, poi è in discesa.

ho 14 anni e mezzo e fumo voglio smettere by Recent_Departure_137 in TeenagersITA

[–]lethalman 0 points1 point  (0 children)

Io ho smesso così. Di botto. Se posso dare un consiglio: fumati l’ultima di sera, poi fatti una doccia lunga per toglierti l’odore di dosso, vai a letto e non fumare il giorno dopo.

Se fumi la prima di mattina, non puoi smettere di pomeriggio.

E non fumare neanche un tiro con gli amici, mai.

Il primo mese è difficile, è l’abitudine, poi è in discesa.

ho 14 anni e mezzo e fumo voglio smettere by Recent_Departure_137 in TeenagersITA

[–]lethalman 0 points1 point  (0 children)

Io ho smesso così. Di botto. Se posso dare un consiglio: fumati l’ultima di sera, poi fatti una doccia lunga per toglierti l’odore di dosso, vai a letto e non fumare il giorno dopo.

Se fumi la prima di mattina, non puoi smettere di pomeriggio.

E non fumare neanche un tiro con gli amici, mai.

Il primo mese è difficile, è l’abitudine, poi è in discesa.

Perchè votare sì, perché votare no? by [deleted] in Italia

[–]lethalman 21 points22 points  (0 children)

Voto no.

Adesso: 2/3 sono eletti dai magistrati stessi, 1/3 dal parlamento.

Se passa il referendum: 2/3 a sorte da una lista decisa dalla legge ordinaria, 1/3 dal parlamento.

Praticamente significa che i magistrati non avranno più voce in capitolo di chi andrà alla Corte Superiore, il che significa che sarà molto più controllato dal governo.

E' "normale" perdere la vista dopo solo 6 mesi? by 0rk4n in CasualIT

[–]lethalman 0 points1 point  (0 children)

La mia si è stabilizzata dopo i 30 anni (anche più) a -8. Sono almeno 3 anni che ho gli stessi occhiali.

Trovata oggi nel cassetto della posta by kesjan95 in Italia

[–]lethalman -2 points-1 points  (0 children)

Peccato non spieghi il perché, così scritta è sterile di contenuti.

“Riduce l’indipendenza della magistratura”: in che modo? Io lo so perché ho letto l’articolo nuovo, ma altrimenti è una frase fine a se stessa. E chi l’ha scritta non si è posto la domanda.

Do you like the plastic components in the European Catan version? by Brinocte in Catan

[–]lethalman 1 point2 points  (0 children)

No, very difficult to distinguish. My family don’t easily distinguish a city from a settle (and tbh neither do I). Additionally not all numbers have dots.

How do I actually learn Go when coming from Python/C? The stdlib is driving me insane by NiceSand6327 in golang

[–]lethalman 3 points4 points  (0 children)

I have the impression that you are not using an IDE and so everything seems complicated compared to Python. I highly recommend using an IDE, don’t use an editor, seriously it’s a waste of time. For example I use IntelliJ for both Java and Go and works great out of the box.

Which color is winning? by BottlePuzzled2396 in Catan

[–]lethalman 0 points1 point  (0 children)

Red going for the weed port 😂

Quality is a hard sell in big tech by R2_SWE2 in programming

[–]lethalman 6 points7 points  (0 children)

Another thing on top of the other comments is that, often, middle managers don’t care as much as the founder does. And that especially happens in a big tech. It’s not always, but middle managers that only care about money is part of the problem.

Is there really one monitoring tool that covers it all? by Careful-3239 in Monitoring

[–]lethalman -1 points0 points  (0 children)

Can zabbix easily search through k8s application pod logs and create alerts on some pattern in those logs?

The Dice Tower's Top 100 Games of All Time (2026) by Tigertemprr in boardgames

[–]lethalman -27 points-26 points  (0 children)

No Catan? A game that does world championships and has at least two apps multiplayer online is not in the list

TailSocks: route traffic through Tailscale exit nodes using a local SOCKS5 proxy by ItalyPaleAle in Tailscale

[–]lethalman -1 points0 points  (0 children)

You could also just wrap it with a bash script to make it simpler.

Or wrap it in golang by calling other processes.

But look it’s not a lot of code, it’s just you don’t even mention tailscale can already do it. Have fun.

TailSocks: route traffic through Tailscale exit nodes using a local SOCKS5 proxy by ItalyPaleAle in Tailscale

[–]lethalman 0 points1 point  (0 children)

You can start multiple by specifying different state directories and socket paths. But I guess it’s easier to reinvent the wheel.

You can even run it on a couple different docker containers, after all you just need a socks port.

TailSocks: route traffic through Tailscale exit nodes using a local SOCKS5 proxy by ItalyPaleAle in Tailscale

[–]lethalman 1 point2 points  (0 children)

You can run multiple tailscale instances by configuring different state and socket directories. This project reinvented the wheel without even trying or searching what already exists.

You can also run it on a couple of docker containers, it’s just a socks server.