This is a secondary account that sees the most usage. My first account is listed below. The main will have a list of all the accounts that I use.

henfredemars@lemmy.world

Garbage: Purple quickly jumps candle over whispering galaxy banana chair flute rocks.

  • 2 Posts
  • 259 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle

  • I’m concerned about the large amount of low quality, vaporware/crypto applications built on IPFS which is the same core technology used here. It’s concerning how many clicks it takes to get technical specs for the underlying work, like libp2p for the network layer, which itself espouses only vague ideas on its main website that seems to focus a lot more on presentation than technical merit. Even the GitHub admits that the spec that most of these apps are relying upon is, well, unspecified.

    Your project source downloads and runs an executable. That’s a little bit SUS; it would be much better if you compiled/built this core code as part of your build process, else, it’s not much in the way of source code, no? But, it works. It seems to delegate just fine, and few understand how to actually talk IPFS directly. But, this is the most important part!

    I think the biggest tell that IPFS borders on vaporware is that there’s very little discussion about concrete specifications and the main problem faced by all DHTs: how you get your data to actually stay hosted on the network over time. These ideas are not new, and you may be better served building your app on technology that has spent vastly more time understanding the fundamental problems.

    https://specs.ipfs.tech/

    This is how you write a spec without actually writing a spec. And I’ve written a lot of specs.

    https://geti2p.net/spec

    This is how you write a spec. Excruciating detail of what actually gets sent over the wire at different levels of the design starting from the very bottom.

    Anyway, just my 2c. It’s cool you’ve got functionality at this level and that’s commendable, but I feel it’s built on shoddy foundation of an immature technology. At least it should be easy to migrate to something else in the future as the distributed technology is offload to a separate binary anyway.

    Note: Various edits for clarification and to ensure I focus on the code and not the human.






  • Not knowing yourself; it’s a lot like dating in that there’s big dreams and ideas but the reality of what is needed on the daily often doesn’t mesh. I find it helps to talk to other employees and ask about their job and roles to get an envelope of what the company actually needs vs. what they say they need.

    Can’t really so that with dating though!








  • If you’re willing to donate bandwidth, I suggest I2P or a public SyncThing node. My server chews through a terabyte of bandwidth helping people securely access their files. I also run Tor’s Snowflake proxy which helps users reach the network.

    I2P is Java. SyncThing and Snowflake are written in Go which means you can’t pull off typical memory corruption attacks in these relatively safe languages, and it’s fairly easy to run them in a container.



  • BOINC is great. In its day, you could get an enormous amount of computing power on a shoestring budget thanks to volunteers. It also helped the volunteers feel like they were more a part of something, because they were! I used to have a small server farm crunching numbers for science.

    Unfortunately, the landscape has changed. Some projects are still around, but many of the big players have left. Computing power is a lot more accessible now, and the main limitation is time spent analyzing the data rather than the computation itself. Cloud computing can make just about any computation happen fast for a reasonable price without having to own all of that hardware. GPUs have exploded in computation capacity. Just, a lot of factors came together where the need isn’t as great.

    With that said, I still run it on one mini PC, but the payoff for having to write your application in a distributed fashion doesn’t have the return on investment that it used to.



  • A decentralized social media has 2 problems: How to store the entire world’s data on a blockchain

    Stopped reading right there. I can’t take this project seriously. Even the description uses weasel words that focus more on broad concepts rather than technical clarity. I struggle to find a new idea being presented here that actually provides concrete and material benefits over other ways to put power in the hands of users.

    To me this looks exactly like an academic project that was done in school and quickly forgotten. It’s great for writing papers, however.

    Oh my God I didn’t see what community this was. If this was supposed to be a joke, it was quite the long one. But yeah it’s a joke project it looks like. That’s a fair comparison.