Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Advertising is not an infinite well of money (Score 1) 288

Regardless of if it is a web site or traveling to Mars, if someone says something is to be funded by advertising, what they mean is they don't know how to get the money.

It is likely that the economy overspends on advertising by a large degree. Most of it is in untracked, and Google and others succeed with relatively limited tracking - just showing someone looked at something, not tracking it back to sales at all.

Given the unpaid externalities of advertising -- for example, not being able to find the site you are looking for in the first page of search results, and slow loading web pages crapped up with ads, etc -- we should not encourage this type of behavior, and when two equal options are available, choose the one less advertised.

Privacy

Apple Privacy Concerns Go To Court 73

An anonymous reader writes "From the article: 'Apple is being sued for allegedly letting mobile apps on the iPhone and iPad send personal information to ad networks without the consent of users.' Some of the apps listed are on the Android Market as well, but there is no mention of a similar problem for Google. One wonders if Apple could be persuaded to strip access to the unique phone identifiers from apps." A followup article with an industry lawyer suggests that this lawsuit could be the first of many as users push back against privacy intrusions by app developers and ad networks.

Comment Re:Solving problem in earnest (Score 1) 768

The big box failed because methane is coming out as well as oil, and at that presure and temperature the methane makes an ice with the water, which clogs it up. The bigger a box or cone you make, the more of this will form, and the oil and ice will float and lift it off.

You need a smaller box, not a bigger one, and possibly to heat it. You probably can't insulate it and let the hot oil keep it ice-free, because at that presure anything with air pockets like insulation has, is crushed flat and doesn't insulate any more.

Comment Re:irrational or rational response? (Score 2, Interesting) 691

Stack's note claims that his problems stem from $12,000 in unreported income that his wife had, and a piano that had been claimed as a business expense or asset that the IRS said was not. He also mentioned having his retirement reset to 0, but hey, that's about as common as having freckles or wearing glasses.

This caused him to destroy a house worth $250,000 and a plane that is probably worth $20,000 to $40,000. The unpaid tax on $12,000 might have been $4,000 at most, maybe doubled with penalties especially given his previous tax problems, and if he had written off a piano he should not have, at most that is another $5,000 in income - I'm presuming he didn't buy a Steinway Grand or something, if so I hope that also wasn't burned in the house.

His note also failed to mention that his ex-cultist wife had left him the day before. It is possible based on the manner in which the house burned that he had booby trapped in an attempt to kill her.

Now, this aspect of the tax code probably is screwed up. But it's a little like deciding to pass gun legislation in the heated atmosphere following a mass shooting; do we really want people in the mental condition of the last days of Joe Stack to be dictating our tax reform debate ?

If you cleared your mind of all the emotive pictures and chatter of the last week, and sat down and looked at the tax code and picked something that needed changing, would the treatment of technical contractors really be at the top of the list ? There's a lot of crap in there, from how deductions are counted for leasing versus purchase to whatever causes all those big corporations to pay no tax year after year.

Also, if you pick Joe Stack in his final days as your guide in tax law, note that he also complained bitterly about the tax exemptions of churches, particularly the Catholic church. I don't see the Joe Stack fans arguing for a change in that.

Comment Re:Auto-update feature in Drupal 7 (Score 1) 55

Why do you say Drupal requires a lot of file and configuration manipulation to go from 6.14 to 6.15 ? I have done this numerous times. What I did was, untar the new new php code on top of the old, run update.php, look through a list of things it was about to to do, click OK.

You are advised to put the site in "offline mode" (users can't log in to change data) while doing this, and back up your files and database before hand so you can revert, which I did. I did not have any problems though. I did it all from the browser without editting any files, for multiple fairly complecated sites.

Comment Re:Feature? (Score 1) 151

Thanks for that link -- I think call recording is an essential feature of any phone.

Speaking of which, do you know of a call recorder app for Android that doesn't suck by attempting to record the incoming channel using the microphone or force you into speakerphone mode ?

Comment Re:You have a Degree...so what? (Score 1) 1251

But students and their parents are told the opposite. They are told that a college degree is the key to social and economic advancement, and that you can pay off any amount of debt if you can just make it through college. Discussions of higher education at the high school level consist mainly of "can I get in" and "how do I marshal the recources", parents and career counselor and college recruiters never discuss if it makes financial sense; it is taken for granted it is the smartest thing to do.

I think that is begining to change, articles calculating the payback from a college education are appearing more frequently.

It should be noted that in the case we are discussing, the girl is not suing because her degree fails to increase her employability. She is suing because the career office at the school (she claims) is not helping her as she was promised they would, apparently showing preference to placing the straight-A students in interviews, and ignoring her lower GPA.

However, everybody who reads or hears of this immediately begins discussing whether college educations are worth it. I think this means that society as a whole is deciding that college is too expensive for what you get.

Comment PHP "extension" (Score 4, Insightful) 370

I once did a large project in which I took a large, slow site in PHP (it was pretty complecated, it was a CRM with a lot of custom business logic) and rewrote all the core functionality from PHP to C / C++, and made it a "module" of PHP. The rewriting was mostly simple translation -- litterally removing all dollar signs, adding some types, and attempting to compile, and just fixing the compile errors until it would build. Then going back through it with a fine-tooth comb to track down all the memory leaks.

The speed increase from doing that is pretty surprising. Simple loops that do a bit of math or something speed up by 100 times, and a loop that creates and destroys an object within the loop will be 100,000 times faster. This is without actually trying to write fast C/C++ code, and not create and delete the same thing over and over in a loop -- just pure dumb translation of the code.

At that point, the web site guys can keep tweaking and changing the web page in PHP just like before; but they load that module in the php.ini and then they have a basic library of stuff, like login_user() or get_user_balance() and etc, that are really fast and do all the heavy lifting.

I would be surprised if Facebook has not already done this. How to do it is well documented in several books, and there are lots of PHP modules written in C/C++ to look at for examples.

I suspect that Facebook's VP is right that AMD and Intel exaggerate their claims, but is also generally true that most computer programs are more IO bound that you expect. This is not a reason to avoid something like I describe above; once you have the more complete control of programming in C, IO issues may be easier to find and address.

He also mentions that the servers offered by Dell and others aren't very power efficient or practicle for him, and he mentions Google designing their own servers. Nothing google did was really rocket science, from what we know, and Facebook probably doesn't have to go as far as they did to get a reasonable benefit. It's not that hard to set up motherboards to run without a case, booting off the network with no harddrive attached.

Comment SORBS is probably useless (Score 1) 290

I maintain several mail servers for various clients. Dealing with spam takes up a lot of time and resources, but I have also spent a lot of time trying to get my legitimate fixed-IP business class IPs off of SORBS "dynamic IP" list. I think SORBS probably ended up being a net loss in the spam war, because admin resources that could have been spent fighting spam were instead spent trying to avoid friendly fire.

Comment Re:C'mon, folks! (Score 1) 183

I would be interested in helping. As in, I won't just cheer you on on the internet, I might pitch in real money.

I am not so interested in a museum, or at least not just a museum -- some sort of museum seems appropriate for the place. I would be more interested in something like a "Hacker Space" with labs and workshops and possibly living arrangements, but on a bigger scale than hacker houses; more like a self-run graduate or research institute. I would like to be able to use the facilities like a Tech Shop ( http://techshop.ws/ ) if I lived close enough, pay a fee to be able send a design in to be made on a rapid protyping machine if we go that router, add myself to a waiting list to be able to live there a semester and take / teach classes, etc.

The structure should be some sort of corporation, with "members" buying shares, and each share should be priced high enough to keep the numbers manageable and low enough that not very many people would be economically excluded -- I would suggest 500 or 1000 dollars. Enough shares should be sold to fund what we want to do with a margin, and then no more; subsequent members would buy out an existing member's spot.

Decisions would have to be done democraticly via a system such as Debian uses or using something like DeliberativeAssembly.com . Of course officiers and a board would carry out actual immediate tasks, and long term decisions would be voted on at large, and the officiers and board be regularly elected, etc.

This particular piece of property might not be on the market by the time something was organized, but there are other places. If we make up a list of appropriate parameters -- size of space, with X miles of an airport, in a town with an Amtrak stop, etc, I am sure some structurly sound but unused factory building can be found somewhere away from the coasts for much less than 1.6 million.

Comment Re:Time to eval a MySQL fork... (Score 1) 699

But a "typical application" can usually be made to work fairly easily with MySQL, Postgres, SQLite, Oracle, or any other SQL-ish database. These MySQL forks are not going to invent some extension of the SQL standard that is suddenly absolutely must-have. They will have incremental improvements mostly hidden by the SQL interface, such as replication, better indexing, etc.

The people who are extremely concerned about the proliferation of various linux distributions typically don't use linux very much, and talk and manage a lot. Perhaps you could try writing code that uses several different databases interchangably, and while you will end up with some ugly if-thens or #define statements, I think on the whole you will realize it isn't a very big issue. If some version of MySQL has a feature you like, use it, and you should feel confident in being able to switch to something else should that fork die.

Comment Re:Cheap, reliable ATI PCI Express card (Score 1) 84

I'm not a hardcore Intel boycotter, but as long as I'm going to pick something to semi-standardize on, I'm not going to pick Intel. AMD is not a corporate saint and would probably be as abusive if they had the market power, but when I have a choice, Intel won't get my business unless they seem to substantially change their behaviour over a long time period.

Comment Cheap, reliable ATI PCI Express card (Score 0, Offtopic) 84

For years I used the ATI Rage Pro 128 MB AGP card in all my computers, because it worked reliably with all linuxes and other OS's and was cheap, and performance was more than good enough. At one point I bought 15 of the cards for $3 each on ebay, and used them one by one in various servers and desktops.

Now, most of the motherboards have PCI Express slots in them. I would like to use ATI cards with all open-source drivers. What is the equivalent card I should be purchasing ?

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...