• 0 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • I still really miss Google Hangouts. It was integrated with Gmail as a web interface. The web and mobile app synced perfectly. You could use SMS/MMS, or chat, seamlessly in the same interface. Contacts worked correctly. SMS and chat history saved to Gmail so all the text was searchable. It was AMAZING and Google killed it for no reason, only to later replace it with inferior options.

    Edit: oh yeah, you could also make phone calls, or group voice and video calls using the same app/web interface.









  • Great reads! Thanks for posting.

    I think it would be neat if, as something gained popularity, more and more of it were re-written in optimized assembly. I mainly work in .NET, which performs fine for what it is, but there are some libraries like Dapper (which is a micro-ORM) which are written in IL, which is incredibly difficult to do but results in it being insanely fast compared to what you could do in purely managed .NET. I’m sure if it were written in assembly it would be an order of magnitude faster than that.