Forgot your password?
typodupeerror

Comment it's the complexity, stupid (Score 5, Insightful) 30

Speaking as an old graybeard UI guy.... we have just come up with more and more complex solutions to the same old internet "one weird trick" of putting your information on someone else's computer.

Yeah, I remember "Server Side Rendering"... we called Java Servlets or JSPs or PHP or ASP. There were clear divisions of labors and boundaries were respected.

Even when we had to go to make everything feel like an app, at least RESTful stuff still had those boundaries.

Now that everyone needs the same code running front and back, and JS (I'm not a hater of JS by any means but still) stuff like this is bound to have happened.

Comment Re:Surprising! (Score 1) 59

Telescreen monitoring would have required a crazy amount of manpower.

Probably the closest real-world analog was the East German Stasi, which may have accounted for nearly 1 in 6:

The ratio for the Stasi was one secret policeman per 166 East Germans. When the regular informers are added, these ratios become much higher: In the Stasi's case, there would have been at least one spy watching every 66 citizens! When one adds in the estimated numbers of part-time snoops, the result is nothing short of monstrous: one informer per 6.5 citizens. It would not have been unreasonable to assume that at least one Stasi informer was present in any party of ten or twelve dinner guests. Like a giant octopus, the Stasi's tentacles probed every aspect of life.

— John O. Koehler, German-born American journalist, quoted from Wikipedia

Comment Re: Make them occasionally? (Score 1) 186

In the USA is it common to have self service tills at supermarkets that accept coins?

If it accepts cash, it should accept both coins and bills. Any change I manage to accumulate usually gets fed into the coin slot at a self-checkout before I swipe a card to provide the rest of the payment. It's better than handing it off to a Coinstar machine, as those skim off a percentage of what you feed them.

Comment Re:I donno... (Score 1) 186

Can a non-biological entity feel desire? Can it want to grow and become something more than what it is? I think that's a philosophical question and not a technological one.

LK

Don't agree at all and I think that's a morally dangerous approach. We're looking for a scientific definition of "desire" and "want". That's almost certainly a part of "conscious" and "self aware". Philosophy can help, but in the end, to know whether you are right or not you need the experimental results.

Experiments can be crafted in such a way as to exclude certain human beings from consciousness.

One day, it's extremely likely that a machine will say to us "I am alive. I am awake. I want..." and whether or not it's true is going to be increasingly hard to determine.

LK

Comment Re:I donno... (Score 2) 186

An LLM can't suddenly decide to do something else which isn't programmed into it.

Can we?

It's only a matter of time until an AI can learn to do something it wasn't programmed by us to do.

Can a non-biological entity feel desire? Can it want to grow and become something more than what it is? I think that's a philosophical question and not a technological one.

LK

Comment old beautiful LAMP stack - buildless, evergreen (Score 2) 187

10-15 years ago there was such a split for web engineering. They wanted to make everything on the web look like an app, and a lot of backend guys hate anything looking like UI, so lets have an amicable divorce and do everything through these god awful endpoints, so the backend folks don't have to touch UI and the frontend folks can think they're "more real" engineers by making stuff that looks like it's a black box app vs enjoying the natural versatility and iterability of the old web.

I'm sure I'll never get hired for it, but good ol PHP (hell for most things I skip the MySQL; poor mans no-SQL w/ JSON files on the file system works and scales well for so many things)... vanilla Javascript can even be beautifully declerative when you want it to, with string templates building up whatever new DOM you didn't get from the server. I have these sites that last for decades, and when it comes time to add something, they're easy to figure out and adapt and there's no library hell (browsers have gotten so GOOD yet still so backwards compatibile over the years)

So I look for like minded souls using terms like "buildless" and "evergreen". But it's like an underground movement...

Slashdot Top Deals

Today is the first day of the rest of your lossage.

Working...