• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: August 6th, 2023

help-circle
  • IMO we need to break it in a few independent but cooperating decentralized systems;

    1. A transportation service where consumers will request the transportation of goods or people from point A to point B, and providers will make bids for those requests.
    2. A storage service where providers will offer storage of goods at specific locations, and consumers that make requests for the storage.
    3. A LC service, where two parties can enter an letter-of-credit (LC) contract, and providers can guarantee the contract.

    If these systems are available, it would be possible to implement additional decentralized services like;

    • Marketplaces.
    • Passenger transportation services.
    • Food delivery.
    • Probably many more.






  • It depends on the field you are studying. I was into CS, using Linux was recommended because the machines they used to test our code were also running linux.

    Most fields are going to be okay with linux, the only exception being fields that rely on specialized software like architects, engineers, and audio/video editing. Also, some software like MatLab are possible to run on Linux but it’s a pain to set them up.




  • I am definitely guilt for that, but I find this approach really productive. We use small bug fixes as an opportunity to improve the code quality. Bigger PRs often introduce new features and take a lot of time, you know the other person is tired and needs to move on, so we focus on the bigger picture, requesting changes only if there is a bug or an important structural issue.