• 0 Posts
  • 7 Comments
Joined 2 months ago
cake
Cake day: September 3rd, 2024

help-circle



  • Agree with @[email protected] on intro text. Some tech blogger will make the first few sentences really catchy to keep you scrolling. If in your case, I think what they may do with the “Introducing Decentralized Chat” article will be like:

    Have you ever imagined having a completely private and secure chat app that keeps your messages only in your browser?

    There are already so many chat apps in the market, so why are we building a new one?

    Signal is great, but does it mean that we don’t deserve a chat app that is even better?

    (I am trying my best…)

    On the other hand, I see that most of the time when people post on Hacker News, they simply put a link in there and people will watch and comment. I don’t have an account myself so can’t say I am sure, but would it help generating some traffic as well?


  • Not an expert in both the languages but I heard that C developers are trained to use memory smartly, sometimes even reuse a range of allocated memory for completely different purpose to save cycles freeing and reallocating. But for Rust developers, everything is about making sure when one should get the hand away from the memory, and whose memory is allowed to be touched.

    Sounds to me like sharing rides that maximise economically but we may have some oops moments sitting on someone’s laps vs absolute private rides to make sure no one in your family will be harmed but we have to make sure everyone gets a car only when needed.

    It is quite interesting to see how it will work out eventually…