Forgot your password?
typodupeerror

Comment Re:So much for the rule of law (Score 3, Funny) 73

Clarence Thomas is another great example, George Bush was angry he was going to have to nominate a black man because he was as you might imagine kind of racist so he picked the most incompetent and corrupt black man he could find and rammed him through the Senate.

I think Judge C has had some of the most brilliant legal reasonings in the past century...thank God for him on the court.

I rate him second only to Scalia....

Comment Re:Good (Score 1) 165

They do point out that it varies by location, but really their number range is terrible. "classified a family of three earning $133,000 to $400,000 in 2024 dollars as upper middle class." From the HUD Section 8 income limits [huduser.gov], expensive places the lower end of that is considered low income, like San Jose 143,600 qualifies for Section 8, versus cities like Akron where 72,250 is low enough to qualify. Location, location, location.

You know, there is a TON of land and cities between the coasts,,,,,with tech jobs and reasonable costs of living....

You do not need to live in NYC or Silicon Valley or anywhere in CA for that matter to earn 6 figures and have. A VERY comfortable life and work in pretty much any industry you can name.

Comment Re:Found another commie troll account (Score 1) 165

Aside from a very few outliers, like NYC or the like with ridiculous costs of living...across the vast majority of the USA, $133K - $300K+. Annual income is VERY easy to live off of.....

There are plenty jobs of all types with good pay in areas with reasonable costs of living....

Remember the US is a very large country....there's opportunity everywhere...and living outside of NYC doesn't mean the alternate is rural and on a farm...lots of smaller cities out there that are much nicer to live in, not only fiscally, but healthier and calmer too.

Comment Re: Found another commie troll account (Score 0) 165

I'd say the better argument is that we should be evolved enough now to know that a highly successful capitalist economy is maybe not the best goal for human happiness, even if it does seem, empirically speaking, to produce the most powerful economies on the planet.

Well...I'm pretty happy,

But sure, you can say capitalism sucks...BUT, it sucks a whole lot less than every other type economy ever tried on earth to date.....

Comment Re: The fines are very small. (Score 1) 28

I would assume, that the fines are on top of all damage compensation these crooks will have to pay. I am also a bit unsure, whether the crooks will have the funds to both reimburse their victims and pay the fines, especially now, when they rightfully face decades of FPMITA prison. Not sure, whether raising the fines would have any effect on the actual outcome.

Comment Re: I already cancelled my subscription (Score 1) 44

I am fully aware, that very few years from now we'll be laughing at the models we use today, just as we laugh at the hallucinating mess we admired so much two years ago. GPUs will improve, CPU memory bandwidth will go way up, we'll have Raspberry Pi like systems which can do quality inference. I look forward to using each and every one of them.

However: some people want to run lobsters today, and they are mostly left out to dry for now. These folks paid a few dozen dollars per month to perform mundane tasks like creating optimized grocery shopping lists or scheduling appointments, and now their operators are about to discover the true cost of these toys. Few of these operators can afford the quoted "US$ 1000-5000 daily".

AI

Claude Code Leak Reveals a 'Stealth' Mode for GenAI Code Contributions - and a 'Frustration Words' Regex (pcworld.com) 38

That leak of Claude Code's source code "revealed all kinds of juicy details," writes PC World.

The more than 500,000 lines of code included:

- An 'undercover mode' for Claude that allows it to make 'stealth' contributions to public code bases
- An 'always-on' agent for Claude Code
- A Tamagotchi-style 'Buddy' for Claude

"But one of the stranger bits discovered in the leak is that Claude Code is actively watching our chat messages for words and phrases — including f-bombs and other curses — that serve as signs of user frustration." Specifically, Claude Code includes a file called "userPromptKeywords.ts" with a simple pattern-matching tool called regex, which sweeps each and every message submitted to Claude for certain text matches. In this particular case, the regex pattern is watching for "wtf," "wth," "omfg," "dumbass," "horrible," "awful," "piece of — -" (insert your favorite four-letter word for that one), "f — you," "screw this," "this sucks," and several other colorful metaphors... While the Claude Code leak revealed the existence of the "frustration words" regex, it doesn't give any indication of why Claude Code is scouring messages for these words or what it's doing with them.

Comment Re:I already cancelled my subscription (Score 1) 44

Qwen 3.5 is light years ahead of llama 3 and deepseek, but no comparison to Claude Opus 4.6. Sorry. Plus: the full 35B model requires either a massive GPU (in the multi thousand $ range), or at least a lot of RAM (which is currently a bit pricey). Either way: I have the strong impression, that OpenClaw will lose quite a few users over this.

Comment Re:I already cancelled my subscription (Score 2) 44

Sorry to rain on your parade, but qwen is no match for Anthropic's premium models. I've used both for coding relatively easy stuff, and qwen 3.5 puts lots of bugs even into three page shell scripts, while Claude's code can often be taken as is.

Why does this matter a lot? The biggest threat against lobsters is "prompt injection", and only top of the line LLMs are moderately resistant to it. Running an OpenClaw install based on an entry level LLM can be very risky once you give it access to passwords or personal data.

Anthropic evidently knows this, that's why they see little risk when they massively jack up their prices. Those dropping out now were never the type of people who would ever throw significant money at the effort.

Slashdot Top Deals

Thus mathematics may be defined as the subject in which we never know what we are talking about, nor whether what we are saying is true. -- Bertrand Russell

Working...