Mama told me not to come.

She said, that ain’t the way to have fun.

  • 3 Posts
  • 1.89K Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle





  • egress costs, which is their true and much sneakier vendor lock in trap.

    Absolutely. That’s basically Oracle’a db strategy.

    Things like this are why I’ll never use AWS, even if I get to a scale where it makes sense. I value the ability to switch to a different provider or self-host with my own hardware.

    the only answer is government regulation

    Ideally the market is competitive enough that regulation isn’t needed. But maybe that ship has sailed.

    I agree with regulations like Net Neutrality, so I guess it would depend on how it’s worded. I’m just worried massive players like AWS would find ways to abuse any regulations we try to make to exclude others.

    But yeah, I don’t pitch switching at work, because I’m not in charge of infra or really involved with it at all. I’m a SWE, not a devOPs or IT tech, so if I’m touching anything in Cloudwatch other than looking at logs, something has gone horribly wrong.




  • Dating is all about going places you don’t like to meet people so also don’t want to be there, which makes literally any other option more appealing.

    My SO and I met at a dance. I didn’t want to be there, and my SO thought it was tacky, so we had something immediately in common when I walked over to talk.

    It’s a weird, unspoken cultural thing. If I go somewhere to have fun, I’m not interested in meeting new people, I’m interested in the activity.








  • It’s a great article, actually click through and read it if you haven’t already.

    My favorite example of truly effortless communication is a memory I have of my grandparents. At the breakfast table, my grandmother never had to ask for the butter – my grandfather always seemed to pass it to her automatically, because after 50+ years of marriage he just sensed that she was about to ask for it. It was like they were communicating telepathically.

    That is the type of relationship I want to have with my computer!

    The author’s point is that natural language is a slow way to communicate, and it’s not even our preferred way, so why are we pushing so hard for it?

    One of the best productivity tools for me is my CLI shell, which predicts what I’m about to type based on what I’ve done in the past. There’s no AI here, just simple history search. It turns out i do the same thing a lot.

    None of this is to say that LLMs aren’t great. I love LLMs. I use them all the time. In fact, I wrote this very essay with the help of an LLM.

    The author argues that LLMs are an augmentation to existing tools, not a replacement. Just like the mouse didn’t replace the keyboard (my example), LLMs won’t replace existing workflows, it’ll merely help in the knowledge retrieval stage.

    For this future to become an actual reality, AI needs to work at the OS level. It’s not meant to be an interface for a single tool, but an interface across tools.

    This is where I partially disagree.

    Yes, I think some level of AI makes sense at the OS layer, but its function should be to find the right tool, not to be a tool. For example, “open my budget” would know from context which file that is (family, company, client, etc), which program (GNUCash, Excel, or a URL in a browser), and then pass on context to the app-specific AI, which would know which part to open and be ready for context-relevant questions (is it payday? Was I just looking at concert tickets? Is someone’s birthday coming up?).

    But even then, the usefulness of a system-wide AI is pretty limited. Most people can efficiently navigate to what they want. Indexes work well to find files (and full text search is feasible), file extensions work well to open the right application, and applications remembering what they were last doing is usually sufficient.

    So I see it as more of an accessibility feature at the system level instead of an actual, useful system in itself. However, I really like the idea of different models passing context in some standard way to each other so I can seamlessly move between apps.

    But I absolutely agree with the main point here: AI should be seen as an add-on, not a replacement.