• 3 Posts
  • 278 Comments
Joined 11 months ago
cake
Cake day: August 9th, 2023

help-circle

  • There are many options, but I’d say on those specs anything will run more or less fine with some tweaks/settings.

    Personally I would go with KDE Plasma, because I feel most comfortable with it. It can be pretty light on system ressources when configured properly. Disable all the visual stuff (animations, blur, anti aliasing) and some of it’s background modules (baloo and some other stuff that you personally don’t need).

    But you should take the one you are familiar with and find out how you can tweak it to be more light. Cheers







  • With a Blazor (serverside mode) project you could have that with a nice user experience. Blazor has a tiny js which initializes something, otherwiss it renders the site on the server and sends the component updates to the browser, so the whole site does not need to reload, only the relevant components (which is kind of interesting).

    Maybe there is some blazor serverside e-commerce project out there, I wouldn’t personally recommend it though.



  • For the site itself the most minimal thing you can do is an html file.

    Then some software to act as the “server” that serves that file to a visitor. (nginx, caddy, apache - there are many options).

    And your domain needs a domain record which points to your server.

    As you want to use a home pc, you need to figure out whether your ISP gives you a dynamic or static IP.

    If static, you can just use that.

    If dynamic, you’d need some service like dynDNS to keep pointing your domain to your changing IP.



  • I once talked with a colleague from the data-analysis field. Apparently the company they work at is somewhat in the legally grey area.

    They advised other companies on hiring candidates, by scraping all possible data about them online (which included buying anonymized advertising data and correlating it to all their publically available data and the data from the application). Using that, they claim to predict worker motivation, loyalty, how often they are sick, their political alignment, what their acceptable rate is, if they are going to ask for a raise, how well they work under pressure and much much more.

    Since hearing it this has basically become my thread model.

    As I am writing this, I realize that it is probably time to delete my Lemmy account and never post here again lol