Estudante de Engenharia Informática apaixonado pela área; algures em Portugal.

Administrador da instância lemmy.pt.


Computer Science student, passionate about the field; somewhere in Portugal.

lemmy.pt instance administrator.


https://tmpod.dev/

  • 4 Posts
  • 100 Comments
Joined 4 years ago
cake
Cake day: September 10th, 2021

help-circle


  • While the issue of the inter-server protocol being overly chatty is very much real, putting the burden on the users isn’t a good solution.

    The focus should instead be on improving the protocol itself and its implementation with better algorithms, batching, etc. I’m not super knowledgeable about the inner workings, but I feel like there’s still some relatively “low hanging fruits” in the protocol design (are activities properly batched? are they sent as linear broadcasts to all federated instances? could we use some alternative broadcast distribution, like binomial? etc) and implementation (is the data model leading to some expensive operations? are the SQL queries well written? could we speed them up some other way?).

    I say this as someone who’s been running an instance for many years now, and can tell you for sure it has been a rather bumpy ride, as a small server. Running a good and fast server with lots connections is not cheap; not as much as it should, at least imo.



  • You’re correct, but that’s like saying along the lines of manufacturing a car is just bolting and soldering a bunch of stuff. It’s technically true to some degree, but it’s very disingenuous to make such a statement without being ironic. If you’re making these claims, you’re either incompetent or acting in bad faith.

    I think there is a lot wrong with LLMs and how the public at large uses them, and even more so with how companies are developing and promoting them. But to spread misinformation and polute an already overcrowded space with junk is irresponsible at best.




  • This. And to add to what other commenters have said, by using Bitwarden and paying for their Premium plan (very cheap, just $10/year), even if you don’t use all their features, you’re supporting a good project. It’s critical infrastructure, I think the price is more than fair.
    Either way, you should always make periodic backups from any cloud service you use, encrypted of course.










  • I’m a native Portuguese speaker, fluent in English and can understand Spanish and French. Despite having had 3 years of French in school, I can no longer speak properly, and my writing is really bad, but I can understand pretty well. Spanish just comes to me because of the similarities with Portuguese, I never formally learned it.



  • tmpod@lemmy.pttoSelfhosted@lemmy.worldConfused about Podman
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    This is a good suggestion. Docker is more mature and has more resources, so it’s better to learn the ins and outs of containers. After getting comfortable with it, you can move to Podman and have a much better time tackling its peculiarities regarding permissions and rootless.

    I used Docker for years and only recently decided to give Podman a try, porting my Lemmy instance to it.