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

help-circle







  • taladar@sh.itjust.workstoTechnology@lemmy.worldAI Slop
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 days ago

    Honestly, recommendation engines are literally the most primitive shit, especially the ones by large companies.

    Audible keeps recommending part 3 or 4 of series where i haven’t heard part 1 or 2 or tells me there is a new title in my “favorite series”, i.e.g the one where I just stopped listing half-way through a book to instead listen to something else.

    Amazon also still hasn’t fixed that simple thing where it keeps recommending you a second e.g. washing machine because you recently bought one.

    Google recommendations were literally better 10 years ago than they are now though I suppose AI is partially to blame for that one but even before that it “helpfully corrected” searches frequently away from what I was actually looking for just because the term was similar to a more popular one.

    I don’t doubt that they feed it all kinds of tracking data but the actual algorithm that does anything with that data is literally about as primitive as the “chosen by fair dice roll” XKCD.










  • I was aware of the login UID for auditd logging as a difference but as you say, that is only really helpful if the logs are shipped somewhere else or tampering with them is otherwise prevented for admin users. It is not quite the same but the auth.log entries sshd produces on login also contain the key fingerprint used to login these days so on a more limited scale you can at least tell who logged in when from those (or whose key but that is no different than whose account for the sudo approach).

    you should consider doing it right from the start.

    Do you have any advice on how to use the sudo approach without having a huge slow down in every automated process that requires ssh user@host calls for manual password entry? I am aware of Ansible but I am honestly very sceptical of Python tools since they tend to break easily and often from my past experiences and I would like to avoid using additional ones for critical tasks. Plus Ansible in particular seemed to be very late with their Python 3 transition, as I recall I uninstalled it when it was one of the last tools left that did not work with Python 3.