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

 



Forgot your password?
typodupeerror

Comment Re:Not At All (Score 1) 137

Being able to code without having to look away from the screen whenever you need to press a key seems like a big win for efficiency to me. Every time you look away from the screen, you have to relocate your text-line of interest again when you look back; that may take only half a second, but if you're doing it 10 times a minute, those half-seconds add up.

Comment Re:Please Intel... (Score 1) 89

Stop trying to make chips that go faster by predicting the future in ways that are highly exploitable by malware.

That seems like short-term thinking. A better approach would be to figure out how to do the future-prediction optimizations in ways that malware cannot exploit, so we can reap the benefits of the optimizations.

Comment Re:This is a problem that should be taken seriousl (Score 1) 246

What stops one of these rich people from having his robots make other robots to distribute to the people without robots or using their robots to provide for those without robots?

Hell, what stops one of these rich people from using his money to take care of those who need it now? The only one who tries is Gates, and he gets routinely villified for trying.

Comment Re:It's not like Big-"Tech" ever was ethical (Score 4, Insightful) 51

The difference is that tech companies used to feel like they had to at least maintain a polite fiction that they were ethical and in some way serving a greater good. Now we're in the Trump/Musk era, where being unethical is considered morally superior to being pointlessly encumbered by ethics/morals/empathy/etc, so there's no need to pretend.

Comment Re: My 2 cents (Score 1) 99

On Stack Exchange, if someone voted you down, they actually expend their own reputation to do so.

Your answer must have been really bad.

You'd think so, but I've seen plenty of very good answers get downvotes as well, and if you look in the voting records you'll see certain SO accounts that simply carpet-bomb every question and every answer with a downvote, reputation costs be damned.

Why they do that, I don't know. Some weird form of trolling?

Comment Re:SucksOverflow (Score 1) 99

I have found many very useful answers on StackOverflow. If you don't, maybe its you?

It might be a personal problem, but I suspect it might also depend on the category of questions the questioner asks. For example, a person asking a C++ question on StackOverflow might have a very different experience from a person asking a CSS question on StackOverflow, simply because the development communities associated with the two languages have different cultural assumptions and thus attract different types of answer-ers.

Comment Re:Apt comparison (Score 1) 99

Some of the issues with asking the same questions over and over are [...]

You're not wrong, but StackOverflow's methodology for handling this problem proved (in hindsight) to be inadequate, because it maintained the experience quality for established users at the expense of new users, and a site like StackOverflow needs both kinds of users to thrive.

A better mechanism might have been to allow repetitive newbie questions, allow people to answer them as well as they care to, and then have an asynchronous "garbage collection" background process (either human-based or automated) that digests the redundant newbie questions into improvements on the canonical ones, and/or collates them into a second tier of non-canonical questions that are deprioritized in the search results. That way the newbies get the help they are looking for ASAP (which is what will bring them back) rather than the pain of rejection, while the experienced users get a well-organized, non-redundant site experience (ditto).

Comment Maybe this isn't the right way to use an LLM (Score 4, Insightful) 101

Instead of letting an LLM run a business directly, and hoping it will continue doing the right thing indefinitely, how about:

1. Task an LLM to write a state-machine/rule-set for running a business (e.g. lots of "if X happens, do Y" rules)
2. Have a human review the state-machine
3. Have a computer run the state machine (which is very unlikely to go haywire since it isn't an AI, rather just a set of rules)
4. If/when the state machine proves insufficient in some new scenario, goto (1)

Comment Re:Better than western makers (Score 1) 62

there's just no way something like this would not have been discovered by now.

If the stories are accurate, then something like this was in fact discovered by now, and that is what led to the articles being written.

Maybe you mean "there's no way something like this would not have been discovered before now", which would make more sense... but keep in mind that Teslas famously support over-the-air software updates, so it's technically trivial for any Tesla to have a 100% honest odometer on days 0-N, then receive a firmware update and have a "creative" odometer on day N+1, and a Tesla corporation that is under enormous pressure to reduce costs due to falling sales will have different incentives than a Tesla corporation that is doing well financially.

Comment Re:Cheapest solution (Score 1) 79

If people wonder what I mean on what a backup plan looks like then look at studies out of the UK, UN, EU, or any of a number of studies on the issue. Many of these studies will point to solutions other than relying on only renewable energy sources and energy storage as the most viable option.

Could you come out and say what you mean? Right now you're being very vague. I'm guessing some flavor of nuclear, or perhaps geothermal?

Comment Re:Cheapest solution (Score 1) 79

For some reason when given the easy way and the hard way, we always go hard.

Nah, the easy way was to do nothing and leave all the problem-solving for the future to deal with. Works great, until the future actually arrives, and the bills come due.

Slashdot Top Deals

There is no opinion so absurd that some philosopher will not express it. -- Marcus Tullius Cicero, "Ad familiares"

Working...