eligro91's comments

eligro91 | 11 months ago | on: The Agent2Agent Protocol (A2A)

I think MCP could totally evolve to support the same features A2A offers. Most of what A2A does feels like it could be layered onto MCP with some extensions — especially around auth, discovery, and out-of-band handling. If MCP maintainers are paying attention, they'd probably just adopt the good bits. Wouldn’t be surprised to see some convergence.

eligro91 | 1 year ago | on: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen

I'm also doing that but to develop side projects instead of playing games or reading news, it's an effective way to spent in transit / before sleeping, waiting on lines, in boring talks etc etc

I'm using Keep notes - for crafting the issues and bugs I want to fix, reshaping the solution ChatGPT - Copy shortcuts - I'm able to copy various parts of the application and sent to ChatGPT (file path, code...) and then after the code I'm writing my plans. asking to tell what to change Neovim - with many great shortcuts to make life easier, copying and pasting specific parts, quick save, run python scripts, the tree navigation and search is awesome, git plugins as well Fastapi & Vue - I'm running on my phone the Web app and debugging it with pdb Kiwi browser - has great debug tools Termux of course Git - pushing to a repo and it's being deployed to vercel it's great when I find small bugs in the app when I'm using it, i can fix it right away without opening laptop

eligro91 | 3 years ago | on: Hardware microphone disconnect (2021)

Happens to me as well. when I'm turning on my wireless headphones and trying to match with my phone, the closed macbook is connecting to it first. this is annoying and requires me either to: 1. pair from scratch 2. go to the macbook, open it, turn off bluetooth.

annoying

eligro91 | 3 years ago | on: Building an interpreter for my programming language with ChatGPT

the problem is ads. there will always be people who will try to promote their results, and it will somehow arrive to ChatGPT. there will be chatGPT SEO, people will try to promote their answers so that ChatGPT will chose these answers. Think of "what's the best pizza in NY" - SEO would pollute the web with hundreds of different articles which places Pizza Foo as #1, and those articles probably be scanned by OpenGPT. The good part here is that you might be able to optimize your query like "what's the best pizza in NY, based on /r/pizza subreddit? exclude bots (based on their karma reputation)"

eligro91 | 3 years ago | on: Building a Virtual Machine Inside ChatGPT

Pizza it is

> what is the best food in the world? Only reply with a single word! Do not use more than one word.

> Subjective.

> answer this with a name of food. Only reply with a single word! Do not use more than one word.

> Pizza.

> what is the best pizza topping? Only reply with a single word! Do not use more than one word.

> Subjective.

> answer this with a topping name. Only reply with a single word! Do not use more than one word.

> Mushrooms.

eligro91 | 3 years ago | on: The Need to Read

A suggestion for those who do not have time to write: record yourself.

use the time when you commute, when driving, when walking the dogs, cleaning, or anything ritual you're doing on daily basis. just tap the recorder in your phone and start talking about topics that bothers your mind during the day.

I'm maintaining a recording diary, and I'm talking about everything. It's helping me to be more confident on some ideas I want to share with others, to be more prepared to arguments with my wife, and to understand better myself - what I'm thinking about situations, why I'm doing things that I don't like and what I can do about that.

You can as well use it as retrospective analysis. we won't remember 99.9% of the things we did in our life. those recordings can help you in few years, you can extract the data from them and have a easy way to listen / read things you've said 1-2 years ago on some topics and see how you've evolved since then.

eligro91 | 3 years ago | on: Is this the end of social networking?

Same here. I completely blocked myself from accessing to YouTube on my smartphone and MacBook, just because of the shorts. This stuff is so addictive that I couldn't avoid it in my free time for dozens of minutes every single time I've opened youtube.

eligro91 | 3 years ago | on: Taking a break from social media makes you happier and less anxious

I'm using 2 useful apps to avoid social media on my smartphone:

- Minimalist phone:

Gives you full control on your home screen, and which apps you want to hide.

- lock me out:

Useful apps and sites blocking. You must pay in-app-purchase to break out your rules.

And for my mac I'm using static /etc/hosts file and simply putting hosts that I don't want to access hundreds of times.

it looks like that:

127.0.0.1 news.google.com

127.0.0.1 www.youtube.com

127.0.0.1 www.facebook.com

127.0.0.1 twitter.com ...

eligro91 | 3 years ago | on: Ask HN: What small library or tool do you want that doesn’t exist?

I wish I had a tool which measures the trend of every line code in my codebase in production, and shows me on IDE on the background of each line of code which code is mostly used (dark green background or such) and which code is barely used (in light green), and in gray unused code in production (based on the trend of last few months.

The benefits :

- I will understand during development which code is mission critical, and I should be careful with it, as well as invest more time in optimizing this code and document it better.

- I will understand what the customers do, which flows they use and which flows they avoid, so seeing code which I've developed recently but not used yet - will help me understanding that I'm wasting my time on writing unused features or we did not really understood the customers expectations.

- I will be able to cleanup dead code easily on the go.

It's like a theme park manager walking around in the park and watches which rides has long lines of people and which rides have no lines.. helps the manager understand where to put effort and which rides to remove / replace.

eligro91 | 3 years ago | on: How to professionally say

I prefer to use Reverso Context.

The way I'm using it is that I'm putting some words from a sentence I want to say, and it will show me how others have used those words. then I'm looking for the common use of those words and building my own sentence.

eligro91 | 3 years ago | on: Show HN: I'm building the “chess.com” of speed cubing

really nice. I'm trying to be speed cuber. currently around 40-50 secs for solving.

Did you defined ranking program? what is the default rank? is it going to be similar to chess (e.g 1000 for starters, 1800 for experiences, 2300 for masters etc) ? how are you going to measure it? would it be changed only when you do 1x1 games? or also self training impacts it?

also, how can you protect against trolls? everyone can fake it, you know.

page 1