VJO6ODYUZY75BR5ILKF5YPNFC773GRXBFBAZINDSD76KCAUEXDQAC * Blog- Explains my opinions- Helps keep track of what and why
About--------This is a dump of ideas which seem worthwhile to work on. At firstevery idea appears to be a novel idea, and even a good idea. As theavailable options change, or knowledge of available options increasesthe ideas will be classified under one of the following:#open – No experimental evidence to suggest with confidence that itworks or not.#closed – A dead end. Does not work.#solved – A working product exists, exactly or closely matching therequirements.
Contact--------CEO of Capitalism. This blog is written by me.Prosperity arises as a result of voluntary exchange of products of specialised efforts 👍Email: nly@disroot.orgMastodon: https://lor.sh/@nlyGit: https://codeberg.org/nlyFederated E-commerce: https://shop.play.aiMatrix: @mly:disencord.disenthrall.meGNU Jami: opnMonero 83y8tUMdD7fBeyXDdTm1Mu2ufKTMJJWRQWQAT3Qxwnm3FtSSvhgkPcF1ByYxEsLMgXUHcRfnZnEzo6ZyaZcDdvoiHAFitSF
Adding products using curl--------Since I am just working with Http and Json. It makes things simple andI don't require a graphical client. I'll try listing Mangoes on theshopping site.First off I need to install curl command.$ nix-env -iA nixos.curlI can test if it works like so:$ curl https://example.comI see a lot of text that looks like Html so it's working :)I just ran curl with no flags, and by design it does a Get request onthe url. But, I need to post some data to a url so i need these flags:$ curl —request POST —data ''I also need to tell the server that i'm sending Json data and notsomething arbitrary:$ ... —header “Content-Type: application/json”And, the url is https://xopow.cyka.cf. So the final query looks likethis:curl —header “Content-Type: application/json” \—request POST \—data '{“id”:“234bhdutest01”,“name”:“Mango”, “stock”: 10, “price”: 1, “shortDesc”: “Delicious indigenous fruit of India”, “description”: “Yellow, pulpy fruit of India”}' \https://xopow.cyka.cf/products
Federated E-commerce--------End violence with free trade. There is fighting over who owns what. Noargument can make someone else give up what you want. There will beconflict. The only path forward is to make it easy to trade, so thatpeople have motivation to give away their wealth, maybe not for free,but in exchange for something else. E-commerce could be as simple asusing social media. Physical businesses being ripped out byregulations will serve as the fertile ground where online and smallerbusinesses can thrive. Whoever builds an open source, platform fore-commerce should probably use Federation to link up stores intostore-chains.A world where everybody is a business owner would be awesome. Youcould have your own shop, if you want. Trade should be so easy thatyou could live in a house for a few months, sell it and move tosomewhere else in the winter.#open
Prosperity--------How does one arrive at prosperity? I submit that prosperity arisesfrom a free and voluntary exchange of goods and services, all productsof specialised labor. In a free market, prices send the correctsignals to the individuals to make decisions on what should beproduced. From “What should i make for dinner today?” to “Should Ire-locate my business?”, all can be provided very good answers for, ifthe prices in the market reflect the reality.In everyday life, we miss out on the benefits offered by this model ofsociety. This had been a consequence of not having the medium to setsuch prices. However, that can now be changed only if we wish forit. With innovation in money and currency, the social realms which hadnot progressed at all will see great progress, atleast for those whowish to accept such changes.Specialisation will create efficiency and trade will distribute thebenefits far and wide.
Break down the Monolithic Web Browser--------Modern Web Browsers think of themselves as the “Operating System” ofthe internet. Whether the browser runs on Windows, Linux or somemobile device is a minor detail. Browsers are also developed by smallunified teams. Working on similar ideas or the same language. By notallowing the use of Python, or GCC they shoot themselves in the foot,and have to redo all the work of building new programming languagesand features. Someone willing to accept that there could not be asingle monolithic program to do all of this could move much faster andovertake the web browser duopoly by building on what's already there.It will be cool to have support for new protocols, and experimentalfeatures. The web browser is stagnating otherwise. The web could seetremendous innovation from such an experimental platform.
Moving forward--------What would I do if cryptocurrency was banned? What if regulationsprohibited peer to peer trade? Answering these questions takes timeaway from current problems. The only way to move forward is to assumethat solutions will exist once such problems arise, since there wouldan incentive to fix them. Restrictions would only push people towardsmore resistant alternatives.Who would handle logistics? Someone would develop a peer-to-peerlogistics system for delivering goods. What if cryptocurrency wasbanned? Money that cannot be censored or blocked would beinvented. What if servers were shut down? Distributed computing,server-less computation that cannot be taken offline would bedeveloped.
Go make a cryptocurrency, really!--------Print Money! No, really! Make your very own currency.This will be the last time that amateurs will be able to build theirown currencies and gain any reasonable userbase before the marketsettles on a 'standard' and then I as an innovator will have tosupport that 'standard' currency through conversions to/from thatcurrency.Money had been in-accessible to innovators for a long time. There is asharp demand for a easy to use, censorship resistant currency thattreats it's users right. Look at what people are willing to pay forsome of these digital assets. The crypto market is in a bubble,because of a mix of inflation and demand for 'good money', and in amarket it's impossible to force a wedge between the two. There is avery high demand for sound digital money but not remotely enoughsupply of it.Some of the things I might want to consider are:1. Starting from a blank slate.2. Supporting niche markets, markets that otherwise would not be ableto use regular currencies.3. Micro-transactions.4. Offline usage.