• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle
  • I met my wife through eHarmony. I tried the other apps available at the time (mid 2000s) and most were “profile pic & swipe” level of depth. eHarmony had a fee (so both parties were at least a little more committed to finding a partner, rather than “sign up for free account while drinking one night”). Also it had maybe 100(?) questions you had to fill out before it’d give you any matches… basically a quasi personality profile about what you were like and what you were looking for in a relationship. The result was fewer matches, but all the dates I went on were meaningful (eventually leading to ~15 years of marriage & 2 kids).

    There’s now additional dating sites beyond just eHarmony that have this barrier to entry which seems similar (although I don’t have personal experience with those).



  • Hackers and hobbiests will persist despite any economics. Much of what they do I don’t see AI replacing, as AI creates based off of what it “knows”, which is mostly things it has previously ingested.

    We are not (yet?) at the point where LLM does anything other than put together code snippets it’s seen or derived. If you ask it to find a new attack vector or code dissimilar to something it’s seen before the results are poor.

    But the counterpoint every developer needs to keep in mind: AI will only get better. It’s not going to lose any of the current capabilities to generate code, and very likely will continue to expand on what it can accomplish. It’d be naive to assume it can never achieve these new capabilities… The question is just when & how much it costs (in terms of processing and storage).






  • whyrat@lemmy.worldtoSelfhosted@lemmy.worldAny love for Kubernetes here?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    1 year ago

    I’d suggest Podman over docker if someone is starting fresh. I like Podman running as rootless, but moving an existing docker to Podman was a pain. Since the initial docker setup was also a pain, I’d rather have only done it once :/

    For me the use case of K8s only makes sense with large use cases (in terms of volume of traffic and users). Docker / Podman is sufficient to self-host something small.