Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Built In Limit? (Score 1) 49

> The software had a built-in limit of 200 bot detection features. The enlarged file contained more than 200 entries. The software crashed when it encountered the unexpected file size.

A built in limit is:

if ( rule_count > 200 )
    log_urgent('rule count exceeded')
    break
else
    rule_count++
    process_rule

This sounds like it did not have a built-in limit but rather walked off the end of an array or something when the count went over 200.

Comment FoIA (Score 4, Insightful) 56

I heard earlier today that a court has determined that since governments are using all of this data, including license plates, that a FoIA request for all of the license plate data gathered from Flock in a city area for a range of dates was valid.

They want to have a power advantage over their serfs but turning their advantage into a burden changes that dynamic. Something to look into for those so inclined.

We seem to be well past the point of being able to expect them to follow the Law or "do the right thing".

Comment Re:Icky, but (Score 1) 65

> I see no reason why the government shouldn't be allowed to buy the same data that jim-bob the farmer can purchase.

Jim-bob is likely to face some serious problems if he smashes down your door and drags you away in a pre-dawn raid.

The IRS people get a promotion.

This is why the Constitution places strict limits on the actions of government agents.

(in its original interpretation)

Comment Re:Does this mean it'll stop sucking? (Score 1) 23

I found GP2.5 to be great at academic-style research and writing; it was absolutely awful at writing code. So; I would tell it to plan some thing for me and write it in a way that could be used by another agent (Claude Code) to build the code to do the thing. In this way, it has been great! I haven't yet attempted it with 3.

That said, I found GP3.0's page to be hilarious:

It demonstrates PhD-level reasoning with top scores on Humanityâ(TM)s Last Exam (37.5% without the usage of any tools) and GPQA Diamond (91.9%). It also sets a new standard for frontier models in mathematics, achieving a new state-of-the-art of 23.4% on MathArena Apex.

It then proceeds to show, lower down on the page, an example of what it can do, by showing off 'Our Family Recipes". If there's anything that touts PhD-level reasoning and writing, it's a recipe book.

Comment Wrong Algorithm (Score 2) 90

Bitcoin relies entirely on SHA256 ASIC's for hashing and they typically need replacing every year or two because more efficient models come out making the old ones unprofitable, especially at halvings. Due to the RoI and first-mover advantage the profitable ones are very expensive.

If you want to heat your home with proof-of-work, use a coin that uses RandomX or some other deliberately ASIC-resistant algorithm (usually CPU mining).

You can pool mine on an old CPU and still get a few pennies for your efforts, though if you want to invest in an EPYC and have other uses for it (maybe you have work jobs to run during the day and want more heat on cold nights) it could actually be profitable.

Resistive electric heating is still a very expensive way to heat, though some people don't have better options. There's a development near where I am that was built shortly after Nixon announced Project Independence and every house (cold climate) has wall-to-wall electric baseboard heating.

Comment Re:Anything but the proper solution (Score 1) 36

> Why not just build the proper infrastructure with what we know works?

I tried to do this locally. The government allows the pole owner (electric or telephone usually) to charge $50/mo/pole to the startup that wishes to hang wires.

The owner pays $5/mo in property taxes to the town.

There are exceptions for large corporations that are in the state's good graces.

It's just to keep competition limited to the cartel.

Short answer: corrupt government.

Comment Re:Good Idea (Score 1) 92

A guy I knew had an early Model S.

When he wanted to impress me with the acceleration he tapped a couple settings on the screen to put it into Ludicrous Mode

This was around 2013 or so.

I'm not seeing how this is a problem.

I have a V6 and a V8 truck and both need a manual low gear selection to take off like a rocket. OK, the V6 not so much but the V8 can spin the rear tires in 2WD mode.

I don't let the average drivers in my life use it.

They would hit a tree if they were given a Tesla that was always in Ludicrous Mode.

Comment Re:Yawn (Score 1) 154

At least unsold cars might be moved to somewhere else if there's a perceived demand somewhere else. They might even be exported depending on the sorts of trade deals that the country has internationally.

Real estate by its very nature is fixed into place. If there's no value in it in-place, then the only real value is the proceeds from dismantling and carting-off whatever's there. If there are environmental regulations involved in that process, or if the materials have no reusable or recyclable value, then the real estate can have a negative value, ie, it's a liability exceeding its benefit.

China seems to be speed-running three centuries' worth of social and economic problems in under a hundred years, and without shaking-out or solving prior problems as thoroughly as other societies have done before the next set of problems come along. Prior unresolved problems may well contribute additional aggravation to new problems too. China's GDP per-capita is somewhere between 1/5 and 1/2 of American GDP per-capita, but I seriously doubt that it's proportionally less expensive to produce electric cars there versus anywhere else. Sure, it will be somewhat cheaper due to reduced wages, but not so much cheaper that the average Chinese could afford at the same rates as the average American could. That poses a real problem when there's the sort of overproduction that a centrally-managed economy enables.

Comment Wire (Score 1) 8

I'm not sure if Wire has new management but I just recently learned they've gone fully open source, are working on federation, and are using an RFC-specified tree-based efficient group chat encryption algorithm. RCS is eventually meant to adopt the same algorithm.

Folks using Telegram Groups (which are unencrypted, actually) might have a look. Yeah, somebody needs to run a server if you don't want intelligence agencies to provide one for you.

I uninstalled Wire years ago when they wouldn't take privacy seriously (yeah, I filed a bug) but it seems like a second look is warranted.

Slashdot Top Deals

A bug in the hand is better than one as yet undetected.

Working...