Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Built In Limit? (Score 1) 25

> 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) 48

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) 62

> 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 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.

Slashdot Top Deals

"It is hard to overstate the debt that we owe to men and women of genius." -- Robert G. Ingersoll

Working...