Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment The US subsidizes industry (Score 1) 75

Why is China making investments in industry bad, but the US doing the same is completely ignored. SpaceX, and the whole military industrial complex gets huge amounts of government funding. States and the feds offer grants and tax incentives to industry. There's money for R&D and other activities.

Comment Re: Pot, kettle, grill, the usual (Score 2) 75

That a progressive tax policy, where billionaires pay more in taxes than we do, would be politically very popular, but totally unimplementable because those same people have long ago bought all the politicians (both sides of the aisle) because you need such huge sums of bribes, sorry, campaign contributions to get elected?

Comment Re:$1.2 million ? (Score 2) 45

This article https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fkrghospitality.com%2F202... , linked from the FC article say $480/sqft for a coffee shop, but that included everything, insurance, staff training, etc. etc. The FC article suggests that this was more of a POC and not expected to be economical. I'd absolutely accept that, and the idea that costs for this approach could be expected to come down over time, except the emphasis of the summary is how efficient/cost-effective this approach is.

Comment Re:$1.2 million ? (Score 1) 45

I suppose it depends on what's included but even then $850/sqft is still a surprisingly high number, even if you include high-end fixtures and fittings. The coffee equipment is not that expensive. This is in Brownsville, not a notably high cost area, maybe the total cost includes site purchase, then it might start to add up - but it's a little disingenuous to include that since stick-frame construction would also have that cost.

Comment Re:BASIC on the PC was very capable (Score 1) 97

IIRC you could mix ASM and BASIC (certainly on the TRS80) so you had a way to write the code that needed performance in ASM and the rest of the stuff in BASIC. It's rarely faster to write everything in ASM. Write the non-time-critical code in a high level language - faster to write and debug - leaving more time to optimize code that really matters. That was true with C code until the compiler optimizations became so good that they would usually exceed anything a mere human could do.

Comment Re:More proof (Score 1) 81

If the article is to be believed, there's nothing new and relevant. It suggests that all documents of any significance had already been released. The problem with an unfounded conspiracy theory is that the believers want the, non-existent, documentation that validates their beliefs to be released. I doubt that event the current President can satiate that appetite.

Comment Re:This is very good actually (Score 1) 57

I would say that recognizing a good pickup/drop-off spot is a weakness for Waymo. One time we had a clear space right in front of us, but the car choose to stop half a block down on the other side of the street. Legal drop-off in a busy spot pretty much impossible (for any rideshare) but I suspect human drivers would choose, for example, fire-lanes, rather than double-parking/blocking traffic.

Comment Re:All levels of society (Score 1) 241

You remind me of the fucker I fired last year for producing nothing but metric ass-tons of shit code that all had to be thrown away, and a policy enacted forbidding it.

Addressing the argument, rather than attacking you in person, I have to wonder about the value of this policy. You fired a shitty programmer - an excellent plan. The logical fallacy here is that this person produced shitty code because they were using an LLM. Plainly incorrect. They'd produce bad code regardless of the tool they were using. Pre-LLMs I worked with people who would code exclusively by copying from StackOverflow resulting in the quality of code you'd expect.

It's not clear to me how depriving good programmers of what is an excellent tool if used correctly (which is presumably the policy) is justified by the realization that an incompetent programmer used LLMs to create shit code. A better question, since bad code is bad no matter how it is generated, is how someone could create a "metric ass-ton" before being called out for it. And that last point, I suspect, is real problem here - a knee-jerk reaction by management to their failure to catch the root cause of the problem sooner (the root cause being a shitty programmer not LLM usage - possibly a completely dumb measure of productivity).

Comment Re:All levels of society (Score 1) 241

Wow, an ad hominem attack and some fairly poorly reasoned responses including the need to use capitals to try and make a point. Frankly ChatGPT would have done better (which is maybe the point here). LLMs are doing for writing what calculators did for math education. There is an absolutely solid argument that you really do need to understand numbers and using a calculator does not help that. By-and-large we seem to be past the idea that calculators should not be allowed in math/engineering classes and tests (as was once the case). I have no idea how math educators handle this problem but the social sciences are now facing the same crisis and are going to have to find a solution. LLMs are going to the be the way essays and most other writing is created and they are going to get better to the point where they will be indistinguishable from any other way a work is created (even if that means original creations will start to mimic LLMs).

Slashdot Top Deals

Syntactic sugar causes cancer of the semicolon. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...