Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment This is really about controling the internet (Score 5, Informative) 571

This isn't about sexual harassment, but controlling the internet, and implicitly people in general. A lot of the powers that be have decided that, like other forms of media, they need to sanitize it in the name of control. (even with games, google gamergate) They want a name and an ID behind every post, they want to create "accountability". They gleefully ignore the fact that any woman, gay person, person of color, persecuted minority can take on an anon alias and argue their beliefs, do their work on merit alone. Seriously, how do we even know that Satoshi, the bitcoin creator, isn't a black lesbian? The internet frees productive people from race and gender in a way that before was never even remotely possible.

So maybe, just maybe, the people who want to make it an issue now, are the doing it not because of some high morality, but because they are discovering they can't compete on merit. But the issue is way deeper that that. In today's world, a lot of media and games are controlled via copyright, but copyrights by their very nature require centralized control by those who control them to work. Yet the internet is doing just the opposite, it is moving into the direction of decentralized control, threatening a lot of people, who happen to have a lot of money.

Comment taxes are theft (Score 1) 259

After reading the comments here, it's surprising how few people seem to understand that taxes are just theft. Yeah yeah yeah, I know the government provides public "services", but that's all just a pretext to justify stealing from people. It's pathetic when people think these programs are about helping them.

If the mafia went from business to business extorting money from people, and one of the business people found a way out of it via a technicality. That is not a bad thing. And neither is it getting out from under the thumb of government criminals either. It amazes me how easy it is to see all the evil and crap done by the government, yet people still want to give them money. It's like there is some kind of disconnect.

If a slave escaped from the plantation, would people go off and say that is evil because the master will just make the other slaves work harder ... yet this is the exact kind of logic people use when they see others escape taxes. The gov will take more from us! Less money for our programs! The Mexican mafia has charity programs too, do you think they're doing it just because they are nice guys?

The state is already taking the max they can, and giving back the least they can get away with to justify themselves. People escaping them will not make things worse for us, but instead create more opportunity out there for us to escape too as well.

Comment Re:Boeing bought more politicians. (Score 1) 127

Leaving out Boeing would be budget suicide for NASA.

No one should be left out because there should be no contract. Instead, NASA should be fostering a spot market for launches. They should have a separate bid for each launch: "We want X satellite in Y orbit, and insured for Z dollars." Then give the launch to the lowest bidder. That way each company can work continuously to cut costs and improve services, knowing that if they leapfrog the competition, they can win the next launch, instead of being locked out for years.

That is not feesable. It take years to be trained to fly in a spaceship - whether the lifting body like the Shuttle or Dream Chaser, or a capsule such as Soyuz, CST-100, or Dragon V2. You have to build not only the rocket, but a tower to carry the crew to the top of the rocket along with an arm to get the astronauts into the vehicle (which is not compatible/spacecraft). Escape systems need to be installed. It's very expensive, and it would never be built without assurance that the demand is there. At this time, there is no market for launches except from NASA or ESA. Cosmonauts would ride Russian spacecraft, Indians and Chinese are developing their own systems, etc. The public demand is too little at this time. Without a long-term contract, NASA is not enough for your proposal.

Comment Re:Not so sure it's harmless (Score 3, Informative) 251

I got a call two days ago from these people. I strung them along until they gave me a web address to go to in order to download some software and run it on my computer. Then while they were expecting me to do that, I ran a WHOIS on the host and IP, found out who was hosting them (it turned out to be an American company) and I contacted their abuse team and reported the site as being fradulent. 24 hours later, their web site was shut down.

It also helps when you contact their abuse department, that you tell them you work for an antivirus company and you're going to add the IP address of the site to your blacklist. In many cases, there are hundreds if not thousands of web sites operating from the same IP. They will take quick action rather than have one bad customer cause 900 other customer sites to not be accessible.

Comment Different ages of development (Score 5, Insightful) 120

I am not sure there's much advice us older programmers can give new developers because the industry is a lot different now.

In the old days we were often tasked with solving a problem, and we were more-often free to use whatever tools and technology were best, and we also thought of development environments as tools, which we could switch out if the application required something different. We also did all our own testing. I recently worked with a younger programmer on a project and it was miserable. He couldn't give me 20 lines of code that didn't have a bug in it, because he was dependent upon having some QA person test his work and an IDE that would hilight every mistake.

Nowadays there is so much abstraction going on in programming, people don't really seem like they're programming as much as they're using some sort of GUI development tool and plodding through innumerable amounts of API documentation and going on witch-hunts to try and figure out why something that's documented to work, doesn't actually work. I remember a big Oracle project I was on where my software wouldn't work properly and I couldn't figure out why. It took me several months of bitching on usenet to finally get a rep within Oracle contact me privately and tell me I wasn't crazy, they knew about the bug and just weren't acknowledging it. In the old days, there wasn't as much of that going on. Programming was simpler and less bureaucratic.

Comment Re:Incredibly wise advice (Score 1) 120

I think the reason there's no job security in programming is because basically, nobody's really doing any "programming" these days.

Modern programmers know less about machines and languages than they do APIs and UIs. Everything is so object-oriented and encapsulated, and there are so many square pegs developers are asked to fit into round holes, they're not really designing stuff as much as working on an assembly line sticking various parts-pieces together with no real sense of oversight of the big picture.

Comment cheap (Score 1) 216

So the consumers love their team so much they always want to watch the team play. They just don't want to pay for tickets or pay for the TV channel to watch.
Maybe it is time for the major league sports teams to just give in and make watching their games completely free and supported by advertising. I mean we're pretty far along already. Adverts on the screen all the time, swooshing adverts on the screen intermittently, adverts between plays, commercials, logos all over the field, etc.
Let's just for for the gusto... "Frito Lay presents the snapping the ball the quarterback, as he fades back in the team's signature Cadillac move. He Snickers tosses the ball to the wide receiver who's catch is sponsored by Taco Bell and runs to the Minute Maid mid-field where he's taken down by Office Max's linebacker.

Look.. the teams in cities and states have 0 to do with the city or state any more, the players are from all over the world, training camps are in another part of the county and they'd relocate for a deal that made them 2% more money. The stadiums are owned by the team and they sell the naming rights to the highest bidder.
Just go full out commercial with this stupid professional games stuff.

Comment Re: TCO (Score 1) 158

As someone who is doing Linux in schools, let me correct a few things. - Imaging isn't done anymore, except for a base image with nothing installed. The tools to manage machines can take care of anything that needs to be set. - To set up our 1:1 Linux desktops we boot from the network, enter the machine name and user name, and walk away. Ubuntu installs with minimal software and Puppet. Everything else is configured through Puppet. Configuration includes software to be installed and creating the username and password of the student that is assigned to the laptop. We haven't hopped on the Chromebook bandwagon. Linux can do everything Chromebooks can do but so much more.

Comment Re:Surprise, surprise... (Score 0) 739

GCC is open source. If Linus is such a great expert on the issues with it then why isn't he fixing them? Probably because he doesn't have the skills.
If you don't have the skills to create a compiler or fix a broken one then you have no valid basis for complaining so loudly about the defect in the one you use.

Comment Well, (Score 0) 739

Since Linus has such a great operating system he should have his own compiler so why's he complaining? Oh, that's right, 95% of what we call an operating system has noting to do with Linux. He was only able to create his kernel because gcc and the GNU project in general had already built all the tools he needed to use and stand on.

When Linus writes all the subordinate tools, libraries and programs needed for an operating system, then I'll accept his opinion on the quality of any of that.

Slashdot Top Deals

8 Catfish = 1 Octo-puss

Working...