• 1 Post
  • 73 Comments
Joined 11 months ago
cake
Cake day: July 25th, 2024

help-circle
rss




  • I assume it was made to upsell people to better CPUs. Celerons have always been awful.

    That said, if Win7 came preinstalled then we’re talking about different eras of Celeron, at least, I cannot imagine it would be as mediocre as a low-mid AMD CPU from 2004!

    I always think of an ex of mine defending criticism of her craptop. “It was good for its time!” No, no it wasn’t. It was built around a Celeron. It was built to be trash. It was ewaste with extra steps.



  • This makes me seriously question the level of testing required to get a licence where you are. By that I mean that by the standards I’m used to you were wildly under prepared for driving on the open road and shouldn’t have been put in that situation until you were ready.

    It took me three attempts to pass my driving test. I could actually operate a car just fine for all of them but it wasn’t until the third that I was actually ready to be on the roads unsupervised. There is a lot going on and until you’ve built up the experience and habits to do it safely it’s… A lot.

    I think I was also 19 when I got my licence but didn’t really drive at all until I was in my mid 30s. I always lived places it simply wasn’t necessary. If if stayed there then I doubt I’d have ever got a car. I find driving incredibly tedious.









  • I’ve found it can just about be useful for “Here’s my data - make a schema of it” or “Here’s my function - make an argparse interface”. Stuff I could do myself but find very tedious. Then I check it, fix its various dumb assumptions, and go from there.

    Mostly though it’s like working with an over-presumptuous junior. “Oh no, don’t do that, it’s a bad idea because security! What if (scenario that doesn’t apply)” (when doing something in a sandbox because the secured production bits aren’t yet online and I need to get some work done while IT fanny about fixing things for people that aren’t me).

    Something I’ve found it useful for is as a natural language interface for queries that I don’t have the terminology for. As in “I’ve heard of this thing - give me an overview of what the library does?” or “I have this problem - what are popular solutions to it?”. Things where I only know one way to do it and it feels like there’s probably lots of other ways to accomplish it. I might well reject those, but it’s good to know what else exists.

    In an ideal world that information would be more readily available elsewhere but search engines are such a bin fire these days.