Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Always online (Score 1) 92

Politicians just don't like doing hard things.

... and for good reason. Difficult projects are risky and expensive, and if they don't work on the first try, the voters blame the politician and then very soon afterwards he isn't a politician anymore (or at least, not an employed one). Even if they do succeed, the politician will get blamed if they turn out to be more expensive than predicted (which they always do, because that's the nature of difficult projects).

Comment Re:Always online (Score 5, Insightful) 92

The trouble with this shit is the train literally moves a million people every fucking day from early in the morning to late at night. It's incredibly difficult to upgrade such a massive system while it's running.

The "safe" way to do it is leave the old system in place and running, and install the new system next to it. Let them both run simultaneously for an extended period of time, with the old system still in charge and the new system running and computing results, but its results aren't actually controlling anything; they are only recorded to verify that its behavior is always the same as the old system given the same inputs.

Once you've thoroughly tested and debugged the behavior of the new system that way, you flip the switch so that now the new system is in control and the old system is merely having its results recorded. Let the system run that way for a period of time; if anything goes wrong you can always flip the switch back again. If nothing goes wrong, you can either leave the old system in place as an emergency backup (for as long as it lasts), or decommission it.

Comment Re:Great. (Score 1) 40

A menu bar at the top of the screen is a much bigger target to hit, and easy to find by muscle memory.

This logic made a lot of sense on the original Mac 9" screen. It makes less sense on a modern Mac with multiple large monitors, where the distance between your window's content and the menu bar can be significant, and your mouse may move up past the the menu bar and into the screen "above" if you aren't careful.

Comment Re:Not At All (Score 1) 188

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

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

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

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

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

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

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.

Slashdot Top Deals

Asynchronous inputs are at the root of our race problems. -- D. Winker and F. Prosser

Working...