Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Eventually need a language with pointers (Score 1) 62

Lots of things are pointers under the hood. But that's really irrelevant to the point.

Yeah, EVERYTHING is implemented at the base level in assembler, so pointers are in use everywhere. And I learned assembler first. But if that's your idea of where one should start, someone else can say we need to start with transistor theory, with just as valid an argument.

Comment Re:Eventually need a language with pointers (Score 1) 62

Pointers aren't required for most purposes. They're often just an optimization, frequently a questionable optimization. It's true that C pretty much requires pointers, but in C++ references can generally be substituted with greater clarity. Pointers are almost never used in Java (are they ever?), and certainly not in Python. Or many other languages I could name. (Yeah, they still exist "under the hood", but that's not the point of an exam of early or intermediate programming skill.) For that matter check out D https://dlang.org/ . That's a language that would be my favorite if they had a better way to document your code (last I checked Doxygen didn't do a good job) and it it had a slightly better library. (As it is I currently prefer C++ except for stuff that's heavy in unicode, where I'll switch to Python.)

Comment Getting sucked into one publication's bubble (Score 1) 81

Part of the problem is that there's no way to pay "journalists" as a whole. Because of electronic payment networks' fees per transaction, online newspapers have to sell a monthly subscription, not a single issue they way they would with cash in a vending machine. And a subscription to NYT includes zero articles from WaPo or WSJ. This means readers get sucked into the ideological bubble of the one publication that happens to be part of their subscription plan.

Comment Re:Rail? (Score 1) 34

Creating new rail corridors is very expensive. It's not like when the original lines were laid down and we can just upgrade their paths. There are right of way issues that would displace millions these days.

But yes, rail is ideal where it is available. That's why we have a multi-modal delivery infrastructure.

What we will eventually see are convoys or "road trains" of many trucks heading down the interstate; possibly, but not necessarily, with one human in the first rig. They will then be broken up as they peel off for regional routes which will initially mean a human driver will take them over for those last mile deliveries in a city.

Comment How does interactivity disqualify SLAPS? (Score 1) 245

These aren't even marketed as works of art, they're marketed as video games

I concede that I have not viewed incest-themed video games, as sexually explicit works do not appeal to me. However, US law classifies a video game as an audiovisual work, little different from a motion picture. I'm aware of more than one film adaptation of Lolita, a novel by Vladimir Nabokov depicting sexual abuse of a minor. I'm not aware of any statute or regulation that disqualifies a work of authorship from having "artistic value" solely because it is interactive. Could you give me something to cite about categorical exclusion of interactive audiovisual works from having "serious literary, artistic, political, or scientific value" per the Miller test?

Note that in the Miller v California decision, Miller lost. His conviction was upheld.

The conviction was reversed and remanded. From Wikipedia's article "Miller v. California, section "Opinion of the Court":

The result of the ruling was that the Supreme Court overturned Miller's criminal conviction and remanded the case back to the California Superior Court for reconsideration of whether Miller had committed a misdemeanor.[5]

[5] Beverly G. Miller, Miller v. California: A Cold Shower for the First Amendment , 48 St. John's L. Rev. 568 (1974).

From the opinion of the Court, 413 U.S. 15 (1973):

The judgment of the Appellate Department of the Superior Court, Orange County, California, is vacated and the case remanded to that court for further proceedings not inconsistent with the First Amendment standards established by this opinion.

Could you give me something to cite about Miller's conviction having been upheld on remand?

The case introduced a three-part test, which you must have known to quote only the third part of the test.

I quoted the part of the Miller test on which authors and publishers would most likely rely in a defense. The Miller test is not like the fair use test in the copyright statute (17 USC 107), in which the judge is expected to weigh the factors against one another. A work has to meet all three parts of the Miller test to be obscene.

And "serious literary or artistic" value wouldn't pass the laugh test.

This is where we disagree on how the opinion of the Court ought to be interpreted.

Comment Re:Home-sized options? (Score 1) 104

What's the storage *density*? I have the impression that grid scale batteries often use (relatively) low density storage, so they take up a lot of space. Lithium batteries are relatively high density (lots of storage/volume). Dense storage is, of course, part of what makes them so dangerous when they catch fire.

Perhaps it you wanted this to last through a blackout you'd need to give up your basement, rather than just part of it as with lithium batteries.

Comment Re:Good (Score 1) 104

Unnh....there must be a reason Japan was researching whether uranium could profitably extracted from sea water. I believe that it was because decent ores for uranium were becoming scarce. (I used to know whether that was the reason they gave, but I can't certainly remember any longer....I think that was it though.)

Comment Not offering less common board thicknesses (Score 1) 188

I've noticed that a lot of these US-based PCB fabs that offer manufacturing have a limited selection of board thicknesses, such as 1.6 mm and little else. That doesn't help if you're interfacing with another device that needs a 1.2 mm thick PCB, such as a Nintendo Entertainment System Control Deck.

Comment How many people get tablets repaired? (Score 1) 77

Usually software support ends before the device becomes unusable. I still have my mother in law's 2nd gen iPad floating around on a bookshelf somewhere but it's basically useless as no apps support the newest OS you can load on it. I've never ever paid for phone or tablet repair. If you regularly need device repair you probably should be buying cheaper plastic devices, not glued together pieces of metal and glass.

Slashdot Top Deals

Computer programs expand so as to fill the core available.

Working...