Forgot your password?
typodupeerror

Comment Forgot how to implement a Laravel API... (Score 3, Insightful) 57

Dude, I've been writing code for 40 years. I've used so many different tools, stacks, libraries and APIs that at this point I don't remember any of them, and I haven't remembered them for years, and it doesn't matter at all. Sure, I have to look everything up, but that's fine, that doesn't matter. What matters is that I know when something looks wrong, or hard to maintain, or inefficient, or insecure, or... pick the axis. And I can dig in and find the problem. Anyone can tell if code works, that's easy. Understanding when and why it might break or otherwise impose additional costs, that's the real skill.

Which, as it happens, is exactly the skill you need to use an LLM effectively. Also the skill you need to understand legacy code, review colleagues' commits, etc., etc., etc. I used to say that the ability to read and understand code is an underrated skill, but an old friend corrected me at lunch a couple of weeks ago, saying that the ability to read and understand code is the most important software engineering skill, and always has been. Upon reflection, I agreed. And LLMs make this clearer than ever before.

Comment Re:bad idea (Score 1) 128

Any quota is a bad idea. What they need to do is (a) specify what a student is supposed to achieve in a course, then (b) set definition of grade based on percentage of what they achieved of that. In some courses, it might be all students; in some, it might be 5%.

I'm confused by all of these posters who've never heard of "the curve". I wonder if it's because they're all young'uns who went to school during an interval when progressive educators had decided to abandon it... with the inevitable grade inflation that was totally predicted.

When I was in college 40 years ago every class that had more than ~30 students in it was graded on the curve, and even some of the smaller ones (though in a smaller class it becomes statistically questionable). I used to love the groans when a buddy and I walked in the first day of class, because they knew we were going to "bend the curve". :D

Though in all seriousness, the whole point of using a curve is that in a sufficiently large class, it's statistically guaranteed (to very high probability) to be "unbendable". Inserting a couple of students at the top would mean that students who might be just above a cutoff might fall just below it, but it's not going to make a difference to many.

College isn't like tee-ball, where every player gets a participation trophy, and it shouldn't be. Especially not at elite schools. Part of the purpose of a university education is to act as a filter, and not just to filter out those who can't cut it at all, but to rank all of the students by performance, so graduate schools and potential employers can make use of that information.

Comment Re: Disclosure Timing Drama Part 2.0 (Score 1) 17

I suspect part of it is that the mitigation for DirtyFrag covers it, so everyone who blocked all the modules in question when that had only an incomplete patch probably hasn't unblocked them yet. I think this is the 4th patch for these modules, and only got a new name rather than just "there's still a way to get this code to do the wrong thing" because a different outside team found this one.

Comment Re:Worst UX ever? (Score 1) 49

In no way is shaking better than clicking, people will do it accidentally all the time to activate AI they likely don't even want.

The AI will have to look at your screen to see what you are pointing at. So pretty much user-triggered Microsoft Recall that is automatically shipped off your machine to Google.

Don't be so sure about the "shipped off". Google is heavily investing in on-device AI that runs in a trusted enclave (e.g. TrustZone on ARM). I left the company in August of last year but I doubt this has changed since it's been a major area of focus for quite some time.

Comment Re:All according to plan. (Score 1) 213

Yeah but I have to drive 1000 miles up hill (both ways) every day for work in temperatures where lithium itself freezes, and I only pee on Sundays.

I don't need 1000 miles. 600 (unencumbered) is definitely sufficient, and 500 might be okay. The thing is that I'll lose half to 2/3 of that range when towing my camp trailer, and that's not even considering that I'm typically towing it up into the mountains, gaining ~5000 vertical feet. I also need minimum 12k pounds of towing capacity and I'd like a little headroom, so call it 16k, and the bed payload has to be able to take at least 2000 pounds, because that's how much the trailer puts on the fifth-wheel hitch.

I'm anxiously awaiting an EV pickup that can do this. I'd love to have essentially unllimited electricity to buffer cloudy days (I have 1 kW of solar panels on the trailer and on sunny days they generate way more than enough, but consecutive cloudy days can leave be difficult).

3/4 ton and 1-ton gas and diesel pickups typically have oversized fuel tanks that provide about 600 miles of range, because that's what you actually need when you start hauling or towing significant loads. I don't think an EV pickup needs to have more range, but it needs to be comparable, and to be able to tow and haul comparable loads.

I'm not anti-EV by any means. I bought my first EV in 2011, and have had electric cars ever since. Trucks are a different sort of problem, though.

Comment Re:All according to plan. (Score 1) 213

Oh, I think the Silverado EV's are adequate. 480+ mile range in best conditions still puts me way over my bladders ability to drive even in the absolute worst conditions of that tow + cold weather. That thing will still be 200'ish miles of towing in cold weather.

That's getting there, though I'd like to see some driving tests with a good-sized fifth wheel at highway speeds. The towing capacity is probably okay, though it provides very little headroom for when I'm towing both my camp trailer (~8k) and my boat (~3.5k), which I actually do several times each summer. But I think the payload capacity is too small to tow the trailer, which puts about 2000 points on the truck.

Comment Re:So? (Score 2) 46

When CUDA started taking off we had ATI hardware, to support their open source pledge, and looked into ROCm.

Just getting the drivers to build on EL-anything was an extreme effort, and it wasn't my first rodeo.

Without betraying confidences, I was told second-hand that there were only ten people on the GPU driver team across all platforms and that they were doing their best and not sleeping enough as it was, with Compute way behind gaming bugs on the priority list.

I couldn't independently verify of course but the theory fit the data.

I immediately empathized with the suffering of the devs and went out and bought nVidia cards, annoying binary drivers and all.

Since then I've felt like that some bean counter at AMD wrote nVidia a trillion dollar check.

If you're not a tiny company *overstaff* your engineering departments so you don't miss new opportunities as they arise. The opportunity costs exceed the opex costs.

Comment Re:alternatively (Score 1) 91

Same here but this lack of support will matter much less than dropping i486.

There are still embedded systems sold today that only meet i486 specs. I don't use them but some industries do.

Sure a $12 ESP32 can handle those tasks but it's a revalidation thing.

Not that anybody from those vendors stepped forward to maintain a tree.

Comment Re:All according to plan. (Score 1) 213

Agreed. My sedan has been electric for nearly a decade now, but I'm still driving a diesel pickup (1-ton, though a 3/4 ton would be sufficient) because EV pickup range is inadequate -- and I think it may be inadequate for a while. I need 250 miles of range when towing a trailer, which means I need ~500 -- maybe 600 -- miles of range without.

I'm not generally a fan of hybrids, but I think plug-in hybrids with large-ish batteries may be the sweet spot for a while with pickups. The Dodge Ramcharger is looking really good to me, though I'd like to see them make a 2500.

Comment Re:On Star Phone Home (Score 1) 41

In my younger and more foolish days I had a Pontiac and I opted out with wire cutters to the Surveillance module's power cables.

At the time I was actually more concerned with remote unlock hijacking than tracking but still I didn't trust GM.

All together now: WE TOLD YOU SO.

If I had to guess 20 years later doing that would disable the ECU.

Slashdot Top Deals

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...