Forgot your password?
typodupeerror

Comment Re:Yall voted for this (Score 1) 120

...president OrangeMan created said law.

That would be a first. I'll leave it as an exercise for the reader to figure out why.

These state-level, massive privacy-invading age verification laws (including the subject of this article) proliferated under Biden (that doesn't really matter, but you imply that it does). All of these stupid Federal laws were bipartisan rights violations, from top to bottom. Both parties are dead set on destroying America, so blaming one over the other is ignoring the real problem -- they both want absolute control over us all.

Comment Re: Surely (Score 1) 153

Yeah, my argument against deregulation is probably relevant here: big corporate is just big government by another name, except with even less transparency. Never fully trust any entity which has enormous power over your life; even the most well-intentioned mega-entity is still prone to accidentally ruining lives through bureaucratic oversight. So I would hope people protesting government intrusion would also realize that e.g. Facebook is a de facto global governing structure of sorts...

Comment Re:"Just" 59K (Score 1) 98

Central banks do a lot of useful things, but they don't give currency a value (they can, however manipulate the value others give it by printing it, destroying it, changing interest rates, changing the amount of reserve banks need and the multiple they can lend, etc). What gives a currency value is supply and demand- the fact other people want that currency. Which is also what sets international exchange rates.

There's also the fact you need it to pay taxes, which sets a base amount of demand. But beyond that it's all supply and demand when deciding how much value it has against other currencies or physical objects.

Comment Re:C (and here are somemore chars to satisfy the b (Score 4, Informative) 40

Why would you do that? If you're using it for non-strings, you'd never have used strncpy, you'd have used memcpy. Which is the same thing without the null termination rules of strncpy. You'd never use the str versions unless actually working on strings.

Slashdot Top Deals

The Tao doesn't take sides; it gives birth to both wins and losses. The Guru doesn't take sides; she welcomes both hackers and lusers.

Working...