• 4 Posts
  • 38 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.





  • I would give myself a solid 4.2/5 on python.

    • I have in deepth knowledge of more than a few popular libraries including flask, django, marshmallow, typer, sqlalchemy, pandas, numpy, and many more.
    • I have authored a few libraries.
    • I have been keeping up with PEPs, and sometimes offered my feedback.
    • I have knowledge of the internals of development tooling, including mypy, pylint, black, and a pycharm plugin I have created.

    I wouldn’t give myself a 5/5 since I would consider that an attainable level of expertise, with maybe a few expections around the globe. IMO the fun part of being really good at something is that you understand there still is to learn ❤️


  • I’ve had a very tough time finding my first position as a junior dev

    The hiring landscape for software engineers/developers is a mess for the past year or so. You shouldn’t internalize the experience, most likely you are just unlucky.

    A few things to consider for finding a job:

    1. Utilize your connections, a lot of hiring still happens through connections. If you have attended a university/college/bootcamp reach out to your professors and check if they can refer you to any positions.
    2. Make sure your CV can be parsed by tools. Try uploading your CV on open resume, if it’s not parsed correctly you might want to update it.
    3. Create a portfolii website, it’s a great way to illustrate your skills. Also, others here can check it out and offer advice.
    4. Update your LinkedIn profile, make sure to check that open for recruiters thingy.

    If you want to learn more about react I am happy to have a chat with you (no fee), feel free to DM me.



  • Hi, I am a building a platform with the goal of supporting apps like this, and I would be interested to develop a plugin for your use-case as an experiment (no fee).

    I am working alone on this and this is not my first priority, so I cannot make any guarantees about the timeline, or the scope of the plugin. But, if you are interested we can have a chat on matrix.

    The project is not open source yet, but I am planning on doing so once (a) I figure out how to properly apply licensing, and (b) remove any potentially critical information (credentials) from the repository.




  • Dopamine received, initiating hyperfocus protocol!

    As a rule of thumb, we’ve observed that a team of 5 trained moderators appears to provide ample coverage and redundancy for servers of about 1,000 active users

    That’s a fascinating bit of information. I would expect 5 moderators to provide coverage for more users. I am wondering how they came up with that statistic (will update the comment if I find an answer).

    Remember that offliine/IRL community management experience can be just as important as online experience

    Interesting idea, wondering what’s the IRL presence of the fediverse…

    If you’re building toward participatory or democratic governance, consider establishing a proposal and voting system (some teams we spoke with use Loomio, but multiple options exist) for major policy decisions.

    That’s soooo important, I love when communities create polls to decide on policy changes.

    Avoid promoting brand-new members unless you already have a pre-existing relationship with them

    I have followed some discussion on multi-level hierarchies on the fediverse, wondering if there are any instance implementing that…

    Consider charging for accounts or offering paid memberships.

    Hell no!

    We hope there will be more resources available in the future, particularly tooling around legal compliance. This is one of the big infrastructural gaps we point out in our main report

    That’s a big issue, I would be interested in hosting an instance available to other people, but I don’t want to end up in jail and I lack the resources to make sure that won’t happen…

    That was an interesting read, it seems there is an in-depth analysis of the report here.









  • Me neither buddy, me neither…

    Falsehoods About Time: … Time always moves forwards.

    I had to learn this the hard way… I was working at a platform that pulled measurements from sensors. The sensors did not declare the timezone for the timestamps of the measurement and the platform broke down twice after daylight saving. The first time there were duplicated records which caused conflicts and the second one we weren’t handling impossible timestamps.