←back to thread

439 points david927 | 1 comments | | HN request time: 0.254s | source

What are you working on? Any new ideas which you're thinking about?
Show context
ruieduardolopes ◴[] No.44418059[source]
I am a PhD student and for a while now I'm designing and developing a distributed network protocol that enables dynamic resource allocation across heterogeneous nodes, to which I called Rank. It's designed to handle computational, network, and temporal resources in fully distributed environments without central controllers, but that could also handle a centralized environment. Rank implements four core functions: discovery (finding paths between nodes), estimation (evaluating resource availability), allocation (reserving resources), and sharing (allowing multiple services to use the same resources). What I think it makes it unique is its ability to operate in completely decentralized environments with heterogeneous nodes, making it particularly valuable for edge computing, cloud gaming, distributed content delivery, vehicular communications, and grid computing scenarios. The protocol uses a bidding system where nodes evaluate their capability to fulfill resource requests on a scale from 0-1, enabling dynamic path selection based on current resource availability. I've implemented it in C++ and then also created a testing framework to validate its performance across different network topologies. This is still a work-in-progress and I am eager to publish results someday!
replies(5): >>44418065 #>>44419636 #>>44419922 #>>44421389 #>>44479246 #
Weryj ◴[] No.44419636[source]
Orleans would be good to checkout
replies(1): >>44421405 #
ruieduardolopes ◴[] No.44421405[source]
Thanks! Actually I was not aware of Orleans as I never got close to .NET environments, but thank you for noticing it to me.
replies(1): >>44423505 #
dbetteridge ◴[] No.44423505[source]
Hopefully it comes across as helpful and not condescending.

You're probably looking for "showing it to me" or "making me aware of it" rather than "noticing it to me" as noticing is usually used like "I noticed thing x" or "You have been noticed"

replies(1): >>44426838 #
1. ruieduardolopes ◴[] No.44426838[source]
Oh, you're right, I am sorry! Yes, I meant "for showing it to me" or "making me aware of it"... I am not an English native speaker, and it was too early in the morning, I guess :)