Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Wish they'd ask me what to do... (Score 2) 171

Current anti-trust court rulings are based on a change of thought from the 1970s. While I'm not that old, it's rather more modern than I would have expected. Prior to the 1970s anti-trust was about competition even if that competition was worse. After the 1970s the courts changed their thinking and decided it was all about moving towards cheaper offerings. If something made someone cheaper, that was better for society and thus they were allowed to do anything that made them cheaper.

My thought is we keep that same concept, but we realize that services like Facebook specifically aren't zero cost. They're negative cost. Facebook makes money on each of their users. Let's pretend for a moment that a company makes $10 per month from every user. That service isn't $0, it's negative $10/mo. If another company can offer the same service for less than negative $10/mo (ie, make less money off their users) then they should win. Think of the values in absolute value terms, rather than just a normal 0+ number line. If/When Facebook or another company where to propose a merger, then the merger would be thought of if it means the company makes less money per user or more money. If the company makes more money per user, then the merger would be denied. That's it. Same exact system we have now, with no changes to the law, but the courts and government polices would look at the cost being closer to zero, rather than it being "free".

Sadly, whenever I try to explain this to someone, they don't seem to understand my idea here.

Comment There are methods... (Score 1) 84

I'm a fan of the Angular method. Check out https://angular.io/api/common#pipes for examples. The idea is you have a variable with a string in it. You then pass that number to a function of your choice which does whatever the function is designed to do. It also allows custom functions if the user wants to define their own formatting method. So sure, you can say the value is a number and have it formatted by the DecimalPipe. But for me I've added features like a phone number formatter, so I can simply say "number | phone" and it formats it using specific formatting depending on the country code of the phone number. That's the way you want to do this. Everything should be abstracted in such a way as to make it very easy for you to add new formats that you never thought of. Angular's method (which clearly you can simply copy/paste from them into your own module, assuming you follow GPL rules) is perfect.

Comment Re:Or could it be (Score 1) 458

Running does not damage knees, and may actually prevent arthritis.

Here's just a sampling of all of the information about this out there:

http://well.blogs.nytimes.com/2009/08/11/phys-ed-can-running-actually-help-your-knees/
http://www.time.com/time/health/article/0,8599,1948208,00.html
http://www.medicalnewstoday.com/articles/136983.php

Comment Boost (Score 4, Informative) 310

Boost has libraries for each of these three: sockets through the ASIO library, IPC through the Interprocess library, and threads through the threads library.

http://www.boost.org

The only thing that Boost is lacking for which you asked is a database library.

Comment Hypocritical (Score 5, Insightful) 613

Why is it that we can post the directions for how to properly murder someone or build a bomb (In fact, this seems to be the topic of most movies made today), yet we are barred from posting DVD-copying code?

Can a case be made that posting DVD-copying code and directions on a website makes people more likely to copy DVDs, while there is no correlation to how many people are more likely to build a bomb or murder someone after reading the directions online?

Comment Re:Single?!? (Score 1) 1109

Yeh, are you single? You're 26, a bit older than me but I'd live with it ;)

So for the other people, yeh she's 26 and lives in Mountian View--right next door to me. And to the guy who said she's not all that, I disagree. Depends on what you're looking for. I tend to hate the "fake" girls who wear lots of makeup and dress to impress. She's a more "hometown" (for lack of a better word) type girl. So she is extreamly attractive.

Slashdot Top Deals

God helps them that themselves. -- Benjamin Franklin, "Poor Richard's Almanac"

Working...