Forgot your password?
typodupeerror

Comment "Amateur city"? (Score 1, Interesting) 25

I'm...curious...if Nadella's assessment of the board had to do with some deficiency in keeping minutes; or if he's just shocked into incomprehension by the idea that the board would fire you for anything aside from failing to make line go up or some really sordid sex thing that is going to reach public knowledge real soon.

For basically any employee "is lying snake who none of us can trust about anything he says" would seem like it does the job, especially with the fairly limited US requirements for firing people; so it's hard for me to see that as an obviously amateur move unless they were either chaotic in some visibly horrifying way about it; or he is just applying his own theory of what the board should and shouldn't fire you for (and to what, at least theoretically, is a nonprofit board that was supposed to be keeping the c-suite on-mission; not just appeasing the shareholders).

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) 90

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 It’s getting useful. (Score 1) 26

I needed to create a program to retrieve solar generation plants, select a plant from a gui, enter date ranges, cost info, then pull daily usage data from inverters and meters. The API inconsistently mapped endpoint names making it hard to find where the data lived.
Claude code sorted it all out in about an hour. It built test harnesses to verify correct endpoints. It built the gui and good looking excel outputs.
Built a really well documented .md and repo for checking into our internal gitlab.
I haven’t written or reviewed a line of code, as it is only an internal app to be used by one accountant in our business.
AI is getting shockingly good at least for small problem spaces.

Comment Re:Pare down the bloat (Score 1) 90

I suspect that it depends on how strongly or weakly the 'bloat' is connected to other things; and what supporting them involves.

Something like not having TSC (which itself comes in several variants depending on whether it's from the era where you actually had 'a' CPU that just ran at a speed, or if it's one of the ones that tries to compensate for the complications of variable clocks and multiple cores) presumably comes up in a variety of nasty places related to the bad things that happen when things are not done in the expected order.

Just some random PCI device that nobody developing actually owns anymore is presumably at risk of unnoticed regressions; but (especially with the amount of PCI DNA that got carried over into PCIe or was used for the software-visible interface of some system on chip that skipped the cost of actually implementing a 32 bit parallel multidrop bus out to the PCB but either specifically sought compatibility or couldn't justify cooking up something custom when the peripherals they were integrating were all derivatives of PCI designs) it's not necessarily much maintenance overhead for it to just exist on a 'cool if it works for you' basis as a module that you probably don't need.

There's also the secondary matter of the fact that 'the kernel' has a limited number of people directly focused on its interests in the abstract; rather than some hardware vendor, distro, enthusiast, or hyperscaler's interests. If preserving hardware compatibility is directly contrary to the interests of supporting the major contemporary use case of fairly large 64 bit x86 servers and embedded ARM widgets (as 486 and pre-TSC 685-ish likely was) it's going to have relatively few friends among the people actually doing the work. If someone wants to maintain some weirdo HAM radio interface card that merely assumes the existence of PCI it's not clear anyone will go out of their way to help if they need to update something to cope with a change elsewhere; but it's not like the Ministry of Kernel is going to order them to go find bugs in the implementation of CXL memory because that's where the money is.

Comment This should go well. (Score 3, Insightful) 103

If these guys are actually treating a user agent string as an authentication mechanism I'm honestly surprised that being on the public internet hasn't already eaten them alive purely because of the supply of malicious opportunists; and I'll be even more surprised if it continues to work out for them now that they've drawn a fair amount of attention to it.

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.

Comment Re:I'm curious what the response will be. (Score 1) 28

If the 'AI' guys are anything to go by; probably get increasingly elaborate with their attempts to bypass whatever rate limiting is put in place. It's honestly sort of wild seeing the hottest, most heavily capitalized, elements of 'tech' wrap around so rapidly and with so little concern toward the sort of traffic patterns you normally associate with criminals as soon as it's in their interests. At one time I would have been surprised.

Comment Re: Yeah. It will (Score 1) 74

There is an intermediate situation that that case arguably illustrated:

Using violence against harder targets is more of an organizational problem; and solving that problem potentially skews your candidate pool; but what's very curious(particularly for a society whose overall violence numbers are very much on the high side by developed world standards) is how safe it apparently is to be widely notorious and a fairly soft target. Thompson was just walking down the sidewalk alone at a predictable time and location. Zero precautions. Something like the Sacklers were a household name for over a decade, with strong cases for culpability in at least low 6 figures worth of deaths sprinkled across a variety of walks of life; even the ones you suspect might be risky like deer hunters with dead kids and members of criminal organizations where internecine homicide is routine, and what came of it? Nothing. Not even any 'foiled at a late stage'/'shot and missed' level stuff.

That's the genuinely puzzling bit to me: not that there's nobody going after people who take the sort of precautions that would probably require one of the old-school 80s red army faction types to deal with; but that it's apparently really safe to be widely loathed and not do much about it in a country where 20k firearms homicides a year isn't considers terribly exceptional. If the people who can actually afford guard labor were having to make the onerous lifestyle commitments to living like someone's out to get them it would be relatively unsurprising that being able to afford competent professionals puts you ahead of angry amateurs much of the time. What is surprising is how often there's apparently no downside to not even bothering. We even have to import the lurid stories of 'crypto kidnapping' by purely financial opportunists from overseas to obtain them in any quantity.

Slashdot Top Deals

If you had better tools, you could more effectively demonstrate your total incompetence.

Working...