Looking for an alternative to reddit

  • 1 Post
  • 155 Comments
Joined 11 months ago
cake
Cake day: July 28th, 2023

help-circle


  • 1984@lemmy.todaytoMildly Infuriating@lemmy.worldEphebophiles are not immoral
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    edit-2
    1 month ago

    The majority of 25 year olds I know would not mind being with an 18 year old. Why pretend it’s not like that?

    Calling the 18 year olds children is just trying to make it sound like it wouldnt matter of they are 14 or 18. It matters very much to any normal person.

    If you don’t believe me, ask any 18 year old girl who wears tight clothes, what age are the guys looking at her body when she walks around? And then you don’t have to trust me.

    It’s biology, you can’t change that with political correctness…







  • Yeah it’s insane. But of course if scaling different parts of the application, I guess micro services are the way to do it. But otherwise one could scale the entire app by just putting more of the entire app on servers. No need for micro services. It just needs to be written to be able to listen to message queues and you can have any number of app instances.





  • Yes but in practice, companies don’t want to replace their entire tech stacks, and specially if it’s a large company. It costs an enormous amount of money (because of the time and effort it takes) and means the entire company has to relearn how to work with that stack instead.

    It’s not impossible and it can happen, but in my experience from working at probably 20 companies now, there is almost always a strong resistence to change.

    People don’t even change their default search engine or browser most of the time.



  • 1984@lemmy.todaytoProgrammer Humor@programming.devLet's do micro service
    link
    fedilink
    arrow-up
    69
    arrow-down
    4
    ·
    edit-2
    2 months ago

    Problem is that companies are using them for all scenarios. It’s often their entire tech stack now, with kubernetes.

    It’s similar to the object oriented hype that came before it, where developers had to write all their programs in a way so they could be extended and prepared for any future changes.

    Everything became complex and difficult to work with. And almost none of those programs were ever extended in any significant way where object oriented design made it easier. On the contrary, it made it far more difficult to understand the program since you had to know which method was called in which object due to polymorphism when you looked at the code. You had to jump around like crazy to see what code was actually running.

    Now with kubernetes, it’s all about making the programs easier to scale and easier to develop for the developers, but it shifts the complexity to the infrastructure needed to support the networking requirements.

    All these programs now need to talk over the network instead of simply communicating in the same process. And with that you have to think about failure scenarios, out of order communication, missing messages, separate databases and data storage for different services etc.





  • Yeah I was also on Gmail when it was new, but it became appearent that Google was a bad actor many years ago. So I’ve been on fastmail for like 5 years now. It’s never been down. And it’s always very fast, and has many features Google doesn’t have at all. They do care about privacy but since it’s hosted in Australia which is part of the 5 eyes pact, all data is shared with the NSA. To me it’s OK. I just want my email to be in a better place than Google.

    But yeah I would also self host it if I could. I have a proxmox cluster with tons of virtual machines at home, running nomad to schedule jobs on them. I have pihole as a dns server so i get a lot of tracking protection just from that.