Forgot your password?
typodupeerror

Comment Re:Yes! Make cars expensive again! (Score 1) 417

Indeed. I say bring in the Chinese EVs at a 50% tariff rate. They will still be reasonably priced, but hopefully will grant domestic[1] auto makers a chance to change their ways.

[1] by that I mean American. Here in Canada we may make cars, but all factories are owned by and work for American companies. There is no Canadian auto sector in truth.

Comment Re:China Screwing the World (Score 1) 417

It's always been about American dominance at any cost, including doing exactly what China does. Sounds like they've learned from the best! The US can scream all they want about others playing fair when they have never been fair themselves. This whole idea the world economy is a zero sum game is highly detrimental to everyone.

Comment Re:Article lacks information (Score 1) 165

As I understand it, the base model displays speed and other information in the center display (turn your head to look at it). The paid option puts it on the dash screen in front of the driver. If that's true, that's worth the outrage. I could see them wanting to charge a subscription for this "service" which would be even more outrageous.

Comment Re:Dumb crawlers require dumb solutions (Score 1) 43

To be honest that was actually my first theory, since the bots didn't seem interested in exploring the rest of the domain. I suppose there's no way to know for certain. I concluded that it must be an imbecile's attempt at harvesting, though, because the queries weren't really exploring the string space in any useful way. Here's a sample:

"GET /index?author=15&go=Search&id=48&name_restrict=1&q&re&results_&results_pagenum=2980 HTTP/1.1"
"GET /index?author=2&go=Search&group=0&group_restrict=1&id=48&name_restrict=1&q&results_pagenum=5440&template=41&type HTTP/1.1"
"GET /index?author=15&go=Search&id=48&name_restrict=1&q&results_pagenum=33500&templat HTTP/1.1"
"GET /index?author=15&go=Search&id=48&name_restrict=1&q&results_pagenum=32640&templ HTTP/1.1"
"GET /index?author=15&go=Search&id=48&name_restrict=1&q&res&results_page&results_pagenum=39300 HTTP/1.1"
"GET /index?author=15&go=Search&id=48&name_restrict=1&q&results_&results_pa&results_pagenum=12340 HTTP/1.1"
"GET /index?author=2&go=Search&group=0&group_restrict=1&id=48&name_r&res&results_pagenum=6100 HTTP/1.1"
"GET /index?author=2&go=Search&group=0&group_restrict=1&id=48&name_restrict=1&q&results_pagenum=2920&te HTTP/1.1"
"GET /index?author=15&go=Search&id=48&nam&results_&results_pagenum=17940 HTTP/1.1"
"GET /index?author=15&go=Search&id=48&name_restrict=1&q&results&results_pag&results_pagenu&results_pagenum=37720 HTTP/1.1"
"GET /index?author=15&go=Search&id=48&name_restrict=1&q&results_pagenum=9360&template=41&type_r HTTP/1.1"
"GET /index?author=15&go=Search&id=48&name_restrict=1&q&r&results_pagenum=28040 HTTP/1.1"
"GET /index?author=15&go=Search&id=48&name_&results_pag&results_pagenum=10400 HTTP/1.1"

The only thing this is fuzzing is the query string parser. It's not testing the limits of string buffers, it's not using interesting characters, it's just brain-damaged. The fact that it's also fetching different page numbers shows it's trying to follow page links and failing badly at doing so.

The site gets plenty of sniffing from garden-variety pests. e.g. this half-hearted attempt to find a framework or two that I don't have:

"POST /__rsc HTTP/1.1"
"POST /api/auth/session HTTP/1.1"
"POST /api/auth HTTP/1.1"
"POST /__nextjs_action HTTP/1.1"
"POST /.action HTTP/1.1"
"POST /_rsc HTTP/1.1"
"POST /api/auth/callback HTTP/1.1"
"POST /_middleware HTTP/1.1"
"POST / HTTP/1.1"

(of course, none of these URLs exist other than /, and you definitely can't just POST to it)

All this said... I've seen that spammers regularly misconfigure their tools, they'll try to register accounts with names like #[X:\LISTS\NAMES.TXT] and it only makes sense that some other cybercriminals trying to get rich quick have a similar lack of interest in programming shit correctly. Generally people don't turn to script kiddie shit if they have a personality conducive to putting in an honest hard day's work perfecting their craft.

Comment Re:A republic, if you can keep it... (Score 4, Insightful) 233

Yes in many respects it's quite astounding it got to 250 years without something like this happening before. We're definitely in a new phase of American history. While the United States will continue in some form (Rome continued for a long time after the en of the republic), it's now a very different country now, and it isn't going to go back to normal.

Comment Re:A half truth is a lie, Sir (Score 3, Informative) 68

Both the agent and the LLM model are running locally. There is nowhere to send the data for harvesting or training. That's the beauty of the local models. That's also the downside. They are frozen in time, their knowledge set at the time of original training. You have to download new versions every so often to get the latest updates, latest training.

Comment Re:We used to mock this (Score 2) 68

They don't offer their 128 GB versions anymore do they? For the good models, 128 GB is kind of the sweet spot. 256 would be ideal. Back when they offered 128 GB models, they were $10k.

Currently sort of looking at a computer with the AMD Rizen AI Mac 395 with 128 GB of RAM. Price is slowly climbing. When I last checked a few months ago it was a solid $3k. $3k pays for a fair amount of Claude Pro which is all I use right now. I would love to play with local models though.

I've been watching the youtube channel "No Place Like Localhost" and he's been trying out the various open weight models available now and they are getting a lot better and catching up to the "frontier" models.

Slashdot Top Deals

We're here to give you a computer, not a religion. - attributed to Bob Pariseau, at the introduction of the Amiga

Working...