Forgot your password?
typodupeerror

Comment Re:TypeScript? (Score 1) 52

Cause yeah, popular is how you should always make arch decisions. And also WTH would anyone use Python for a serious system that requires performance?

Claude code is basically just a fancy network client for the cloud-hosted LLM. There is nothing in it demanding high performance. It just needs to be a sandbox around the shell environment and be able to send off prompts, collect user input, and carry out intents returned from the LLM. 99.9% of the time the CLI app is idle waiting for user input, idle waiting for LLM network I/O, or idle waiting for a cli tool invocation to return.

The more important requirement is for it to be something cross platform and easy to iterate on since this is a rapidly evolving space.

Comment Re:Glad I don't smoke (Score 1) 100

The impression I get from them is charging at a remote station is fairly rare and so convenience is just not that big a deal.

Right, which is why charging networks can get away with bullshit like requiring an app to charge. Frequent flyers only get annoyed once and then just use the app. The rare road tripper has no choice. If charging stations were more ubiquitous, the we could give them the finger and use one that took CCs, but they aren't, so we can't. Also, the largest player in the US, Tesla, has what was up to recently a proprietary network that only worked with Tesla cars, so you HAVE to use an app at most of their locations, and they've unfortunately normalized this shit for the rest of the industry.

Comment Re:It is going to happen so propose a useful solut (Score 1) 193

Browsers can be installed by a user. Nothing stopping your kid from downloading his own copy and configuring it as he sees fit. Put that function in the kernel and it's more difficult (but not impossible) to circumvent.

So download a browser that lies about the kernel flag? The remote service can't interface with the kernel directly, it's counting on a browser to accurately report the state of the flag.

The only way you could trust the flag state as report by the client, is if it was signed by a trusted third party, at which point, it's irrelevant if it's a kernel feature or not. All you need is for the browser to pass along the signed bolus of data, e.g. PKCS#11 or similar.

Comment Re:Glad I don't smoke (Score 1) 100

If enough people complain, I'm sure charging makers would include credit card readers.

I don't see why. You are a captive consumer and the demand is inelastic. If you need to charge now, and the nearest DC fast charger is 30 miles away, you are going to install the app. The company doesn't need to be responsive to your complaints.

Comment Re:It is going to happen so propose a useful solut (Score 1) 193

Governments are starting to require people verify their ages with an actual picture ID either primarily or via a trusted third party verifier. How does does a flag sent by the OS that the user sets to whatever they want satisfy that requirement?

Comment Re: Business opportunity! (Score 1) 182

It's not a question of a default admin password anymore. Many people never update their router firmware to patch security holes or run old out-of-support routers that don't receive updates anymore. The risk is more often that someone is running a router that has remote exploitable exploits.

Fortunately those people are increasingly on ISP-managed equipment now, and more tech savvy folks throw their ISP router in the trash and run OpenWRT or PF/OPNSense or similar.

Comment Re:Which ones aren't made in China? (Score 1) 182

Also, the Chinese government has no real interest in me, and far less ability to lay hands on me than my own government. I don't want to be spied on by anyone, but if my choices are TPLink/CCP vs Cisco/NSA, I'll take China, thanks. Anything sensitive is end-to-end encrypted anyway, so sure they can do some traffic analysis, but I'm not too worried about my financial data or anything. They already got my life's story when they broke into OPM back in '15 and stole my SF86 anyways.

Comment Re:Which ones aren't made in China? (Score 1) 182

That's where their headquarters are, but it's manufactured by Yanling in China

The actual vault is just a mini PC in a nice machined aluminum case. Those aren't banned AFAIK, and OPNSense is just one of many OS options you can choose when you purchase it. It doesn't become a router until you install router software on it, which I assume is done by Protectli in CA.

Comment Re:Everything bad about MS Copilot... (Score 1) 42

I've pretty routinely seen claude break out of the sandbox in not super transparent ways. For example, it tries to run git commit, fails because the sandbox won't let git talk to my gpg agent to sign the commit, then it retries outside the sandbox and tells me what it's done after the fact. I think going forward the best practice is going to run it in a container with only project files mounted read-write and to have a pretty restrictive firewall around it.

Comment Re:The reason I like CarPlay & Android Auto. (Score 1) 123

It's got all the features of you shoehorning your phone into your car + more, since it is properly integrated into the car it can do basic things that Android Auto and CarPlay still lack such as voice controlling your climate control or your heated seats, or mirroring the screen not onto the infotainment system but rather directly into the dash.

Those are all features that could be implemented into Android auto. Google and the auto manufacturers just need to agree on an API for the phone to be able to send commands to the head unit, which can then broadcast them on the CAN bus.

Comment Re: Not for long. (Score 2) 144

What unsubsidised costs? Here in europe the price of petrol is approx double that of the US yet Ice cars are still outselling EVs except in norway which banned new ICEs formsale a few years back for reasons best know to themselves.

A good portion of the defense budget that goes toward maintaining up America's military dominance in order to prop up the petrodollar.

Slashdot Top Deals

BASIC is to computer programming as QWERTY is to typing. -- Seymour Papert

Working...