this post was submitted on 14 Jul 2025
10 points (70.8% liked)

Free and Open Source Software

19581 readers
57 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Hello my name is Daniel Hanrahan and I created a barter facilitator application and do you think it is the future of commerce: https://github.com/Daniel-Hanrahan-Tools-and-Games/Barter_Facilitator Sincerely, Daniel Hanrahan

you are viewing a single comment's thread
view the rest of the comments
[–] danielhanrahantng@beehaw.org 1 points 1 day ago (7 children)

The problem I am trying to solve is mostly all currencies or all currencies are going down the toilet and this software is the solution or part of the solution when the final blow happens with all these currencies. If you need me to explain better let me know.

[–] axib@beehaw.org 3 points 1 day ago (6 children)

Thanks, I get how barter would help in that case, but without running your software or seeing a demo of what it does, it's not clear to me how it works, or why it's better than alternatives. You said this elsewhere:

what about the software determining the value of the products, can you answer that.

Now that sounds interesting, how does it determine the value of products? And in the absence of money, how does it even represent value?

I'm asking this because I'm curious, but I'm also trying to give you tips on how to make a more engaging post. I'm not super interested in actually switching to bartering instead of using money right now, but I'd read about how your project works for a few minutes if you want to write about it. I suspect others might feel the same way. I looked at your github repo README and it's all just technical instructions on how to run it.

After reading an explanation for how it works and why it's more useful than other alternatives, then I might consider actually downloading the source and trying to use it.

Especially if you make bold claims like "is this the future of commerce" ... you have to at least explain what you did if you're going to say something like that.

[–] danielhanrahantng@beehaw.org 0 points 1 day ago (2 children)

Algorithm for determining value of a product: the highest possible value for a product / ( the amount of people who has the product - the amount of people who want the product ) = value of the product, but however when there is one offer for a product it is only the highest possible value for a product because there is only one offer.

[–] TehPers@beehaw.org 3 points 1 day ago* (last edited 1 day ago) (1 children)

the highest possible value for a product

How do you calculate this?

the amount of people who has the product - the amount of people who want the product

As demand increases, the value increases, but at some point when demand exceeds supply (which is common), the opposite happens: the magnitude of the value starts to decrease (though that value is now negative).

For example, two sellers sell a product, and four people want it. Let maximum value be v_m. Value is calculated to be v_m / (2 - 4) = -v_m / 2. If two more people want it suddenly (so 6 now), it becomes v_m / (2 - 6) = -v_m / 4, which has a lower magnitude despite the higher demand and static supply. This is contrary to how supply and demand actually work, where value generally increases as demand increases (if supply remains static).

Maybe value means something differently to me than it does to you though. Ideally supply would always equal demand (which makes your denominator 0, breaking the equation entirely since that would be undefined), but that would be really difficult to control.

[–] danielhanrahantng@beehaw.org 1 points 1 day ago

The highest possible value for a product, say like we were in a world where there is only one of everything, then everything would be equal value, which is one, for example: one carrot for one apple, and the people who has the product - the people who wants the product is supply - demand in simpler terms and the software gets those numbers by looking in the database and counting the supply of a product and counting the demand of a product.

load more comments (3 replies)
load more comments (3 replies)