• 11 Posts
  • 159 Comments
Joined 2 months ago
cake
Cake day: July 3rd, 2025

help-circle


  • Part is still waiting to happen

    Our characters were hired in the past to extract the country-level head of security of one of AAA corps. After they did that, in “wishes and stars”, one of the players expressed that it would be cool if things they get in contact with would come back later

    So in close future they will be hired to extract him from a secure train and in doing so they most probably will (unless the decide to fail that mission) antagonize their fixer, which just so happens to be Lofwyr - a great dragon that is the owner of another AAA corp

    And the plan is that in beat climax run the samurai will meet a heavy modified clone of the guy, that is bodyguard of continent-level CEO of the first corp

    The further plan is, that after that beat, this arch will try to explore the reality when cloning is possible.
    I’m sure they’ll be thrilled to meet the first guy again :)





  • INeedMana@piefed.ziptoFediverse@lemmy.worldDAT-protocol
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 days ago

    What is it?
    From one of the projects

    Agregore, a browser for the distributed web, facilitates peer-to-peer data sharing without central servers, supporting protocols like BitTorrent and IPFS for direct loading and sharing of content.

    So instead of putting stuff (like my webpage) on a server, I share it P2P? But then my computer has to run 24/7 which basically makes it a server, right?





  • Maybe you need to wait a bit for federation to kick in?

    I don’t have links at hand, but from some other questions I know that federation is not “download everything the moment someone looks at another instance”. Basically follow something and wait until some new content appears on origin instance. If after that you don’t see the content federated, then it’s time to start asking around






  • We’ve succeeded beyond my dreams. The drivers are fully upstream in Mesa. Performance isn’t too bad… Satisfied, I am now stepping away from the Apple ecosystem.

    “Excellent!” the Prince exclaimed. “Your technique is faultless!”

    “Technique?” said the programmer, turning from his terminal, “What I follow is Tao – beyond all techniques! When I first began to program, I would see before me the whole problem in one mass. After three years, I no longer saw this mass. Instead, I used subroutines. But now I see nothing. My whole being exists in a formless void. My senses are idle. My spirit, free to work without a plan, follows its own instinct. In short, my program writes itself. True, sometimes there are difficult problems. I see them coming, I slow down, I watch silently. Then I change a single line of code and the difficulties vanish like puffs of idle smoke. I then compile the program. I sit still and let the joy of the work fill my being. I close my eyes for a moment and then log off.”





    1. it partitions same things into separate locations One library is here, another one is here, some older version there, which one should this binary load? Where should I point the -L to? Of course, compiling things completely from scratch is unmaintainable anyway (that’s why PKGBUILD was another big point - it’s easy to create your own AUR packages that will get pacman-level maintainability), but sometimes you want to check if that new patch solves your issue
    2. if distro does not care, the packages will have different prefixes I can see some use of /opt. But it should be my decision if I want something installed in /opt/bin or /usr/local/bin. In distros that did not enforce where things are put in, it was all over the place. But to be fair, to me, even bin/sbin separation is bs