• 34 Posts
  • 1.89K Comments
Joined 2 years ago
cake
Cake day: October 20th, 2023

help-circle











  • Christ you seem that dense that you could be mistaken for a black hole.

    Sure a lot can be assholes or whatever, but it doesn’t mean we just assume everybody is. Reddit had a mince problem, it’s likely you came from Reddit, during API gate I would guess, you happy be called a mince too?

    Then you’re going in about Jan 6th like it’s apples to apples. I didn’t say all single digit millionaires are good. Furthermore many if those people did that not because they’re rich but because they have fucked up political beliefs.

    Good for you. Shame unit someone assumed you were a slumlord too wouldn’t it. Personally if I earned that much I would be retired once I hit £1M. I also don’t judge people based on a singular purchase, that’s bloody insane and really does seem naive.

    I’m not defending anybody, I’m merely pointing out the idiocy of saying all X are Y.

    Next time I buy a car I’ll be sure to consult you to ensure that I’m making a choice that fits your world view. Do I need to do this with others things too? As I neglected to reach out when I bought a new camera recently.


  • Literally met a doctor who owned a Ferrari, it wasn’t a made up thing. To be clear he is a consultant cardiologist.

    In fact when I worked for Apple I met many regular rich people who just have decent lives from value jobs and worked hard.

    If you think single or double digit millionaires are the problem then you’re misguided. The problem is generational wealth or those with hundreds of millions or billions extracting value from the world.

    FYI: A consultant (medical) can earn £100k - £140k per year in the UK. Source Easily enough to finance a Ferrari with low interest or save and buy one, or the shock even lease one.




  • Painkillers have kicked in now, but I really do want to continue this discussion so I’ll make this as unread and respond tomorrow when I can give your reply the time it deserves and I can be somewhat coherent.

    I do apologise for the LLM version, it was in no way because I think you’re stupid and more because I know I have a tendency to digress and in the past that hasn’t been received well so my intention was to have something where the writing style isn’t going to turn people off from the thoughts I’m trying to convey.

    Have a nice evening and I’ll hit you with a reply tomorrow. 😊.



  • Brother the fact you use those terms indicates you are an insecure pos. Can bet my last pound you wouldn’t talk to me like that to my face, just because I’ve got empathy for days doesn’t mean I’m above putting a bigot on the ground.

    Be better my guy, if only for the sake of your mental health. Hatred is a killer and will just drag you down.

    If you ever want to chat civilly about anything hmu, I got you. I believe people can change if given some compassion and actually interact with the people you hate.



  • Here is a rewrite of this stream of consciousness that an LLM helped with which might be more palatable. I am neurodivergent and stream of consciousness is my bag, writing isn’t. So LLMs have massive utility for here.

    I get where you’re coming from, but honestly, that’s not been my experience at all. I’ve used LLMs both at home and at work, and while they’re not magic, they’re absolutely useful—especially if you already know what you’re doing and want to skip the repetitive or boilerplate stuff.

    At home, for example, I set up a Docker-based media server. I’ve done it before, but using the LLM meant I didn’t have to dive into docs or endless Google threads. It saved time and frustration.

    At work, we use an internal tool powered by an LLM to generate the standard boilerplate we always need in enterprise apps. So when we add a new model in C#, it auto-generates the typical queries, mutations, GraphQL setup, and React admin pages. Just saving that hour or so per model adds up—on a project with 30+ models, that’s a whole week of dev time. And since it caches results unless the model changes, it’s fast and reliable (though yeah, sometimes it messes up the DB table file and we rerun it).

    It’s also great for common patterns—like useMemo for filtering dropdowns in React. I can write it manually or copy it from somewhere else, but why not just add a comment like // filtered clients and let it handle it? Same with array sorting. I know how, but my time is better spent on the harder stuff.

    And that’s the key point: LLMs free up brain space. They don’t replace learning or experience. I had to integrate with Sage using the Intacct SDK recently—had no clue where to start. The LLM helped me explore the API, figure out how to get Reporting Periods, Nominals, etc., and build a small test app. Once I understood it, then I integrated it into the product.

    It accelerates my learning, and my boss—who is ridiculously smart and built this whole system—can spend his time on the harder problems instead of walking me through step-by-step. Even he uses LLMs, and if someone of his calibre is doing that, I see no reason not to.

    LLMs aren’t doing the work for me. They’re just making me more efficient, especially on the stuff I already know how to do. And they help me ramp up quicker when learning something new.