Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:List is incomplete (Score 1) 163

Bill Foster, Congressman from Illinois, can program in assembly language, among others.

FTA:

What this actually means to tech policy remains unclear. Computer programming skills do not automatically lead to sound logic or wise positions on important issues. A quick read through Slashdot user comments easily demonstrates this.

Ouch!

Comment Re:So basically (Score 4, Informative) 445

He used the chicken shit excuse that "It didn't go far enough", as if a fantasy bill that went even farther was a realistic alternative.

According to your link:

Paul said he voted against the bill because it would have extended the Patriot Act provision that allows the NSA to search Americans' phone records. He has consistently opposed the Patriot Act, passed in the wake of the Sept. 11, 2001, terrorist attacks.

It curtailed some domestic spying, but extended it in other areas, and also extended the PATRIOT Act. My guess is you would have criticized him if he voted in favor of it as well.

Comment Re:This already exists (Score 4, Insightful) 316

Here we are on a site where strangers can rate what we say, potentially burying it where others won't get the chance to read it, and we're complaining that governments are vaguely coming around to the same idea?

Usually, buried comments are garbage, but you're always able to change your comment threshold. Not so if a site you want to see is on your ISP's blocked list.

Comment Yeah, right! (Score 1) 98

Industry officials say they want to assure their customers that the information that their cars stream back to automakers or that is downloaded from the vehicle's computers won't be handed over to authorities without a court order, sold to insurance companies or used to bombard them with ads for pizza parlors, gas stations or other businesses they drive past, without their permission.

I'm sure they'll assume your permission or have a clause in the sales contract which will turn this into "opt-out" instead of "opt-in".

Comment Re:Good luck! (Score 1) 223

That is exactly because our government keeps deciding to let the market solve it even though our so-called markets don't have enough independent sellers for competition to have any effect. Each 'competitor' can easily match the very few others sleaze for sleaze so nobody goes out of business.

Fraud isn't a part of a free market, and is a legitimate time for using courts to settle the dispute.

Comment Re:Good for him! (Score 1) 223

That, and they want people in the stores to get sold protection plans and overpriced accessories.

Could be the case. The guy asked me if I wanted to get accessories with it, and I told him to just put it on my account. AT&T is the last place I'd buy accessories from, I noticed they still had cases for the iPhone 4 for $50 on the rack!

Comment Good for him! (Score 5, Interesting) 223

I don't know why big companies just can't do what they say they're going to do. I just bought an iPhone 6 Plus from AT&T, and they promised a $200 buyback for the iPhone 4 if the purchase was made by Sept. 30. After they sent me the phone, they sent me a follow-up e-mail with a code for the iPhone 4, but the buyback value was only $100 with that code. So I had to call customer service, and they told me I had to go to the nearest AT&T store to get it straightened out. The nearest store is 30 miles from my house. Thankfully it's between my work & home IF I take an alternate, longer route. The guy at the store knew exactly what I was talking about when I got there and they were able to get me squared away without too much problem. I'm guessing they wanted to see how many people would just shrug and take a $100 hit.

Comment Re:Or just practicing for an actual job (Score 4, Interesting) 320

Just out of curiosity are there any professional programmers out there who don't regularly copy functions from the Internet?

The whole point of the course is to try & figure out how data structures and algorithms are implemented. It's as much about problem solving as it is coding. Sure, you could always just use std::vector in your C++ programs for vectors, but do you really understand how they work? What about binary trees and linked lists? That's the type of stuff they're teaching in these classes. Copying code & modifying it for your own purposes is fine for production, but if these students don't understand how the underlying code works, then their chances of successfully using it greatly diminishes.

I see it all the time in my courses. I emphasize to the students that they should only use methods currently covered, so they get a 0 if they go out on stackoverflow and find solutions that give them shortcuts. They fail to use critical thinking skills and gain a deep understanding of how programming works. Most of the time, their ham-fisted copy/paste code doesn't even do what the assignment requires.

Comment Re:I'm sure it will suck (Score 1) 242

Since the book(s) have all the action in the background, and the big reveal in the post crisis recap, I am sure the movie will suck.

  1. First, it's a series, not a movie.
  2. Second, HBO usually does a great job with these types of series. Game of Thrones doesn't have every battle that's in the books, but they often-times refer to the battles and the aftermath in dialog. No reason to think this would be any different.

Slashdot Top Deals

New York... when civilization falls apart, remember, we were way ahead of you. - David Letterman

Working...