Hacker Newsnew | past | comments | ask | show | jobs | submit | dillonraphael's commentslogin

One day I was thinking about the future, as I usually do. I thought to my self that apps will probably become obsolete. We will probably each have this small device that contains an LLM installed locally. Businesses and services will all have their own AI agent. So I put together this concept for a decentralized P2P network that enables discovery using pubsub, and allowing agents to broadcast their capabilities.

It's currently at a proof of concept stage, but already has concepts that handle identification for agents, capability negotiations and even consensus strategies.

I'm calling it Ecco. It's open source and can be found here https://github.com/dileet/ecco

I'm really curious peoples thoughts, but I think this could be really powerful and a fundamental step towards ASI. I'm not trying to necessarily "promote" a product but instead promote an idea to facilitate how we may use agents in the near future.


I have my product, 1UpBlitz on sale from today to Friday. 20% off for lifetime updates. Discount works for the first 30 people.

It may not be a course, but 1UpBlitz is the first SaaS starter for blitzjs. So going through the codebase can definitely teach you something new.

Head to https://1upblitz.com and use the code "1upblackfriday" during checkout.


Since today is release day, I'm offering 25% off on producthunt: https://www.producthunt.com/posts/1upblitz


SEEKING FREELANCER | Remote Only

Looking to hire a fullstack typescript dev for an open source project. We're using Blitzjs as the framework.

Responsibilities:

- Clean up codebase where appropriate: such as keeping the codebase DRY or knowing when to restructure main features

- Write E2E tests with Cypress

- Integrate APIs

- Error handling

The project is open source, so whom ever fills this position will receive public credit and L1 Maintainer status.

Apply here: https://www.creatorsneverdie.com/jobs/open-source-project-bu...



I only want to develop PWAs for now on. https://appsco.pe/


The foundation for a great crypto project. Few are making products that push the development of the ecosystem. Excited for the launch on testnet.


I'm going to go this route. Except, I'll stick with Ubuntu


Have you tried http://nanobox.io/?


Hmm maybe I stick with my current setup in using Vagrant with big projects, and add something like CodePen or JSBin to mix for quick features. Then when I'm happy append the code inside the vagrant box. Gah.


So what's the difference between this and using my current setup; cmder & vagrant?

If I get Windows Bash do I still need things like visual studio to compile node-gyp stuff?


I would use bash for your normal command line. That way you can easily use git, ssh, htop or whatever linux tools you need. Then I would install docker for windows and docker-cli inside bash.

Then you can easily work on node projects by going into your project folder with windows bash. Then run "docker run -it -d --name nodejs -p 3000:3000 -v $PWD:/workdir -w /workdir node:latest bash"

This will launch a nodejs container a drop you into a tty inside the container. Then you can edit your files from windows and do npm install.. npm run... etc fro inside the container. localhost:3000 will have your app


I'm using Windows 10 Home :(


You should be able to use docker-machine for windows but it needs virtualbox. Honestly I would pay to upgrade though. I think it's around $100 and you can do it from the store. Hyper-v is one of the most exciting things about windows 10 IMO


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: